/*

	Theme Name: Vindictive
	Description: A custom theme
	Version: 1.0
	Code Author: Tammy Hart
	Code Author URI: http://www.tammyhartdesigns.com
	
*/


/* Begin Main Structure */
body {
	font: 75% Lucida Grande, Arial Unicode MS, Verdana, LiHei, Hei, san-serif;
	background: #c0a172;
	color: #1A0F05; 
	margin:0; 
	padding:5px; 
	text-align: center;
	border:solid #c0a172;
	border-width:0 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.png);
	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:#f3e7a9 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: #1A0F05;
	padding:8px;
	}
	
#nav li a:hover {
        color: #ffffff;
	background:#f2c968;
	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 */	
	h2 a, h3 a { 
		color: #666238; 
		text-decoration: none; 
		}

	a { 
		color: #8b5a00; 
		text-decoration: none;
                 
		}

	a:hover {
		font-weight: bold;
		}
	
	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: #1a0f05; 
		}
	/* 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, strike {
	color: #000000; 
	}	
	
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; }

.alignright a { color: #1a0f05;
                font-weight: bold;
                }

.alignleft { float: left; }

.alignleft a { color: #1a0f05;
               font-weight: bold;
               }

blockquote { 
    color: #154028;
	margin: 0 30px 0 10px; 
	padding-left: 10px; 
	border-left: 5px solid #154028; 
	}

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:#f7f6f4 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 url(images/comments_right.jpg) right no-repeat;
		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;
        color: #fff;
		padding-left:16px;
		}
		
	.writebox a {
		background:url(images/bullet_writepost.jpg) no-repeat left;
        color: #fff;
		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:#f3e7a9 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:#f3e7a9 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: left; }
	
	.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;
		}

	.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: #154028;
                             font-weight: bold;
                             }
	
	.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: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif; 
		}
		
	.commentlist cite, .commentlist cite a { 
		font-weight: bold; 
		font-style: normal; 
		font-size: 1.1em;
                color: #666238; 
		}

	.nocomments { 
		text-align: center; 
		margin: 0; 
		padding: 0; 
		}

	.commentmetadata { 
		margin: 0; 
		display: block; 
		font-weight: normal;
		}
		
	.text {
		background:#fff68f;
		border:1px solid;
		border-color:#8b864e #cdc673 #cdc673 #8b864e;
	        color:#1a0f05;
		}
	/* 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:#fff68f;
	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:#f7f6f4 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.0em; 
	margin: 5px 0 0; 
	padding: 0;
	color:#1a0f05;
	}

#sidebar a {
	color: #666238;
    font-weight: normal;
	}

#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 #a6a05d; 
	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; 
	}
/* End Calendar */



/*
Whatever your hand finds to do, do it with all your might,
for in the grave, where you are going, there is neither
working nor planning nor knowledge nor wisdom.
Ecclesiastes 9:10
*/