
body, div, ul, li, a {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5{
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
}
h1{
	font-size:4em;
	
}
h2{
	font-size: 2em;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
small{
	color: #909090;
}
body{
	min-width: 760px;
	font-size: 62.5%;
	background: #f1f1f1 url('images/pagebg.jpg') repeat-x;
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
}
#header{
	height:90px;
	position: relative;
}

#header .screen-reader-text{
	display:none;
}
#headerimg{
	float:left;
	background: url('images/paw.jpg') no-repeat bottom left;
	margin-left: 100px;
	height:90px;
}
#headerimg h1 {
	padding:0;
	margin: 10px 0 0 105px;
	text-transform: uppercase;
}
#headerimg a {
	text-decoration: none;
	font-style: normal;
	color: #ffffff;
}
#content{
	
	font-size: 1.4em;
	float:left;
	width:100%;
	margin-top : 25px;
}
#content img
{
	margin: 10px; 
	padding: 5px;
	background-color: white;
	border: 1px dotted #cccccc !important;
}

#post-wrap{
	background: url('images/contentbg.jpg') no-repeat center top;
	min-height: 450px;
	margin-left: 320px;
}
.post{
	margin-bottom: 20px;
	padding-bottom:20px;
}
.post p{
	font-family:Arial,Helvetica,sans-serif;
	color:#444444;
	margin-right:60px;
}
.post h2{
	color:#444444;
}
.post h2 a, .post h3 a, .page h2 a, .page h3 a{
	color: #444444;
	text-decoration: none;
}
.pagetitle{
	margin-bottom: 20px;
}
.postmetadata{
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,seri !important;
	padding-bottom: 10px;
	display: inline;
	color: #909090 !important;
	border-bottom: 1px dotted #cccccc;
}
.entry {
	margin-bottom:20px;
}
#sidebar{
	font-size: 1.4em;
	float:left;
	margin: 30px 0 0 -100%;
	width:270px;
}
#sidebar .inner{
	background: #ffffff url('images/menubg.jpg') no-repeat bottom right;
	margin-left: 40px;
	padding: 15px;
	width: 200px;
}
#sidebar h2
{
	font-size: 1.4em;
	text-transform: uppercase;
	text-shadow:1px 1px #4c1314;
	color: #ffffff;
	font-style:italic;
	text-align: center;
	margin-left: -33px;
	background: #7f6461 url('images/sidebarheaderbg.jpg') no-repeat bottom center;
	width:266px;
	line-height: 35px;
	padding-bottom: 12px;
}
.description {
	padding:0;
	margin: 0;
	font-style: italic;
	padding-left: 105px;
	font-size: 3em;
	color : #ffffff;
}
#sidebar ul li a {
	text-decoration : none;
	color: #666666;
}
#sidebar ul li a:hover {
	text-decoration : underline;
}
#sidebar ul li{
	font-size:1.1em;
	padding: 5px 15px;
	border-bottom: 1px dotted #cccccc;
}
#sidebar ul li:last-child{
	border:none;
}
ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#sidebar ul{
	margin-bottom: 10px;
}
#sidebar img{
	padding: 5px;
	background-color: white;
	border: 1px dotted #cccccc;
}
#header div.search{
	position: absolute;
	bottom: 0px;
	right: 60px;
}
#header div.search div{
	padding: 5px;
	background-color: #806662;
}
#header #searchsubmit{
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #454545;
	border-right-color: #454545;
	border-top-color: #767676;
	border-left-color: #767676;
	cursor: pointer;
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	background-color: #7f6461;
	color: white;
	padding: 2px;
	margin-left: 5px;
}
#searchform{
	margin-top: 60px;
}
#comments{
	margin-top: 30px;
}
.comment-number{
	margin: 5px 0;
}
.commentlist{
	width:80%;
	margin-bottom: 20px;
}
.comment{
	background-color: white;
	margin-top: 20px;
	padding: 15px;
	border: 1px dotted #cccccc;
}
.comment p{
	color : #444444
}
.comment .reply{
	margin-top: 5px;			
}

.comment .reply a, .readmore a{
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	background-color: #7f6461;
	color: white;
	text-decoration: none;
	padding: 5px;
	font-size: 0.8em;
}

.commentmetadata{
	margin-bottom: 25px;
}
.commentmetadata a{
	font-size: 0.74em;
	color: #909090;
	text-decoration: none;
	/*padding-bottom: 12px;
	border-bottom: 1px dotted #cccccc;*/
}
.comment-author .avatar{
	float:left;
	margin-right:15px;
}
.comment-author cite{
	font-weight:bold;
}
#respond input, #respond textarea{
	border: 1px dotted #cccccc;
}
#respond #submit{
	cursor: pointer;
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	background-color: #7f6461;
	color: white;
	padding: 5px;
	border: none;
}
.navigation{
	overflow:auto;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.entry p.attachment{
        text-align:center;
}
#footer{
	height: 35px;
	clear:both;
	margin-left: 320px;
	margin-right: 60px;
	margin-bottom: 20px;
	background-color: #7F6461;
	padding-top: 1px;
	
}
#footer p{
	margin: 4px;
	border: 1px dotted #cccccc;
	line-height:25px;
	color: white;
	text-align: center;
}