/*
Theme Name: Mom Blog Marketing
Description: Two Column Design with sidebar on the right with navigation bar.
Author: Shera
Author URI: http://www.sweetnsimpledesign.com
Version: 1.0


*/

/*general page structure*/
body    
        {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
        background-color: #ffffff;
        background-image: url(images/background.jpg); 
	}

#page   {
        margin: 0px auto;
        padding: 0px;
        width: 850px;
        border: 15px solid #ff6a2a;
        background: #ffffff;
	}

.leftwrap {
        width: 600px;
        float: left;  
        margin: 0px 10px;     
        }

.container {
        font: 1.2em "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
        line-height: 1.3em;
        float: right;
        margin: 0px 0px 10px 0px;       
	width: 600px;
	text-align: left;
        /*fixes ie double margin bug*/ display: inline;
        }
#header {
	margin: 0px auto;
        padding: 2px 0px;
	height: 250px;
	width: 850px;
        background-image: url(images/header.png);
        background-repeat: no-repeat;
	}
a       {
        color: #1cb8c8;
        text-decoration: none;
        } 

a:hover  {color: #000000;}

h2       {
         color: #ff6a2a;
         font: bold 1.2em georgia, "times new roman", serif;  
         background-image: url(images/sidetitlebg.png);
         background-repeat: no-repeat;
         text-transform: none;
         float: center;
         border-bottom: 2px solid #ff6a2a;
         padding: 12px 10px 12px 5px;
         margin: 0;
        }

h3       {
         font: bold 1.3em "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
         margin: 0px 0px 5px 0px;
         }

a img,:link img,:visited img { border:none }    


/*sidebar*/
#sidebar {
	font: 1.1em "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
        line-height: 1.2em;
	width: 210px;
        margin-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 20px;
        float: right;
        text-align: left;
        border: 2px solid #ff6a2a;
        background: #e8fee0;
        /*fixes ie double margin bug*/ display: inline;
	}

#sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 17px;
        color: #000000;
	}
	
#sidebar ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 3px;
        list-style-type: disc;
        list-style-position: outside;
        color: #169daa;
}

#sidebar li {
        margin: 0px;
	padding: 0px;
        color: #169daa;
}
#sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
	
#sidebar ul li a {
	color: #169daa;
	text-decoration: none;
}


#sidebar ul li a:hover {
       color: #ff6a2a;
}

#sidebar ul ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 14px;
        color: #169daa;
        list-style-type: disc;
        list-style-position: outside;
}

#sidebar ul ul li {
	margin: 0px;
}

#sidebar ul ul ul {
	margin-top:0; 
        margin-bottom:0;
	padding: 0px 0px 0px 14px;
        color: #169daa;
        list-style-type: disc;
        list-style-position: outside;
}

#sidebar ul ul ul li{
	margin: 0px;
}


#rectangle {
        width: 110px;
        }

/*header menu*/


#menu {
       position: relative;
       top: 225px;
       left: 0px;      
       font: 1.4em "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
       }

#menu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#menu li {display: inline; }
#menu ul li a {text-decoration:none;  text-size:12px; margin: 0px;
	padding: 5px 5px 5px 5px; color: #000000; border: 1px solid #ff6a2a; background: url(images/tab.jpg);}
#menu ul li a:hover {color: #ffffff;
	background: #ff6a2a; }

   
/*post*/
.heading a {
        font: 1.6em georgia, "times new roman", serif;  
        color: #169daa;
        text-decoration: none;
        border-bottom: px solid #000;
        }  

.heading a:hover {
        color: #000000;
}

.post   {
	margin: 0px 0px 30px 0px;
        background: url(images/postbackground.jpg);
        color: #000000;
        padding: 10px;
        font: 1.1em "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
        line-height: 1.2em;
        border-bottom: 2px solid #d5fdc6;
	}

.post ul {
        padding-left: 5px;
        }

.post li {
        padding-left: 5px;
        }

.content {
        margin: 10px 0px;
        }

p.postinfo, p.postmetadata  {
         font-size: 0.8em;
         text-align: center;
         line-height: 0.8em;
         }

p.postmetadata { 
         line-height: 1.2em;
         text-align: left;
         clear: left;
         }

#navigation,#navigation .alignleft a,#navigation .alignright a{
         margin: 0px 0px 70px 0px;
         font: bold 1.1em "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
         }

/*comments*/
.commentlist {
        font: 1em "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
        margin: 10px auto;
        padding: 0px;
        }

.comment, .alt {
        background-color: #ffffff;
	border: 1px solid #000000;
        font-size: 1.2em;
	margin: 15px 0px;
	padding: 5px 5px;
	list-style: none;
	}

.alt    {
        background-color: #fff;
        }

#commentform textarea {
        width: 400px;
        background-color: #fff;
        border: 1px solid #000000;
        margin: 10px 10px;
	padding: 2px;
	}

#commentform #submit {
        background-color: #ffffff;
	margin: 5px 0px;
        padding: 2px;
	float: left;
	}

#commentform #author, #commentform #email, #commentform #url {
        background-color: #ffffff;
        border: 1px solid black;
        } 

.decoration {
        background-image: url("");
        width: 50px;
        height: 43px;
        border: 0px solid black;
        margin: 10px 0px;
        }

/*footer*/
#footer {
	padding: 0px 0px;
	width:850px;
        background: inherit;
        clear: both;
	}

.footmenu {
        height: 20px;
        width: 850px;
        border-top: 5px solid #47f3e6;
        }

.footmenu ul {
        margin: 0px;
        padding: 0px;
        }

.footmenu li{
        padding: 1px 0px;
        margin: 0px;
        float: left;
        display: inline;
        height: 100%;
        width: 50%;
        }

.footmenu a {
        display: block;
        text-align: center;
        font: bold 1.5em "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
        color: #000000;
        background-color: #ffffff;
        }  

.footmenu a:hover,.footmenu a:active {  
        background-color: #ffffff;
        }

/*comments popup page*/
#smallpage {
        margin: 0px auto;
	width: 300px;
        padding: 5px 20px;
        border: 2px solid #000;
        background-color: #fff;
        }

#smallpage textarea {
        width: 200px;
        background-color: #fff;
        border: 1px solid black;
        margin: 10px 0px;
	padding: 2px;
	}

#smallpage #commentform #submit {
        background-color: #fff;
	margin: 5px 0px;
        padding: 2px;
	}

#smallpage #commentform #author, #commentform #email, #commentform #url {
        background-color: #fff;
        border: 1px solid black;
        } 

/*miscellaneous classes*/
#s, #barsubmit {
         margin: 7px 2px;
         width: 90px;
         height: 17px;
         padding: 2px 1px;
         background-color: #fff;
         border: 1px solid #000;
	 }

#barsubmit {
	 margin: 6px 0px;
	 padding: 2px 0px;
         height: 23px;
         width: 26px;
	 }

ul, li, ul li, li ul li, ul ul li, ul ul ul li {
        list-style-type: disc;
        margin: 10px 0px;
        padding: 0px 0px;
        }

ol      {
        margin: 0px 15px;
        padding: 0px 10px;
        }

ol li   {list-style-type: disc}

.alignleft {float: left}

.alignright {float: right;}

.center {text-align: center;}

code {font: 1.1em 'Courier New', Courier, Fixed, monospace;}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select  {width: 130px;}
blockquote {
	margin: 10px 15px;
        border: 1px solid #47d3e6;
        background: #d5fdc6;
        padding: 0px 7px;
	}
hr      {display: none;}
a img   {

	border: none;



        margin: 1px 0px;
        list-style-type: none;
	}

img     { border: none;
        }


.textwidget {
        margin: 10px 3px;
        }

.fix    {
display: inline;
        }

.watermark {   
        margin: 3px auto;
        width: 700px;
        color: #000000;
        border-left: 0px solid #589;
        border-right: 0px solid #589;
        text-align: ;left;
        }