/*---:[ custom styles for the Copyblogger theme that YOU define ]:---*/
/*---:[ ------------------------------------------------------- ]:---*/

/*---:[ to change the body background, the default font, and the default font color... ]:---*/
/*---:[ NOTE: if you change the body background color, you will need to update your image files also ]:---*/
/*---:[ Download the image template (.psd) with the Organic theme package at http://www.copyblogger.com/downloads/organic.zip ]:---*/

body.custom { background: #fff; color: #222; font-family: Verdana, sans-serif; }

/*---:[ uncomment the following lines only if you've uploaded updated image files to the a folder called "custom" within your copyblogger theme directory ]:---*/

/* 
.custom .add_comment { background: url('custom/icon_comment.gif') 0 50% no-repeat; }
.custom #rss { background: url('custom/rss.gif') 50% 0 no-repeat; }
.custom li.widget li, .custom li.linkcat li { background: url('custom/bullet.gif') 0 0.4167em no-repeat; }
.custom dl#comment_list dt { background: url('custom/comment_top.gif') 0 100% no-repeat; }
.custom dl#comment_list dt.author { background: url('custom/comment_author_top.gif') 0 100% no-repeat; }
.custom dl#comment_list dd { background: #dfdfdf url('custom/comment_bottom.gif') 0 100% no-repeat; }
.custom dl#comment_list dd.author { background: #f6f4c9 url('custom/comment_author_bottom.gif') 0 100% no-repeat; }
*/


/*---:[ image alignment... ]:---*/
img.alignright { float: right; padding: 0 0 0 10px; }
img.alignleft { float: left; padding: 0 10px 0 0; }


/*---:[ to change the colors of the header and footer... ]:---*/

.custom #header { background: #000; border-bottom-color: #a90000; color: #fff; }
.custom #footer { background: #000; border-top-color: #a90000; color: #fff; }



/*---:[ to change link colors and behaviors... ]:---*/

.custom a { color: #a90000; }
.custom a:visited { color: #cc6666; }
.custom a:hover { color: #cc6666; }

/*---:[ comment links ]:---*/
.custom .add_comment a { color: #a90000; }
.custom .add_comment a:visited { color: #a90000; }
.custom .add_comment a:hover { color: #a90000; }

/*---:[ sidebar links ]:---*/
.custom #sidebar ul li ul li a { color: #cc6633; }
.custom #sidebar ul li ul li a:visited { color: #cc9966; }
.custom #sidebar ul li ul li a:hover { color: #cc9966; }

/*---:[ read more ]:---*/
.custom .entry a.more-link { color: #333; }
.custom .entry a.more-link:visited { color: #888; }
.custom .entry a.more-link:hover { color: #666; }

/*---:[ site title (logo) in the header ]:---*/
	
.custom #logo a { color: #fff; font-family: "American Typewriter", "Trebuchet MS", Verdana, sans-serif; }


/*---:[ navigation links in the header ]:---*/

.custom #nav ul li a, .custom #nav ul li a:visited { color: #a90000; }
.custom #nav ul li a:hover, .custom #nav ul li a.current:hover { color: #fff !important; background: #a90000; } /* leave the !important declaration */
.custom #nav ul li a.current, .custom #nav ul li a.current:visited { color: #a90000; }


/*---:[ headline link colors on the main page, archive pages, and search pages ]:---*/

.custom h2 a, .custom h2 a:visited { color: #a90000; }
.custom h2 a:hover { color: #CC6666; }


/*---:[ category links located underneath headlines ]:---*/
	
.custom .post_date a, .custom .post_date a:visited { color: #000; }
.custom .post_date a:hover { color: #000; background: #ccc; }
	

/*---:[ link behavior within posts ]:---*/
	
.custom .entry a, .custom .entry a:visited { text-decoration:underline; }
.custom .entry a:hover { color: #CC6666; background: #fff; }


/*---:[ link to comments that follows posts on the main page, archive pages, and search pages ]:---*/
	
.custom .post_meta a:hover { color: #CC6666; border-color: #CC6666; }


/*---:[ inter-post navigation (found at the bottom of main pages or at the top of single post pages) ]:---*/
	
.custom .navigation a:hover { color: #CC6666; border-color: #CC6666; }

	
/*---:[ sidebar link colors ]:---*/
	
.custom li.widget li a:hover, .custom li.linkcat li a:hover { color: #cc9966; border-color: #cc9966; }

	
/*---:[ calendar widget link colors ]:---*/
	
.custom table#wp-calendar td a, .custom table#wp-calendar td a:visited { color: #a90000; }
.custom table#wp-calendar td a:hover { color: #a90000; }


	
/*---:[ comment permalink colors (precedes the commenter's name on each comment) ]:---*/
	
.custom dl#comment_list dt .comment_num a, .custom dl#comment_list dt .comment_num a:visited { color: #999; }
.custom dl#comment_list dt .comment_num a:hover { color: #a90000; }


	
/*---:[ comment author's link colors ]:---*/

.custom dl#comment_list dt strong a, .custom dl#comment_list dt strong a:visited { color: #000; border-color: #999; }
.custom dl#comment_list dt strong a:hover { color: #000