/*layout*/
body {
background : #6D6E6B;
color : #000; 
font: small Verdana, Arial, Geneva, Helvetica, sans-serif; 
font-style : normal;
margin:0px;
line-height:1.4em;
font-size:70%;
}

#wrap {
max-width:100em;
margin:0px auto;
padding:0px;
}

#top_ad_blog
{
	position: relative; 
	top: 7px; 
	left: 140px;
	float: left;
}

/*content*/

#content{
background: #98958C;
color:#111;
border-right: 2px solid #ABAAA5;
border-left: 2px solid #ABAAA5;
padding: 0px 1em;
padding-bottom: 5px;
margin: 0px 0.2em;
margin-bottom: 5px;
width: 65%;
float: left;
}
#content h2 a:link, #content h2 a:visited {
color:#614229;
}
#content h2 a:hover, #content h2 a:active, #content h1 a:hover, #content h1 a:active {
color:#525737;
}
.post div {
margin:2px 0px;
padding:0px;
}
.story {
font-size:1.1em;
line-height:1.4em;
clear:both;
}
img {
overflow: hidden;
}
p.info {
clear:both;
}


/*header*/
#header {
border: 0;
margin:4px 0px;
text-align:center;
font-size:120%;
line-height:2em;
}
#header h1 {
margin: 2px 5px;
padding:0px 5px;
font-size:120%;
color : #000;
}
#header h1 a {
color : #000;
}
#header p {
margin: 0px 5px;
padding:0px 5px;
color : #000;
}
#header h2 {
color: #000;
border-bottom: 0;
}
#header h2 a:link, #header h2 a:visited {
color: #000;
}
#header h2 a:hover {
color: #525737;
}

/*menu*/

#sidebar {
color : #eCd9cB;
padding: 5px;
margin: 0px;
width: 20%;
float:left;
}
#sidebar ul{
list-style: none outside;
margin: 2px;
padding:0px;
}
#sidebar li{
margin:0px 3px;
padding: 2px;
}
#sidebar h2 {
margin: 5px 0px 0px;
padding: 0px;
font-size:100%;
color : #eCd9cB;
border-bottom: 1pt solid #eCd9cB;
}
#sidebar a:link, #sidebar a:visited {
text-decoration : none; 
color : #D9AF8B;
}
#sidebar a:hover, #sidebar a:active {
color : #525737; 
text-decoration : underline; 
} 
#sidebar li#search h2 label{
margin: 5px 0px 0px;
padding: 0px;
font-size:100%;
color : #eCd9cB;
}
#sidebar li#search div input{
margin:2px 3px 0px;
padding: 2px;
}
#sidebar li#search div input#s{
width:60%;
}

#sidebar input {
background: #eee;
color: #313;
border: 1pt solid #896d56;
}


/*font styles*/
p {
font-size : 100%; 
font-style : normal; 
margin: 10px 5px;
} 

h2 {
font-size : 120%; 
border-bottom: 1pt solid #614229;
}
h3 {
font-size:110%;
}
h1, h2, h3 {
font-family :Tahoma, Arial, Verdana, Helvetica, Sans-Serif; 
color : #313; 
margin: 10px 5px;
padding:2px 0px;
clear: both;
}
code {
color: #313;
font-size:1em;
}
blockquote {
border-left: 3px solid #614229;
padding-left:2px;
}


/*footer*/
#foot {
position: relative;
top: 7px; 
left: 120px;
float: left;
margin:5px;
clear: both;
font-size:90%;
padding:0px 10px;
text-align:left;
}
#foot ul{
margin: 2px;
padding:0px;
}
#foot li{
display: inline;
margin:0px 3px;
}
#foot a:link, #foot a:visited{
color: #D9AF8B;
}
#foot a:hover, #foot a:active {
color : #525737; 
text-decoration : underline; 
} 




/*classes*/
.center {
text-align: center;
}
.right {
float: right;
}
.left {
float: left;
}
.none {
display: none;
}
.righttxt {
text-align:right;
}
.credit {
font-style: italic;
}
.border {
border: 1px solid #614229;
}

/*images*/
img {
border-style : none;
margin: 2px;
}



/*links*/
a:link {
text-decoration : none; 
color : #614229;
}
a:visited {
color: #5c5c5c;
text-decoration: none;
}
a:hover {
color : #525737; 
text-decoration : underline; 
} 
a:active {
color: #525737;
text-decoration: none;
}
p.hover a:hover {
	background: url(../../../../images/smallbracket.jpg) no-repeat top center;
	padding: 9px 0 0 0;
	text-decoration: none;
}


/*forms*/
input , textarea, select, option {
font-family : Arial, Verdana, Tahoma, Helvetica, Sans-Serif; 
font-size:100%;
padding: 2px;
background : #eee;
color : #111; 
border: 1px solid #614229;
margin: 2px 5px;
}
fieldset, label {
color : #111; 
border: none;
padding: 5px 5px 0px;
}
legend {
margin: 0px;
padding:5px;
font-weight:bold;
color : #111; 
}

/*lists*/
ul {
list-style-type: square;
list-style-position: inside;
margin: 1px 2px;
padding:2px;
}
.link li, .inline li{
display:inline;
margin: 5px 0px;
}

/*tables*/
table {
color : #111; 
width: 100%;
margin: 5px auto;
padding: 0px;
}
caption {
color: #111;
font-weight: bold;
padding: 5px;
}
td, th, tr {
padding: 5px;
text-align:left;
}




/*tagcloud*/
ul.tagcloud {
margin:1px 3px;
padding:0;
}
ul.tagcloud li {
display:inline;
margin:2px;
padding: 0px 3px;
}

/*lists*/
dl, ul {
margin: 10px 5px;
}
dd {
margin: 5px 25px;
}

/*comments*/
#commentform textarea {
width:90%;
}
#commentform label, #commentform textarea {
display:block;
}
#commentform input {
width:50%;
}
#commentform input#submit {
width:35%;
}

ol#commentlist{
list-style-position:inside;
margin: 3px 7px;
padding:2px 4px;
}
ol#commentlist li{
margin: 2px 0px 7px;
padding:0px;
border-bottom: 1pt solid #614229;
}
ol#commentlist div {
margin: 0px 0px 5px;
padding:0px;
}
.commenttext {
font-size:1.1em;
}
.commenttext p{
margin:0px;
padding:5px 0px;
}


