@charset "utf-8";
/* CSS Document */

/*  
Theme Name: Wallpapers
Theme URI: http://www.absolutewebdev.com
Description: This is James' Wallpaper site
Version: 1.0
Author: James Richardson
Author URI: http://www.absolutewebdev.com/

*/

* {
	margin: 0px;
	padding: 0px;
}
body{
	font-family: 'Century Gothic',Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: url(images/wallpaper.jpg) center top no-repeat #000000;
	color: #dddddd;
}
a{
	outline: none;
}
a:link, a:visited{
	text-decoration: none;
	color: #336699;
}
a:hover{
	text-decoration: none;
	color: #ff0000;
}
p{
	padding: 10px 0 0 0;
}
img {
	border: none;
}
table{
	background: #000000;
	padding: 2px;
	border: 1px solid #5b5b5b;
}
table a{font-weight: bold;}



/*Posting data styling*/
.post{
	padding: 10px 0 10px 0;
}
.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	color: #336699;
}
.posts{
	margin: 0px 10px 10px 0px;
	padding: 20px;
	background:url(images/transback.png) repeat top left;
	border: 1px solid #5b5b5b;
}
.entry{
	line-height: 18px;
}
.entry .wp-caption, .entry .alignleft, .entry .alignnone {
	float: left;
	width: 250px;
	margin: 0px 20px 10px 0px;
}
.entry p{
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
p.postmetadata{
	border-top: 1px solid #5b5b5b;
	margin: 10px 0px 0px 0px;
}
.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}



/*Header styling*/
#header{
	float: left;
	width: 100%;
	border: 0px solid #000000;
	padding: 0px;
	margin:0px 0px 15px 0px;
}
#header h1 a{
	color: #F60;
	font-size: 36px;
}
#header h3{
	color: #cccccc;
}
#header a{
	text-decoration: none;
}
#search{
	float: right;
	width: auto;
}
#search p{
	font-weight: bold;
}
#header #toprss{
	float: right;
	position:relative;
	top: 21px;
	right: 10px;
	width: auto; 
	padding: 0px;
	margin: 0px;
}


/*Containers styling*/
#wrapper{
	background: none;
	margin: 0px auto;
	padding: 10px;
	width: 980px;
	height:auto;
	text-align: left;
}
#container{
	padding:0px;
	margin: 0px 0px 20px 0px;
	border: 0px solid #000000;
	float: left;
	width: 76%;
}

#container_full{
	min-height: 600px;
	padding:0px;
	margin: 0px 0px 20px 0px;
	border: 0px solid #000000;
	float: left;
	width:100%;
}



/*Sidebar styling*/
#sidebar{
	float: left;
	width: 23.5%;
	background:url(images/transback.png) repeat top left;
	border: 1px solid #5b5b5b;
	margin: 0px 0px 20px 0px;
	padding:0px;
	display: inline;
}
#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
#sidebar ul li{
	padding: 10px 0 10px 0;
}
#sidebar ul li h2{
	font-size: 14px;
	color: #cccccc;
}
#sidebar ul ul li{
	list-style-type: disc;
	padding: 2px;
	margin: 0px 0px 0px 5px;
}
table#wp-calendar{
	width: 100%;
	padding: 5px 0px 0px 5px;
}



/*Comments styling*/
.comments-template{
	background:url(images/transback.png) repeat top left;
	margin: 10px 10px 10px 0px;
	border: 1px solid #5b5b5b;
	padding: 10px;
}
.comments-template ol{
	background:url(images/transback.png) repeat top left;
	margin: 15px 0px 20px 0px;
	padding: 0px 15px 15px 15px;
	list-style: none;	
	border: 1px solid #333333;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
.comments-template ol li:first-child{
	margin: 10px 0 0;
	background:url(images/transback.png) repeat top left;
	line-height: 18px;
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #5b5b5b;
	border-bottom: 1px solid #5b5b5b;
}
.comments-template ol li{
	margin: 10px 0 0;
	background:url(images/transback.png) repeat top left;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #5b5b5b;
}
.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}
.commentmetadata{
	font-size: 12px;
}
.comments-template p.nocomments{
	padding: 0;
}
.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


/*Bottom Links styling*/
#bottom-links .bottom h3 {
	border-bottom: 1px dotted #5b5b5b;
	line-height: 28px;
}
#bottom-links .bottom p {
	padding-bottom: 5px;;
}
#bottom-links .bottom:first-child {
	float: left;
	min-height:100px;
	background: url(images/transback.png) repeat top left;
	border: none;
	padding: 0px 15px 0px 15px;
	width: 30%;
}
#bottom-links .bottom {
	float: left;
	min-height:100px;
	background: url(images/transback.png) repeat top left;
	border-left: 1px dotted #5b5b5b;
	padding: 0px 15px 0px 15px;
	width: 30%;
}
#bottom-links .bottom ul li {
	list-style: none;
}
#bottom-links .bottom ul li ul li {
	list-style: disc;
	margin: 0px 0px 0px 20px;
}




/*Footer styling*/
#footer{
	clear: both;
	float: left;
	width: 100%;
	height:75px;
	border-top: 1px solid #5b5b5b;
	padding:0px;
	margin: 15px 0px 0px 0px;
	text-align: center;
}
#footer p{
	padding:20px;
	font-size: 16px;
}
.clearfloat {
	clear: both;
	margin: 0px;
}
