/*
Theme Name: What The 4
Theme URI: http://blog.chrisworfolk.com/
Description: WordPress port of ChrisWorfolk.com version 4.
Version: 1.0
Author: Worfolk Design
Author URI: http://www.worfolkdesign.com/
Tags: black, fixed width, two columns, widgets
*/

a:link, a:visited{
	color: #06c;
	text-decoration: underline;
}

a:hover, a:active{
	color: #009900;
	text-decoration: underline;
}

body{
	margin: 0px;
	background: #353535;
	font-family: arial, verdana, sans-serif;
}

.box{
	padding: 5px;
	font-size: small;
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	margin-bottom: 25px;
}

#col1{
	float: left;
	width: 500px;
	margin: 25px;
	font-size: small;
	text-align: justify;
}

#col1 h2{
	margin: 0 0 10px 0;
}

#col1 h3{
	margin: 0px;
	padding: 5px;
	background: #EEEEEE;
	border-bottom: #CCCCCC 2px solid;
}

#col2{
	float: left;
	width: 225px;
	margin: 25px 25px 25px 0;
}

#col2 h2{
	margin: 0px;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	background: #EEEEEE;
	border: #CCCCCC 1px solid;
}

#container{
	width: 800px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 25px;
	background: #FFFFFF;
}

#footer{
	clear: both;
	padding: 35px 25px 0 25px;
	margin: 25px 25px 0 25px;
	background: url("http://www.chrisworfolk.com/images/footer-bg.jpg") top center repeat-x;
	text-align: center;
	font-size: small;
	color: #666666;
}

#footer a:link, #footer a:visited{
	color: #666666;
	text-decoration: none;
}

#footer a:active, #footer a:hover{
	color: #666666;
	text-decoration: underline;
}

#footer hr{
	display: none;
}

#header{
	padding: 260px 10px 10px 25px;
	font-family: Times, arial, sans-serif;
}

#header hr{
	display: none;
	clear: both;
}

#header ol{
	float: right;
	font-family: arial, verdana, sans-serif;
	font-size: small;
}

#header ol a:link, #header ol a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

#header ol a:hover, #header ol a:active{
	color: #FFD455;
	text-decoration: none;
}

#header ol li{
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

.invisible a:link, .invisible a:visited, .invisible a:hover, .invisible a:active{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#logo{
	font-size: 2em;
}

#logo:link, #logo:visited{
	color: #CCCCCC;
	text-decoration: none;
}

#logo:active, #logo:hover{
	color: #FFD455;
	text-decoration: none;
}

#wrapper{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	background: url("http://www.chrisworfolk.com/images/pagebg.jpg") top center repeat-y;
}