/*
Theme Name: TheD
Theme URI: http://themadwelshman.co.uk/
Description: A completely WordPress 3.0 compatible theme.
Author: The Mad Welshman
Author URI: http://themadwelshman.co.uk/
Version: 1.0
*/


body{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	background: #a1856a;
	color: #000;
	margin: 0 auto;
	padding: 0;
	top: 0;
}

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

a:hover{
	color: #5f5f5f;
}

h1{
	font-size: 54px;
}

h3{
	font-size: 24px;
}
	


#header{
	margin: 20 top;
	width: 100%;
	height: 150px;


	text-align: center;
	background: #7b450f;
}





img.header{
	display: block;
	width: 300px;
	height: 345px;
	border: 0;
	float: left;
	padding-left: 10px;
}


#navmenu{
	float: left;
position: fixed;
left: 10px;
top: 450px;
}

.nav{
	width: 200px;
	background: #7b450f;
	display:block;
	float:right;
	position:relative;
	margin: 0 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
}

.nav ul{
	list-style:none;
}

.nav li{
	float:left;
	position:relative;
}

.nav a{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 15px 10px 0;

	font-size:1.5em; 
	font-weight:bold;
}

.nav ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	float:left;
	z-index:99999;
	background: #212121;
}

.nav ul ul ul{
	top: 30%;
	left:100%;
	background: #343434;
}

.nav ul ul a{
	height:auto;
	line-height:3em;
	padding:10px;
	width:130px;
}

.nav li:hover > a,.nav ul ul:hover > a{
	color:#ccc;
}

.nav ul li:hover > ul{
	display:block;
}








#wrapper{
	margin: 0 auto;
	margin-top:10px;
	width: 1200px;
	background: #ecd4a9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
}

#footer{
	clear: both;
	text-align: center;
	height: 50px;
	background: #f8ead0;
	padding: 10px;
}

#blog{
	position: relative;
	float: left;
	width: 800px;
	padding: 10px 10px 10px 10px;
	margin-top: 30px;
}

.sidebar{
	float: right;
	width: 300px;
	margin: 0 0 0 0px;
	padding-top: 30px;
	padding-right: 10px;
	font-size: 14px;
	list-style: none;
	color: #7b450f;
	text-align: center;
}

.sidebar ul{
	text-align: left;
}

.post{
	float: center;
	background: #f8ead0;
	padding: 10px;
	margin-bottom: 30px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
	-moz-box-shadow:    3px 3px 5px 6px #999;
	-webkit-box-shadow: 3px 3px 5px 6px #999;
	box-shadow:         3px 3px 5px 6px #999;
}

.gravatar{
	float: right;
}

.comments-template{
	margin: 10px 0 0;
	padding: 30px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template textarea{
	width: 500px;
}

.wp-caption{
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* optional rounded corners for browsers that support it */
  margin: 10px;
  padding-top: 4px;
  text-align: center;
}

.wp-caption img{
  border: 0 none;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text{
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}