/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #242323;
/*	color: #3b3b3b; */
/*	color: #4b4b4b; */
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(/images/candyblog_bg1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/* trickery to establish the proper body size in all browsers without specifying a font size */
body, body th, body td    {
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    x-small;
    /* intended value for better browsers */
}
html>body, 
html>body th, html>body td    {
    font-size:    small;
    /* be nice to Opera */
}


a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#B87CFF;
}
#container {
	width:772px;
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
	background-image: url(/images/candyblog_footer_col3_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#container_wide {
	width:973px;
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
	background-image: url(/images/candyblog_footer_col3_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.nav {
	text-align: center;
	font-size: 82%;
	margin: 0;
	padding: 11px 0 5px 0;
}
#footer {
	font-size: 82%;
	margin: 0;
	padding: 11px 10px 5px 0;
	text-align: center;
}
#logo {
	display:block;
	margin: 0;
	padding: 24px 0 0 0;
	text-align: center;
}
#logo h1 {
	display: none;
}



/* 173 wide */
#col1 {
	width: 155px;
	padding: 35px 0 250px 0;
	margin: 0;
	background-image: url(/images/candyblog_footer_col1_1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* 421 wide */
#col2 {
	width: 445px;
	padding: 0;
	background-image: url(/images/candyblog_bg1_center.jpg);
	background-color: #FEF6C6;
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
}

/* 488 wide */
#col2_wide {
	width: 488px;
	padding: 0;
	background-image: url(/images/candyblog_bg1_center.jpg);
	background-color: #FEF6C6;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
}

/* 171 wide */
#col3 {
	width: 171px;
	padding: 0;
}

/* 171 wide */
#col4 {
	width: 171px;
	padding: 0;
}
.visiblebox {
	width: 322px;
	border: 1px solid #999999;
	margin-bottom: 15px;
}
.innerbox {
	padding: 5px 8px;
}
.visiblebox .innerbox {
	padding-right: 10px;
	padding-left: 10px;
}
.innerbox p {
	margin-top: 0;
}

.innerbox img {
	padding: 3px;
	border: 1px solid #FD7600;
	margin: 4px 0px 4px 0px;
}
img.imgleft {
	float: left;
	margin: 4px 7px 4px 0px;
}
img.imgright {
	float: right;
	margin: 4px 0px 4px 7px;
}
.visiblebox .innerbox img {
	margin-left: 7px;
}

.noborder {
	border: none !important;
}


p {
	line-height: 1.4em;
}

#col1 p {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
}

#col1 img {
	vertical-align: text-bottom;
	border-width: 0;
}


#col2 p {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
}
#col2_wide p {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
}
h3 {
	font-size: 160%;
	font-weight: bold;
	margin: 0 0 .5em 0;
	color: #F4600B;
}
#col2 h3 a:link, #col2_wide h3 a:link {
	font-weight: bold;
	margin: 0 0 .5em 0;
	color: #F4600B;
	text-decoration: none;
}
#col2 h3 a:hover, #col2_wide h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h4 a {
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}

.date {
	font-size: 85%;
	text-align: right;
	text-transform: uppercase;
	padding-right: 8px;
}
.subhead {
	font-size: 115%;
/*	font-style: italic; */
	background-image: url(/images/subhead_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-indent: 10px;
}
.details {
	font-size: 85%;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 0;
}
.bodytext {
	padding: 0 0 10px 0;
	background-image: url(/images/candyblog_divider.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 10px 0 10px 0;
}

/* div.bodytext > *:first-child:first-letter{
	color: #528E00;
	font-style: italic;
	font-weight: bold;
	font-size: 400%;
	float: left;
	padding: 0 10px 2px 0;
	margin: 0;
	line-height: 1em;
}
.dropcap {
	color: #528E00;
	font-style: italic;
	font-weight: bold;
	font-size: 400%;
	float: left;
	padding: 0 10px 2px 0;
	margin: 0;
	line-height: 1em;
}
*/

.commenttext {
	padding: 0 0 10px 0;
	background-image: url(/images/candyblog_divider.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 10px 0 10px 0;
}
.commenttext img {
	padding: 0px;
	border-width: 0px;
	float: none;
	margin: 0;
}
/* search field styles */
.textfield {
	font-size: 93%;
	height: 16px;
	width: 100px;
	border: 1px solid #666666; 
}
.submitbtn {
	margin-bottom: -3px;
}


#col1 h4 {
	background: url(/images/candyblog_dot_col1.gif) no-repeat left center;
	margin: 15px 5px 4px 5px;
	padding: 0px 0px 2px 12px;
	border-bottom: 1px solid #528E00;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#col1 ul {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 90%;
	list-style: none;
}
#col1 li {
	margin: 0 0 3px 0;
	padding: 0;
}
#col1 a {
	color: #F4600B;
}
#col1 a:visited {
	color: #C24E0B;
}
#col1 a:hover {
	color: #F4A136;
}
.ratings1, #col1 .ratings1 a:link, #col1 .ratings1 a:visited {	color: #FD4593!important;}
.ratings2, #col1 .ratings2 a:link, #col1 .ratings2 a:visited {	color: #D31F1F!important;}
.ratings3, #col1 .ratings3 a:link, #col1 .ratings3 a:visited {	color: #A81C7C!important;}
.ratings4, #col1 .ratings4 a:link, #col1 .ratings4 a:visited {	color: #780C56!important;}
.ratings5, #col1 .ratings5 a:link, #col1 .ratings5 a:visited {	color: #0093FA!important;}
.ratings6, #col1 .ratings6 a:link, #col1 .ratings6 a:visited {	color: #0167AF!important;}
.ratings7, #col1 .ratings7 a:link, #col1 .ratings7 a:visited {	color: #92C424!important;}
.ratings8, #col1 .ratings8 a:link, #col1 .ratings8 a:visited {	color: #465F10!important;}
.ratings9, #col1 .ratings9 a:link, #col1 .ratings9 a:visited {	color: #FD7600!important;}
.ratings10, #col1 .ratings10 a:link, #col1 .ratings10 a:visited { color: #D16302!important;}

.innerbox table td li { line-height: 19px; padding-left: 21px; }
.innerbox .scorecard li { line-height: 19px; padding-left: 21px; }
#col1 .scorecard li { line-height: 19px; padding-left: 21px; }

li.ratings1, li.ratings2, li.ratings3, li.ratings4, li.ratings5, li.ratings6, li.ratings7, li.ratings8, li.ratings9, li.ratings10 { background-position: 2px 2px; background-repeat: no-repeat; }

li.ratings1 { background-image: url(/images/rating_01_orange.gif); }
li.ratings2 { background-image: url(/images/rating_02_orange.gif); }
li.ratings3 { background-image: url(/images/rating_03_orange.gif); }
li.ratings4 { background-image: url(/images/rating_04_orange.gif); }
li.ratings5 { background-image: url(/images/rating_05_orange.gif); }
li.ratings6 { background-image: url(/images/rating_06_orange.gif); }
li.ratings7 { background-image: url(/images/rating_07_orange.gif); }
li.ratings8 { background-image: url(/images/rating_08_orange.gif); }
li.ratings9 { background-image: url(/images/rating_09_orange.gif); }
li.ratings10 { background-image: url(/images/rating_10_orange.gif); }

#sidebar {
	background: url(/images/candyblog_sidebar_top.gif) no-repeat top;
	padding: 30px 5px 0 5px;
	margin-right: 8px;
	margin-left: 10px;
	background-color: #70A21E;
}
.sidebar_green {
	background: url(/images/candyblog_sidebar_top.gif) no-repeat top;
	padding: 30px 5px 0 5px;
	margin-right: 8px;
	margin-left: 10px;
	background-color: #70A21E;
}
#col3 .sidebar_orange , .sidebar_orange {
	margin: 0 8px 0 10px;
	background-color: #FFF;
	border-right: 2px solid #f6c74f;
	border-left: 2px solid #f6c74f;
/*	padding: 15px 5px 8px 5px; */
}
.sidebar_wide {
	padding: 0 5px 0 5px;
	margin-right: 8px;
	margin-left: 10px;
	background-color: #FFF;
	border-right: 2px solid #f6c74f;
	border-left: 2px solid #f6c74f;
	padding: 15px 5px 8px 5px;
}
#sidebarpoll {
	background: url(/images/candyblog_sidebar_top.gif) no-repeat top;
	padding: 30px 5px 0 5px;
	margin-right: 8px;
	margin-left: 10px;
	background-color: #70A21E;
}
#description {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.4em;
	color: #F4600B;
	padding: 25px 5px 5px 5px;
	margin: 0;
	width: 171px;
}


.sidebar_green h4 {
	background: url(/images/candyblog_dot_col3.gif) no-repeat left center;
	margin: 15px 5px 4px 5px;
	padding: 0px 0px 2px 12px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.sidebar_green p {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 90%;
	color: #FFFFFF;
}
.sidebar_greenfooter {
	margin: 0 8px 0 10px;
	border-top: 1px solid #70A21E;
}
.sidebar_greenfooter2 {
	margin: 0 8px 0 10px;
	border-top: 1px solid #70A21E;
}
#col3 .sidebar_orange h4, .sidebar_orange h4 {
	background: url(/images/candyblog_dot_col4.gif) no-repeat left 18px;
	margin: 0 5px 4px 5px;
	padding: 15px 0px 2px 12px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#col3 .sidebar_orange p, .sidebar_orange p {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 90%;
	color: #333333;
}
#col3 .sidebar_orangefooter, .sidebar_orangefooter {
	margin: 0 8px 0 10px;
	padding: 0;
}
#col3 .sidebar_orangefooter2, .sidebar_orangefooter2 {
	margin: 0 8px 0 10px;
	padding: 0;
	border: none;
}


#col3 h4 {
	background: url(/images/candyblog_dot_col3.gif) no-repeat left center;
	margin: 15px 5px 4px 5px;
	padding: 0px 0px 2px 12px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#col3 p {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 90%;
	color: #FFFFFF;
}
#col3footer {
	margin: 0 8px 0 10px;
}
.col3footer2 {
	margin: 0 8px 0 10px;
	border-top: 1px solid #70A21E;
}
#col2 a:link, #col2_wide a:link {
	color: #70A21E;
	text-decoration: underline;
}
#col2 a:visited, #col2_wide a:visited {
	color: #96AE6E;
}
#col2 a:hover, #col2_wide a:hover {
	color: #B87CFF;
}
.ratings10 img, 
.ratings9 img, 
.ratings8 img, 
.ratings7 img, 
.ratings6 img, 
.ratings5 img, 
.ratings4 img, 
.ratings3 img, 
.ratings2 img, 
.ratings1 img {
	float: none;
	margin: 0;
	padding: 1px;
	border-width: 0;
	display: none;
}
.innerbox th {
	font-size: 70%;
	font-weight: normal;
	text-transform: uppercase;
	background: #F6C74F;
	text-align: right;
	border-top: 1px solid #F4600B;
	vertical-align: top;
	padding: 5px 3px 3px 3px;
}
.innerbox td {
	font-size: 90%;
	font-weight: normal;
	background: #F6C74F;
	border-top: 1px solid #F4600B;
	vertical-align: top;
	padding: 3px;
}
.innerbox table {
	width:472px;
}
.innerbox .noborder {
	border-top: 0;
}
.innerbox ul {
	font-size: 80%;
	list-style: none;
	margin: 0 0 0 4px;
	padding: 0;
}
.innerbox li {
	vertical-align:text-top;
	margin: 1px;
	padding: 0 1px 0 6px;
}
.innerbox li.comments {
	margin: 1px 1px 15px 1px;
	padding: 5px 5px 10px 10px;
}
.posted {
	font-size: 92%;
}
.innerbox li img {
vertical-align:bottom;
}
.current {
	background-color: #FFFFFF;
	border: 1px solid #F4600B;
}
#col3 a:link {
	color: #F9F9B8;
	font-weight: bold;
}
#col3 a:visited {
	color: #D7D3BC;
	font-weight: bold;
}
#col3 a:hover {
	color: #F9F9B8;
}
#col4 a:link {
	color: #f4600b;
	font-weight: bold;
}
#col4 a:visited {
	color: #f6c74f;
	font-weight: bold;
}
#col4 a:hover {
	color: #f4600b;
}

#col4 .sidebar_green a:link, .sidebar_green a:link {
	color: #F9F9B8;
	font-weight: bold;
}
#col4 .sidebar_green a:visited, .sidebar_green a:visited {
	color: #D7D3BC;
	font-weight: bold;
}
#col4 .sidebar_green a:hover, .sidebar_green a:hover {
	color: #F9F9B8;
}
#col3 .sidebar_orange a:link, .sidebar_orange a:link {
	color: #f4600b;
	font-weight: bold;
}
#col3 .sidebar_orange a:visited, .sidebar_orange a:visited {
	color: #f6c74f;
	font-weight: bold;
}
#col3 .sidebar_orange a:hover, .sidebar_orange a:hover {
	color: #f4600b;
}

blockquote {
	background: #F6C74F;
	padding: 5px 25px 30px 10px;
	background-image: url(/images/candyblog_blockquote.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow: visible;
	margin: 10px 37px 10px 55px;
}
#col3 #countdown {
	margin: 4px 20px 4px 20px;
	padding: 2px 15px;
	border: 1px solid #FFFFFF;
	width: 50px;
}
#col4 #countdown {
	margin: 4px 20px 4px 20px;
	padding: 2px 15px;
	border: 1px solid #FFFFFF;
	width: 50px;
}

/* FLICKR CODE */
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#557755 !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}


/* BLOGADS CODE */
.adstrip { font-size: 14pt; border-color: #70a21e; border-width: Thin; border-spacing: 0px; width: 150px; border-style: Solid; background: #e6eed8; margin-left: 10px;} 
div#adstrip table tr td a { color: #FD7600; font-color: #FD7600; } 
#col3 .adstrip_link { margin-right: 0pt; font-size: 10pt; font-weight: normal; text-decoration: underline; color: #FD7600; margin-left: 0pt; margin-bottom: 0pt; margin-top: 0pt; font-color: #FD7600; font-family: Arial; font-style: italic; text-align: left; } 
.adstrip_title { font-size: 14pt; font-weight: bold; color: #333333; text-decoration: none; font-color: #333333; font-family: Times; font-style: italic; text-align: left; } 
#col3 a.adstrip_link:link { color: #FD7600; font-size: 10pt; text-decoration: underline; font-style: normal; font-color: #FD7600; } 
#col3 a.adstrip_link:visited { color: #FD7600; font-size: 10pt; font-style: normal; text-decoration: underline; } a.adstrip_link:active { color: #FF0000; text-decoration: none; } 
#col3 a.adstrip_link:hover { color: #FF0000; text-decoration: none; } 
.blogad { border-color: #70a21e; border-width: Thin; border-spacing: 0px; width: 100%; border-style: Solid; background: #ffffff; text-align: left; } 
.blogad_headline { font-size: 10pt; font-weight: bold; color: #000000; margin-right: 0pt; margin-bottom: 0pt; border-spacing: 0px; margin-top: 8px; margin-left: 0pt; font-family: Arial; text-align: left; } 
.blogad_thumbnail { border-spacing: 0px; border: none; text-align: left; } 
.blogad_text { font-size: 8pt; color: #000000; margin-right: 0pt; margin-bottom: 0pt; border-spacing: 0px; margin-top: 0pt; margin-left: 0pt; font-family: Arial; text-align: left; } 
#col3 .blogad_link { font-size: 10pt; font-weight: normal; text-decoration: underline; color: #FD7600; margin-right: 0pt; visibility: visible; margin-bottom: 0pt; margin-top: 0pt; margin-left: 0pt; font-family: Times; font-style: normal; } 
#col3 a.blogad_link:link { color: #FD7600; font-size: 10pt; text-decoration: underline; font-style: normal; font-color: #FD7600; } 
#col3 a.blogad_link:visited { color: #FD7600; font-size: 10pt; font-color: #FD7600; font-style: normal; text-decoration: underline; } 
#col3 a.blogad_link:active { color: #FF0000; text-decoration: underline; } 
#col3 a.blogad_link:hover { color: #FF0000; text-decoration: underline; } 
div#adspot_85062808.adspot {
margin-left: 10px;
}
.pollBlock {color: #FFF; padding: 0 0 20px 0; margin-bottom: 0;}
.pollAnswerBlock {font-size: 10px; padding: 15px 0 0 0;}
.pollResult {padding-bottom: 4px;}
/* .pollQuestion  {font-style: italic;} */
.pollTotalVotes {padding: 6px 0 0 0;}
#sidebarpoll form {margin: 0;}
.pollButtonBlock {padding-top: 6px; margin-bottom: 0; text-align: center;}
.pollButton {margin-bottom: 0;}

.admargin {
	margin-left: 10px;
}
.adcenter {
	text-align: center;
}
.details .stbuttontext {
   text-transform: none;
}