A 			{ color: #444444; text-decoration:none; font-weight:bold; } 
A:link		{ color: #444444; text-decoration:none; } 
A:visited	{ color: #8E8E8E; text-decoration:none; } 
A:active	{ color: #887752; text-decoration:underline; } 
A:hover		{ color: #887752; text-decoration:underline; } 

body {
	background: #fff url(/images/back_main.png) top right no-repeat;
	font-size:90%;
	line-height:1.25em;
	color: #444444;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
}

p {
	margin: 0 0 1em 0;
}

p.close {
		margin: 0 0 0.5em 0;
}

del {
	text-decoration:line-through
}

.edited {
	color: #887752;
}
.dateheader, #dateheader {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0;
}

ul, ol {
	margin-top: -0.5em;
}

	
h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 5px 0 15px 0;
	line-height:1.1em;
	/* color: #887752; */
	color: #AFBE55;
}

h1 A, h1 A:link, h1 A:visited {
	/* color: #887752; */
	color: #AFBE55;
}

#header, #subheader {
	margin-left:-5px;
}

.body {
	margin-left: 0px;
}

.entry .body img, .entryLast .body img {
	display:block;
	margin-left:auto;
	margin-right:auto; 
	border: 1px solid #999;
	padding: 0;
	margin-top: 1em;
	margin-bottom:1.2em;
}


h2 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0;
}


h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0;
}

.commentBody, .commentBodySelf {
	color: #000000; 
	margin-right: 20px;
	margin-bottom: 40px;
}

.commentByLine, .commentByLineSelf {
	clear: left;
}

#blogText {
	margin-top:13px;
	padding-right:35px;
	font-size:0.875em;
}

#blogText .body p:first-child {
	color: #887752;
	font-weight: bold;
	font-size:110%;
}

#banner {
	padding: 25px 0 50px 0;
}

#nextprev {
	margin-top:-50px;
	margin-bottom:40px;
}

.clear {
	height: 0;
	clear:both;
	visibility: hidden;
}

input, select, textarea {
	font-size: 1em; 
	color: #000000; 
}


.menuTitle {
	text-transform: uppercase;
	font-weight:bold;
	color:#887752;
	letter-spacing: .2em;
	padding: 0 0 5px 0;
}

.header, .header a {
	font-size: .7em;
	text-align: center;
	font-weight: bold;
}


#calendar{
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-family: verdana, arial, sans-serif; 
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: yellow;
}

#menu {
	font-size:90%;
	line-height:1.2em;
}

.menuBody {
	text-align: left;
	padding: 0;
}

.menuBody .header {
	font-size: 1em;
}

.menuBody A {
	font-size: 1em;
}

.date {
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.blogHeader, .trackbackHeader, .commentHeader, .addCommentHeader, .relatedentriesHeader {
	/*color: #ccc; 
	border:1px solid #999;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	font-weight:normal;*/
	text-transform: uppercase;
	font-weight:bold;
	color:#887752;
	letter-spacing: .2em;
	padding: 0 0 5px 0;
}

.footerHeader, .footerPrint {
	font-size: 85%; 
	color: #ccc; 
	padding:0;
	margin: 0;
	font-weight:normal;
	
}

.footerPrint, .hidden {
	display:none;
}

.footerLeft {
	float:left;
	padding:30px 0 40px 0;
	margin: 0;
}

.footerRight {
	float:right;
	padding:30px 0 40px 0;
	margin: 0;
}

.rightMenu {
	border:none;
	margin:3em 0 1em 0;
}

.code {
	font-family: "courier new",courier,monospace;
	font-size: 1em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	 margin:5px 0 5px 0;	
}

.codePrint {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
    padding: 4px 4px 4px 4px;
    line-height: 15px;	
}
.center{
	text-align:center;
}
.entry{
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px solid #999;
}
a img{
	border: 0px;
}

.quotation {
	width:480px;
	font-weight:normal;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 30px 0 28px;
	background: url(/images/quotation-left.png) top left no-repeat;
}

.quotation p{
		background: url(/images/quotation-right.png) bottom right no-repeat;
}

.comment, #addComment, .trackback, .commentAlt, .trackbackAlt{
	/*border: 1px solid #999;
	padding: 10px;
	margin:10px 0;
	position:relative;*/
	font-size:95%;
	line-height:1.2em;

}

.commentAlt, .trackbackAlt{
	/*background-color:#efefef;*/

}
.comment img, .commentAlt img{
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}

.commentBody, .commentBodySelf {
	border: 1px solid #ccc;
	padding: 10px;
	margin:0;
}

.commentBodySelf {
	background-color: #F1F1F1;
}

.trackbackBody{
	padding: 10px;
}

#relatedEntriesList {
	color: #000000;
	margin:0;
}

.commentByLine, .commentByLineSelf, .trackbackByLine {
	display: block;
	padding:14px 10px 15px 10px;
	margin-top:-1px;
	background-image: url(/images/tip.gif);
	background-repeat: no-repeat;
	background-position: 20px 0pt;
}

.commentByLineSelf {
	background-image: url(/images/tipself.gif);
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
	margin-right:-10px;
	}
#trackbacks,#comments{
	margin-top:8px;
	}
#calendar th{
	font-weight: normal;
}
.tbLink{
	font-size:1.1em;
}

.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}

.byline img{
	vertical-align: top;
}

.highlight {
	background-color: #887752;
	color:#fff;
}

.messageerror {
	width:500px;
	margin:2px 0px 6px 0px;
	padding:2px 1px 3px 3px;
	background-color: #D6D3C5;
	color:#B16D01;
	font-weight:bold;
}

.messageok {
	width:500px;
	margin:2px 0px 6px 0px;
	padding:2px 1px 3px 3px;
	background-color: #D6D3C5;
	color:#1A7A04;
	font-weight:bold;
}

.messageerror p, .messageok p {
	margin: 0;
}
.messageerror ul, .messageok ul {
	margin-top: 0.8em;
}

/*==================TagCloud===================*/

.smallestTag { font-size: 9px; }
.smallTag { font-size: 11px; }
.mediumTag { font-size: 13px; }
.largeTag { font-size: 16px; }
.largestTag { font-size: 20px; }
		 
/*==================Forms======================*/

fieldset#commentForm, fieldset#sendForm{
margin:0;
padding: 0 0 10px 0;
text-align:left;
border: none;
}

fieldset#commentForm input.formfield, fieldset#sendForm input.formfield {
	width:385px;
}


fieldset#commentForm legend, fieldset#sendForm legend {
font-size: 1.1em;
font-weight: normal;
color: #000000;
margin: 0px 0px 0px 0px;
padding: 3px 5px 10px 5px;
}
fieldset#commentForm label, fieldset#sendForm label{
float:left;
width:115px
}

fieldset#commentForm div, fieldset#sendForm div{
clear:both;
margin-bottom:5px
}
fieldset#sendForm #recaptcha div, fieldset#commentForm #recaptcha div {
	margin-bottom:0;
}
fieldset#commentForm .longLabel, fieldset#sendForm .longLabel {
width:360px
}

fieldset#commentForm .nofLoat,fieldset#sendForm .nofLoat{
float:none
}
fieldset#commentForm #blogcomments, fieldset#sendForm #comments, fieldset#sendForm #notes{
width:500px;
height:250px;
overflow: auto;
}

fieldset#commentForm img{
margin:3px auto
}

#popUpFormBody{
background:#fff;
margin:8px;
}

.submitmain {
	border: 1px solid #333;
	background: #ccc;
	font-size:13px;
}

.menusubmit {
	width:15%;
	border: 1px solid #333;
	background: #ccc;
	font-size:13px;
}

.menutext {
	width:75%;
}

table.textcontent {
	border: 1px solid #999;
	border-collapse:collapse;
	margin: 0 0 1em 0;
	padding: 0;
	width:100%;
}

table.textcontent tbody tr th {
	border: 1px solid #999;
	color: #444444;
	font-weight:bold;
	text-align:left;
	font-size:90%;
	vertical-align:top;
	padding:3px;
}

table.textcontent tbody tr td {
	border: 1px solid #999;
	color: #444444;
	font-weight:normal;
	text-align:left;
	font-size:90%;
	vertical-align:top;
	padding:2px;
}

@media print {
	
 body {
 	color:#000;
	background-image: none;
 }
 #nextprev, .addCommentHeader, #addComment, .footerHeader {
 	display:none;
 }
 A 			{ color: #000; text-decoration:underline; font-weight:normal; } 
 A:link		{ color: #000; text-decoration:underline; } 
 A:visited	{ color: #000; text-decoration:underline; } 

 .footerPrint {
	display:block;
	color:#777;
	margin-top:50px;
	line-height:1.1em;
 }
 
}
