/*
Theme Name: Jane Doe
Theme URI: http://wordpress.org/
Description: Testing theme for jane doe blog
Version: beta
Author: Jack Dunbar
Author URI: www.jackdunbar.com
Tags: No tags
*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	margin: 0;
}

h1{
	font-size: 60px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px #000 dotted;
}

.description{display: none;}

h2, h2 a:link, h2 a:visited, h2 a:active{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 140%;
	text-align: left;
margin: 0px 0px 10px 0px;
}


h2 a:hover{
	text-decoration: underline;
}

h3{
	font: Arial, Helvetica, sans-serif;
	font-weight: strong;
	font-size: small;
}

img{
	border-style: none;
}


a {
   outline: none;
}

#wrap{
	width:517px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 150px;
}

#header{
	width: 517px;
	background: #FFF;
	margin: 20px 0px 0px 150px;
}
	
strong{
	font-weight:bold;
}

a:link, a:visited, a:active{
	font-weight: bold;
	color :#000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



#menu{
	float: right;
	position: relative;
	display: block;
	list-style: none;
	text-indent: -40px;
	text-transform: uppercase;
}
#menu li{ 
	display: inline;
	margin: 0px 0px 0px 0px;
}

#authorlist {
	width: 600px;
	margin: 0px 0px 15px 0px;
	font-size: 80%;
}

#authorlist li{
	display: inline;
	list-style: none;
	margin-left: 10px;
}

/* Image Caption's */

.wp-caption-text {
	font-size: 80%;
	font-style: italic;
	text-align: left;
	margin: 2px 10px 20px 0px;
}

/* Nav Stlye ie Older Posts - Newer Posts */

#nav{
	width: 533px;
	margin: 100px 0px 50px 0px;
	padding: 0px 0px 80px 0px;
	font-size: 80%;
}

#navleft{
	float: left;
	width: 200px;
}

#home{
	clear: both; 
	text-align: center;
}

#navright{
	float: right;
	width: 200px;
	text-align: right;
}



/* THE POST STYLE*/


/* Title */

.posttitle{
	width: 500px;
}

/* Content */

.postcontent-admin, .postcontent-Jack, .postcontent-Tosh, .postcontent-Leon, .postcontent-Robbie{
	width: 500px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 80px 0px;
	height: auto;
	text-align: justify;
}


/* Footer */

.postfooter{
	width: 500px;
	height: 8px;
	border-bottom: dotted #000 1px;
}

.footerauthor-admin, .footerauthor-Jack, .footerauthor-Tosh, .footerauthor-Leon, .footerauthor-Robbie{
	float: right;
	padding: 2px 8px 1px 8px ;
	text-align: center;
	font-size: 80%;
	font-style: italic;
	margin: 0px 0px 0px 5px;
}



/* AUTHOR SPECIFIC STYLE */

/*Author Content Colours */

.postcontent-admin{
	border-left: solid #000 5px;
	color: #FFF;
}

.postcontent-Jack{
	border-left: solid #FFFF00 5px;
}

.postcontent-Tosh{
	border-left: solid #9933CC 5px;
}

.postcontent-Leon{
	border-left: solid #0099FF 5px;
}

.postcontent-Robbie{
	border-left: solid #F00 5px;
}

/*Author Footer Colours */

.footerauthor-admin, .footerauthor-admin a:link, .footerauthor-admin a:visited{
	background: #000;
	color: #FFF;
}

.footerauthor-Jack{
	background: #FFFF00;
}

.footerauthor-Tosh{
	background: #9933CC;
}

.footerauthor-Leon{
	background: #0099FF;
}

.footerauthor-Robbie{
	background: #F00;
}

/* Author Page Styles */

.authorpage-admin, .authorpage-Jack, .authorpage-Tosh, .authorpage-Leon, .authorpage-Robbie{
	width: 517px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 80px 0px;
	list-style: none;
	
}

.authorpage-admin{
	background: #000;
	color: #FFF;
}

.authorpage-Jack{
	border-left: solid #FF0 5px;
}

.authorpage-Tosh{
	border-left: solid #9933CC 5px;
}
 
.authorpage-Leon{
	border-left: solid #0099FF 5px;
}

.authorpage-Robbie{
	border-left: solid #F00 5px;
}


/* COMMENTS*/

/* comment form styles*/

#commentswrap{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	
}

.commentcontent{
	width: 500px;
	text-align: justify;
	padding: 0px 0px 0px 15px;
	border-left: solid #EEE 5px;

}
.commentauthor{
	float: right;
	padding: 2px 8px 1px 8px ;
	text-align: center;
	font-size: 80%;
	font-style: italic;
	margin: 0px 0px 0px 5px;
	background: #EEE;
}

.commentfooter{
	width: 500px;
	height: 8px;
	margin: 0px 0px 20px 0px;
	border-bottom: dotted #000 1px;
}


/*end form styles*/

#commentform {
	margin: 5px 10px 0px 20px;
}

#comment{
	width: 490px;
	padding: 2px;
	margin: 0px;
	border: solid 1px #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#respond{
	margin: 0px 0px 100px 0px;
	width: 550px;}

#author, #email, #url {
	border: solid 1px #DDD;
	padding: 2px;
}


#submit {
	background: #FFF;
	margin: 0px;
	border: none;
	cursor: pointer;
}


#submit:hover {
	background: #EEE;
	margin: 0px;
	cursor: pointer;
	
}