/*---:[ 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; }
*/


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

.custom #header { background: #000; border-bottom-color: #000080; color: #000080; padding-bottom: .7em; }

.custom #footer { background: #3f3f3f; border-top-color: #000080; color: #fff; }


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

.custom a { color: #000080; }

.custom a:visited { color: #777; }

.custom a:hover { color: #000080; }

	/*---:[ site title (logo) in the header ]:---*/
	
	.custom #logo a { color: #fff; font-family: Baskerville, Georgia, Times, "Times New Roman", serif; }
	.custom #logo { text-align: center; }
	
	/*---:[ navigation links in the header ]:---*/

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

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

	.custom #nav ul li a.current, .custom #nav ul li a.current:visited { color: #000080; }
	
	.custom #nav ul { margin-left: 12%; }

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

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

	.custom h2 a:hover { color: #000; }
	
	/*---:[ 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 { border-color: #bbb; }
	
	.custom .entry a:hover { color: #fff; background: #000080; }
	
	/*---:[ link to comments that follows posts on the main page, archive pages, and search pages ]:---*/
	
	.custom .post_meta a:hover { color: #000; border-color: #000080; }
	
	/*---:[ 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: #000080; }
	
	/*---:[ sidebar link colors ]:---*/
	
	.custom li.widget li a:hover, .custom li.linkcat li a:hover { color: #000; border-color: #000080; }
	
	/*---:[ calendar widget link colors ]:---*/
	
	.custom table#wp-calendar td a, .custom table#wp-calendar td a:visited { color: #000080; }
	
	.custom table#wp-calendar td a:hover { color: #000080; }
	
	/*---:[ 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: #000080; }
	
	/*---:[ 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; border-color: #000080; }
	
	/*---:[ footer link colors ]:---*/
	
	.custom #footer a, .custom #footer a:visited { color: #fff; border: none; }

	.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, #comments h3.comment_intro, .custom .post_date, .custom .post_meta, .custom .page .entry { border-color: #ccc; }


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

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

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

	.custom h1, .custom h2 { color: #000080; }
	
	.custom .archive h1 { color: #000; }
	
	.custom #sidebar h2 { color: #000; }

	.custom h3, .custom h4 { color: #000; }

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

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

	.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 img.frame { border-color: #ddd; }

	/*---:[ 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 { color: #999; }

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

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

	.custom #comment_form .text_input { color: #000080; font-family: Verdana, 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: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } /* This is the submit button on the comment form */
	
	.custom #comment_form .form_submit:hover { color: #000080; }
	
	/*---:[ search form ]:---*/
	
	.custom #search_form .search_input { color: #777; font-family: Verdana, 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; }
	
		
	/*---:[ hacks ]:---*/

/*---:[ sidebar hacks ]:---*/

p#colophon { font-family: Georgia, Times, "Times New Roman", serif; font-size: 1.2em; line-height: 1.3em; color: #505050; border: 3px double #bbb; padding: 10px; margin-bottom: 15px; }

p#colophon a { font-size: 1em; }

#up { font-size: 1em; }

form#email_side { background: #fff; border:3px double #bbb; margin-top: 5px; padding:3px; text-align:center; }

form#email_side p { font-size: .8em; margin: 0; }

.fblue { color: #0000ff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.fpink { color: #ff00cc; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

li#linkedin a:hover { border: none; }

/* ul#srecent, ul#categories { padding-left: 15px; }
ul#srecent li, ul#categories li { list-style: disc outside url(images/li.gif); }
ul#srecent li { margin: 0; padding: .2em 0; line-height: 1.1em; border-bottom: 1px solid #bbb; } */


/*---:[ footer hacks ]:---*/

    div#footer h3 { font-size: 1.25em; color: #fff; text-transform: uppercase; letter-spacing: 1px; padding: 4px; border-top: 1px solid #8d8d8d; border-bottom: 1px solid #8d8d8d; margin: 0; font-weight: bold; text-align: center; }
    
    div#subfooter { background: #3f3f3f; font-size: 1em; color: #d8d8d8; padding-top: 30px; }
    
    div#recentfoot { float: left; width: 30%; margin: 0 15px 15px 20px; }
    
    div#blogsiread { float: left; width: 30%; margin-right: 20px; margin-bottom: 25px; }
    
    div#footright { float: left; width: 30%; }
    
    ul.footerlists { margin: 0; padding: 0; }
    
    div#aboutfoot { margin: 30px 0 20px 0; }
    
    div#subfooter li { display: block; width: 100%; text-decoration: none; list-style-type: none; background: #3f3f3f; border-bottom: 1px solid #8d8d8d; font-size: 1.2em; line-height: 2.5em; text-align: left; }
    
    div#subfooter li a:link, div#subfooter li a:visited {
    display: block; color: #d8d8d8; text-decoration: none; background: #3f3f3f; }
    
    div#subfooter li a:hover { display: block; background: #686868; color: #fff; }
    
    div#basement { background: #3f3f3f; clear: both; margin: 0; padding: 0; }
    
    p#credit-links { text-align: center; padding-top: 6px; font-size: .9em; color: #000; }
    
    div#basement a, div#basement a:link, div#basement a:visited, div#basement a:hover { text-decoration: none; color: #000; background: #3f3f3f; }
    
    div#basement .noimg { display: none; }
    
    span.sep { padding: 0 8px; }
    
    p#buttlinks { padding-bottom: 4px; }
    
    p#buttlinks a, p#buttlinks a:link, p#buttlinks a:visited, p#buttlinks a:hover { text-decoration: none; color: #222; font-weight: lighter; background: #3f3f3f; }
    
/*---:[ misc hacks ]:---*/    
    
.cent { text-align: center; }

div.simpletags{ font-size: .97em; }

div.linklist dt { margin-left:2em; font-weight:bold; }

div.linklist dd{ margin:0 0 .7em 4em; padding-left:15px; color:#484848; background:url(http://jeffchasin.com/img/dd_arrow.gif)no-repeat 0 2px; }

div.ddsg-sitemap ul { list-style-type: none; }

div.ddsg-sitemap li { padding:  3px 0; }

span.ddsg-cats { font-weight: bold; line-height: 30px; }

h3.inline, h2.inline { margin: 0 0 10px 0; 	padding: 0 0 20px 0; border: 0; font-weight: bold; }

span.del { text-decoration: line-through; }

.entry img.center { display: block; margin: 0.5em auto; }

.entry img.alignright { margin: 0.5em 0 0.5em 1.2em; }

.entry img.alignleft { margin: 0.5em 1.2em 0.5em 0; }

div.post-footer-links { padding: 10px 0 0 0; }

p.relatedposts {font-size:1.9em; border-bottom: 0.166667em double #ccc; margin: .35em 0 .5em 0; font-weight:bold;}

ul.relposts {font-size:1.35em; margin-bottom: 8px; list-style-position: inside;}

.gtalk {list-style:none;}