/* 
Theme Name: KCWP - 9
Theme URL: http://www.kevincrafts.com
Description: Version 9 of my theme/
Author: Kevin Crafts
Author URI: http://www.kevincrafts.com
Version: 9


*/



* {
	outline:none;
}
img {
	border:none;
}

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	background-image: url(images/pageBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serf;
	color: #222;
}
a:link, a:visited {
	color: #234059;
	color: #db831a;
	text-decoration: none;
}
a:hover {
	color: #db831a;
}
a.more-link:link, a.more-link:visited {
	background-color: #849aa1;
	color:#FFF;
}
a.more-link:hover {
	background-color: #293032;
}




#container {
	width:960px;
	margin:0 auto 20px;
}

#banner {
	height:150px;
	position: relative;
}
h1 {
	margin:0;
	padding:0;
	height:51px;
	width:199px;
	position: absolute;
	left:640px;
	top:50px;
}
h1 a:link, h1 a:visited {
	display:block;
	height:51px;
	width: 199px;
	background-image: url(images/imkevin.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	
}
h1 a:hover {
	background-position: 0px -51px;
}


#nav { 
	display: none;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	
}	
#nav ul li {
	display: inline;
	float: right;
}
#nav a:link, #nav a:visited {
	display: block;
	float: right;
	background-color:#EEE;
	border-bottom: 1px solid #CCC;
	padding:3px 10px;
}

#page {
	background-color: #FFF;
	background-image: url(images/contentBG.png);
	background-repeat: no-repeat;
	background-position:top center;
	
	 -moz-border-radius-topleft:5px;
	 -webkit-border-top-left-radius:5px;
	 -moz-border-radius-topright:5px;
	 -webkit-border-top-right-radius:5px;
	
}

#post {
	width:640px;
	float: left;
	
}
.entry {
	padding: 20px;
	position: relative;
}
.date {
	position: absolute;
	top:20px;
	left:-50px;
	color:#AAA;
	width:60px;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	font-family: Georgia, Times, Serif;
	line-height: 32px;
	background-color:#FFF;
	 -moz-border-radius-topleft:5px;
	 -webkit-border-top-left-radius:5px;
	 -moz-border-radius-bottomleft:5px;
	 -webkit-border-bottom-left-radius:5px;
}
.entry h2 {
	font-weight: normal;
	font-size: 200%;
	line-height: 110%;
	margin: 0 0 10px 0;
	font-family: Georgia, Times, Serif;
}
.entry h2 a:link, .entry h2 a:visited, .entry h2 a:hover {
	color: #000;
	background: none;
}
.category {
	font-size: 80%;
}
.content {
	overflow:auto;
}




/* POST NAV */

#postnavigation {
	overflow: auto;
	padding: 20px;
	border-top: 1px solid #9db7bf;
	background-color: #1c2122;
}
#previous {
	float: right;
}
#next {
	float: left;
}
#postnavigation a:link, #postnavigation a:visited {
	color:#FFF;
}
#postnavigation a:hover {
	color: #db831a;
}

#sidebar {
	width:320px;
	float: left;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul#widgets {
	padding: 0 20px;
	margin:20px 0;
}
#sidebar li {
	margin-bottom: 20px;
}
#sidebar h2 {
	font-size: 120%;
	color: #222;
}
#sidebar h2 a:link, #sidebar h2 a:visited {
	color:#222;
}
#twitter-1 h2 {
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 48px;
}
#myPhoto {
	float: right;
	margin: 0 0 10px 10px;
}




.clearfix {
	clear: both;
}
.sociable {
	padding:20px 0;
	
}
.sociable ul {
	list-style:none;
	margin:0;
	padding:0;
	height:16px;
}
.sociable ul li {
	display:inline;
	float:left;
}
.sociable a:link, .sociable a:visited {
	display:block;
	float:left;
}
.entry img.border {border:1px solid #AAA; }
#pixelpostpromote img {
	margin: 0 5px 5px 0;
}




ul.commentlist {
	list-style:none;
	margin: 0;
	padding: 0;
}
ul.commentlist li {
	overflow:auto;
}
ul.commentlist .avatar {
	float:left;
	margin:0 10px 10px 0;
}
textarea, input.text {
	width:500px;
	padding:5px;
	background-color:#FFF;
	border:2px solid #DDD;
}
textarea:focus, input.text:focus {
	background-color: #F0F0F0;
}
 label {
	display: block;
}



.photoblog {
	margin-top:10px;	
}
.photoblog img, img.alignnone {
	width:480px;
        
}
.photoblog div {
	display: none;
}



.column {
	float: left;
	width: 220px;
}
.column2 {
	float: left;
	width: 520px;
}
.padding {
	padding: 0 20px;
}
.column .padding, .column2 .padding {
	padding:10px 20px;
	}
#footer {
	color:#FFF;
	padding:20px 0;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	padding: 5px 0;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

a.download:link, a.download:visited {
	background-color:#EEE;
	font-weight:bold;
	padding:8px;
	border:1px solid #AAA;
	 -moz-border-radius: 5px; 
	 -webkit-border-radius: 5px;
}
