/* 
Theme Name: Blue Basic
*/

html {
text-align: center;
}

body {
color:#7C6864;
line-height: 200%;
font-family: Lucida Grande, Lucida Sans Unicode;
font-size:14px;
text-align: center;
background: #e8e1e1;

}

body, html
	{
		height: 100%;
	}



a, a:active, a:visited {
color: #a28e8a;
font-weight:normal;
text-decoration:none;
border-bottom: 1px #7C6864 dotted;
}

a:hover {
color: #7C6864;
border-bottom: 1px #7C6864 dotted;
}


#container {
width: 630px;
margin: 0 auto;
position: relative;
padding: 0;
padding-bottom: 50px;
border: 0px #ccc solid;
text-align: center;
min-height: 100%;
background:url(images/body-bg.jpg) repeat-y center #fff;
}

* html #main
	{
		height: 100%;
	}


#header {
height:241px;
width: 596px;
background:#ffffff url(images/header.jpg) no-repeat center;
text-align: left;
padding: 0;
margin: 0 auto;
border: 0;
position: relative;
}

#header h1 {
margin:0;
padding: 193px 0 0 15px;
color: #7C6864;
font-weight: normal;
font-size: 18px;

}

#header h1 a {
text-decoration:none;
color:#fff;
}

#header h1 a:hover {
color:#ccc;
}

#navigation {
width: 594px;
height: 71px;
margin: 0 auto;
padding: 0;
text-align: right;
padding-top: 3px;
font-size:14px;
font-weight:bold;
background:#ffffff url(images/navi-bg.jpg) no-repeat center;
}

#navigation ul {
list-style:none;
margin:5px 0 0 0;
padding:0;
display:inline;
}

#navigation ul li {
display: inline;
}

#navigation ul li a {
color: #a28e8a;
font-size: 12px;
font-weight: normal;
padding: 5px 12px 5px 4px;
border: 0;
}

#navigation ul li a:hover {
color: #7C6864;

}

#content {
width: 425px;
margin: 0 auto 40px auto;
padding: 0 85px 200px 86px; 
text-align: left;
border: 0px #333 solid;
}


#post {
padding: 0;
margin: 0;
}

#post h2{
font-size: 21px;
margin:0;
margin-top: 20px;
font-weight: normal;
line-height: 0;
color: #7C6864;
}

#post h3{
font-size: 21px;
margin:20px 0 65px 0;
font-weight: normal;
line-height: 0;
color: #7C6864;
}

#post h4{
font-size: 21px;
margin: 20px 0 50px 0;
font-weight: normal;
line-height: 0;
color: #a80638;
text-transform: uppercase;
}

#post h6 {
margin: 0;
padding-bottom: 20px;
font-weight: normal;
font-family: Lucida Grande, Lucida Sans Unicode;
font-size:13px;
line-height: 130%;
}


#post h2 a {
text-decoration:none;
font-weight: normal;
color: #7C6864;
}

#post h2 a:hover {
color: #7C6864;
}

#postmeta {
background:#ececec;
border:1px solid #c5c5c5;
padding:5px 10px 5px 10px;
margin:0 15px 20px 15px;
font-size:11px;
}

#postmeta ul {
list-style:none;
margin:5px 0 0 0;
padding:0;
display:inline;
}

#postmeta ul li {
display: inline;
}

#postmeta ul li a {
padding:5px;
background:#ececec;
border-left:1px solid #c5c5c5;
border-right:1px solid #c5c5c5;
}

#postmeta ul li a:hover {
background:#f4f4f4;
}






#footer {
position: relative;
margin: -16.7em auto 0 auto;
background:#fff url(images/footer.jpg) no-repeat center;
padding: 0;
height: 234px;
width: 596px;
border: 0;

}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer
	{
		margin-top: -16.6em;
	}



.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 50px;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 0px solid #ddd;
   text-align: left;
   padding-top: 4px;
   margin: 0px;

}


img {
	  border: 0 none;
	padding-bottom: 12px;
	}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 6px 0 0 0;
   color: #a28e8a;
}
