@charset "UTF-8";
/*
Theme Name: Thelma and John Jarvis
Theme URI: http://www.johnandthelma.com
Description: June 2009
Author: Joel Rendall
Author URI: http://www.joelrendall.com/webdesign
Version: 1.0
*/

html, body{
height: 100%;


}

body{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	background-repeat: repeat-y;
	background-position:center;
	background:#292D30;
	
}
#entry{
margin-left:285px;
margin-top:5px;
width:538px;
margin-bottom:-100px;
}

#container{
position:relative;
background:URL(images/background.jpg);
margin-left:auto;
margin-right:auto;
width: 900px;
min-height: 100%;
margin-bottom:-101px;
}


h1{
font-size:1.25em;
font-style:italic;
margin-top:1em;
font-weight:bold;
}

.title{
font-size:3em;
margin-top:0em;
}
#content{
line-height:1.5em;
font-size:1.5em;

}
#content p{
margin-bottom:1.5em;

}

#content a:link, #content a:visited{
color:#0066CC;
text-decoration:none;}

#content a:hover{
text-decoration:underline;}

#header{
background:URL(images/header.jpg);
width:900px;
height:206px;
}

#clearFooter{
height:101px;
clear:both;}

#footer{
position:relative;
background:URL(images/footer.gif);
width:900px;
height:101px;
margin-left:auto;
margin-right:auto;
}


#nav{
	z-index:1;
	float:left;
	position:relative;
	left:80px;
	width:19%;
	list-style:none;
	font-size:2em;
	text-align:right;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:-50px;
	letter-spacing:.03em;


}

#nav a:link, a:visited{
	text-decoration: none;
	color:#333333
}

#nav a:hover{
	font-weight:bold;
	letter-spacing:-.005em;

	}

#nav li {
list-style:none;
/*the following fixes IE bullet position problem*/
list-style-position: outside;
margin-bottom: 1.0em;
margin-left:0em;
}
#nav li.current_page_item a, #nav li.current_page_item a:hover {
text-decoration:none;
font-weight:bold;
font-style:normal;
}
#blogCategories{
	font-size: 13px;
	margin-top:-20px;
	margin-bottom:20px;
	color:#333333;
	letter-spacing: 0.7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding: 0px;
	text-transform: capitalize;
	}
	
	
/* Begin Images */
p img {
	padding-top: 1em;
	max-width: 100%;
	}
img {
border:0px;}

/*	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.aligncenter {
	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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
#adminText{
position:absolute;
top:0px;
left:0px;
font-size:12px;}

#adminText a:link, #adminText a:visited, #adminText a:hover{
color:#FFFFFF;
text-decoration:none;}


/* End Images */