/*
Theme Name: Waking Vixen
Theme URI: http://ewebscapes.com
Version: 1.0
Description: Custom Theme for wakingvixen.com by <a href="http://ewebscapes.com">EWebscapes</a>
Author: Leanne Wildermuth
Author URI: http://www.ewebscapes.com
This design is copyright ©EWebscapes and may not be reproduced. 
*/



/************************************************
*	BASIC ELEMENTS				*
************************************************/

a img {border: 0px}
abbr, acronym {border-bottom: 1px dashed #711516; cursor: help;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
body, form, h1, h2, h3, h4, ul, ol, p {margin: 0; padding: 0; list-style: none;}
p{margin: 0px;	line-height: 21px;padding: 0px 0px 10px 0px;}
p img{border: none;padding: 0px 5px 15px 0px;	}
img a{border:none;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.excerpt {padding-left: 20px; padding-bottom: 10px; margin-bottom: 5px;}

.spacer {height: 40px;}

.pagenav {clear: both; padding: 0 30px; font-size: 2.2em; margin-bottom: 30px; font-weight: bold;
font-family: Cambria, serif; font-style: italic; color: #3C1112;}
.pagenav a:link {color: #3C1112; font-weight: bold; text-decoration: none;}
.pagenav a:active {color: #3C1112; font-weight: bold; text-decoration: none;}
.pagenav a:visited {color: #3C1112; font-weight: bold; text-decoration: none;}
.pagenav a:hover {color:#A7000D; font-weight: bold; text-decoration: none;}

.more {font-size: 1.5em; font-weight: bold;
font-family: Cambria, serif; font-style: italic; color: #3C1112;}


hr {color: #3C1112;  background-color: #3C1112; margin:0; padding:0; }

code, pre {
 font-family: "Courier New", Courier, mono;
 color: #969696;
 text-decoration: none;
 text-align: left;
}

blockquote {
  text-align: left;
  line-height: 150%;
  padding: 18px 10px 10px 50px;
  text-align: left;
  line-height: 150%;
  background-image: url(img/quote.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

form, img {
 border: 0; 
} 

input, textarea, select { 
 background-color: #ece2d6;
 border: 1px solid #4C3B27;
 color: #000;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Verdana, Arial,sans-serif;
  font-size: 14px;
  padding: 2px;
width: 175px;
}

.submit {
 background-color: #ece2d6;
 color: #000; 
}

.radio {
 border: 0;
} 

h1 {font-family: Cambria, Georgia, serif; font-weight: bold; color: #751B1D; font-size: 2.2em; padding: 10px 0 0 0;}
h1 a:link, a:active {color: #751B1D; text-decoration: none;}
h1 a:visited {color: #751B1D; text-decoration: none;}
h1 a:hover {color:#A7000D; text-decoration: none;}

h2 {font-family: Cambria, Georgia, serif; font-weight: normal; letter-spacing: .04em; color: #751B1D; font-size: 1.7em; padding: 10px 0 0 0;}
h3 {font-family: Cambria, Georgia, serif; font-weight: normal; color: #751B1D; font-size: 1.7em; padding: 10px 0 0 0;}

body {
  margin: 0px;
  padding: 0px;
  background: #3c1112;
  font-family: Georgia, Times, Times New Roman, sans-serif;
  font-size: 0.9em;
  list-style-type: none;
}


/************************************************
*	HEADER & TOPMENU			*
************************************************/

#headerbg {
  height: 174px;
  background: url(img/headerbg.jpg) top center repeat-x;
}

.blogTitle a {
display:block;
height:127px;
left:45px;
position:relative;
text-indent:-9999px;
top:19px;
width:901px;
}

p.description {text-indent: -9999px; position: absolute;}

#header {
  height: 174px;
  background: url(img/newHeader.jpg) top center no-repeat;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}

/* Menu Formatting */

#menu {
 text-align: left;
 padding-top: 3px;
 font-size: 20px;
 color: #CAA773;
 width: 990px;
 font-family: Cambria, serif;
 float: left;
 position:absolute;
 top:0;
}

#menuspacer {
width: 230px;
display: block;
height: 100px;
float: left;
 text-align: center
 color: #BCA18E;
font-size: .1em;
}


#menuspacer a {
  text-align: center;
  width: 200px;
  display: block;
  height: 100px;
  float:left;
  font-size: .1em;
  color: #BCA18E;
  border: none;
}
#menuspacer a:hover {
 text-align: center;
 width: 200px;
 display: block;
 height: 100px;
 font-size: .1em;
  color: #BCA18E;
  border: none;
  background-color: none;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
 padding-left: 14px;
  padding-right: 14px;
 text-decoration: none;
 color: #3c1112;
 border: none;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 160px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
 display: block;
 width: 160px; /*width of sub menu levels*/
 color: #3c1112;
 background-color: #BCAB97;
 text-decoration: none;
 padding: 1px 5px;
 border: 1px solid #46361F;
}

.suckertreemenu ul li a:hover{
background-color: #751B1D;
color: #BCAB97;
}

.suckertreemenu ul li#menuspacer a:hover{
background-color: transparent;
color: #BCA18E;
}



* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */



/************************************************
*	CONTENT STRUCTURE			*
************************************************/


#wraptop{
  width: 986px;
  background: url(img/wraptop.gif) top center no-repeat;
  height: 199px;
  margin-left: auto;
  margin-right: auto;
}


#wrap {
  width: 986px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  background: #dfd0bc url(img/wrap.jpg) top center repeat-y;
  margin-bottom: 60px;
}



#content {
  float: left;
  width: 490px;
  margin: -165px 0 10px 40px;
  padding-right: 0px;
  display: inline;
  text-align: left;
  background: #beae97;
  padding-bottom: 20px;
}


/************************************************
*	POST STYLES     			*
************************************************/

.date {font-family: Cambria, serif; font-style: italic; font-weight: bold; font-size: 2.6em; color: #B39F84; text-align: right; padding-right: 20px; padding-top: 15px;}
.title {padding-left: 10px; margin: -25px 10px 0px 14px;}


.post {
line-height:160%;
overflow:hidden;
padding:10px 15px 10px 22px;
width:446px;
}

.post a:link {color: #9B0C0F; font-weight: bold; text-decoration: none;}
.post a:active {color: #9B0C0F; font-weight: bold; text-decoration: none;}
.post a:visited {color: #9B0C0F; font-weight: bold; text-decoration: none;}
.post a:hover {color:#A7000D; font-weight: bold; text-decoration: underline;}

.post ul {
  margin-left: 50px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.post ul li {
 list-style: disc;
 padding-left: 2px;
 margin: 0 0 0 5px;
}

.post ol {
  margin-left: 50px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.post ol li {
 list-style-type: decimal;
 padding-left: 2px;
 margin: 0 0 0 5px;
}

.post-meta {
  border-top: 1px solid color: #B39F84;
  padding: 10px;
  margin:  10px 10px;
 color: #5B4935;
  font-family: Cambria, serif;
  font-size: 1.1em;
}

.post-meta a:link {color: #6F4B15; font-weight: bold; text-decoration: none;}
.post-meta a:active {color: #6F4B15; ; font-weight: bold; text-decoration: none;}
.post-meta a:visited {color: #6F4B15; font-weight: bold; text-decoration: none;}
.post-meta a:hover {color:#9B0C0F; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #9B0C0F;}


.postdiv {
  background: url(img/postdiv.jpg) top center no-repeat;;
  width: 460px;
  height: 7px;
  margin: 20px auto;
}


/************************************************
*	SIDEBAR          			*
************************************************/


#side {
  float: left;
  margin-top: -165px;
  font-size: .9em;
  width: 414px;
  list-style-type: none;
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
}

#side .menu {
  list-style-type: none; 
  display: block;
  overflow: hidden;
}

#side .sideOne>li {
float:left;
margin:0 0 0 8px;
width:400px;
}

#side .sideTwo {
float:left;
margin:0 0 0 18px;
width:185px;
}

#side .sideThree {
float:right;
margin:0 10px 0 0;
width:185px;
}

#side .menu h2 {
  text-align: left;
  background-color: #DFD0BB;
  padding-top: 16px;
  margin-left: -5px;
  padding-left: 6px;
  padding-bottom: 2px;
  width: 206px;
  color: #5E1715;
  font-family: cambria, serif;
  font-size: 1.3em;
  letter-spacing: 0;
  font-weight: bold;
  line-height: .8em;
}

#side .menu h2 a:link {color: #5E1715; font-weight: bold; text-decoration: none;}
#side .menu h2 a:active {color: #5E1715; font-weight: bold; text-decoration: none;}
#side .menu h2 a:visited {color: #5E1715; font-weight: bold; text-decoration: none;}
#side .menu h2 a:hover {color: #5E1715; font-weight: bold; text-decoration: none;}


#side .menu ul, #side .menu ul ul, #side form {
 margin:0;
  padding:10px 3px 20px 3px;
 list-style: none;
 background: #381615;
  color: #BA9886;
}


#side .menu ul li {
 margin: 0;
 border-bottom: 1px solid #5E1715;
 line-height: 140%;
 padding-bottom: 2px;
  margin-left: 6px;
  margin-right: 6px;
}

#side .menu ul.children {
  padding: 0px;
}

#side .menu ul li li {
 background: url(img/bullet.jpg) left no-repeat;
 background-position: 0 .5em;
  border-bottom: none;
  line-height: 18px;
  padding: 0 3px 5px 8px; 
}

#side .sideOne .textwidget {background-color: transparent;}
#side .textwidget {padding:10px 10px 10px 10px; list-style: none; background: #381615;  color: #BA9886;}
ul.menu li#tag_cloud  {padding:10px 3px 5px 3px; list-style: none; background: #381615;  color: #BA9886;}

#side .textwidget a img {margin-bottom: 10px;}

#side .menu a:link {color: #9B0C0F; font-weight: normal; text-decoration: none;}
#side .menu a:active {color: #9B0C0F; font-weight: normal; text-decoration: none;}
#side .menu a:visited {color: #9B0C0F; font-weight: normal; text-decoration: none;}
#side .menu a:hover {color: #E69E86; font-weight: normal; text-decoration: none;}



/************************************************
*	FOOTER          			*
************************************************/

#footerbg {
  height: 99px;
  background: url(img/footerbg.jpg) top center repeat-x;
}

#footer {
  height: 99px;
  background: url(img/footer.jpg) top center no-repeat;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.footer-text {
  text-align: center;
  font-weight: bold;
  color: #978161;
  padding: 30px 0;
  overflow: hidden;
}



.footer-text a:link {color: #BD965D; font-weight: bold; text-decoration: none;}
.footer-text a:active {color: #BD965D; font-weight: bold; text-decoration: none;}
.footer-text a:visited {color: #BD965D; font-weight: bold; text-decoration: none;}
.footer-text a:hover{color:#BD965D; text-decoration: underline;}


/************************************************
*	COMMENTS				*
************************************************/
	
#comment-container {
  overflow: hidden;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 10px 10px 2px 10px;
}

#comment-container a:link {color: #9B0C0F; font-weight: bold; text-decoration: none;}
#comment-container a:active {color: #9B0C0F; font-weight: bold; text-decoration: none;}
#comment-container a:visited {color: #9B0C0F; font-weight: bold; text-decoration: none;}
#comment-container a:hover {color:#A7000D; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #A7000D;}

#comment-container textarea {
  width: 386px;
  padding: 10px;
}

#comment-container .textform {
  margin-top: 10px;
  width: 410px;
  padding: 15px;
  background-color: #DFD0BB;
  border: 1px solid #381615;
}

.align {
  margin-left: 10px;
  margin-bottom: 20px;
}

.comment-list {
 margin: 20px 0 20px 0;
}

.comment-container {
 width: 436px;
 margin: 5px 5px 15px 15px;
 padding: 5px;
 background: url(img/postdiv.jpg) bottom center no-repeat;
}

.comment-num {
 float: left;
 font-size: 11px;
 margin-top: 0;
 padding-right: 5px;
 color: #6F4B15;
}

.comment-meta {
 font-size: 11px;
 color: #5E1715;
 float: left;
 width: 80px;
 margin-right: 5px;
 overflow: hidden;
 padding-right: 10px;

}

.comment-date {
 color: #6F4B15;
 font-size: 10px;
 text-align: left;
}

.comment-text {
 float: left;
 padding-left: 15px;
 padding-bottom: 15px;
 width: 315px;
 overflow: hidden;
 border-left: 1px dotted #766450;
 margin-bottom: 5px;
}
