/*
	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!
*/
a:link, a:visited {
	color: #4290D5;
}
#masthead {
	background: transparent url(/n/images/wr_border.png) repeat-x 0px 0px;
}
#masthead img.title {
	float: left;
	margin-top: -15px;
	margin-bottom: -13px;
}
#masthead img.me {
	border:1px solid #B1C9E1;
	float:right;
	padding:3px;
	width:55px;
}
#masthead .me-desc {
	color:#B1C9E1;
	font-family:Arial;
	font-size:13px;
	padding-right:80px;
	padding-top:9px;
	text-align:right;
}
#masthead h1 {
	border: none;
	padding: 20px 0px 0px 0px;
}
#container {
	margin: 0 auto !important;
}
body {
	background: #fff url(/n/images/body-bg.png) repeat-x top;
	color:#696969;
	font-family: Helvetica,Verdana,Arial,sans-serif;
}
ul#nav li a, ul#nav li a:visited {
	color:#92BBD1;
}
h2 a {
color:#154D88;
text-decoration:none;
}
h4, .tagged {
	color: #4290D5;
}
h4 a, h4 a:visited, .tagged a {
	color:#0F2E4F !important;
}
.tagged .add_comment a {
	color: #154D88;
}
.tagged .add_comment a:hover {
	color: #DDD;
}
li.widget h2,  li.linkcat h2 {
	border-color: #718EB4;
	color: #154D88;
}
ul#nav {
	background: none;
	border: none;
}
#sky, #city {
	display:block;
	height:272px;
	margin:0 auto;
	overflow:visible;
	width:100%;
}
#sky {
	position: static;
	background:transparent url(/n/png/sky.png) no-repeat scroll center bottom;
}
#city {
	background:transparent url(/n/images/city-flat.png) no-repeat scroll center bottom;
	position:static;
}
#header_img {
	border:0 none !important;
	height:130px;
	margin:50px 0 15px;
	width:770px;
}
#header_img img {
	background:#954C3B none repeat scroll 0 0;
	border:1px solid #633B11;
	margin:0 auto;
	padding:4px;
}


/*#header_img {
	display: none;
}
#content_box {
	margin-top: 200px;
}*/

.notice {
background:#F5F5F5 none repeat scroll 0 0;
display:block;
font-size:12px;
padding:1px 20px 0;
text-shadow:0 1px 0 #FFFFFF;
}
img.alignleft {
float:left;
border:1px solid #999;
padding:3px;
margin:4px 18px 0px 0px;
}
span.hl {
background:#FFFFB1 none repeat scroll 0 0;
border-bottom:1px solid #DFDFDF;
border-right:1px solid #DFDFDF;
color:#333333;
font-style:normal;
padding:1px 4px;
font-size: 13px;
}
