/*---:[ 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: #c4e5dd url('custom/code-wallpaper.png'); 
	color: #040404;
        font-size: 80%;
	font-family: 
		"ComputerModern",
		"LMRoman10 Regular",
		"CMU Serif",
		"Cambria",
		"Georgia",
		"New Century Schoolbook",
		"Bookman",
		"Bookman Old Style",
		"Belizio",
		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.png') 0 50% no-repeat; }

.custom #rss { background: url('custom/rss.png') 50% 0 no-repeat; }

.custom li.widget li, .custom li.linkcat li { background: url('custom/bullet.png') 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: #d7d7ca url('custom/comment_bottom.gif') 0 100% no-repeat; }

.custom dl#comment_list dd.author { background: #fade7f url('custom/comment_author_bottom.gif') 0 100% no-repeat; }
*/

.custom dl#comment_list dt { background: transparent; }

.custom dl#comment_list dt.author { background: transparent; }

.custom dl#comment_list dd { background: transparent; }

.custom dl#comment_list dd.author { background: transparent; }


/*---:[ to change the colors of the header and footer... ]:---*/

.custom #header { background: #248fb3 url('custom/code-wallpaper-2.png'); border-bottom-color: #50a4c0; color: #222; }

.custom #footer { background: #248fb3 url('custom/code-wallpaper-2.png'); border-top-color: #50a4c0; color: #fff; }


/*---:[ to change link colors and behaviors... ]:---*/

.custom a { color: #052833; }

.custom a:visited { color: #385b66; }

.custom a:hover { color: #50a4c0; }

	/*---:[ site title (logo) in the header ]:---*/
	
	.custom #logo a { 
		color: #fff;
		font-weight:bold; 
		font-family: 
			"ComputerModern",
			"LMRoman10 Regular",
			"CMU Serif",
			"LMRoman10 Regular",
			"Cambria",
			"Georgia",
			"New Century Schoolbook",
			"Bookman",
			"Bookman Old Style",
			"Belizio",
			serif; 
	}

	.custom #logo h1 { 
		color: #fff;
		display:block;
 		line-height:1em;
		margin-top:0;
		margin-left:2.5em;
		font-family: 
			"ComputerModern Sans",
			"LMSans10 Regular",
			"CMU Sans Serif",
			"Frutiger",
			"Univers",
			"Optima"
			sans-serif;
	}

	/*---:[ navigation links in the header ]:---*/

	.custom #nav ul li {
		font-weight:bold;
		font-family: 
			"ComputerModern Sans",
			"LMSans10 Regular",
			"CMU Sans Serif",
			"Frutiger",
			"Univers",
			"Optima"
			sans-serif;
	}

	.custom #nav ul li a, .custom #nav ul li a:visited {
		color: #222;
	}

	.custom #nav ul li a:hover, .custom #nav ul li a.current:hover { 
		color: #fff !important;
		background: #50a4c0; 
	} /* leave the !important declaration */

	.custom #nav ul li a.current, .custom #nav ul li a.current:visited {
		color: #222;
	}

	/*---:[ headline link colors on the main page, archive pages, and search pages ]:---*/

	.custom h2 a, .custom h2 a:visited { color: #1a3640; }

	.custom h2 a:hover { color: #50a4c0; }
	
	/*---:[ category links located underneath headlines ]:---*/
	
	.custom .post_date a, .custom .post_date a:visited { color: #336c80; }
	
	.custom .post_date a:hover { color: #336c80; background: #ccccba; }
	
	/*---:[ link behavior within posts ]:---*/
	
	.custom .entry a, .custom .entry a:visited { border-color: #248fb3; }
	
	.custom .entry a:hover { color: #c4e5dd; background: #50a4c0; }
	
	/*---:[ link to comments that follows posts on the main page, archive pages, and search pages ]:---*/
	
	.custom .post_meta a:hover { color: #336c80; border-color: #50a4c0; }
	
	/*---:[ inter-post navigation (found at the bottom of main pages or at the top of single post pages) ]:---*/
	
	.custom .navigation a:hover { color: #336c80; border-color: #50a4c0; }
	
	/*---:[ sidebar link colors ]:---*/
	
	.custom li.widget li a:hover, .custom li.linkcat li a:hover { color: #336c80; border-color: #50a4c0; }
	
	/*---:[ calendar widget link colors ]:---*/
	
	.custom table#wp-calendar td a, .custom table#wp-calendar td a:visited { color: #50a4c0; }
	
	.custom table#wp-calendar td a:hover { color: #50a4c0; }
	
	/*---:[ 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: #2d3b40; }
	
	.custom dl#comment_list dt .comment_num a:hover { color: #50a4c0; }
	
	/*---:[ comment author's link colors ]:---*/
	
	.custom dl#comment_list dt strong a, .custom dl#comment_list dt strong a:visited { color: #336c80; border-color: #999; }
	
	.custom dl#comment_list dt strong a:hover { color: #336c80; border-color: #50a4c0; }
	
	/*---:[ footer link colors ]:---*/
	
	.custom #footer a, .custom #footer a:visited { color: #ffffff; border-color: #ffffff; }

	.custom #footer a:hover { color: #c4e5dd; border-color: #c4e5dd; }


/*---:[ to change all of the gray double-borders in one fell swoop... ]:---*/

.custom .page h1, .custom #sidebar h2, #comments h3.comment_intro, .custom .post_date, .custom .post_meta, .custom .page .entry { border-color: #50a4c0; }


/*---:[ other stuff you may want to change... ]:---*/

	/*---:[ headlines ]:---*/

	.custom h1, .custom h2, .custom h3, .custom h4 { 
		font-weight: bold;
		font-family: 
			"Frutiger",
			"ComputerModern Sans",
			"LMSans10 Regular",
			"CMU Sans Serif",
			"Univers",
			"Optima"
			sans-serif;
	}

	.custom h1, .custom h2 { color: #1a3640; }
	
	.custom .archive h1 { color: #336c80; }
	
	.custom #sidebar h2 { color: #336c80; }

	.custom h3, .custom h4 { color: #336c80; }

	/*---:[ in-post stuff ]:---*/

	.custom blockquote { 
		font-family:
			"Frutiger",
			"ComputerModern Sans",
			"LMSans10 Regular",
			"CMU Sans Serif",
			"Univers",
			"Optima"
			sans-serif;
		color: #555;
		border-color: #50a4c0;
	}

	.custom blockquote.right, .custom blockquote.left { border-color: #ccccba; } /* These are pullquotes */

	.custom code { 
		color: #1c2e33;
		line-height: 1.1em;
/*		font-weight: bold; */
                font-size: 110%;
		font-family:
			"ComputerModern TT Mono",
			"CMU Typewriter Text",
			"Prestige Elite Std",
			"OCR B",
			"OCR A Std",
			Courier,
			"Courier New",
			monospace;
	}

	.custom .post_date { color: #2d3b40; }

	.custom img.frame { border-color: #d7d7ca; }

	/*---:[ calendar widget ]:---*/

	.custom table#wp-calendar caption { border-color: #ccccba; }

	.custom table#wp-calendar th { color: #666; border-color: #ccccba; }

	.custom table#wp-calendar td { color: #999; }

	/*---:[ comments ]:---*/

	.custom dl#comment_list dt { color: #2d3b40; }

		.custom dl#comment_list dt strong { color: #336c80; } /* Comment author's name */

	/*---:[ comment form elements ]:---*/

	.custom #comment_form .text_input { 
		color: #50a4c0;
		font-family:
			"Frutiger",
			"ComputerModern Sans",
			"LMSans10 Regular",
			"CMU Sans Serif",
			"Univers",
			"Optima"
			sans-serif;
		border-top-color: #999;
		border-left-color: #999;
		border-right-color: #eee;
		border-bottom-color: #eee;
	}

	.custom #comment_form .text_input:focus { border-top-color: #666; border-left-color: #666; border-right-color: #ddd; border-bottom-color: #ddd; }
	
	.custom #comment_form .form_submit {
		color: #336c80;
		font-family:
			"Frutiger",
			"ComputerModern Sans",
			"LMSans10 Regular",
			"CMU Sans Serif",
			"Univers",
			"Optima"
			sans-serif;
	} /* This is the submit button on the comment form */
	
	.custom #comment_form .form_submit:hover { color: #50a4c0; }
	
	/*---:[ search form ]:---*/
	
	.custom #search_form .search_input {
		color: #2d3b40;
		font-family:
			"Frutiger",
			"ComputerModern Sans",
			"LMSans10 Regular",
			"CMU Sans Serif",
			"Univers",
			"Optima"
			sans-serif;
		border-color: #999;
		border-right-color: #eee;
		border-bottom-color: #eee;
	}
	
	.custom #search_form .search_input:focus { border-top-color: #666; border-left-color: #666; border-right-color: #ddd; border-bottom-color: #ddd; }
