/*
Theme Name: Screen Print
Theme URI: http://www.dvld.net
Description: Custom Theme based on the default theme
Version: 1
Author: Aaron Licudine
Author URI: http://www.dvld.net
Tags: gray, custom header, fixed width, two columns, widgets
*/


html, body, h1, h2, h3, h4 {
	margin : 0;
	border: 0;
	padding : 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

body {

	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 1.5;
	background-image : url(images/bg.png);
	background-color : #A9A9A9;
}

a img { border: none; }

#header {
	width : 800px;
	margin-top : 40px;
	margin-left : auto;
	margin-right : auto;
}

#topshadow {
	background-image : url(images/topcontent_border.png);
	background-repeat : no-repeat;
	background-position : top center;
	padding-top : 22px;

}

#sideshadow {
	background-image : url(images/border_sides.png);
	background-repeat : repeat-y;
	background-position : top center;
	overflow : hidden;
}


#wrapper {
	width : 800px;
	margin-left : auto;
	margin-right : auto;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 4px;
}

#posts {
	width : 570px;
	padding : 20px;
	float : left;
}

#posts_single {
	width : 720px;
	padding : 20px;
}

.more-link {
	color : #A30000;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
	font-weight : bolder;
}

.nav li a:HOVER {
	color : Black;
}

#sidebar {
	width : 152px;
	padding : 10px;
	padding-left : 10px;
	overflow : hidden;
	text-align : left;
	float : right;
	vertical-align : top;
}

.description {
	color : Black;
	float : right;
	font-weight : bold;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 18px;
}

.navbar {
	width : 800px;
	height : 36px;
	background-color : Black;
	list-style-type : none;
	list-style-image : none;
}

.nav {
	text-align : center;
	padding-top : 5px;
	list-style-type : none;
	list-style-image : none;
}

.nav li {
	display : inline;
	list-style-type : none;
	list-style-image : none;
}

.nav li a {
	color : White;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-decoration : none;
	padding-left : 7px;
	padding-right : 7px;
	list-style-type : none;
	list-style-image : none;
}

.nav li a:HOVER {
	color : #A30000;
	list-style-type : none;
	list-style-image : none;
}


#searchform #s {
	background : url(images/s_box.png) no-repeat right bottom;
	width : 100px;
	height : 23px;
	border : 0 none;
	font : 8pt;
	color : Black;
	padding : 0px;
	padding-top : 0px;
	padding-top : 7px;
	padding-left : 7px;
}

#searchform #searchsubmit {
	background : Gray url(images/s_but.png) no-repeat bottom;
	width : 33px;
	height : 30px;
	border : 0 none;
	padding : 0px;
}
