/*
Theme Name:nannystella
Version: 1.0
Description: nannystella
Author: Realm Web Design
Author URI: http://www.realmwebdesign.com
Last updated: 2009-10-27
*/


/* default elements */
* {margin: 0; padding: 0;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


body {
	background: #938E50 url(img/background.jpg) repeat center top;
	color: #373525;
	font: normal 63.5% Helvetica, Arial, sans-serif;
	padding: 0px 0px;
}



a {color: #AC4E32;}
a:hover {color: #D17054;}

/* Removes FireFox's dotted link border */
a:active { outline: none;}

/* Removes FireFox's dotted link border */
a:focus { -moz-outline-style: none;}


big {font-size: 1.1em;}
h1 {color: #847B19; padding: 0px 0 5px;}
h2 {color: #847B19; padding: 8px 0 5px;}
h3 {color: #847B19; padding: 8px 0 5px;}
.bottom h3 {color: #373525; padding: 8px 0 5px;}
h1 {font: normal 2.2em Georgia, "Times New Roman", Times, serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}
h2 {font: normal 1.6em Georgia, "Times New Roman", Times, serif;}
h3 {font: bold 1.1em Georgia, "Times New Roman", Times, serif;}

.content h2 a{color:#847B19; text-decoration: none;}
.content h2 a:hover{color:#AC4E32;}

#sidebar h2 {font: bold 1.4em "Times New Roman", Times, serif; color: #AC4E32; padding: 15px 0 5px;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	padding-left: 26px;
        font-decoration: italic;
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em Arial, Helvetica, sans-serif;}
ul {padding: 0 2em 1.2em; list-style-type: disc;}
ol {padding: 0 2em 1.2em; list-style-type: decimal;}



/* structure */

#wrapper {
	margin: 0 auto;
	width: 892px;
}


#container {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 880px;
}



/*=== Header ===*/

#header{
        background: url('img/header.gif') no-repeat;
	height: 151px;
	position:relative;
}



/*- Logo -*/

#header h1{
        float: left;
	width: 230px;
        padding:0px 0px 0px 30px;
}



#header h1 a{
	display: block;
	height: 0px;
}



#header h1 a:hover{
	text-decoration: none;
}

/*- Search Box -*/

#searchbox{
        background: #FFFFFF
	height: 32px;
	margin: 0px;
	padding: 20px 10px 0px 0px;
}

#searchbox input.keyword{
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	color: #666666;
	float: right;
	font-size: 12px;
	padding: 6px 5px 6px;
	width: 190px
}


/*=== TOP SIGN IN ===*/

.top-bar {text-align:right; width:860px; font-size:12px; padding-top:25px; height:13px; padding-right:20px; color:#AC4E32; line-height:12px;}
.top-bar a{color:#AC4E32; text-decoration:none;}
.top-bar a:hover{color:#D17054; text-decoration:none;}


/*=== Tops and Bottoms ===*/

.top {height:14px; background:url(img/top.gif) no-repeat; overflow: hidden;clear: both;}
.top-full {height:14px; background:url(img/top-full.gif) no-repeat; overflow: hidden;clear: both;}

.bot {height:18px; background:url(img/bot.gif) no-repeat; margin-bottom:10px; overflow: hidden;clear: both;}
.bot-full {height:18px; background:url(img/bot-full.gif) no-repeat; margin-bottom:10px; overflow: hidden;clear: both;}


/*=== Navigation ===*/

/*- Nav1 -*/

#nav1{
        background:url(img/navbar.gif) no-repeat top left;
	font-size:14px;
        font-family: Helvetica, sans-serif;
	font-weight:normal;
	height:42px;
        width: 880px;
        padding-top:0px;
        padding-left:0px;
        padding-right:0px;
	margin-bottom:0px;

}


#nav1, #nav1 ul {
	list-style: none; 
	line-height: 1;
	z-index: 100;
        padding-left:0px;
        padding-right:0px;
}



#nav1 a {
        display: block;
	line-height: 41px;
	padding: 0 10px;
	z-index: 100;
        text-decoration: none;
}



#nav1 li {
	float: left;
	line-height: 41px;
	margin: 0 0px 0 0;
}



#nav1 li a{
	color: #373525;
	padding: 0 8px 0 30px;
	text-decoration: none;
        border-right: 0px solid #333333;

}



#nav1 li a:hover,
#nav1 li.active a{
	color: #AC4E32;
	cursor: pointer;
	text-decoration: none;
}



/* IE7 Fix */
#nav1 li:hover, #nav1 li.hover {  
	position: static;
	visibility:visible
}

html>body #nav1 li ul li { *margin-top:-2px; }


/* main */
.main {background: #FFF url(img/content_bg.gif) repeat-y top;}
.main-full {background: #FFF url(img/content_bg-full.gif) repeat-y top;}

#sidebar {
padding-right:15px;}


/* posts */

.post {
padding-left:30px;
padding-right:20px;
}


.post .descr {
	color: #424242;
	font-size: 0.9em;
	margin: 2px 0 10px;
        border-bottom: 1px dotted #C3BA9B;
}



.post .info{
	border-top: 1px dotted #C3BA9B;
	color: #222;
	font-size: 0.9em;
	font-weight: bold;
	margin: 4px 0 28px;
	padding: 8px 0;
}

.post img {border: 0px solid #CCB; margin: 0px 0;}
.post a img {border: 0px solid #CCB;}
.post a:hover img {border-color: #AA9;}
.entry {padding-top:15px;}
.post h2 {font: bold 21px "Times New Roman", Times, serif; color: #AC4E32; padding: 10px 0 5px;}






/* bottom */
.bottom {
	background: url(img/bottom.jpg) no-repeat;
	border: 0px solid #C3BA9B;
        height:224px;
        width:704px;
	color: #373525;
	padding: 23px 83px 23px 93px;
}
.bottom .left {width: 310px; margin-right:37px;}
.bottom .right {width: 310px; margin-left:47px;}

.bottom h2 {font: bold 21px "Times New Roman", Times, serif; color: #AC4E32; padding: 10px 0 5px;}


/* footer */

.footer {
	color: #FFFFFF;
        font-size: 11px;
	padding: 5px 5px 10px 5px;
}

.footer .left {width: 84%;}
.footer .right {
	width: 15%;
	text-align: right;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}



.footer a:hover, .footer .right a:hover {
	color: #D17054;
	text-decoration: none;
}



.footer .right, .footer .right a {color: #ffffff;}



/* misc */
.content {padding: 18px 20px;}
.right .content {padding: 12px 10px;}
.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 73%;}
.col2 .left-full {width: 99%;}
.col2 .right {width: 26%;}


/* block list */

ul.block, .block ul {
	border-top: 1px dotted #C3BA9B;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}


.block li {
	border-bottom: 1px dotted #C3BA9B;
	list-style: none;
}



.block li a,.block li em {
	color: #373525;
	display: block;

}



.block li em {
	font-size: 0.9em;
	font-style: normal;
}



.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}



.block li a span {font-weight: bold;}
.block li a:hover {
	color: #373525;
	background: #000000;
}


.right .block,.right .block li {border-color: #C3BA9B;}
.right .block li a:hover {background: #FFFFFF;}




/* comments */
.comments-block { padding-left:25px;}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #C3BA9B;

}



#commentform {
	margin: 1em 0;
	width: 280px;

}



textarea.styled {width: 280px;}



.styled {
	font-size: 1.1em;
	background: #FCFCFC;
	border: 1px solid #C3BA9B;
	padding: 2px;
}



.styled:hover {
	background: #FFF;
	border: 1px solid #A1997E;
}



.styled:focus {
	background: #FFF;
	border: 1px solid #AC4E32;

}



#commentform input {margin-bottom: 3px;}

.commentmetadata a {font-size: 1em; color: #666;}



/* calendar NOT CONFIGURED */
#wp-calendar {color: #A0A0A0;}


.col2 .right table caption {border-bottom-color:#000;}
.col2 .right table thead tr {
  border-bottom-color: #000;
  color: #A53512;
}



.col2 .right table th {border-bottom-color:#000;}
.col2 .right table td#today {

  border-color: #C3BA9B;
  color: #373525;
}

.col2 .right table td a {
  border-bottom-color: #C3BA9B;
  background-color: #EDF3DE;
}



.col2 .right table tfoot {border-top-color: #000;}
.col2 .right table tfoot a {background: none;}




/* calendar
------------------------------------------------*/


#wp-calendar {
    display: inline-table;
    border-collapse: collapse;



  width: 185px;



  margin: 0px 10px 0 10px;



  text-align: center;



}







.col2 .right table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;

}







.col2 .right table thead tr {border-bottom:1px solid;}







.col2 .right table th {border-bottom:1px solid;}







.col2 .right table td {



  width: 225px; /* maximaize width; honestly, I don't know much about tables... */



  padding: 1px;



  font-size: 0.9em;



}







.col2 .right table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;

}







.col2 .right table td a {



  display: block;



  border-bottom: 1px solid;



  font-weight: bold;



  font-size: 1.15em;
}


.col2 .right table tfoot {border-top:1px solid;}

.col2 .right table tfoot a {
  border: none;
  font-weight: bold;
}


.col2 .right table tfoot #prev a {text-align:left;}
.col2 .right table tfoot #next a {text-align:center;}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Captions
------------------------------------------------*/

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 0px solid #ddd;
   text-align: center;
   background-color: #FFFFFF;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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: 0;
}
