/*
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 {
	height:100%
	}
	
body {
	margin:0;
	padding:0;
	text-align:center;
/*	background-image:url(images/default/body-bg.png);
	background-repeat:repeat-x; */
	background-image:url(images/default/bg-pattern.png);
	background-attachment:fixed;	
	font: 12px "trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	height:100%	}
	
#wrapper {
	margin:0;
	padding:0;
	border-top:9px solid #eee;
	height:100%	}
 		
#container {
	margin:0 auto;
	text-align:left;
	width:748px;
	position:relative;
	background:#fff;	
	padding:0px 10px;
	border:solid  #eee;
	border-width:0px 2px;
	min-height: 100%;
	}	
	
* html #container {
 	height:100%}
	
	
#element_one {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/jai_theme/images/default/container-bg.png',sizingMethod='scale');
	height: 335px;
	width: 368px;
	position:absolute;
	top:-9px;
	right: 10px;
	z-index:100}
		
#container>#element_one {
	background:url(images/default/container-bg.png) no-repeat;
	height: 335px;
	width: 368px;
	position:absolute;
	top:-9px;
	right: 10px}
	
#content {
	}

.writings {
	}

.date {
	color: #cac8c8;
	font:11px "trebuchet MS", Arial, Helvetica, sans-serif
	}	

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

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

a:hover {
	text-decoration:underline
	}

h1, h1 a {
	font: 29px "trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:3px;
	padding:5px 0 0 0;
	margin:0;
	color:#ee2000	
	}

h2, h2 a {
	margin:10px auto auto auto;
	font:18px "trebuchet MS", Arial, Helvetica, sans-serif;;
	color:#1d8731;
	text-transform:uppercase;
	padding-right:10px;
	text-align:left
	}

.description {
	margin:0 0 0 6px;
	color:#1d8731;
	font:11px "trebuchet MS", Arial, Helvetica, sans-serif
}

.entry div {
	display:table}
	

#sidebar {
clear:both;
float:right;
width:298px;
margin:280px 0 30px 50px;
font:11px Verdana, Arial, Helvetica, sans-serif;
	}
	
#sidebar form {
	margin:0 0 15px 0 }
		
	

#sidebar ul {
	list-style:none;
	margin:0;
	padding:0
	}	
	
#sidebar h2  {
	color:#000;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	text-transform:none;
	margin-top:10px;
	}	
	
#sidebar li {
	margin:5px 0;}	


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

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

.post {
	margin: 0 0 40px 0;
	text-align: justify;
	padding:0 0 10px 0;
	border-bottom:5px solid #EE2000
	}

.post hr {
	display: block;
	}

.commentlist cite {
	font-weight:bold;
	font-style:normal;
	background:#1d8731;
	color:#FFFF99;
	padding:2px 5px;
	display:block;
	}
	
.commentlist {
	list-style:none;
	margin:0px;
	padding:0px
	}	
	
.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
	}	

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