/*---:[ 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: #44443f; color: #222; font-family: "Lucida Grande", Verdana, sans-serif; }


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

.custom #header h1 { width: 331px; height: 37px; margin: 0 0 25px 0; padding: 0; background: url('images/logo_new.gif') no-repeat; border-bottom: none; text-indent: -9999px; }
	
	.custom #header h1 a { display: block; width: 331px; height: 37px; }

.custom #footer { padding: 0; background: none; border: none; }

	.custom #footer_content { margin: 0 auto; padding: 2.0em 0; background: #000; color: #ddd; }
	
	.custom #footer p { font: normal 1.1em "Lucida Grande", Verdana, sans-serif; }

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

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

	.custom h2 a:hover { color: #2e78bd; }
	
	/*---:[ 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 { padding: 0; font-weight: bold; color: #2e78bd; border-color: #d6d6ab; }
	
	.custom .entry a:hover { padding: 0; color: #2e78bd; background: none; border-bottom: 1px solid #2e78bd; }
	
	.custom .entry a.more-link, .custom .entry a.more-link:visited { color: #919181; display: inline-block; border-bottom: none; float: right; }
	
	.custom .entry a.more-link:hover { color: #2e78bd; border-bottom: none; }
	
	/*---:[ link to comments that follows posts on the main page, archive pages, and search pages ]:---*/
	
	.custom .post_meta a:hover { color: #000; border-color: #222; }
	
	/*---:[ inter-post navigation (found at the bottom of main pages or at the top of single post pages) ]:---*/
	
	.custom .navigation a:hover { color: #000; border-color: #222; }
	
	/*---:[ sidebar link colors ]:---*/
	
	.custom li.widget li a:hover, .custom li.linkcat li a:hover { color: #000; border-color: #222; }
	
	.custom li.widget a.app_link { display: block; width: 196px; padding: 1px; border: 1px solid #c3c394; }
	
	/*---:[ calendar widget link colors ]:---*/
	
	.custom table#wp-calendar td a, .custom table#wp-calendar td a:visited { color: #222; }
	
	.custom table#wp-calendar td a:hover { color: #222; }
	
	/*---:[ 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 { }
	
	.custom dl#comment_list dt .comment_num a:hover { }
	
	/*---:[ comment author's link colors ]:---*/
	
	.custom dl#comment_list dt strong a, .custom dl#comment_list dt strong a:visited { }
	
	.custom dl#comment_list dt strong a:hover { }
	
	/*---:[ footer link colors ]:---*/
	
	.custom #footer a, .custom #footer a:visited { color: #ddd; border-color: #555; }

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


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

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


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

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

	.custom h1, .custom h2 { font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.custom h1, .custom h2 { color: #222; }
	
	.custom .archive h1 { font: normal 1.2em/1.66667em "Gill Sans", "Gill Sans MT", Verdana, sans-serif; text-transform: uppercase; letter-spacing: 2px; text-align: center; margin: 0 0 3.33333em 0; padding: 0.41667em; background: #f2f2f2; border: 0.41667em solid #e5e5e5; color: #222; }
	
	.custom #sidebar h2 { color: #222; }
	
	html[xmlns*=""] body:last-child #sidebar h2 { padding: 0.5em 0; }
	
	.custom #comments h3 { }
	
	.custom #comments h3.comment_intro { }
	
	.custom #comments h3#respond { }

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

	.custom blockquote { font-family: Georgia, "Times New Roman", Times, serif; color: #585842; border-color: #eaeace; }

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

	.custom code { color: #090; font-family: Courier, "Courier New", monospace; }

	.custom .post_date { color: #aaa; }
	
	.custom .post_meta { color: #919181; }

	.custom img.frame { border-color: #ddd; }
	
	.custom .add_comment { margin-left: 2.0em; float: right; }
	
	.custom .page .entry { border-bottom: none; }

	/*---:[ email widget ]:---*/
	
	.custom ul.sidebar_list li#email { width: 17em; margin: 0 0 2.2em 0; padding: 0.5em 1.0em; background: #dfdfba; border: 0.5em solid #d1d1ab; float: left; }

		.custom ul.sidebar_list li#email h2 { font: bold 1.1em/1.45455em "Lucida Grande", Verdana, sans-serif; margin: 0; padding: 0; border-bottom: none; text-align: center; }

		.custom ul.sidebar_list li#email p { margin: 0 0 0.45455em 0; font-size: 1.1em; line-height: 1.45455em; text-align: center; }
		
		.custom ul.sidebar_list li#email p.policy { margin: 0; }
		
			.custom ul.sidebar_list li#email p.policy a, .custom ul.sidebar_list li#email p.policy a:visited { color: #767667; }
		
			.custom ul.sidebar_list li#email p.policy a:hover { color: #767667; border-bottom: 1px solid #767667; }
		
		.custom ul.sidebar_list li#email .email_input { width: 13.66667em; padding: 0.16667em; color: #222; font: normal 1.09091em/1.16667em "Lucida Grande", Verdana, sans-serif; border: 0.08333em solid #999; border-right-color: #eee; border-bottom-color: #eee; text-align: center; }

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

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

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

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

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

	.custom dl#comment_list dt { }

		.custom dl#comment_list dt strong { } /* Comment author's name */

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

	.custom #comment_form .text_input { color: #222; font-family: Verdana, sans-serif; border-color: #999; border-right-color: #eee; border-bottom-color: #eee; }

	.custom #comment_form .text_input:focus { border-color: #666; border-right-color: #ddd; border-bottom-color: #ddd; }
	
	.custom #comment_form .form_submit { color: #222; font-weight: normal; font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif; text-transform: uppercase; letter-spacing: 2px; } /* This is the submit button on the comment form */
	
	.custom #comment_form .form_submit:hover { color: #777; }
	
	/*---:[ search form ]:---*/
	
	.custom #search_form .search_input { color: #767667; font-family: "Lucida Grande", Verdana, sans-serif; border-color: #999; border-right-color: #f7f7e3; border-bottom-color: #f7f7e3; }
	
	.custom #search_form .search_input:focus { border-top-color: #666; border-left-color: #666; border-right-color: #f7f7e3; border-bottom-color: #f7f7e3; }