/*
	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!
*/

#container { width: 970px; margin: 15px auto 0 auto; }
					
#content_box { width: 970px; text-align: left; float: left; clear: both; }
	
#content { width: 470px; padding: 0 25px 0 25px; float: right; }
		
#sidebar { width: 210px; padding: 0 0 0 15px; float: left; }
	
#l_sidebar { width: 120px; padding: 0px; float: left;
   font-family: Helvetica, Tahoma, Verdana, sans-serif;
   font-size: 0.9em;
}
	
#footer { width: 970px; padding: 1.2em 0 0 0; border-top: 2px solid #ccc; clear: 
both; text-align: center; }

/*---:[ search form styles ]:---*/

#search { padding: 4px 4px 4px 2px;}

#search_form .search_input { width: 201px; padding: 3px; font: 
normal 1.0em Georgia, "Times New Roman", Times, 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: 1.1em !important; }
	
#search_form .search_input:focus { border-top: 1px solid #666; 
border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid 
#ddd; }

/* Fixing tag area and bottom margin on entries */

.tagged { padding: 5px 0px 4px 4px; font-size: 1.2em; line-height: 1.2em; color: 
#fff; background-color: #999; clear: both; }

.tagged a, .tagged a:visited { padding: 3px 4px 1px 4px; color: #fff; 
text-decoration: 
none; border: 1px solid #999; }
	
.tagged a:hover { color: #999; background: #fff; text-decoration: 
none; }

.clear { width: 500px; height: 18px; margin: 0 0 5.0em 0; clear: both; }

.posts h2 { margin: 0 0 0.1em 0; line-height: 1.2em; font-size: 2.2em; }

/* Trying to shrink down and fade out the sidebars, just slightly */

#sidebar {
   font-family: Helvetica, Tahoma, Verdana, sans-serif;
   font-size: 0.9em;
}

#sidebar a:visited {
   color: #036;
}

#l_sidebar a:visited {
   color: #036;
}

/* Search form was green */

#search_form .search_input { color: #999; }

/* Global link fixes */

a:hover { color: #DF0000; text-decoration: none; }

h2 a:hover { color: #036; text-decoration: none; }

a:visited { color: #036; }

/* Resizing columns */

#content { width: 560px; }

.entry p { font-size: 1.3em; line-height: 1.55em; }

ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { margin: 0 0 1.0em;}

ul#nav { 
	background: #3b4158; 
	border-bottom: 0px; 
	border-top: -px solid #357;

	background: #3b4158;
	background: -webkit-gradient(linear, left top, left bottom, from(#2b3148), to(#4b5185));
	background: -moz-linear-gradient(top,  #2b3148,  #4b5185);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b3148', endColorstr='#4b5185');
	}	
ul#nav li { font-size: 1.2em; padding: 0.85em 33px 0.7em 0; }

ul#nav li a, ul#nav li a:visited { color: #fff; }

ul#nav li a:hover { color: #fff; text-decoration: underline; }

ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #ffa; }

/* New modified Nav */

ul#nav2 { list-style: none; width: 950px; padding: 0 10px; float: left; clear: both; text-transform: uppercase; border-bottom: #999 2px solid;
	background: #aaa; 
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa));
	background: -moz-linear-gradient(top,  #ccc,  #aaa);
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#aaa'); */
	}

ul#nav2 li { padding: 0.45em 28px 0.3em 0; font: 1.2em Helvetica, Arial, sans-serif; float: left; }
	
ul#nav2 li a, ul#nav2 li a:visited { color: #333; text-decoration: none; }
	
ul#nav2 li a:hover { color: #fff; }
		
ul#nav2 li a.current, ul#nav2 li a.current:visited, ul#nav2 li a.current:hover { color: #000; text-decoration: none; }


#text-1 {
	-webkit-box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
}

#text-446323922 {
	-webkit-box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
}





#header_img { height: 3px; }

.side_navigation { font-size: 1.2em; width: 170px; margin: 0 20px 0 20px; line-height: 1.2em; }

.side_navigation a, .side_navigation a:visited { text-decoration: none; }

span.nav_direction { color: #484848; font-size: 0.8em; }

.entry blockquote p { margin-bottom: 0px; line-height: 1.3em; font-size: 1.2em; }

.entry ul li { margin-bottom: 14px; }
.entry ul li p { margin-bottom: 7px; }
.entry ul li p:first-child { margin-bottom: 4px; }

ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: inherit; }

li.widget h2, li.linkcat h2 { background: none; border-bottom: 1px dotted #000; padding: 0.4em 2px 0.2em 2px; }

li.widget p { padding: 0px 10px 0px 0px; font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, serif; font-size: 1.1em; }
blockquote { margin-bottom: 14px; background-color: #e2e8f0; border: 2px #d2d8e0 outset; padding-bottom: 11px; }

div.sociable { 9px 0px 8px auto; width: 160px; }


div#print_only_author_block { display: none; }
@media print {
	div#print_only_author_block { display: block; width: 20%; border: 1px solid #666; padding: 1% 2% 2% 2%; float: left; margin-top: 10%; }
	#print_only_author_block p { margin: 0; line-height: 1.1em; line-spacing: 0; font-size: 11pt; }
	#print_only_author_block p#author_block_header { font-size: 10pt; margin-bottom: 5px; font-style: italic; }
	#print_only_author_block p.author_block_follow { font-size: 8pt; color: #111; }
	#print_only_author_block #print_only_source { font-weight: bold; margin-bottom: 12pt; }
	#header_img { margin-bottom: 28pt; }
	#print_only_author_block p#author_block_firm_name { font-variant: small-caps; }
	body { background: white; color: black; font-size: 13pt; }
	#nav, #nav2, #footer, #l_sidebar, #sidebar { display: none; }
	.posts h4 { font-size: 90%; font-weight: normal; margin-top: 8pt; margin-bottom: 8pt; font-style: italic; }
	.posts h4 a { display: none; }
	p.tagged { display: none; }
	div#comments { display: none; }
	#content h2 { font-size: 24pt; }
	#content p { font-size: 14pt; }
	#content table { font-size: 13pt; padding: 4pt; }
	li.footnote, li.footnote p { font-size: 13pt; line-height: 16pt; color: black; }
	li.footnote a.footnote_back_link, li.footnote p a.footnote_back link { display: none; }
	div#masthead { text-align: center; margin-left: auto; margin-right: auto; }
	#content { width: 70%; }

	/* For expanding URLs */
	div.single_post_page a:link, #content a:visited {
		color: #025; background: transparent; font-weight: normal; text-decoration: underline;			
	}
	div.single_post_page a:link:after, #content a:visited:after {
		font-size: 80%; content: " (" attr(href) ") ";
	}
	div.single_post_page a[href^="/"]:after {
		content: " (http://www.scotxblog.com" attr(href) ") ";
	}
	div.single_post_page a[href *="footnote_"]:after, div.single_post_page a[href *="identifier_"]:after {
		content: " ";
	}
}
