/*  
Theme Name: Fumoir
Theme URI: http://www.fumoir.com
Description:  
Version: 0.1
Author: Sue Bailey
Author URI: http://www.blogmum.com
Tags: 
*/


html {
height: 100%;
}

body {
margin: 0px;
padding: 0px;
color: #52484d;
font-family: Tahoma,Arial,sans-serif;
min-height: 100%;
line-height: 1.5em;
font-size: 80%; 
background: #f3e6db;
}


#content {
width: 900px;
margin: 0px auto;
min-height: 100%;
padding: 0px;
text-align: left;
background-color: #fbfbf9;
border-left: 1px solid #bfa4a6;
border-right: 1px solid #bfa4a6;
}

#main {
width: 650px;
float: left;
}



/************* header ***********/


#header {
background: #fbfbf9;
height: 150px; 
color: #b88c7c;
margin-bottom: 40px;
}

#headerimg {
float: left;
}

#headertext {
padding-right: 10px;
padding-top: 0px;
text-align: right;
float: right;
font-size: 90%;
}

#headertext ul {
padding: 0px;
margin: 0px;
white-space:nowrap;
}

#headertext li {
display: inline;
}

#headertext li a {
padding:0.2em 1em;
background:#bfa4a6;
color: #fbfbf9;
text-decoration:none;
border: 1px solid #9e7781;
}
#headertext li a:hover
{
background:#775757;
color:#fff;
}


h1,h2,h3,h4,h5,h6,h2 a:link, h2 a:visited {
color: #e3513c;
text-decoration: none;
}

h1,h2 {
font-weight: normal;
font-size: 150%;
}

/************* posts ***********/

.post {
margin: 10px;
}

.postmeta {
font-size: 90%;
color: #9e7781;
}

#archive {
margin-left: 10px;
}

#archive a {
text-decoration: none;
}


/************* sidebar ***********/

#sidebar {
height: 100%;
width: 250px;
float: right;
font-size: 80%;
}

.sbar {
border: 1px solid #9e7781;
padding: 65px 0px 5px 0px;
width: 200px;
margin: 20px auto;
}

#about {
background: url('aboutbkg.png') no-repeat;
}


#elsewhere {
background: url('elsewherebkg.png') no-repeat;
}


#blogroll {
background: url('blogrollbkg.png') no-repeat;
}


#twitter {
background: url('twitterbkg.png') no-repeat;
}


.sbar ul {
list-style-type: none;
}
.sbar li {
margin-left: 20px;
}

/************* footer ***********/

#footer {
background: #775757;
color: #f3e6db;
font-size: 150%;
width: 100%;
margin: 0px;
min-height: 400px;
}

#footer select{
background: #775757;
color: #f3e6db;
font-size: 100%;
margin-top: 5px;
}

.button {
background: #9e7781;
color: #f3e6db;
font-size: 100%;
}

#footer ul, #footer li {
list-style-type: none;
}

#footer a:link, #footer a:visited {
color: white;
text-decoration: underline;
line-height: 30px;
}

#footer a:hover {
color: #e3513c;
text-decoration: underline;
margin-bottom: 5px;
}

.fatfooter {
background-color: #775757;
float: left;
width: 33%;
padding: 10px;
min-height: 100%;
}
.thinfooter {
background-color: #775757;
float: left;
width: 25%;
padding: 10px;
min-height: 100%;
}
#copyright {
margin: 10px;
font-size: 70%;
text-align: right;
}

#copyright a:link, #copyright a:visited {
text-decoration: underline;
}

/************* comments ***********/
#comments {
margin-left: 10px;
}

#comments input, #comments textarea {
border: 1px solid #9e7781;
}

/************* links ***********/
a:link {
color: #775757;
text-decoration: underline;
}

a:visited {
color: #52484d;
text-decoration: underline;
}
a:hover,a:active {
color: #e3513c;
text-decoration: underline;
}

/************* navigation links ***********/
.navalignleft {
float: left;
font-size: 110%;
padding: 20px 10px 10px 10px;
}

.navalignright {
float: right;
font-size: 110%;
padding: 20px 10px 10px 10px;
}

/************* images, captions etc. ***********/

img {
	border: 0px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   border: 1px solid #9e7781;
}

.alignleft {
   float: left;
   margin-right: 10px;
   border: 1px solid #bfa4a6;
   margin: 5px 5px 10px 0px;
   padding: 5px;   
}

.alignright {
   float: right;
   margin-left: 10px;
   border: 1px solid #bfa4a6;
   margin: 5px 0px 10px 10px;
   padding: 5px;   
}

.wp-caption {
   border: 1px solid #9e7781;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;



}


blockquote {
margin: 10px 50px;
padding: 5px;
font-style: italic;
border: 1px solid #bfa4a6;
}
