/*
Theme Name: OrganicBabyNursery
Theme URI: http://www.sayenkodesign.com/
Version: 1.0
Author: Sayenko Design
Author URI: http://www.sayenkodesign.com/
*/


body {
margin: 0;
padding: 0;  
color: #666;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100.1%;
background: #777;
}


#wrapper{
width: 100%;
margin: 0px auto;
padding: 0px;
text-align:center;
font-size: 78%;
line-height:18px;
}

#headerwrapper
{
	background: #fff;
	width:100%;
	height: 133px;
	
}

#header{
padding: 0  0 0px 0;
height: 133px;
margin: 0 auto;
width: 970px;
}	

#searchtd {
		width:149px;
		height:24px;
		background-image:url('images/searchbg_03.jpg');
		text-align:center;
		padding: 0px;
}

#searchtd input{
		margin-top: 3px;
		width: 125px;
		height: 14px;
		font-size: 11px;
		border: 0px;
		
}
#navwrapper{
	
	background: url('images/navbar_03.jpg');
	width:100%;
	height: 44px;
}


#nav
{
	width: 1020px;
	margin: 0 auto;
	padding-top: 10px;
}

#wrapper2{
	margin: 0 auto;
	width: 1020px;
	text-align:center;
}


#contentwrapper{
	margin: 18px auto;

}

.breadcrumb
{
	color: #666633;	
}
.breadcrumb a
{
	color: #666633;
}
.breadcrumb a:hover
{
	text-decoration: underline;
	color: #666633;
}

/**ROUND BOX**/
.roundbox{
	border-collapse:collapse;
	
	}
.roundbox td{
	padding:0px;
	
}
.roundboxtl{
	background: url('images/roundbox_03.png');
	width:28px;
	height:31px;
}
.roundboxtm{
	background: url('images/roundbox_04.png');
	height:31px;
}
.roundboxtr{
	background: url('images/roundbox_05.png');
	width:29px;
	height:31px;
}
.roundboxml{
	background: url('images/roundbox_07.png');
	width:28px;
}
.roundboxmm{
	background: url('images/roundbox_08.png');
}
.roundboxmr{
	background: url('images/roundbox_09.png');
	width:29px;
}
.roundboxbl{
	background: url('images/roundbox_10.png');
	width:28px;
	height:31px;
}
.roundboxbm{
	background: url('images/roundbox_11.png');
	height:31px;
}
.roundboxbr{
	background: url('images/roundbox_12.png');
	width:29px;
	height:31px;
}

/** IMAGE ROUND BOX **/
.imagecontainerl{
	float:left;
	padding-right: 15px;
}
.imagecontainerr{
	float:right;
	padding-left: 15px;
}

.imgroundbox{
	border-collapse:collapse;
	
	}
.imgroundbox td{
	padding:0px;
	
}
.imgroundboxtl{
	background: url('images/imgroundbox_03.png');
	width:27px;
	height:25px;
}
.imgroundboxtm{
	background: url('images/imgroundbox_04.png');
	height:25px;
}
.imgroundboxtr{
	background: url('images/imgroundbox_05.png');
	width:29px;
	height:25px;
}
.imgroundboxml{
	background: url('images/imgroundbox_07.png');
	width:27px;
}
.imgroundboxmm{
	background: url('images/imgroundbox_08.png');
}
.imgroundboxmr{
	background: url('images/imgroundbox_09.png');
	width:29px;
}
.imgroundboxbl{
	background: url('images/imgroundbox_10.png');
	width:27px;
	height:24px;
}
.imgroundboxbm{
	background: url('images/imgroundbox_11.png');
	height:24px;
}
.imgroundboxbr{
	background: url('images/imgroundbox_12.png');
	width:29px;
	height:24px;
}




.footercallouts
{
	text-align:left;
	
}

.footercallouts a
{	
	color: #c09f5d;
}
.footercallouts a:hover
{
	color: #996633;
}
.footercallouts h2
{
	margin-top:0px;
}
.footercallouts div.entry
{
	margin:0px;
	padding:0px;
}
		
#content{
clear:both;
padding: 0;
text-align: left;
}	


#main {
float:left;
width: 923px;
margin: 0;
padding: 0 0 10px 0px;
overflow:hidden;
}


#sidebar {
padding: 0;
margin: 0px 0px 0px 540px;
}


#footer {
clear: both;
margin: 0;
padding: 2px 0px 0 0px;
text-align: center;
font-size: 85%;
color: #fff;
}
#footer a{
	color:white;
	text-decoration:underline;
}


#footer-inner{
background: #666633;
height: 22px;
}

#footer-inner p{
margin:0;
}

#navigation{
padding: 5px 15px;

}

#navigation div.fleft{
float:left;
}

#navigation div.fright{ 
float:right;
}

#credit{
text-align:right;
font-size: 80%;
}

#credit p{
	margin: 0px 10px;
	padding: 3px;
	}
#credit p a{
	color: #777;
	font-weight:100;
}
#credit p a:hover{
	color: #777;
}


#subscribe{
text-align:center;
}

#subscribe p{
 margin: 5px 0;
}

/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 110%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 90%;
}


a{
color:#C09F5D;
font-weight:800;
text-decoration:none;
}
a:hover{
color:#996633;
text-decoration:underline;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
background: #EBF7FF;
padding: 5px 15px;
margin: 3px 30px;
border-left: 4px solid #8CD1FD;
border-top: 1px solid #EBF7FF;
border-right: 1px solid #EBF7FF;
border-bottom: 1px solid #EBF7FF;

}

form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td{
 vertical-align:top;
}




#tabs{
padding: 0;
background:black;
}

#nav ul{
margin: 0;
padding:3px 0;
list-style-type:none;

}

#nav ul li{
margin: 10px 0 3px 15px;
padding: 6px 15px 6px 0px;
display:inline;
font-size: 12px;
font-family: Tahoma, Arial, sans-serif;
}

#nav ul li a{
color: black;
}

#nav ul li a:hover{
color:#e58475;
 text-decoration:none;
}


/* Headings */ 

form#searchform2{
display: block;
margin: 3px 0px;
}


#header h3{
margin:  0;
padding: 15px 0 0 15px;
font-weight:800;
font-size: 200%;
}

#header h3 a{
font-weight:100;
color: white;
text-decoration: none;
}


#header h2{
margin: 0;
font-family: Tahoma, Arial, Verdana, sans-serif;
letter-spacing:1px;
padding: 10px 0 5px 17px;
font-weight:800;
color: white;
font-size: 90%;
}

h2#sectiontitle{
font-size:150%;
font-weight: 100;
padding:6px 6px 6px 10px;
margin:8px 10px 5px 0px;
color: #444;
border-top: 1px solid #8CD1FD;
background:#EBF7FF;
}

/* post styles */

.post{
margin: 0 0 10px 0;
}

.entry{
margin: 0;
padding: 5px 10px 8px 10px;
}

.post h2 {
color:#C09F5D;
font-size: 160%;
font-weight:100;
padding: 2px 0 4px 2px;
margin: 0 0 15px 0;
}


.post h2 a{
color:#C09F5D;
text-decoration:none;
font-weight:800;
}

.post h2 a:hover{
text-decoration:none;
color: black;
}

.postmetadata{
font-size:80%;
border-top: 1px solid #8CD1FD;
background:#EBF7FF;
padding: 1px 0 1px 5px;
margin: 0 5px;
}

.postmetadata p{
line-height: 15px;
padding: 0;
margin: 3px 0;
}


/*  Comments   */

h3#comments, h3#postcomment{
	font-size: 100%;
	font-family:verdana, sans-serif;
}	

ol#commentlist{
padding: 0 0 0 20px;
font-size: 90%;
list-style-type:none;
}

ol#commentlist li{
	padding: 2px 10px;
	margin: 0;
}

ol#commentlist li p.commentheader{
margin: 3px 0 0px 0;
padding: 1px 5px;
}



ul#commentlist{
padding: 0;
margin:0;
list-style-type:none;
}

ul#commentlist li{
	display: block;
	padding: 0;
	margin: 0 15px;
	font-size:90%;
	border: 4px solid white;
}


ul#commentlist li div.gravatar {
	width:40px;
	float:left;
	text-align: center;
	padding: 5px 0 0 5px;
}

ul#commentlist li div.gravatar img{
border: 2px solid #ddd;
}


ul#commentlist li p.commentauthor {
	padding: 0;
	margin: 0 0 2px 0;
	overflow:hidden;
}


ul#commentlist li p.commentheader{
margin: 0 0 10px 0;
padding: 0px;
}


ul#commentlist li div.commenttext{
padding: 0 0 0 0px;
margin:5px 10px 5px 60px;
}

ul#commentlist li div.commenttext div.commentwrapper{
background: #F0F9FF;
margin:0 0 0 5px;
padding: 3px 8px;
border-top: 1px solid #8CD1FD; 
}


/*  sidebar styles */


.menu{
padding:0;
font-size:90%;
}

.menu a{
font-weight: 100;
}

.menu a:hover{
text-decoration:none;
}

.menu ul{
margin:0;
padding:0 0 0 0px;
list-style-type:none;
}

.menu ul li.widget{
padding:2px;
margin:0 0 7px 0px;
}

.menu ul li.widget ul{
	margin: 0;
	padding:0;
}

.menu ul li.widget ul li{
padding: 2px 0 2px 12px;
margin:0;
border-bottom: 1px solid #eee;
}

.menu ul li.widget ul li ul{
}

.menu ul li.widget ul li ul li{
border-top: 1px solid #eee;
border-bottom: none !important;
padding: 0 0 0 11px;
}

.menu ul li.widget h3{
font-size:120%;
padding:2px 0 3px 5px;
margin:0;
color: #222;
font-weight: 800;
font-family: arial, verdana, sans-serif;
font-variant:small-caps;
border-bottom: 1px solid #8CD1FD;
border-top: 3px solid #8CD1FD;
letter-spacing:2px;
}

.menu ul li h3 a{
color: #023A5E;
font-weight: 800;
}
.menu ul li h3 a:hover{
color: #023A5E;
text-decoration: none;
}

.menu form{
display:block;
margin:0px;
padding:4px;
}

.menu input{
margin:3px 0;
font-size:90%;
}

li.widget .textwidget, li.widget #search {
padding: 2px 5px;
}

/* Calendar styles */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}


#footer a{
font-weight: 100;
}


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   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: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/** menu **/
.menubar {	background: url('images/navbar_03.jpg');width:100%;	height: 44px;	text-align:center; width:100%; }

.menu {z-index:100; margin:0px auto; padding-top:9px; width:850px; text-transform: uppercase; }
/* hack to correct IE5.5 faulty box model */

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {margin:0px; padding:0; list-style-type:none;}

.menu ul li{
display:inline;
}

.menu ul ul {width:255px;background:#666633;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}

.menu li.separator {
padding:7px 0px;
margin:0px;	
	}


/* style the links for the top level */
.menu a, .menu a:visited {
display:block; padding: 7px 15px 8px; 
font-weight: 400;
color: black;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing:1px;
text-decoration:none;
}
.menu ul ul li{
	text-align:left;
}
.menu ul ul a, .menu ul ul a:visited {
font-weight: 400;
color: black;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing:1px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#e58475;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#e58475;}
.menu ul ul :hover > a.drop {background:#e58475;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e58475;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#e58475;}

.menu ul ul li{
	width: 240px;
	border-right:2px solid #666633;
	border-left:2px solid #666633;
}
li.page-item-234{
	border-bottom:2px solid #666633;
}
li.page-item-68{
	border-top:2px solid #666633;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:32px;left:0; width:150px; z-index:2000; background:#666633;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:150px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#cccc99; color:black; height:auto; padding:0px 10px;}
/* yet another hack for IE5.5 */
/* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:150px;} */

/* style the top level hover */
.menu a:hover{color:#fff;background: #666633;}
.menu ul ul a:hover{color:#fff;background: #e58475;}
.menu :hover > a{color:#fff;background: #666633;} 

.menu ul ul :hover > a {color:#fff; background: #e58475;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu ul li.liston a{
color: #e58475;
}

.homedesign
{
	position: absolute;
	margin-top: -157px;
	margin-left: 885px;
	background: url(images/homedesign_03.png);
	width:147px;
	height:164px;
}

/* PRODUCT TABLE */
.producttable td
{
	padding: 4px;
	vertical-align: top;
}
.producttable td img
{
	border: 2px solid #996633;	
	width: 88px;
	height: auto;
}


.producttablenoresize td
{
	padding: 4px;
	vertical-align: top;
}
.producttablenoresize td img
{
	border: 2px solid #996633;	
}

.producttablenoresize td img.noborder
{
	border: 0px;
}
.producttable td img.noborder
{
	border: 0px;
}

.producttable td img.noresize
{
width:auto;
height:auto;
}

