/*---:[ 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 ]:----*/  

body.custom { background: #fff; color: #222; font-family: Verdana, sans-serif; }


/*---:[ My Stuff ]:----*/

.flickr-caption {
	font-size : xx-small;
}



/*---:[ AdSense Header Ad ]:----*/  

.custom #adsense-header {
	vertical-align : top;
	text-align : center;
	padding-bottom : 1.5em;
} 




/*---:[ sidebar styles ]:---*/

.custom li.widget p { margin: 0 0 1em 0; }

.custom ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 16.6667em; margin: 0 0 1em 0; font-size: 1.2em; line-height: 1.6667em; float: left; }





/*---:[ 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 dl#comment_list dt { background: url('custom/comment_top.gif') 0 100% no-repeat; }

.custom dl#comment_list dd { background: #dfdfdf url('custom/comment_bottom.gif') 0 100% 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.author { background: url('custom/comment_author_top.gif') 0 100% no-repeat; }

.custom dl#comment_list dd.author { background: #B5CEE7 url('custom/comment_author_bottom.gif') 0 100% no-repeat; }






/*---:[ to change the colors of the header and footer... ]:---*/

.custom #header { background: white; border-bottom: 0.5em solid; border-bottom-color: #B5CEE7; color: #fff; }

.custom #footer { background: #3A6EA6; border-top-color: #B5CEE7; color: #fff; }






/*---:[ 3 column modification by Taras Mankovski from http://www.oscandy.com/ ]:---*/

.custom #container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

.custom #container {zoom:1;}

.custom #logo { width: 700px; }

.custom #container { width: 96.8em; margin: 0 auto; }

.custom #content_box { float: right; } 
	
.custom #left { width: 20em; float: left; } 

.custom #left h2 {
	font-size: 11pt;
	line-height: normal;
	margin: 0 0 .5em 0;
	border-bottom: none;
	padding: 0 0 0 .5em;
	color: #FFF;
	background-color : #3A6EA5;
}

.custom #sidebar h2 { 
        font-size: 11pt; 
        line-height: normal; 
        margin: 0 0 0.5em 0; 
        border-bottom: none; 
        padding: 0 0 0 .5em;
        color: #FFF; 
        background-color: #3A6EA5; 
}






/*---:[ to change link colors and behaviors... ]:---*/

.custom a { color: blue; }

.custom a:visited { color: blue; }

.custom a:hover { color: red; text-decoration: none;}






/*---:[ 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 { width: 72.8em; margin: 0 0 15px 0; }

.custom #nav ul li a, .custom #nav ul li a:visited { color: blue; }

.custom #nav ul li a:hover, .custom #nav ul li a.current:hover { color: red!important;  } /* leave the !important declaration */

.custom #nav ul li a.current, .custom #nav ul li a.current:visited {  color: blue; }






/*---:[ headline link colors on the main page, archive pages, and search pages ]:---*/

.custom h2 a, .custom h2 a:visited { color: blue; }

.custom h2 a:hover { color: red; text-decoration: underline; }





	
/*---:[ category links located underneath headlines ]:---*/
	
.custom .post_date a, .custom .post_date a:visited { border-color: white; color: blue; }
	
.custom .post_date a:hover { color: red; border-color: red; background: white; }





	
/*---:[ link behavior within posts ]:---*/
	
.custom .entry a, .custom .entry a:visited { border-color: white; }
	
.custom .entry a:hover { color: red; text-decoration: underline; background: white; }
	





/*---:[ link to comments that follows posts on the main page, archive pages, and search pages ]:---*/
	
.custom .post_meta a:hover { color: red; text-decoration: none; }
	
.feedburnerFlareBlock { font-size : larger;  padding-bottom : .5em; }




/*---:[ inter-post navigation (found at the bottom of main pages or at the top of single post pages) ]:---*/
	
.custom .navigation a:hover { color: red; }





	
/*---:[ sidebar link colors ]:---*/
	
.custom li.widget li a:hover, .custom li.linkcat li a:hover { color: red; border-color: red; }
	





/*---:[ calendar widget link colors ]:---*/
	
.custom table#wp-calendar td a, .custom table#wp-calendar td a:visited { color: blue; }
	
.custom table#wp-calendar td a:hover { color: red; }





	
/*---:[ 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: red; }
	





/*---:[ 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: #3A6EA5; }
	





/*---:[ footer link colors ]:---*/

.custom #footer a, .custom #footer a:visited { color: #B5CEE7;  }

.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: #B5CEE7; }






/*---:[ 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: #3A6EA5; }
	
.custom .archive h1 { color: #000; }
	
.custom #sidebar h2 { color: #FFF; }

.custom h3, .custom h4 { color: #000; }






/*---:[ in-post stuff ]:---*/

.custom blockquote { font-family: Georgia, "Times New Roman", Times, serif; color: #555; border-color: #396BA5; }

.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 {border: .2em solid White; }



/*---:[ 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 */

.custom #live {
	border-top: medium solid #b5cee7;
	border-bottom : medium solid #b5cee7;
	font-size: 1.3em;
	line-height: 1.5385em;
	background-color : #dfdfdf;
	padding-left : 1.3em;
	padding-right : 1.3em;
}
}
.custom #liveauthor {
	font-size: 2em;
}




/*---:[ comment form elements ]:---*/

.custom #comment_form .text_input { color: #3A6EA5; 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: red; }
	



/*---:[ 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; }



/*---:[ Wordpress 2.6 Caption and Image Alignment ]:---*/


.aligncenter, div.aligncenter 
{
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.alignleft 
{
        float: left;
}

.alignright 
{
        float: right;
}

.wp-caption
{
	text-align : center;
        padding-top: 4px;
        margin: 10px;
}

.wp-caption img 
{
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption p.wp-caption-text 
{
      font-size: 11px;
      line-height: 18px;
      padding: 0 4px 5px;
      margin: 0;
}
/* End Caption and Image Alignment */
