/*
Theme Name:		Zcom-Cutline
Theme URI:		http://pearsonified.com
Description:	A squeaky clean, feature-rich theme for WordPress designed and coded by <a href="http://pearsonified.com">Chris Pearson</a>.
Version:		1.1
Author:			Chris Pearson
Author URI:		http://pearsonified.com/
*/

body { background: #666; color: #222; font: 62.5% Georgia, "Times New Roman", Times, serif; text-align: center; padding: 0; margin: 0; }

* { padding: 0; margin: 0; }



/*---:[ global elements ]:---*/

a { color: #003366; text-decoration: underline; }

	a:visited { color: #003366; text-decoration: underline; }

	a:hover { color: #CC0000; text-decoration: underline; }
	
	a img { border: none; }
	
blockquote { font-style: italic; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 3px solid #aaa; }

abbr, acronym { border-bottom: 1px dotted #aaa; text-transform: uppercase; cursor: help; }
	
code { color: #090; font-family: Courier, monospace; }

pre { margin: 0 0 1.5em 0; overflow: auto; font-size: 1.3em; clear: both; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { font-size: 1.4em; }



/*---:[ headlines ]:---*/

h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", Times, serif; color: #000; font-weight:normal; }

h1 { font-size: 2.8em; line-height: 1.2em; }
	
	h1 a, h1 a:visited, h2 a, h2 a:visited { color: #000; text-decoration: none; }
	h1 a:hover, h2 a:hover { color: #CC0000; text-decoration: none; }
	
h2 { font-size: 2.0em; }	
	
	.posts h1 { margin: 0 0 0.1em 0; line-height: 1.2em; }
	.entry h2 { text-transform:uppercase; font-size:1.4em; margin: 1.5em 0 0.5em 0; }
	#previous h2 { font-weight:bold; font-size: 1.5em; font-family: Verdana, Arial, Helvetica, sans-serif; }
	#previous h2 a { color: #0059b3; text-decoration: underline; } #previous h2 a:hover { color:#cc0000; }
	
	h2.page_header { margin: 0 0 0.75em 0; padding: 0 0 0.6em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; font-size:2.4em; }
	
	h2.archive_head { font:normal 1.4em Verdana, Arial, Helvetica, sans-serif; margin:0 0 2.0em 0; padding:5px; border-top:2px solid #666; border-bottom:2px solid #666; color:#333; }
	
h3 { font-size: 1.0em; }

	.entry h3 { font-size:1.2em; margin: 2.5em 0 0.5em 0; text-transform:uppercase; }
	
	.entry h3.top { margin: 1.5em 0 0.5em 0 !important; }
	
	#previous h3, h3.comment_form { text-transform:uppercase; font-size:2.0em; color:#666; margin:10px 0; }
	
	h3.comment_head { padding:0; border-bottom:3px solid #666; font-size:2.0em; color:#666; margin:10px 0; text-transform:uppercase; }

h4 { font-weight:normal; font-size: 1.6em; color: #666; }

	h4 a, h4 a:visited { color: #666; text-decoration: none; }
	
		h4 a:hover { color: #666; text-decoration: underline; }
	
	.posts h4 { margin: 0 0 0.8em 0; }



/*---:[ core layout elements ]:---*/

#container { width: 900px; margin: 15px auto; text-align:center; background:#fff; }
#page { width:860px; margin:0 auto; padding:20px 0; }
					
	#content_box { width: 860px; text-align: left; float: left; clear: both; margin-top:30px; }
	
		#content { width: 560px; padding: 0 30px 0 10px; float: left; }
		
		#sidebar { width: 260px; float: left; font-size: 1.4em; line-height: 1.4em; color:#333; }
		
	#footer { width: 860px; padding: 1.0em 0; border-top: 6px solid #666; font: 1.3em/1.5em Verdana, Helvetica, Arial, sans-serif; color:#fff; float: left; clear: both; background-color:#222; }
		


/*---:[ header styles ]:---*/

#masthead { width: 860px; background:#003366; }

ul#nav { list-style: none; width: 860px; float: left; clear: both; background: #222; border-top:1px solid #fff; }

	ul#nav li { border-right:1px solid #fff; font: 1.5em Arial, Helvetica, sans-serif; text-transform:uppercase; float: left; }
	
		ul#nav li a, ul#nav li a:visited { display: block; height: 2.7em; line-height: 2.7em; padding: 0 1.2em; text-decoration: none; color: #fff; float:left; }
	
		ul#nav li a:hover { color: #402C00; background: #996600; text-decoration: none; }
		
		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #402C00; background: #996600; text-decoration: none; }


/*---:[ content styles ]:---*/

.entry { font-size: 1.5em; line-height: 1.5em; margin-bottom:3.0em; }
		
	.entry blockquote { font-size: 1.0em; }
	
		.entry blockquote.right { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 0 0.3em 15px !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: right; }
		
		.entry blockquote.left { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 15px 0.3em 0 !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: left; }
	
			.entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; line-height: 1.4em !important; }
	
	.entry p { margin: 0 0 1.3em 0; }

	.entry ul, .entry ol { margin: 0 0 1.5em 40px; }
	
	.entry ul { list-style-type: square; }
	
		.entry li { margin: 0 0 0.5em 0; }
		
			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0.5em 0 0.5em 30px; }
	
	.entry dl { margin: 0 0 1.5em 0; }
			
		.entry dt { font-weight: bold; margin: 0 0 0.5em 0; }
		
		.entry dd { margin: 0 0 1.5em 20px; }
		
	.entry .ad { margin: 0 0 0.5em 15px; float: right; }
	
	.entry .ad_left { margin: 0 15px 0.5em 0; float: left; }

	.entry img { }

		.entry img.left { padding: 3px; margin: 0.5em 15px 0.5em 0; border: 3px double #bbb; float: left; clear: left; }
		
		.entry img.right { padding: 3px; margin: 0.5em 0 0.5em 15px; border: 3px double #bbb; float: right; clear: right; }
		
		.entry img.center { display: block; padding: 3px; margin: 0 auto 1.5em auto; border: 3px double #bbb; float: none; clear: both; }
	
		.entry img.off { padding: 0 !important; border: none !important; }
		
		.entry img.stack { clear: none !important; }

#after { font-size:1.2em; color: #85650B; clear: both; padding: 10px; background:#FFFF88; border:2px solid #85650B; margin-bottom:20px; }
	
	.after_sub { margin:0 0 10px 0; line-height:20px; }
	
		#after_input { margin:0; border-color:#85650B; width:140px; padding:3px; }
		
	.tagged { margin:0; line-height:20px; border-top:1px solid #C6C66A; padding:10px 0 0 0; clear: both; }
	
	.add_comment { display: block; padding: 0 0 0 20px; font-weight: bold; float: right; }

.navigation { width: 500px; font-size: 1.5em; float: left; }
	
	.previous { padding: 0 20px 0 0; float: left; }
	
	.next { float: right; }

.clear { width: 500px; height: 1px; margin: 0 0 5.0em 0; clear: both; }

.rule { background: url('images/hr_tag_sep.gif') no-repeat; }

.flat { margin: 0 0 2.0em 0 !important; }

.whitespace { margin: 0 0 3.5em 0 !important; }

#previous { border-top:1px solid #999; text-align:left; }
	#previous ul { list-style:none; margin:20px 0; }
		#previous ul li { margin:0 0 7px 0; color:#999; }



/*---:[ sidebar styles ]:---*/

#about { background:#EEE; margin:0 0 20px 0; }
	#about p { margin:0; padding:10px; }
ul.sidebar_list { list-style: none; }
ul.topic_list { list-style: none; margin-left:190px; background: #EEE; }

	li.widget { margin: 0 0 2.0em 0; }

		li.widget h2, #about h2 { font-weight:normal; font: 1.4em Georgia, "Times New Roman", Times, serif; text-transform:uppercase; color: #666666; padding:0; margin:0; border-bottom:3px solid #666666; }

		li.widget p { margin: 0 0 1.5em 0; padding: 0 10px; }
		
		li.widget ul { list-style: none; margin: 0; padding:0; background:#EEEEEE; }
		
		li.widget ol { margin: 0 0 0.5em 20px; }
		
			li.widget li { margin: 0; border-bottom:1px solid #CCC; }
			li.widget ul.subscribe li { border:0; margin: 10px 0 0 0; }
			
				li.widget li a, li.widget li a:visited { display:block; padding: 7px 10px; text-decoration: none; font-style:italic; color:#003366; }
				
					li.widget li a:hover { background: #DDD; text-decoration: none; color:#CC0000; }
		
		.ad_section, #subscr_section { background-color:#fff; text-align:center; clear:both; padding:10px 0; } #subscr_section { padding:0; margin: 0 0 20px 0; text-align:left; }
		#rss_button { float:left; font-size:1.0em; text-align:center; }
		#email_form { margin-left:90px; background:#EEE; border:1px solid #999; color:#cc0000; text-align:center; padding:10px 0; font-size:1.1em; }
		#address_box { width:170px; padding:3px; border:1px solid #999; font-size:1.0em; margin:3px 0; }
				


/*---:[ footer styles ]:---*/

#footer a, #footer a:visited { color:#fff; text-decoration: none; border-bottom:1px dotted #fff; }
#footer a:hover { border-bottom-style:solid; } 



/*---:[ comment styles ]:---*/

#comments { float: left; clear: both; margin-top:10px; }

	ul#comment_list { list-style: none; margin: 0 0 4.0em 0; float: left; }
		
		ul#comment_list li.comment { padding: 1.2em 0 0 0; border-bottom: 1px dotted #bbb; float: left; }
			
		ul#comment_list li.trackback { padding: 1.2em 15px 0 15px; background: url('images/trackback_bg.gif'); }
		
		ul#comment_list li.author { padding: 1.2em 0 0 0; border-bottom: 1px dotted #bbb; float: left; background:#ccc; }
				
			.comment_meta { margin: 0 0 1.2em 0; } .author .comment_meta { margin: 0 0 1.2em 10px; }
			
				.comment_num { padding: 0 15px 0 20px; font-weight: bold; font-size: 1.8em; float: right; }
				
				.trackback .comment_num { padding: 0 0 0 20px; }
				
					.comment_num a, .comment_num a:visited { color: #888; text-decoration: none; }
					
						.comment_num a:hover { color: #cc0000; text-decoration: none; }
				
				.comment_meta strong { font-size: 1.6em; }
					
				.comment_time { font: normal 1.1em Verdana, Helvetica, Arial, sans-serif; color: #666; }
		
			.comment .entry, .author .entry { font-size:1.4em; padding: 0 15px; }
			
				.comment .entry p, .author .entry p { margin: 0 0 1.0em 0; }
			


/*---:[ comment form styles ]:---*/

#comment_form { float: left; }

	#comment_form p { padding: 0.6em 0; }
	
		#comment_form label { padding: 0 0 0 10px; font-size: 1.2em; }

		#comment_form .text_input { width: 220px; padding: 3px; font: normal 1.4em Georgia, "Times New Roman", Times, serif; border:1px solid #666; }
		
		#comment_form .text_area { width: 450px !important; }
	
		#comment_form p.subscribe-to-comments { font-size: 1.4em; }
		
			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }
			


/*---:[ search form styles ]:---*/

#search_form { display:block; background:#eee url('images/spotlight.gif') 7px 7px no-repeat; border:1px solid #999; margin:0 0 2.0em 0; padding:10px; text-align:center; }

	#search_form input { font-size:13px; padding:3px; width:180px; margin-left:35px; border:1px solid #999; }
	
.form_submit { font:bold 1.4em Georgia, "Times New Roman", Times, serif; }