/*general layout*/
body {
background : #2f231d;
color : #fefefe; 
font-family : Arial, Helvetica, Sans-Serif; 
font-style : normal;
padding:2px 2em;
margin:0px;
line-height:1.5em;
font-size:75%;
text-align:center;
}
hr {
border: 1px solid #534741;
} 
blockquote, code, pre {
color:#eee;
}
code, pre {
font-family:Courier,  'Lucida Console','Courier New', Sans-Serif;
}

/*font styles*/
p {
font-size : 1em; 
font-style : normal; 
padding: 0px;
} 
h2 {
font-size : 1.4em; 
}
h3 {
font-size:1.2em;
}
h4, h5, h6 {
font-size:1em;
}
h2, h3, h1, h4, h5, h6 {
font-family : Arial, Helvetica, Sans-Serif; 
font-weight: bold;
color : #2f231d; 
margin: 10px 0px;
padding: 10px;
clear: both;
background: #534741;
}

/*linkcolor*/
a:link, a:visited {
font-weight:normal;
color : #66ccff;
text-decoration : none; 

}
a:hover, a:active {
color : #fff; 
text-decoration : none;
border:none;
} 




/*classes - these are also located in classes.css so child themes don't loose them*/
.center, .aligncenter, .centered {
text-align: center;
}
.right, .alignright {
float: right;
}
.left, .alignleft {
float: left;
}
.none {
display: none;
}
.righttxt {
text-align:right;
}
.credits {
clear:both;
font-style:italic;
}


/*images these are also located in classes.css so child themes don't loose them*/
img {
border: none;
margin: 0;
}
img.center, img.aligncenter, img.centered {
display:block;
margin:5px auto;
}
img.alignright, img.right {
margin-left: 5px;
}
img.alignleft, img.left  {
margin-right: 5px;
}
img.rssimg {
margin:0px;
}
.postcontent img {
max-width:100%;
overflow: hidden;
}
.wp-smiley {
border:none;
margin:0px;
}


/*border-colors*/
.postcontent img {
border:3pt solid #534741;
}

.border {
border: 3px solid #534741;
}

/*wrap and header*/
#accessnav {
display:none;
}

#wrap {
background : transparent;
max-width:65em; 
margin:5px auto;
padding:0px;
text-align:left;
}

/*header*/
#header {
background : #ed1c24;
margin:10px 0px;
padding:75px 10px 15px 10px;
color:#2f231d;
}
/*#header:hover {background: #ff3;}*/
#header h1 {
padding:0px;
font-size:4em;
display:inline;
background: transparent;
letter-spacing: -.06em;
}
#header h1 a:link, #header h1 a:visited {
font-weight: bold;
color:#2f231d;
}
#header h1 a:hover {
color:#000;
}
#header p {
padding:0px;
margin:2px 10px;
font-size:1.1em;
display:inline;
}
#header #nav {
float: right;
list-style: none;
margin: 12px 0px 0px 0px;
padding: 0px;
}
#header #nav li{
margin: 0;
padding: 0;
display: inline;
}
#header #nav li a:link, #header #nav li a:visited{
margin: 0px 0px 0px 10px;
color: #2f231d;
font-weight: bold;
font-size: 120%;
}
#header #nav li a:hover{
color: #000;
}

/*content and post settings*/

#content{
background : transparent;
padding: 5px 0;
margin: 0;
width: 72%;
float: left;
font-size:1.1em;
}
.post h2 a:link, .post h2 a:visited {
color: #2f231d;
font-weight: bold;
margin: 5px 0px;
display:block;
padding: 10px;
}
.post h2 a:hover {
color: #000;
background: #ff3;
}
.post {
margin-bottom: 2em;
}
.post h2 {
padding: 0;
}
.postmeta {
font-size:0.8em;
clear:both;
padding-top: 1em;
color: #c7b299;
border-top: 1px solid #534741;
}
div.postmeta p {
margin: 2px 0px;
padding:0px;
}
.postmeta {
margin: 10px 0px 5px;
}

.postcontent {
line-height:1.6em;
}
.date {
float: right;
color: #2f231d;
margin-bottom: -27px;
font-size: 11px;
font-weight: normal;
}

/*postnav*/
#postnav {
clear:both;
margin:0px;
padding-top: 15px;
color: #ccc;
font-weight: bold;
border-top: 1pt solid #534741;
}
#postnav li {
display:inline;
margin: 2px 0px;
}
#postnav li a:link, #postnav li a:visited{
color: #ccc;
font-weight: bold;
}
#postnav li a:hover {
color: #fff;
}

/*comments*/
#commentbox {
background : transparent;
clear:both;
margin:10px 0px;

}
ol#commentlist  {
list-style-position: inside;
margin:2px 0px;
padding:0px;
}
#commentlist li{
border-bottom:1pt solid #534741;
margin: 10px 0px;
}
#commentform fieldset {
padding:0;
margin:0;
}
#commentform legend {
font-family :Arial, Helvetica, Sans-Serif; 
color : #fff; 
margin: 10px 0px 0px;
padding:2px 0px;
font-size:120%;
font-weight: bold;
}
#commentform textarea {
width:90%;
}
#commentform label {
display:block;
padding: 15px 0 5px 0;
}
#commentform input {
width:50%;
}
#commentform button, .wpcf7-submit {
width:40%;
margin:20px 0px;
padding: 5px;
cursor: pointer;
}
#commentform button:hover, .wpcf7-submit:hover {
background: #534741;
}
.approve {
background : #534741;
padding:5px;
font-size:90%;
}
.comment_time {
font-size:0.8em;
text-align:right;
clear:both;
}
#commentlist{
list-style: none;
}
#commentlist cite {
font-style:normal;
}
.comment_author {
color: #fff;
font-weight: bold;
font-size: 110%;
}

#commentbox {
border-top: 1pt solid #534741;
padding-top: 10px;
margin-top: 15px;
}
.avatar {
float:right;
border: 1pt solid #534741;
margin-left:10px;
padding:2px;
}

/*sidebar*/
#sidebar {
background : transparent;
padding: 10px 0px;
margin: 0px;
width: 25%;
float:right;
}
#sidebar ul, #sidebar li{
list-style-type: none;
list-style-image: none;
margin: 0;
padding:0;
}
#sidebar ul ul {
margin-top: 5px;
}
#sidebar li{
margin:0px;
padding: 0px 0px 20px 0px;
}
#sidebar div {
margin: 10px 0;
padding:0px;
}
#sidebar h2 {
margin: 5px 0px 0px;
padding: 10px;
font-size:100%;
}
#sidebar li a {
border:none;
}
#sidebar li li {
border-bottom: 1pt solid #534741;
margin:0px;
padding: 5px 0px;
}
#sidebar li li li {
list-style:circle inside;
border:none;
margin-left:0px;
}

/*searchform*/
#searchform label {
font-weight:bold;
}
#searchform input#s {
width:60%;
margin-top: 10px;
}
#searchform button.submit {
width:30%;
margin-left: 5px;
font-weight: bold;
}
#searchform button.submit:hover {
background: #534741;
}

/*Widgets fixing*/
.widget_rss h2 a {
color:#333;
font-weight:bold;
}
.widget_rss img {
margin:0px;
}

/*Callendar*/
#wp-calendar a {
font-weight:bold;
}
#today {
background:#eee;
}



/*footer*/

#footer {
background : #ed1c24;
margin: 20px 0;
clear: both;
padding: 10px;
font-weight: bold;
color:#2f231d;
}
#footer a:link, #footer a:visited {
font-weight: bold;
color:#2f231d;
}
#footer a:hover {
color: #000;
}
#footer:hover{
background: #ff3;
}

#footer ul{
margin: 2px;
padding:0px;
}
#footer li{
display: inline;
margin:0px 3px;
}
#footer .top {
float: right;
}


/*forms*/
input , textarea, select, option, button {
font-family : Arial, Helvetica, Sans-Serif; 
font-size:100%;
padding: 5px;
background : #3f3531;
color : #fff; 
border: 0px;
margin: 0px;
}
input:focus, textarea:focus, select:focus, option:focus{
background: #534741;
}
fieldset, legend {
background:transparent;
color : #ccc; 
border: none;
padding: 5px;
}
label, legend {
font-weight:normal;
}
button::-moz-focus-inner { 
border: 0;
padding: 0;
}

/*lists*/
ul {
list-style-image: url(gfx/bullet.png);
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}
li {
	margin-bottom: 10px;
}
ol { 
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}

/*tables*/
table {
color : #111; 
width: 90%;
margin: 5px auto;
padding: 0px;
font-size:1em;
}
caption {
color: #333;
font-weight: normal;
padding: 5px;
}
td, th, tr {
padding: 5px;
text-align:left;
}

.clear {clear:both;}

