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

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

	/*---:[ 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 a, .custom #nav 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 a:hover, .custom #nav 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; }
/*	.custom #nav a.current, .custom #nav 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: #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: #a90000; }
	
	/*---:[ link to comments that follows posts on the main page, archive pages, and search pages ]:---*/
	
	.custom .post_meta a:hover { color: #000; border-color: #a90000; }
	
	/*---:[ 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: #a90000; }
	
	/*---:[ sidebar link colors ]:---*/
	
	.custom li.widget li a:hover, .custom li.linkcat li a:hover { color: #000; border-color: #a90000; }
	
	/*---:[ 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; border-color: #a90000; }
	
	/*---:[ footer link colors ]:---*/
	
	.custom #footer a, .custom #footer a:visited { color: #fff; border-color: #a90000; }

	.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; }*/
.custom .page h1, .custom #sidebar .sidebartag, #comments .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: #a90000; }
	
	.custom .archive h1 { color: #000; }
	
/*	.custom #sidebar h2 { color: #000; }*/
	.custom #sidebar .sidebartag { 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: #a90000; }

	.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 #commentform .text_input { color: #a90000; font-family: Verdana, sans-serif; border-top-color: #999; border-left-color: #999; border-right-color: #eee; border-bottom-color: #eee; }

	.custom #commentform .text_input:focus { border-top-color: #666; border-left-color: #666; border-right-color: #ddd; border-bottom-color: #ddd; }
	
	.custom #commentform .form_submit { color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } /* This is the submit button on the comment form */
	
	.custom #commentform .form_submit:hover { color: #a90000; }
	
	/*---:[ 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; }

/* Custom styles setting */

.entry h2 { font-size: 2.0em; margin: 0 0 0.6071em 0; border-bottom: 0.10714em solid #ccc; }

a.title_tag:visited { color: #a90000; text-decoration: none; }

.custom table.listing, table.listing th, table.listing td
{
	border-color: black;
	border-style: solid;
}

.custom table.listing
{
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}

.custom table.listing th, table.listing td
{
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
}

.custom .entry .annotation 
{ 
	font-size: 0.9em;
}

.custom a.external_link
{
	color: #0000ff; 
}

.custom a.external_link:hover
{
	color: #ffffff !important; 
	background: #0000ff;
}

.custom a.external_link:visited
{
	color: #0000ff;
}

.custom .sidebonustitle
{ 
	color: #000000;
	font-weight: bold; 
	padding: 1px;
}

.custom .sidebonustitle:hover
{
	color: #ffffff !important; 
	background: #000000;
}

.custom .sidebonus
{ 
	color: #0000ff;
	font-size: 1.0em; 
	font-style: italic; 
	padding: 1px;
}

.custom .sidebonus:hover
{
	color: #ffffff !important; 
	background: #0000ff;
}

.custom .hlight
{ 
	font-size: 1.0em; 
	font-weight: bold;
}

.custom .emphasize
{ 
	font-size: 1.0em; 
	font-style: italic; 
}

.custom .userquote
{ 
	font-size: 1.0em; 
	font-weight: bold;
}

.custom .ereference 
{ 
	color: #888888;
	font-size: 1.0em; 
}

.custom #speed_reader_x_cd, .custom #speed_reader_x_online, .custom #speed_reader_x_ultra, .custom #speed_reader_x_cd_des, .custom #speed_reader_x_online_des, .custom #speed_reader_x_ultra_des
{ 
	vertical-align: super;
	font-size: 0.8em; 
}

#rlad
{
	color: #777;
	text-align: center;
	width: 72.8em;
	margin: 40px 0 0 0;
}

#rlad a
{
	color: #777;
	text-decoration: none;
}

#lvad
{
	color: #777;
	text-align: center;
	width: 72.8em;
	margin: 5px 0 10px 0;
}

#lvad a
{
	color: #777;
	text-decoration: none;
}

#free_course_header
{
	font-size: 1.0em;
	margin: 1.5em 1.5em 0.0em 1.5em;
}

#free_course_title
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #0000ff;
	margin: 0em 0em 1.0em 0em;
}

#free_course_form
{
	font-size: 1.0em; 
	font-weight: bold;
}

#free_course_privacy
{
	font-size: 0.9em; 
	font-weight: normal;
	margin: 1.5em 3.5em 1.5em 3.5em;
}

#free_gift_content
{
	padding: 2.0em;
	min-height: 20.0em;
	border-style: none;
	border-width: medium;
}

#free_ccourse_header
{
}

#free_ccourse_form
{
	font-size: 1.0em; 
	font-weight: bold;
}

#free_ccourse_privacy
{
	font-size: 0.9em; 
}

#free_scourse_title
{
	font-weight: bold;
	text-align: center;
	color: #0000ff;
	font-size: 1.0em; 
	margin: 1.0em 0.5em 0.0em 0.5em;
}

#free_scourse_header
{
	font-size: 0.9em; 
	margin: 0.5em 1.0em 0.0em 1.0em;
}

#free_scourse_form
{
	font-size: 0.9em; 
	font-weight: bold;
}

#free_scourse_privacy
{
	font-size: 0.8em; 
	font-weight: normal;
	margin: 1.0em 0.5em 1.0em 0.5em;
}

.com_question
{ 
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0px 12px 0px;
}

.com_answer
{ 
	font-size: 1.0em;
	font-weight: normal;
	margin: 0px 0px 30px 15px;
}

.custom .hlight_large
{
	font-size: 1.2em; 
	font-weight: bold;
	line-height: 1.5em;
}

.custom .hlight_special
{
	color: #ff0000;
	font-size: 1.2em; 
	font-weight: bold;
}

.custom .hlight_title
{
	color: #ff0000;
	font-size: 1.6em; 
	font-weight: bold;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 30px 80px 20px 80px;
	line-height: 1.5em;
}

.custom .hlight_link
{
	color: #ff0000;
}

.custom .center_ads
{
	text-align: center;
}

.custom .center_text
{
	text-align: center;
}

/*---:[ Amazon Kindle page ]:---*/

.custom ul.hlight_point
{
	font-size: 1.1em;
	line-height: 1.3em;
}

.custom ul.hlight_point li
{
	margin: 1.0em 0 0 0;
}

.custom .kindle_last_link
{
	margin: 2.0em 0em 2.0em 0em;
	font-size: 1.2em; 
	font-weight: bold;
	text-align: center;
}

.custom .kindle_last_link_small
{
	margin: 0.0em 0em 2.0em 0em;
	font-size: 1.0em; 
	font-weight: bold;
	text-align: center;
}

.custom .kindle_last_link_note
{
	font-size: 0.8em; 
}

#space_k1review
{
	margin: 0 0 22.0em 0;
}

#space_k1review2
{
	margin: 0 0 38.0em 0;
}

#space_k2review
{
	margin: 0 0 12.0em 0;
}

#space_k2review2
{
	margin: 0 0 12.0em 0;
}

#space_ksreview
{
	margin: 0 0 3.0em 0;
}

#space_readingst
{
	margin: 0 0 92.0em 0;
}

#space_readingst2
{
	margin: 0 0 148.0em 0;
}

#space_readingct
{
	margin: 0 0 92.0em 0;
}

#space_readingct2
{
	margin: 0 0 2.0em 0;
}

#space_others
{
	margin: 0 0 2.0em 0;
}

#waiting
{
	border-bottom: none;
}

#addthis_home
{
	margin: 0.5em 0 0em 0em;
}

.custom .ads_right
{
	float: right;
}