/*

	Theme Name: Vindictive
	URI: http://www.vindictivebastard.net
	Description: A custom theme
	Version: 1.0
	Code Author: Tammy Hart
	Code Author URI: http://www.tammyhartdesigns.com
	
*/


/* Begin Main Structure */
body {
	font: 62.5% Verdana, Arial, Sans-Serif;
	background: #171a1f;
	color: #fff; 
	margin:0; 
	padding:5px; 
	text-align: center;
	border:solid #0e0f11;
	border-width:15px 0;
	}

#page {
	margin:0 auto;
	padding: 0;	
	text-align: left;
	width: 764px;
	}
	
.clear { 
	clear:both;
	font-size:1px;
	height:0;
	}
/* End Main Structure */



/* Begin Header */
#header {
	height: 55px;
	}
	
	
#logo {
	background:url(../images/logo.jpg);
	width:244px;
	height:53px;
	display:block;
	}
#nav {
	float:right;
	margin:15px 0 0;
	padding:0 4px 0 0;
	list-style:none;
	text-align:right;
	height:34px;
	width:449px;
	background:#13161a url(images/nav_right.jpg) no-repeat right;
	}
	
#nav li {
	float:left;
	height:34px;
	line-height:34px;
	}

#nav li a {
	font:bold 12px/34px Tahoma, Verdana, sans-serif;
	color:#fff;
	padding:8px;
	}
	
#nav li a:hover {
	background:#6e7b90;
	text-decoration:none;
	}
	
#nav li.left {
	background:url(images/nav_left.jpg) no-repeat top;
	width:4px;
	}		
/* End Header */



/* Begin Overall General Settings */
	/* Begin Links and Headers */	
	a, h2 a, h3 a { 
		color: #fff; 
		text-decoration: none; 
		}

	a:hover {
		color:#6e7b90;
		}
	
	h1, h2, h3 {
		font-weight: bold; 
		}
		
	h2 { 
		font-size: 1.6em; 
		padding: 4px 0 2px;
		margin:0;
		}

	h3 { 
		padding: 0; 
		font-size: 1.3em; 
		margin: 30px 0 0; 
		}
		
	h3.comments { 
		padding: 0; 
		margin: 30px auto 20px ; 
		}

	h2.pagetitle { 
		margin-top: 4px; 
		text-align: center; 
		}

	h2, h2 a:hover, h3, h3 a:hover { 
		color: #6e7b90; 
		}
	/* End Links and Headers */
	
	
	
	/* Begin Images */	
	a img {
		border: none;
		}
		
	p img { 
		padding: 0; 
		max-width: 100%; 
		}

	/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

	img.centered { 
		display: block; 
		margin-left: auto; 
		margin-right: auto; 
		}

	img.alignright { 
		padding: 4px; 
		margin: 0 0 2px 7px; 
		display: inline; 
		}

	img.alignleft { 
		padding: 4px; 
		margin: 0 7px 2px 0; 
		display: inline; 
		}
	/* End Images */	
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #606d81; 
	}	
	
code { 
	font: 1.1em 'Courier New', Courier, Fixed; 
	}
	
acronym, abbr, span.caps { 
	font-size: 0.9em; 
	letter-spacing: .07em; 
	cursor: help; 
	}

acronym, abbr { 
	border-bottom: 1px dashed #999; 
	}
	
.alignright { float: right; }

.alignleft { float: left }

blockquote { 
	margin: 15px 30px 0 10px; 
	padding-left: 10px; 
	border-left: 5px solid #606d81; 
	}

blockquote cite { 
	margin: 5px 0 0; 
	display: block; 
	}

.center { text-align: center; }

hr { display: none; }

.navigation { 
	display: block; 
	text-align: center; 
	height: 10px; 
	margin-bottom: 30px; 
	padding:4px 10px;
	}
/* End Overall General Settings */



/* Begin Content Areas */
#info p {
	padding:4px 10px 10px;
	margin:0;
	}

#content, #footer, #info { 
	font-size: 1em;
	background:#1d2228 url(images/bg_btm.jpg) bottom no-repeat;
	margin:25px 0 0;
	 }
	 
#content .top, #footer .top, #info .top {
	background:url(images/bg_top.jpg) no-repeat;
	height:6px;
		font-size:1px;
	}
	
.narrowcolumn {
	padding-bottom:10px;
	}

small { 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 0.9em; 
	line-height: 1.5em; 
	}

	/* Begin Post Area */
	.commentboxes {
		position:relative;
		height:39px;
		font-size:10px;
		}
		
	.commentbox {
		background:#171a1f;
		line-height:29px;
		padding-right:15px;
		width:120px;
		float:right;
		margin:0 10px 10px 0;
		}
		
	.writebox {
		background:#171a1f url(images/comments_right.jpg) right no-repeat;
		line-height:29px;
		padding-right:15px;
		width:150px;
		float:right;
		margin:0 10px 10px 0;
		}
		
	/*.commentbox a {
		background:url(images/bullet_comments.jpg) no-repeat left;
		padding-left:16px;
		}
		
	.writebox a {
		background:url(images/bullet_writepost.jpg) no-repeat left;
		padding-left:16px;
		}*/
		
	.commentbox a:hover, .writebox a:hover {
		color:#fff;
		text-decoration:underline;
		}
		
	.commentbox .left, .writebox .left {
		background:url(images/comments_left.jpg) no-repeat;
		height:29px;
		width:15px;
		float:left;
		}
	
	.post { 
		padding:0 25px 25px;
		width:714px;
		}
		
	.post .entry, .commentlist li .entry { 
		text-align: justify;
		background:#22272e url(images/post_btm.jpg) no-repeat bottom;
		}
		
	p {
		margin:0;
		padding:4px 10px 10px;
		}
		
	#content .post .entry .top{
		background:url(images/post_top.jpg) no-repeat;
		height:6px;
		font-size:1px;
		}
		
	.post_alt { 
		padding:0 25px 25px;
		width:714px;
		}
		
	.post_alt .entry, .commentlist li.alt .entry { 
		text-align: justify;
		background:#313842 url(images/alt_btm.jpg) no-repeat bottom;
		}
		
	#content .post_alt .entry .top {
		background:url(images/alt_top.jpg) no-repeat;
		height:5px;
		font-size:1px;
		}
		
	.postmetadata {
	clear: right;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
	
	.postmetadata ul, .postmetadata li { 
		display: inline; 
		list-style-type: none; 
		list-style-image: none; 
		}

	.widecolumn .entry p { font-size: 1.05em; }
	
	.widecolumn .post { margin: 0; }
	
	.widecolumn .postmetadata { margin: 30px 0; }
	
	.widecolumn .smallattachment { 
		text-align: center; 
		float: left; 
		width: 128px; 
		margin: 5px 5px 5px 0px; 
		}
		
	.widecolumn .attachment { 
		text-align: center; 
		margin: 5px 0px; 
		}

	.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }
	
	.narrowcolumn .postmetadata { text-align: center; }
	
	.narrowcolumn .postmetadata { padding-top: 5px; }
	
	.entry {
	/*	position:relative;*/
	background-color: #22272e;
	background-image: url(images/post_btm.jpg);
		}

	.entry ul {
		margin-left: 0px; 
		padding: 0 0 10px 10px;
		list-style: none;
		} 

	.entry li { margin: 7px 0 8px 10px; }
	
	.entry p a:visited { color: #b85b5a; }
	
	.entry ul li:before { content: "\00BB \0020"; }
	
	.entry ol { 
		padding: 0 0 0 35px; 
		margin: 0; 
		}
		
	.entry ol li { 
		margin: 0; 
		padding: 0; 
		}
		
	.entry form { text-align:center; }
	/* End Post Area */



	/* Begin Comment Area */
	#commentform {
		padding:0 5px;
		}

	#commentform input { 
		width: 170px; 
		padding: 2px; 
		margin: 5px 5px 1px 0; 
		}
		
	#commentform p { 
		margin: 5px 0; 
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
		}
		
	#commentform textarea { 
		width: 700px; 
		padding: 2px; 
		}
		
	#commentform #submit { 
		margin: 0;
		}

	.commentlist { 
		margin:0;
		padding:0 25px 25px;
		text-align: justify; 
		}
		
	.commentlist li { 
		margin: 15px 0 3px; 
		padding: 5px 10px 3px; 
		list-style: none; 
		font-weight: bold; 
		}
		
	.commentlist p { 
		margin: 10px 5px 10px 0; 
		font-weight: normal; 
		line-height: 1.5em; 
		text-transform: none; 
		}
		
	.commentlist li, #commentform input, #commentform textarea {
		font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; 
		}
		
	.commentlist cite, .commentlist cite a { 
		font-weight: bold; 
		font-style: normal; 
		font-size: 1.1em; 
		}

	.nocomments { 
		text-align: center; 
		margin: 0; 
		padding: 0; 
		}

	.commentmetadata { 
		margin: 0; 
		display: block; 
		font-weight: normal; 
		}
		
	.text {
		background:#171a1f;
		border:1px solid;
		border-color:#000 #313842 #313842 #000;
	color:#8699b4;
		}
	/* End Comment Area */
/* End Content Area */



/* Begin Search Form */
#searchform { 
	margin: 10px auto; 
	padding: 5px 3px; 
	text-align: center; 
	width:232px;
	}
	
#footer #searchform {
	float:right;
	margin:0 0 10px;
	padding:5px 10px;
	}
	
#searchform #s { 
	width: 155px; 
	padding: 5px;
	background:#171a1f url(images/seach_bg.jpg) left no-repeat;
	color:#313842;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	border:none;
	margin:0;
	height:19px;
	}
	
#searchsubmit { 
	padding: 0 16px 0 0;
	float:right;
	background:url(images/search_button.jpg);
	height:29px;
	width:64px;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#f4f4f4;
	border:none;
	margin:0;
	}
/* End Search Form */



/* Begin Sidebar */
#sidebar {
	background:#1d2228 url(images/bg_btm.jpg) bottom no-repeat;
	width:764px;
	margin:25px 0 0;
	padding-bottom:10px;
	}

#sidebar form { margin: 0; }

#sidebar h2 { 
	font-family: Verdana, Sans-Serif; 
	font-size: 1.2em; 
	margin: 5px 0 0; 
	padding: 0;
	color:#6e7b90;
	}

#sidebar ul { 
	margin: 0; 
	padding: 10px 0;
	background:url(images/bg_top.jpg) no-repeat;
	}
	
#sidebar ul li { 
	list-style-type: none;
	list-style-image: none;
	float:left;
	padding:0 25px;
	border-right:1px dotted #fff;
	width:13%;
	}
	
#sidebar ul li.last {
	border:none;
	}
	
#sidebar ul ul, #sidebar ul ol { margin:0; }


#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	float:none;
	list-style:url(images/bullet_list.jpg) inside; 
	border-right:none; 
	border-bottom:1px dotted #fff; 
	padding:3px 0; 
	width:auto;
	}

#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }

#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }

ol li, #sidebar ul ol li { list-style: decimal outside; }
/* End Sidebar */



/* Begin Footer */
#footer {
	clear: both; 
	}

#footer p { 
	margin: 0; 
	padding: 10px;
	}
/* End Footer */


/* Begin Calendar */
#wp-calendar { 
	empty-cells: show; 
	margin: 10px auto 0; 
	width: 155px; 
	}

#wp-calendar #next a { 
	padding-right: 10px; 
	text-align: right; 
	}
	
#wp-calendar #prev a { 
	padding-left: 10px; 
	text-align: left; 
	font-size: 9pt; 
	}
	
#wp-calendar a { 
	display: block; 
	text-decoration: none; 
	}

#wp-calendar caption { 
	text-align: center; 
	width: 100%; 
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#wp-calendar td { 
	padding: 3px 0; 
	text-align: center; 
	}
	
#wp-calendar td.pad:hover { background-color: #fff; }

#wp-calendar th { 
	font-style: normal; 
	text-transform: capitalize; 
	}
.entryImage {
	clear: no;
	float: left;
	height: 64px;
	width: 64px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	z-index: 10;
}
.productsImage {
	clear: no;
	float: left;
	height: 128px;
	width: 128px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.entry_alt {
		text-align: justify;
		background:#313842 url(images/alt_btm.jpg) no-repeat bottom;
}

.top_alt {
		background:url(images/alt_top.jpg) no-repeat;
		height:5px;
		font-size:1px;
}
.top_alt_sidebar {
		background:url(images/alt_top_sidebar.jpg) no-repeat;
		height:5px;
		font-size:1px;
}
.productTitle {
	font-size:24px;
	line-height: 24px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 60px;
}

.productPayOff {
	text-align:center;
	padding-left:300px;
	font-size:12px;
	line-height: 24px;
	font-style: italic;
}

.productDetail {
	line-height: 18px;
	padding-right: 215px;
	margin-top: 10px;
	font-size: 14px;
}
.sidebar {
	width: 200px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	text-align: justify;
}

.sidebarContent {
	background:#313842 url(images/alt_btm_sidebar.jpg) no-repeat bottom;
}
.screenshot {
	border: 1px solid #333333;
}
.boaas {
	padding-left: 130px;
}#content #adsense {
	text-align: center;
}
