/*
	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!
*/

h1 {
display:none;
font:bold 3.6em Helvetica, Arial, sans-serif;
letter-spacing:-.03em;
}

* html h1 {
letter-spacing:-.1em;
}

#masthead h1 {
border-top:1px solid #ccc;
text-align:center;
clear:both;
padding:15px 0;
}

h1 a,h1 a:visited,h1 a:hover {
color:#000;
text-decoration:none;
}

h2 {
font:normal 2em "Trade Gothic LT Std", Helvetica, Arial, sans-serif;
color:#52B597;
font-size:x-large;
}

h2 a {
color:#52B597;
text-decoration:none;
}

h2 a:visited {
color:#52B597;
text-decoration:none;
}

h2 a:hover {
color:#89C42E;
text-decoration:none;
}

.posts h2 {
line-height:1.2em;
margin:0 0 2px;
}

.pages h2 {
background:url('images/hr_title_sep.gif') 0 100% no-repeat;
margin:0 0 15px;
padding:0 0 12px;
}

h2.archive_head {
font-weight:bold!important;
font-size:1.4em!important;
text-transform:uppercase!important;
letter-spacing:normal!important;
border-top:3px solid #000!important;
background:url('images/hr_dot_black.gif') 0 100% repeat-x!important;
margin:0 0 25px!important;
padding:6px 2px!important;
}

h2.page_header {
background:url('images/hr_title_sep.gif') 0 100% no-repeat;
margin:0 0 15px!important;
padding:0 0 12px!important;
}

a {
color:#FF0000;
text-decoration:none;
}

a:visited {
color:#FB8C07;
text-decoration:none;
}

a:hover {
color:#89C42E;
text-decoration:none;
}

.custom abbr, acronym { border-bottom: none; text-transform: uppercase; cursor: help; }

ul#nav {
list-style:none;
width:750px;
background:url('images/hr_dot_black.gif') repeat-x;
border-bottom:0 solid #000;
float:left;
clear:both;
padding:2px;
}

ul#nav li {
font:normal 1.1em "Trade Gothic LT Std", Futura, "Trebuchet MS", Helvetica, Arial, sans-serif;
text-transform:uppercase;
float:left;
padding:2px 0 50px 120px;
}

ul#nav li a,ul#nav li a:visited {
color:#000;
text-decoration:none;
}

ul#nav li a:hover {
color:#000;
text-decoration:underline;
}

ul#nav li a.current,ul#nav li a.current:visited,ul#nav li a.current:hover,ul#nav li.current_page_item a,ul#nav li.current_page_item a:visited,ul#nav li.current_page_item a:hover {
color:#606060;
text-decoration:underline;
}

ul#nav li.rss {
float:right;
padding:12px 0 10px;
}

ul#nav li.rss a {
background:url('images/icon_rss.gif') 100% 50% no-repeat;
padding:0 18px 0 0;
}

#header_img {
display:none;
border-bottom:0 solid #000;
float:left;
clear:both;
margin:0 0 opx;
}

#header_img img {
display:block;
}

.sticky {
background:#f7f7f7;
margin-bottom:15px;
padding:15px;
}

.entry {
font-size:1.4em;
line-height:1.7em;
font-family:"Courier New", Courier, serif;
font-weight:bold;
}

.entry blockquote {
font-size:1em;
}

.entry blockquote.right {
width:200px;
font-style:normal!important;
font-size:1.3em!important;
border:3px double #aaa;
text-align:center;
float:right;
border-width:3px 0;
margin:5px 0 5px 15px !important;
padding:.3em 0!important;
}

.entry blockquote.left {
width:200px;
font-style:normal!important;
font-size:1.3em!important;
border:3px double #aaa;
text-align:center;
float:left;
border-width:3px 0;
margin:5px 15px 5px 0 !important;
padding:.3em 0!important;
}

.entry blockquote.right p,.entry blockquote.left p {
line-height:1.5em!important;
margin:0!important;
}

.entry p {
margin:0 0 15px;
}

.entry ul,.entry ol {
margin:0 0 15px 40px;
}

.entry ul {
list-style-type:square;
}

.entry li {
margin:0 0 5px;
}

.entry ul li ul,.entry ul li ol,.entry ol li ul,.entry ol li ol {
margin:5px 0 5px 30px;
}

.entry dl {
margin:0 0 15px;
}

.entry dt {
font-weight:bold;
}

.entry dd {
margin:0 0 15px 20px;
}

.entry .gallery dd {
margin:0;
}

.entry .ad {
float:right;
margin:0 0 15px 15px;
}

.entry .ad_left {
float:left;
margin:0 15px 15px 0;
}

.entry a img {
border:0;
}

.entry img.left {
border:3px double #bbb;
float:left;
clear:left;
margin:5px 15px 5px 0;
padding:3px;
}

.entry img.right {
border:3px double #bbb;
float:right;
clear:right;
margin:5px 0 5px 15px;
padding:3px;
}

.entry img.center {
display:block;
border:3px double #bbb;
float:none;
clear:both;
margin:0 auto 15px;
padding:3px;
}

.entry img.off {
border:none!important;
padding:0!important;
}

.entry img.stack {
clear:none!important;
}

.entry img.wp-smiley {
border:none!important;
float:none!important;
clear:none!important;
margin:0!important;
padding:0!important;
}

.tagged {
background:url('images/hr_tag_sep.gif') no-repeat;
font-size:1.2em;
line-height:1.7em;
color:#888;
clear:both;
margin:0 0 50px;
padding:5px 0 0;
}

.tagged a,.tagged a:visited {
color:#333;
text-decoration:none;
padding:3px;
}

.tagged a:hover {
color:#fff;
background:#333;
text-decoration:none;
}

.add_comment {
display:block;
font-weight:bold;
float:right;
padding:0 0 0 20px;
}

.add_comment a,.add_comment a:visited {
color:#333;
text-decoration:none;
padding:0;
}

.add_comment a:hover {
color:#df0000;
background:none;
text-decoration:underline;
}

.navigation {
width:500px;
font-size:1.4em;
float:left;
margin:0 0 40px;
}

* html .navigation {
margin:0 0 30px;
}

.previous {
float:left;
padding:0 20px 0 0;
}

.next {
float:right;
}

.clear {
width:500px;
height:1px;
clear:both;
}

#masthead {
width:770px;
height:200px;
background:url('http://i611.photobucket.com/albums/tt199/noggblog/noggblog_mast-1.jpg') no-repeat;
}

#container {
width:770px;
margin:15px auto 0;
}

#content_box {
width:770px;
text-align:left;
float:left;
clear:both;
background:url('http://i611.photobucket.com/albums/tt199/noggblog/background.jpg') repeat;
}

ul.sidebar_list {
list-style:none;
}

ul.sidebar_list li.widget {
width:230px;
font-size:10pt;
line-height:1em;
float:left;
text-transform:uppercase;
font-family:"Trade Gothic LT Std", "Helvetica Neue Light", Arial, sans-serif;
color:#FF0000;
margin:0;
}

li.widget h2,li.linkcat h2 {
font-family:"Trade Gothic LT Std", "Helvetica Neue Light", Arial, sans-serif;
color:#52B597;
font-weight:100;
font-size:14pt;
text-transform:none;
letter-spacing:normal;
border-top:0 solid #000;
background:url('images/hr_dot_black.gif') 0 100% repeat-x;
margin:0;
padding:30px 0 6px;
}

li.widget p {
margin:0 0 15px;
padding:0 10px;
}

li.widget a img {
border:none;
}

li.widget ul,li.linkcat ul {
list-style:none;
text-decoration:underline;
color:#FF0000;
margin:0 0 15px;
}

li.widget ol {
margin:0 0 15px 20px;
}

li.widget li,li.linkcat li {
text-decoration:underline;
color:#FF0000;
margin:0 0 8px;
}

li.widget li a,li.widget li a:visited,li.linkcat li a,li.linkcat li a:visited {
text-decoration:underline;
color:#FF0000;
}

li.widget li a:hover,li.linkcat li a:hover {
text-decoration:underline;
color:#89C42E;
}

li.widget li .recent_date {
font-weight:bold;
color:#888;
padding:0 0 0 8px;
}



/*.entry img { max-width: 490px; }*/
		.entry img, .entry .gallery img { border: none; }

.custom abbr, acronym { border-bottom: none; text-transform: uppercase; cursor: help; }

.custom ul#comment_list li.comment { width: 500px; padding: 1.2em 0; border-bottom: none; float: left; }
		
			ul#comment_list li.comment ul.children { padding: 0 0 0 3.6em; }
			
			.custom ul#comment_list li.comment ul.children li { list-style: none; border-top: none; border-bottom: none; width: 100%; padding-bottom: 0; margin-top: 1.2em; }



