/* structure */
body 
{
	background: #dbdbdb;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../img/cladding.jpg);
	background-attachment: fixed;
	background-repeat: repeat;	
	font-size: 14px;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
}

#container
{
	width: 960px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#ie
{ 
	text-align: center;
	height:	20px; 
	width: 960px;
	margin-bottom: 2.5px;
	margin-top: 2.5px;
	padding-bottom: 2.5px;
	background: #ff7f00;	
}


#header 
{
	width: 960px;
}

#masthead
{  
	height: 120px; 
	width: 960px;
	background-image: url(../img/darkbrown.png);
	background-repeat: repeat;
}

#logo
{
	width: 660px;
	height: 120px;
	float: left;	
}

#nav
{
	width: 299px;
	height: 40px;
	padding-top: 80px;
	float: left;	
	border-left-color: white;
	border-left-style: dotted;
	border-left-width: thin;
}

#nav2
{
	padding-left: 5px;
	width: auto;
	border-top-color: white;
	border-top-style: dotted;
	border-top-width: thin;
}

#subhead
{ 
	height:	20px; 
	width: 960px;
	margin-bottom: 2.5px;
	margin-top: 2.5px;
	padding-bottom: 2.5px;
	background-image: url(../img/mediumbrown.png);
	background-repeat: repeat;
}

#content
{ 
	clear: both; 
	width: 960px;
	background-image: url(../img/lightbrown.png);
	background-repeat: repeat;
}

#blog
{
	float:left;
	width:662px;
}

.post
{	
	clear:left;
	width:662px;	
}

.postinfo
{
	text-align: right;
	float: left;
	width: 110px;
	padding: 5px;
}

.postcontent
{
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
	width: 520px;
	border-left-color: white;
	border-left-style: dotted;
	border-left-width: thin;
	border-right-color: white;
	border-right-style: dotted;
	border-right-width: thin;
}

#sidebar 
{
	float: right;
	width: 285px;
	padding: 5px;
}

.sidebarwidget 
{
	list-style-type: disc;
	color: white;
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right:5px;
}

#footer 
{
	clear: left;
	background-image: url(../img/mediumbrown.png);
	background-repeat: repeat;
	width: 960px;
	height: 180px;
	margin-top: 2.5px;
}

#footer1 
{
	text-align: right;
	float: left;
	width: 110px;
	height: 170px;
	padding: 5px;
}

#footer2
{
	float: left;
	width: 520px;
	height: 170px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-color: white;
	border-left-style: dotted;
	border-left-width: thin;
	border-right-color: white;
	border-right-style: dotted;
	border-right-width: thin;
}

#mypic
{
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	width: 120px;
	float: left;
}

#aboutme
{
	width:390px;
	float:left;
}

#footer3
{
	float: left;
	width: 288px;
	height: 170px;
	padding: 5px;
}


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}