/*
	custom.css ? custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

/*---:[ global elements ]:---*/

.custom { font: 62.5% Arial, sans-serif; text-align: center; background: url('images/page-background.gif') repeat #f7f7f7; color: #111; }

.custom #content_box { background: #FFF8E1; padding: 10px; border: 1px dotted #333 }

.custom a:visited { color: #111; }

.custom blockquote { color: #3d3d3d; }


/*---:[ headlines ]:---*/

.custom h1 a, h1 a:visited, h1 a:hover { color: #FFF8E1; display: none; }
.custom #masthead { background: url('images/masthead.gif') no-repeat; height: 121px; }
.custom #masthead h2 { border-top: 0px solid #ccc; display: none; }
.custom #masthead h3 { color: #FFF8E1; display: none; }

.custom ul#nav li { font-size: 1.2em; }

.custom ul#nav { border-bottom: 2px solid #222; background: none; width: 770px; }
		.custom ul#nav li a, ul#nav li a:visited { color: #222; }
		.custom ul#nav li a:hover { color: #222; }
		.custom ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #090; }
		.custom ul#nav li.search { float: right; }

/*---:[ core layout elements ]:---*/

	.custom #content { width: 490px; padding: 0 40px 0 0; float: left; }
	.custom #footer { padding: 10px 10px 0px 10px; border-top: 0px solid #ccc; }
        .custom #header_img { text-align: center; margin-bottom: 0; padding-bottom: 1em; padding-top: 1em; } 

/* .custom #header_img img {display: none; border-bottom: 1px solid #000; float: left; } */


/*---:[ sidebar styles ]:---*/

.custom	li.widget h2, li.linkcat h2 { font-weight: bold; border-bottom: 1px solid #222; border-top: 0px solid #000; background: none; margin-top: 1em }
.custom	#sidebar ul li.widget {  margin-bottom: 0em  }
.custom	#sidebar { background-color: #f3f3f3; padding: 5px }
.custom .sidebar-icons {margin: 2em 1em 1em 1em;  }
.custom .sidebar-icons #rss-icon { margin-left: 80px; }

.custom li.widget li, li.linkcat li { margin: 0 0 0.5em 0; list-style: none; }
.custom ul #recentcomments li { font-size: 12px }
.custom .widget_categories ul li { margin: 0.2em 0; font-size: 90% }

.custom ul #recentcomments a.url { text-decoration: underline; font-weight:bold }
.custom ul #recentcomments a.url:visited { text-decoration: none; font-weight:normal; }

/*---:[ comment styles ]:---*/

.custom #comment_form .required_field { background-color: #FFFF90 }
.custom	#comment_form .text_area { width: 400px !important; }
.custom	ul#comment_list li.trackback { font-size: 90%; }
.custom	ul#comment_list li.admin-comment { background-color: #EEFFE1; padding-left:5px; width: 495px; }

.custom #comments .avatar { float: left; margin: 0; padding: 0 4px 0 0; }

/*---:[ post styles ]:---*/

.custom .posts h1 { font-size: 2.0em; margin: 0 0 0.1em 0; line-height: 1.2em; letter-spacing: 0em; }
.custom	.entry h4 { background: none; font: italic 1.1em Arial, sans-serif;  margin: 0 0 .5em 0; padding: 0 0 .5em 0; }
.custom .entry h3 { font-size: 1.1em; text-transform: none; margin-top: 1.0em }

.custom .pullquote {border-top: 3px double; border-bottom: 1px solid; padding: 0.5em; font-size: 1.3em; color: #633129; background-color: #ffffff; opacity: 0.5}

.custom .pullquotetext {margin-bottom: 0em; opacity: 1}

.custom .postheadertags { text-transform: uppercase; padding-bottom: 4px; }


.akpc_pop { display: none; }
.simpletags { display: none; }
.definition { border-bottom: 0.75pt dotted #222; cursor: default; font-style: italic; }

.ad-over-article { margin-bottom: 1em; }
.ad-under-article {  }
.ad-in-sidebar { margin-left: 18px; }

.related-posts { margin: 1em 0; }
.related-posts h4 { font: 1.2em arial, sans-serif; color: #888; margin: 1em 0; background: none; }
.related-posts li { margin: 0 .2em .2em 3px; list-style: none; font-weight: bold; font-size: 11px; }

#share-this { padding: 1em 0; font-style: italic; font-size: 1.2em;}
#share-this ul { list-style: none; }


/*---:[ footer styles ]:---*/

.custom #footer p {  color: #333; font-weight: bold; }
	.custom #footer a, #footer a:visited { color: #333;  }
	.custom #footer a:hover { color: #333; }

/*---:[ search styles ]:---*/

.custom #search_form .search_input { width: 190px; }
