/*
Theme Name: Jai's Theme
Theme URI: http://wordpress.org/
Description: Jai's Customized Theme.
Version: 1
Author: Jai Brinkofski
Author URI: http://jai.brinkofski.com/

*/

/* Begin Typography & Colors */

html {
	margin:0px
	}
	
body {
	margin: 0px;
	padding:0;
	text-align:center;
/*	background-image:url(images/default/body-bg.png);
	background-repeat:repeat-x; */
	background:url(images/inked/body-bg.png) repeat-x #333 fixed;
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
}
	
#wrapper {
	margin:0px;
	padding:0 0 20px 0;
	background:url(images/inked/wrapper-bg.png) repeat-y;
	width:744px;
	margin:0px auto;
	text-align:left;	
}
 		
#container {
	width:744px;
	background:url(images/inked/container-bg.png) no-repeat 0px 120px;
	}		
	
/* #element_one {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/web2point0/element-one-bg.png',sizingMethod='scale');
	height: 593px;
	width: 126px;
	position:absolute;
	top:121px;
	right: 222px;
	z-index:200}
		
#container>#element_one {
	background:url(images/web2point0/element-one-bg.png) no-repeat;
	height: 593px;
	width: 126px;
	position:absolute;
	top:121px;
	right: 222px;} */
	
#element_four {
	height:51px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/inked/footer-bg.png',sizingMethod='scale');
	position:fixed;
	bottom:0px;
	z-index:100;
	width:100%
}


body>#element_four {
	height:51px;
	background:url(images/inked/footer-bg.png);
	position:fixed;
	bottom:0px;
	z-index:100;
	width:100%
}
	
#content {

	}

.writings {
	}

.date {
	color: #ba1000;
	font:9px Georgia, "Times New Roman", Times, serif;
	margin:3px 3px 0 0;
	display:block;
	text-align:right
	}	

.post-header {
	margin:0px;
	width:393px;
	height:113px;
	background-repeat:no-repeat;
	}
	
#footer {
	}

a {
	color:#ba1000;
	text-decoration:none
	}

a:hover {
	text-decoration:underline
	}

#header {
	position:relative
	}

h1 {
	background:url(images/inked/header-bg.png) no-repeat;
	width:744px;
	height:120px;
	margin:0px	
	}

h1 a {
	display:none;
	}

.post h2 {
	margin:2px 0 0 0;
	}

.post h2,  h2 a {
	margin:0px;
	font:18px Georgia, "Times New Roman", Times, serif;
	display:block;
	color:#ba1000;
	text-transform:uppercase;
	padding:2px 0px 6px 0;
	text-align:left;
	}
	
h2 a:hover {
	border-bottom:1px solid;
	padding-bottom:5px;
	text-decoration:none
	}	
	
.pagetitle	{
	margin-left:154px;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#ba1000
}

.navigation {
	margin:20px 0 0 154px}

.description {
	position:absolute;
	color:#bb0e00;
	font: 14px Georgia, "Times New Roman", Times, serif;
	width:220px;
	line-height:20px;
	top:85px;
	left:222px
}


#sidebar {
float:right;
width:160px;
margin:0px 0px 19px 0px;
font:11px Verdana, Arial, Helvetica, sans-serif;
/*border:solid #2d83da;
border-width:1px 1px 0px 1px;
height:100% */
	}
	
#searchform {
	margin:60px 0 0 16px;
	}
	
	
		
#searchform #s	{
	border:none;
	background:url(images/inked/search-box.png) no-repeat !important;
	background:url(images/inked/search-box.gif) no-repeat;
	height:21px;
	width:129px;
	padding:5px 5px 0 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	margin:0 0 1px 0;
	}
	
#searchform #searchsubmit {
	border:none;
	background:url(images/inked/search-button.gif);
	width:136px;
	height:26px;
	font-size:0%;
	color:#88b727;
	text-decoration:none;
	margin:0 0 10px 0	
	}	

#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:0px
	}	
	
#sidebar h2  {
	color:#fff;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin:20px 0 0 0;
	text-align:center;
	height:21px;
	padding:0 0 0 0;
	background:url(images/inked/h2-bg.gif) no-repeat
	}	
		
#sidebar li a {
	display:block;
	text-decoration:none;
	color:#000;
	background:#e6e6e6;
	padding:5px 0 5px 6px;
	border:solid #000;
	border-width:0px 0px 1px 1px;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	}	
	
#sidebar li a:hover {
	background:#ba1000;
	color:#fff;
	text-decoration:none	}		


#sidebar li p {
	display:none
	}

#sidebar li p a {
	display:inline;
	padding:0px;
	margin:0px;
	background:none;
	text-decoration:underline;
	color:#000;
	font:normal 12px Arial, Helvetica, sans-serif
	}
	
#sidebar li p a:hover {
	background:none;
	color:navy;
	}	

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.post {
	margin: 0 0 20px 154px;
	text-align: justify;
	padding:10px 9px 0 0px;
	border-bottom:3px solid #ba1000;
	width:393px;
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:22px;
	}

.post hr {
	display: block;
	}

.comment_div {
		margin: 0 0 0 154px;
}

.commentlist cite {
	font-weight:bold;
	font-style:normal;
	background:#ba1000;
	color:#fff;
	padding:0px 5px;
	display:block;
	}
	
.commentlist {
	list-style:none;
	margin:0px;
	padding:0px;
	width:385px;
	}	
	
.commentlist cite a {
	color:#fff;
	display:block;
	}	
	
.commentlist li {
	border:1px solid #E6E6E6;
	margin:0 0 5px 0;	}
	
.commentlist li p {
	padding:0px 5px;
	}
	
.commentlist .alt {
	background:#eee
	}	

#comments {
	width:385px;
	}
	
P #comment {
	width:385px;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}