/*
	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:
	
	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. 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:
	
	a { color: #c00; text-decoration: none; }
	
*/

body {
	background-color:#000000;
	color:#CFCFCF;
	width:945px;
}

#har_menu {
	width:130px;
	float:left;
}

#container {
	width:810px;
	float:left;
}

#content {
	width:590px;
	float:left;
}

#masthead img {
	border:0;
}

h1, h1 a {
	font-family: verdana,arial,helvetica,sans-serif;
	color:#cca351;
	font-weight:normal;
	font-size:18pt;
	margin-top:0;
}

h1 a:hover {
	color:#cca351;
}

h2, h2 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCA351;
	font-size:13px;
}

.posts h2, .posts h2 a {
	font-size:16px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.entry-footer, .entry {
	clear:both;
}

.add_comment {
	display:block;
	margin-bottom:10px;
}

p, .entry, ul li {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
}

p.tagged {
	margin-bottom:30px;
}

#sidebar {
	width:220px;
	float:left;
}

#footer {
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}

div.clear {
	clear:both;
}

#sidebar ul.sidebar_list, #sidebar ul.sidebar_list ul {
	list-style:none;
}

#sidebar ul.sidebar_list ul {
	padding-left:20px;
	margin-left:0;
}

#sidebar ul.sidebar_list li.widget h2, #sidebar ul.sidebar_list li.linkcat h2  {
	margin-bottom:10px;
}

#sidebar ul.sidebar_list li.widget, #sidebar ul.sidebar_list li.linkcat {
	margin-bottom:10px;
}

#sidebar ul.sidebar_list li.widget li, #sidebar ul.sidebar_list li.linkcat li {
	padding-bottom:3px;
}

.entry img {
	border: 1px solid #333333;
	padding:4px;
	margin-bottom:10px;
	margin-right:10px;
}

.entry br, p.tagged {
	clear:both;
}

div.navigation div {
	float:left;
	padding-right:20px;
}

ul#nav {
	list-style:none;
	padding-left:0;
	margin-left:0;
	display:none;
}

#comment_form textarea#comment {
	width:100%;
}

#comment_form p input {
	margin-right:10px;
}

#comment_list {
	padding-left:20px;
	list-style:none;
}

#comment_list .comment {
	margin-bottom:30px;
}

.linkcat ul li {
	margin-bottom:5px;
}

a.category_rss img {
	border:none;
}

form#search_form {
	margin:0;
	padding:0;
}

