@charset "UTF-8";
/* CSS Document */


/* background color */






body
	{
		background: #545454;
		/*url('images/bg.gif') top left repeat-x;*/
		color: #333;
		font: 62.5% "Lucida Grande", Arial, sans-serif;
		text-align: center;
	}

* { padding: 0; margin: 0; }



/* ---- NAVIGATION BAR ---- */


ul#nav
		{
		list-style: none;
		width: 860px;
		padding: 15px 20px;
		background: #fff url('images/hr_dot_black.gif') repeat-x;
		border-bottom: 2px solid #9c0;
		float: left;
		clear: both; }

ul#nav li
		{
		padding: 5px 20px 0 0;
		font: 1.2em "Lucida Grande", Arial, sans-serif;
		float: left;
		/* horozontal-align: bottom; This fixes the IE5 Win gap! */
		}
	
ul#nav li a,
ul#nav li a:visited
		{
		color: #333;
		text-decoration: none;
		padding: 15px 10px;
		}
	
ul#nav li a:hover
		{
		color: #333;
		text-decoration: underline;
		}
		
ul#nav li a.current,
ul#nav li a.current:visited,
ul#nav li a.current:hover
		{
		background: #fff url('images/current.gif') bottom no-repeat;
		color: #333;
		text-decoration: none;
		}
		
ul#nav li.rss
		{
		padding: 5px 0 0;
		float: right;
		}
/*
ul#nav li.rss a
		{
		padding: 0 18px 0 0;
		background: url('images/icon_rss.gif') 100% 50% no-repeat;
		}
*/
			
#header_img
		{
		border-bottom: 1px solid #999;
		float: left;
		clear: both;
		}

#header_img img
		{
		display: block;
		}
		/* this is really just an IE 6 and 7 hack in disguise */









/*---:[ header styles ]:---*/

#masthead
	{
		width: 900px;
		height: 85px;
		background: #fff /*url('images/logo.gif') no-repeat*/;
		margin-top: 5px;
		border-top: 1px #999 solid;
	}

#masthead a
		{
		display: block;
		width: 900px;
		height: 85px;
		}





#container
		{
		width: 900px;
		margin: 0 auto;
		}
					
#content_box
		{
		width: 900px;
		padding: 30px 0 40px;
		background: #fff;
		text-align: left;
		float: left;
		clear: both;
		}
	
#content
		{
		width: 540px;
		padding: 0 30px;
		float: left;
		}
		
		
		
		
* html #content
		{
		overflow: hidden;
		}
		
#sidebar
		{
	width: 220px;
	padding: 0 24px;
	float: right;
	padding-bottom: 15px;
		}

/*
		
* html #sidebar
		{
		overflow: hidden;
		}
		
*/


#footer
	{
		width: 900px;
		padding: 1.0em 0;
		margin-bottom: 5px;
		border-top: 2px solid #bbf363;
		border-bottom: 2px solid #bbf363;
		font: 1.2em/1.4em "Lucida Grande", Arial, sans-serif;
		float: left;
		clear: both;
		background: #e3ffb8;
	}
		










/*---:[ footer styles ]:---*/

#footer a,
#footer a:visited
		{
		color: #6A9A20;
		text-decoration: underline;
		}

#footer a:hover
		{
	text-decoration: none;
	background-color: #6A9A20;
	color: #FFFFFF;
		}




.navi {
	margin: 20px 0;
	padding: 20px;
	border-top: 2px solid #bbf363;
	border-bottom: 2px solid #bbf363;
	/* #ddd or #bbf363 */
	color: #333;
	font-size: 1.2em;
	background: #fafafa;
	text-align: center; }
	
	



/* Bottom Navigation on Pages*/




.navigation
		{
		width: 540px;
		margin: 0 0 2.0em 0;
		font-size: 1.4em;
		float: left;
		}

* html .navigation { margin: 0 0 2.5em 0; }
	
	.previous { padding: 0 20px 0 0; float: left; }
	
	.next { float: right; }

.pagination { padding-top: 30px; }

.clear { width: 500px; height: 1px; clear: both; }








/*---:[ global elements ]:---*/

a { 	color: #09f;
	text-decoration: none;
}

		a:active
			{
				color: #f93;
				text-decoration: none;
			}
		
		a:visited
			{
				color: #8b0;
				text-decoration: none;
			}
		
		a:hover
			{
				color: #9c0;
				text-decoration: underline;
			}
			
		a img	{ border: none; }
	
	
	
	
blockquote
	{
		font-style: italic;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #555;
		margin: 0 30px 1.5em 30px;
		padding: 0 0 0 10px;
		border-left: 1px solid #aaa;
	}

abbr, acronym
	{
		border-bottom: 1px dotted #333;
		text-transform: uppercase;
		cursor: help;
	}

code
	{
		color: #090;
		font-family: Monaco, "Courier New", Courier, monospace;
	}

pre	{
		width: 500px;
		margin: 0 0 1.5em 0;
		overflow: auto;
		font-size: 1.3em;
		float: left;
		clear: both;
	}

* html pre
		{
		font-size: 1.0em;
		}

small
		{
		font-size:
		0.88em;
		}

p.center
		{
		text-align: center !important;
		}

p.bottom
		{
		margin: 0 !important;
		}

p.unstyled
		{
		font-size: 1.4em;
		}

.flickr_blue
		{
		color: #007ae4;
		text-transform: lowercase;
		}

.flickr_pink
		{ color: #ff2a96;
		text-transform: lowercase; 
		}













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

h1, h2, h3
		{
		font-weight: normal;
		font-family: "Lucida Grande", Arial, sans-serif;
		color: #000;
		letter-spacing: -1px;
		}

h1
		{
		font-size: 3.6em;
		letter-spacing: -0.03em;
		}

* html h1
		{
		letter-spacing: -0.1em;
		}


#masthead h1
	{
		text-indent: -8000px;
		padding: 0.4em 0;
		border-top: 1px solid #ccc;
		text-align: center;
		clear: both;
	}
	
h1 a, h1 a:visited, h1 a:hover
	{
		color: #000;
		text-decoration: none;
	}













h2 { font-size: 2.0em; }

	h2 a { color: #f93; text-decoration: none; }
	
	h2 a:visited { color: #f93; text-decoration: none; }
	
	h2 a:hover { color: #9c0; text-decoration: none; }
	
	.posts h2
		{
		margin: 0 0 0.1em 0;
		line-height: 1.2em;
		font-weight: normal;
		font-size: 2.8em;
		color: #9c0;
		}
	
	.pages h2, h2.page_header
		{
		margin: 0 0 0.75em 0;
		padding: 0 0 0.6em 0;
		font-weight: normal;
		}
	
	h2.page_header
		{
		color: #888;
		font-size: 2.8em;
		border-bottom: 1px dotted #888;
		}
	
	.entry h2
		{
		line-height: 1.3em;
		font-size: 1.6em;
		}
	
h2.archive_head
		{
		color: #333;
		font-size: 1.4em !important;
		letter-spacing: normal !important;
		margin: 0 0 1.8em 0 !important;
		padding: 0.4em 2px !important;
		border-bottom: 1px dotted #333 !important;
		}
	
h3
		{
		font-size: 1.3em;
		letter-spacing: normal;
		}

.entry h3
		{
		margin: 2.5em 0 0.5em 0;
		}
	
.entry h3.top
		{
		margin: 1.5em 0 0.5em 0 !important;
		}
	
h3.comments_headers
		{
		font-size: 1.8em;
		padding: 4em 0 0;
		}

h4
		{
		font: italic 1.2em Georgia, "Times New Roman", Times, serif;
		color: #888;
		}


h4 a, h4 a:visited
		{
		color: #888;
		text-decoration: none;
		}

h4 a:hover
		{
		color: #888;
		text-decoration: underline;
		}
	
.posts h4
		{
		margin: 0 0 1.25em 0;
		padding: 0 0 1.0em 0;
		background: url('images/hr_title_sep.gif') 0 100% no-repeat;
		}
	
.pages h4
		{
		font: 1.3em "Lucida Grande", Arial, sans-serif;
		color: #666;
		padding: 0.4em 0;
		}
	



















/*---:[ content styles ]:---*/

.entry
		{
		font-size: 1.2em;
		line-height: 1.7em;
		}
		
.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.5em !important;
		}




.entry p { margin: 0 0 1.5em 0; }

	.entry ul { margin: 0 0 1.5em 0; }
	
	.entry ol { margin: 0 0 1.5em 40px; }
	
		.entry ol li { margin: 0 0 0.5em 0; }
	
	.entry ul { list-style: none; }
	
		.entry ul li { padding-left: 20px; background: url('images/bullet.png') 0 0 no-repeat; 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; clear: right; }
	
		.entry .ad_left { margin: 0 15px 0.5em 0; float: left; clear: left; }

	.entry img { }





.tagged { margin: 0 0 4.0em 0; padding: 0.4em 0 0 0; background: url('images/hr_tag_sep.gif') no-repeat; font-size: 1.2em; line-height: 1.6em; color: #888; clear: both; }

	.tagged a, .tagged a:visited { padding: 3px; color: #333 !important; text-decoration: none; }
	
	.tagged a:hover { background: #e6f6fb; text-decoration: none; }
	
	.post_tags { padding: 10px 20px; background: url('images/tag.png') center left no-repeat; }
	
	.add_comment {
	display: block;
	padding: 5px 20px;
	float: right; background: url('images/comment.png') center right no-repeat;
	}
	
		/* .add_comment a, .add_comment a:visited { padding: 0; color: #333; text-decoration: none; }

		.add_comment a:hover { color: #9c0; background: none; text-decoration: none; } */






/* External links */

.linkexternal {
				background: url(images/link_external.gif) center right no-repeat;
				padding-right: 10px;
			}

.linkwiki
			{
			background: url(images/link_wiki.gif) center right no-repeat;
			padding-right: 13px;
			}


















/*---:[ sidebar styles ]:---*/

ul.sidebar_list { list-style: none; }

	ul.sidebar_list li.widget { width: 270px; margin: 0 0 2.5em 0; font-size: 1.3em; line-height: 1.4em; float: left; }

		li.widget h2 { font-weight: normal; font-size: 1.1em; letter-spacing: normal; margin: 0 0 0.8em 0; padding: 0.4em 1em; border-bottom: 1px dotted #9fe1f4; 


background: #e6f6fb; }

		li.widget p { margin: 0 0 1.5em 0; padding: 0 10px; }
		
		li.widget ul { list-style: none; margin: 0 0 0.5em 0; }
		
		li.widget ol { margin: 0 0 0.5em 20px; }
		
			li.widget li { padding-left: 20px; background: url('images/bullet.png') 0 0 no-repeat; margin: 0 0 0.7em 0; }
			
				li.widget li a, li.widget li a:visited { text-decoration: none; }
				
				li.widget li a:hover { text-decoration: underline; }
			
				li.widget li .recent_date { padding: 0 0 0 8px; font-weight: bold; color: #888; }
				
			li.widget ul { margin-top: 0.7em; }
		
		li.widget ul.flickr_stream { list-style: none; margin: 0; padding: 0 10px; }
		
			li.widget ul.flickr_stream li { margin: 0; padding: 0 5px 5px 0; display: inline; }
			
				li.widget ul.flickr_stream li a img { padding: 3px; }
				
				li.widget ul.flickr_stream li a:hover img { background: #ff2a96; }
		
			/*---< FlickrRSS styles for the widget only >---*/
		
			li.widget_flickrrss { }
			
				li.widget_flickrrss a img { margin: 0 5px 5px 0; padding: 3px; }
				
				li.widget_flickrrss a:hover img { background: #ff2a96; }
				
		/*---< Calendar widget styles >---*/
		
		#calendar_wrap { font-size: 1.3em; }
				

	ul.sidebar_list li.linkcat { width: 270px; margin: 0 0 2.5em 0; font-size: 1.3em; line-height: 1.4em; float: left; }

		ul.sidebar_list li.linkcat h2 { font-weight: normal; font-size: 1.1em; letter-spacing: normal; margin: 0 0 0.8em 0; padding: 0.4em 1em; border-bottom: 1px dotted #9fe1f4; background: #e6f6fb; }

		ul.sidebar_list li.linkcat ul { list-style: none; margin: 0 0 0.5em 0; }
			
			ul.sidebar_list li.linkcat li { padding-left: 20px; background: url('images/bullet.png') 0 0 no-repeat; margin: 0 0 0.7em 0; }
		
				ul.sidebar_list li.linkcat li a { text-decoration: none; }
		
				ul.sidebar_list li.linkcat li a:hover { text-decoration: underline; }
	






/* heading classes */

h2.chapter, h3.chapter {
	font-size: 1.6em;
        color: #777;
	margin-bottom: 13px;
	padding: 1px 0 7px;
	border-bottom: 1px dotted #ccc;
	clear: both; }


.box {
	padding: 10px;
	border: 1px dotted #74d4f7;
	text-align:center;
	margin-bottom: 20px;
	background: #e6f6fb; }














/* ---- styles not sure i need ---- */









/*---:[ comment styles ]:---*/

#comments { width: 540px; float: left; clear: both; }

	ul#comment_list { list-style: none; margin: 0 0 4.0em 0; border-top: 1px solid #bbb; float: left; }
		
		ul#comment_list li.comment { width: 540px; padding: 2.1em 0 0 0; border-bottom: 1px dotted #bbb; float: left; }
			
		ul#comment_list li.trackback { width: 510px; padding: 2.1em 15px 0 15px; background: url('images/trackback_bg.gif'); }
				
			.comment_meta { margin: 0 0 1.5em 0; }
				
				.comment_meta strong { font-size: 1.6em; }
					
				.comment_time { font: normal 1.1em Verdana, Helvetica, Arial, sans-serif; color: #888; }
				
					.comment_time a, .comment_time a:visited, .comment_time a:hover { color: #888; text-decoration: none; }
		
			.comment .entry { padding: 0 15px; }
			


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

#comment_form { width: 540px; padding: 1.0em 0; 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: 211px; padding: 3px; background: #f5f5ef; color: #444; font: normal 1.2em "Lucida Grande", Arial, sans-serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
		
		#comment_form .text_area { width: 501px !important; }
	
			#comment_form .text_input:focus { background: #f7f7f1; border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
	
		#comment_form .form_submit { padding: 0.4em 8px; margin-top: 5px; background: url('images/submit_bg.gif'); font: 1.4em "Lucida Grande", Arial, sans-serif; cursor: pointer; }
		
		#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 { margin: 0 0 0.5em; }

	#search_form div { width: 270px; background: url('images/search.png') center right no-repeat; }
	
	#search_form .search_input { width: 237px; padding: 5px; background: #f5f5ef; color: #333; font: normal 0.9em "Lucida Grande", Arial, sans-serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
	
	li.widget .search_input { font-size: 0.9em !important; }
	
		#search_form .search_input:focus { background: #f7f7f1; border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }


/* generic */

table, div.img { margin-bottom: 10px; }

table div.img { margin-bottom: 0; }

table { font-size: 1em; line-height: 1.7em; } /* this fixes Google cache display */

em.message {
	font-size: 90%;
	font-style: normal;
	text-align: center;
	background-color: #fffde5;
	border-top: 1px solid #fff8d2;
	border-bottom: 1px solid #eae3c1;
	padding: 1px;
	display: block; }


/* Comment */

.author_comment { background: #fafafa;  }

.author_comment .comment_meta { padding-left: 13px; }

.author_comment .gravatar { padding-right: 13px; }



/* Sidebar */

#announce {
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-size: 0.9em;
	padding: 1.5em; }

#announce h2 { background: none; border: none; font-size: 1.3em; padding: 0; }

.button_left { float: left; width: 120px; margin-left: 10px; text-align: center; }

.button_right {float: left; width: 120px; text-align: center;}

.button_row {clear: both; text-align: center; padding: 20px 0 0 25px;}

.chicklet { margin-top: -12px; _margin-top: 0; } /* feedburner chicklet */

.tr-authority-widget { margin: -15px auto 7px; } /* technocrati widget */

.tla { margin-top: 20px; } /* text link ads button */

.whos { display: block; margin: 10px auto 0; } /* whos.amung.us widget */

.yesassoc { margin: -16px 0 10px; }

img.rss { margin: -12px 0 0 230px; } /* rss icon for recent comment */





/* AideRSS sidebar widget */

.aideRSS-top li {
	padding: 5px !important; 
	background-image: none !important; }

.aideRSS-top span {
	display: none; }

.PostRank {
	margin: 0 5px;
	padding: 6px !important; }

a.PostRank {
	color: #fff; }



/* image classes */

img.center, div.center {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important; }

img.alignright, div.alignright {
	float: right;
	margin: 0 0 2px 18px; }

img.alignleft, div.alignleft {
	float: left;
	margin: 0 18px 2px 0; }

div.img {
	margin-bottom: 15px; }

div.img div {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: center;
	background-color: #fffde5;
	border-top: 1px solid #f2f0d9;
	border-bottom: 1px solid #e6e4cf;
	padding: 6px;
	margin-top: 5px; }





/* tooltips */

body div#toolTip {
	background:#e6f6fb;
	border:1px solid #74d4f7;
	min-height:1em;
	padding:5px;
	position:absolute;
	text-align:left;
	width:200px; }

body div#toolTip p { 
	color:#555;
	font:15px/19px 'Lucida Grande',verdana,arial,sans-serif;
	letter-spacing:-1px;
	margin:0;
	padding:6px; }

body div#toolTip p em {
	font-size:11px;
	display:block;
	margin-top:3px;color:#09f;
	font-style:normal;
	letter-spacing: 0; }

body div#toolTip p em span {
	font-weight:bold;
	color:#333; }



/* plugin specific */

.akst_link { padding-top: 20px; }

.pollbar {margin-top: 6px !important; }

.yesasia { /* YesAsia associate link */
	background: url('/blog/wp-content/themes/Cutline/images/cart.gif') no-repeat 1px center;
	padding-left: 22px; }

.yesasia a {
	background: none;
	padding: 0; }

img#wpstats {	/* WordPress stats smiley */
	width: 0px;
	height: 0px;
	overflow: hidden; }

div.pagination {	/* Digg style pagination */
	font-size: 0.85em;
	text-align:center;
	padding: 7px;
	margin: 3px; }

div.pagination a {
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #ccc;
	text-decoration: none; /* no underline */
	color: #333; }

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #b2e05d;
	background-color: #b2e05d;
	color: #fff; }

div.pagination span.current {
	padding: 2px 5px;
	margin: 2px; 
	border: 1px solid #09f;
	font-weight: bold;
	background-color: #09f;
	color: #fff; } 

div.pagination span.disabled {
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	color: #ddd; }

.entry .sr-rating {	/* Star Rating for Reviews plugin page */
	color: #399; }

.entry .sr-review a {
	color: #555; }

.sr-item {
	padding-right: 10px; }

.most-comment {	/* Most commented */
	padding-left: 10px;
	font-size: 0.9em;
	color: #f93; }

.gravatar {	/* Gravatar 2 */
	float: right;
	padding-left: 10px;
	width: 60px;
	margin-top: -40px; }

.comment-page-numbers {	/* Paged comments */
	padding: 16px;
	font-size: 1.3em; }

.contactform {	/* Contact form */
	position: static;
	overflow: hidden;
	padding-bottom: 70px; }

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0; }

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0; }

#wpcf_your_name, #wpcf_email, #wpcf_website {
	background: #f5f5ef;
	width: 180px; padding: 5px;
	color: #333; font: normal 1em "Lucida Grande", Verdana, sans-serif;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5; }

textarea {
	background: #f5f5ef;
	width: 330px;
	padding: 5px;
	color: #333;
	font: normal 1em "Lucida Grande", Verdana, sans-serif;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5; }

.contacterror {
	background: #f0ffd9 !important; }

#contactsubmit {
	padding: 0.4em 8px;
	margin-top: 5px;
	background: url('/blog/wp-content/themes/Cutline/images/submit_bg.gif');
	font: 1.1em "Lucida Grande", Verdana, sans-serif;
	cursor: pointer; }



/* archive page */

div.tags {
	width: 510px;
	text-align: justify;
	margin: auto;
	padding-bottom: 10px; }

.tags a {
	padding: 7px !important;
	line-height: 2em;
	text-decoration: none; }

.tags a:hover {
	color: #333 !important;
	background: #e6f6fb !important;
	border-bottom: 1px dotted #9fe1f4; }



/* page specific */

strong.question {
	color: #666;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.4em; margin-bottom: -10px; }



/* plugin page */

a.plugin_dl {
	font-size: 1.1em;
	font-weight: bold;
	background: url('/blog/plugin/plugin.png') no-repeat center left;
	padding-left: 24px;
	margin-left: 3px; }




	
	
	

.box ul {margin: 0 5px -3px; }

.eg {
	background-color: #eee;
	border-top: 1px solid #fafafa;
	border-bottom: 2px solid #ccc;
	display:block;
	padding: 3px 10px; }
