/*
Theme Name: What The 5
Theme URI: http://blog.chrisworfolk.com/
Description: WordPress port of ChrisWorfolk.com version 5.
Version: 1.0
Author: Worfolk Design
Author URI: http://www.worfolkdesign.com/
Tags: white, 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;
	font-family: arial, verdana, sans-serif;
	background: #DDDDDD url("http://www.chrisworfolk.com/images/background.jpg") top left repeat-x;
}

.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{
	font-size: small;
	text-align: justify;
}

#col1.narrow{
	float: left;
	width: 650px;
}

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

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

#col2{
	float: left;
	width: 235px;
	margin: 0 0 25px 25px;
	padding-top: 35px;
}

#col2 h2{
	margin: 0px;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	background: url("http://www.chrisworfolk.com/images/col2-h2-bg.jpg") bottom left repeat-x;
	border: #CCCCCC 1px solid;
}

#col2 ol{
	margin: 0;
	padding: 0;
}

#col2 ol li{
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

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

.feedlist{
	margin: 0;
	padding: 0;
}

.feedlist li{
	list-style-type: none;
	margin: 10px 0;
	padding: 0 0 0 33px;
	background: url("http://www.chrisworfolk.com/images/feed-icon-28x28.png") center left no-repeat;
}

#footer{
	clear: both;
	padding: 35px 25px 0 25px;
	margin: 25px 0 0 0;
	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;
}

#friendWall a img{
	border: 0;
	width: 100px;
	height: 100px;
}

#header{
	position: relative;
	margin-bottom: 25px;
	padding: 10px 0 260px 0;
	background-position: bottom left;
	background-repeat: repeat-x;
}

#header h1{
	margin: 0;
	display: inline;
	font-family: times, arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

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

#header ol{
	position: absolute;
	margin: 0;
	bottom: 265px;
	right: 0;
	float: right;
	font-family: arial, verdana, sans-serif;
	font-size: small;
}

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

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

#header ol li{
	margin: 0 0 0 15px;
	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: #333333;
	text-decoration: none;
}

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

.right{
	float: right;
}

.spacer{
	clear: both;
}

.tbl{
	margin: 1em 0;
	background: #CCCCCC;
	border: 0;
}

.tbl td{
	border: 0;
	background: #FFFFFF;
}

.tbl th{
	border: 0;
	background: #EEEEEE;
	text-align: center;
}

#wallpaper{
	margin: 10px 0 0 0;
	padding: 0;
}

#wallpaper li{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 110px;
	float: left;
	width: 130px;
	background-position: center left;
	background-repeat: no-repeat;
}

#wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}