/*   
Theme Name: Posh Pads
Description: A search engine optimized website framework for Posh Pads website.
Author: Virtual Secretary Solutions
Version: 1.0
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-r.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
		background: url(background.gif) top;
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 12px;
		color: #666666;
		padding: 10px;
		text-align: center;
}

/* =Header
-------------------------------------------------------------- */
#wrapper{
	margin: auto;
	margin-top: 10px auto auto;
	/*background: #ffffff none repeat scroll 0 0;*/
	border-top: 5px solid #9B852C;
	width: 922px;
}
#branding {
	margin: 0;
	padding: 0;
	line-height: 0;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
        display: none;
}
.menu ul {
        list-style: none;
        margin: 0;
}
.menu ul ul {
        display: none;
}
.menu li {
        display: inline;
}
.menu a {
        display: block;
        float: left;
}
#footerNav{
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 922px;
}
#footerNav ul{
	list-style: none;
	margin: 0;
}
#footerNav ul li{
	float: left;
	margin-right: 10px;
}


/* =Content
-------------------------------------------------------------- */
#main{
	width: 800px;
	margin: auto;
}
#container{
	float: left;
	width: 900px;
}
#sidebar{
	float: right;
	width: 220px;
	text-align: left;
	margin-bottom: 20px;
}
#bodycontent{
	background: url(page_image.jpg) no-repeat scroll center top;
}
#content{
	width: 560px;
	float: left;
	text-align: left;
	margin-left: 90px;
	text-align: left;
}
#left_home_content{
	float: left;
	width: 240px;
}
#right_home_content{
	float: right;
	width: 240px;
}
.post {
        margin: 0 0 3em 0;      
}
.entry-content, .entry-summary {
        margin: 1.5em 0 0 0;
}
h1, h2, h3, h4, h5, h6 {
	color:#9B852C;
	font-weight:normal;
	margin-bottom:0;
	margin-top:0;
	padding-bottom:8px;
	padding-top:0;
	text-align:center;
}
h2, h3, h4, h5, h6 {
	background:transparent url(../images/sub_menu_bottom.jpg) no-repeat scroll center bottom;
	padding-bottom:35px;
}
h1 {
	font-size: 30px;
	background: url(/wp-content/uploads/2009/08/divider_white.jpg) center bottom no-repeat;
	height: 80px;
	margin-top: 27px;
	text-align: center;
	left: -10px;
	margin-left: 100px;
}
h2 {
	font-size:1.4em;
	background: url(/wp-content/uploads/2009/08/sub_menu_bottom.jpg) center bottom no-repeat;
	height: 20px;
}
h3 {
	font-size:1.4em;
	background: url(/wp-content/uploads/2009/08/sub_menu_bottom.jpg) center bottom no-repeat;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1em;
}
a {
	color:#262261;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
p {
	line-height:150%;
	margin:0 0 20px;
	padding:0;
}
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#content ul{
	list-style-type: circle;
	list-style-image: url(/wp-content/uploads/2009/08/body_bullet.jpg);
	list-style-position: inside;
	margin-bottom: 10px;
}
#content img{
	border: 1px solid #000000;
	padding: 3px;
}
#stars{
	width: 222px;
	height: 91px;
	border: none;
	margin-bottom: 10px;
}
#stars img{
	border: none;
}
.noborder{
	border: none;
}
.Logo {
	float:left;
	height:200px;
	width:100px;
}
.Logo a {
	display:block;
	height:200px;
	width:100px;
}
#page_heading{
	width: auto;
}
.ngg-galleryoverview{
	margin-bottom: 10px;
}
#checkavail{
	width: 503px;
	height: 70px;
	background: url(/wp-content/uploads/2009/08/feature_banner.jpg) no-repeat center center;
	text-align: center;
	font-size: 20px;
	padding-top: 30px;
}
.ngg-galleryoverview{
	text-align: center;
	margin: auto;
	width: auto;
}


/* =Navigation
-------------------------------------------------------------- */

.menu{
	height: 53px;
	margin-left: 70px;
	top: -5px;
}
.menu ul{
	list-style-image: none;
	list-style-position: none;
	list-style-type: none;
	height: 53px;
	margin: 0;
	margin-left: 30px;
	padding: 0;
}
.menu ul li{
	display: inline;
}
.menu ul li a{
	color: #ffffff;
	display: block;
	float: left;
	font-size: 18px;
	padding: 16px;
	text-decoration: none;
}
.menu ul li ul li a{
	font-size: 12px;
	font-weight: bold;
}
#footerNav a{
	color: #9B852C;
	text-decoration: underline;
}
#footerNav a:hover{
	text-decoration: none;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
        list-style: none;
        margin-left: 0;
}
.widget-area ul ul {
        list-style: disc;
        margin-left: 1.1em;
}
.widget-area ul ul ul {
        margin-left: 2.5em;
}
.widget-container {
        margin: 0 0 1.5em 0;
}

/* Fixes */
 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
