/*
Theme Name: black
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:normal;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

/* end reset */

html {
	overflow-y:scroll;
	} 

body {
	background: #1C1C1C url(images/background.png) fixed repeat-y center top;
	font-family: century gothic, Arial, Helvetica, sans-serif;
	color: #D6D6D6;
	font-size: 75%;
	letter-spacing: 1px;
	}
	
big {
	font-size: 160%;
	}
	
small {
	font-size: 80%;
	}
	
strong {
	font-weight: 900;
}

em {
	font-style: italic;
	}
	
blockquote {
	padding: 0px 20px 5px 30px;
	font-style: italic;
	}

cite {
	padding: 0px 0px 0px 30px;
	font-style: italic;
	}
	
a {
	font-weight: bold;
	color: #D6D6D6;
	text-decoration: none;
	}

a:hover {
	color: #FF1493;
	}
	
img{
	border: 2px solid #141414;
	}

a:hover img {
	border: 2px solid #1C1C1C;
	}
	
.clear {
	clear: both;
	}
	
.float-left { 
	float:left; 
	}
	
.float-right { 
	float:right; 
	}
 
.text-left { 
	text-align:left; 
	}
	
.text-right { 
	text-align:right; 
	}
	
.text-center { 
	text-align:center; 
	}
	
.text-justify { 
	text-align:justify; 
	}
 
.bold { 
	font-weight:bold; 
	}
	
.italic { 
	font-style:italic; 
	}
	
.underline { 
	border-bottom:1px solid; 
	}
	
.highlight { 
	background:#ffc; 
	}
	
.pages {
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	text-transform: lowercase;
	}
	
.wp-caption {
	max-width: 480px;
	text-align: center;
	}

.wp-caption p.wp-caption-text {
	max-width: 480px;
	font-size: 90%;
	font-weight: 900;
	}
	
#page {
	background: #000000 url() repeat center top;
	margin: 0px auto;
	width: 935px;
	padding: 10px 0px 10px 15px;

	}
	
#header {
	clear: both;
	margin: 0px 0px 20px 0px;
	text-transform: lowercase;
	}
	
#header h1, #header h2 {
	font-size: 160%;
	}
	
#header h1 a, #header h2 a {
	color: #FF1493;
	}

#header h1 a:hover, #header h2 a:hover {
	color: #D6D6D6;
	}
	
.header_nav {
	margin: 0px 15px 5px 0px;
	display: inline;
	float: right;
	text-transform: lowercase;
	}

.header_nav li {
	list-style: none;
	float: left;
	}

.footer_nav {
	margin: 5px 0px 5px 0px;
	text-align: center;
	text-transform: lowercase;
	}

.footer_nav li {
	display: inline;
	list-style: none;
	text-align: center;
	}

.meta_nav {
	margin: 5px 0px 5px 0px;
	font-size: 80%;
	text-align: center;
	}

.meta_nav li {
	display: inline;
	list-style: none;
	text-align: center;
	}

.header_nav li a, .header_nav li a:hover, .footer_nav li a, .header_nav li a:hover, .meta_nav li a, .meta_nav li a:hover {
	margin: 0px 0px 0px 15px;
	}
	
#footer {
	clear: both;
	text-align: center;
	text-transform: lowercase;
	}
	
.entry {
	float: left;
	position: relative;
	width: 300px;
	height: 375px;
	margin: 0px 10px 10px 0px;
	}
	
.entry2 {
	float: left;
	position: relative;
	width: 180px;
	height: 225px;
	margin: 0px 5px 5px 0px;
	}
	
.entry_title { 
	background: url(images/titlebackground.png) repeat-y left top;
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
	z-index: 1; 
	width: 280px;
	padding: 2px 15px 2px 2px;
	margin: 0px 0px 4px 4px;
	color: #D6D6D6;
	font-weight: bold;
	}

.entry img {
	float: left;
	width: 292px;
	height: 367px;
	border: 4px solid #141414;
	}
	
.entry a:hover img {
	border: 4px solid #1C1C1C;
	}
	
.entry2 img {
	float: left;
	width: 176px;
	height: 221px;
	border: 2px solid #141414;
	}

.entry2 a:hover img {
	border: 2px solid #1C1C1C;
	}
	
.single {
	float: left;
	width: 410px;
	margin: 0px 0px 10px 0px;
	}
	
.single h1 {
	font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
	}


.listposts li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	}
		
.salestext {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0px 20px 0px;
	}
	
.salestext a {
	color: #FF1493;
	}

.salestext a:hover {
	color: #D6D6D6;
	}
	
.single img {
	max-width: 406px;
	height: auto;
	}

	
#left_sidebar {
	float: left;
	width: 240px;
	margin: 0px 15px 0px 0px;
	}
	
#right_sidebar {
	float: right;
	width: 240px;
	margin: 0px 15px 0px 0px;
	}
	
#ad_widget {
	float: left;
	width: 920px;
	margin: 0px 0px 10px 0px;
	}
	
#single_widget {
	float: left;
	width: 410px;
	}
	
.widget {
	margin: 0px 0px 10px 0px;
	list-style: none;
	}

.widgettitle {
	font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
	}
	
.widget p {
	margin: 0px 0px 5px 0px;
	}

.widget a {
	text-transform: lowercase;
	color: #FF1493;
	}

.widget a:hover {
	color: #D6D6D6;
	}

.widget ul {
	padding: 0px 0px 0px 16px;
	}

.widget li {
	list-style-type: square;
	}

.textwidget {

	}

.tag-cloud {
	text-align: center;
	}
	
#left_sidebar img, #right_sidebar img {
	max-width: 240px;
	height: auto;
	}
	
#single_sidget img {
	max-width: 410px;
	height: auto;
	}