/*
THEME NAME: McKay Custom
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Custom theme for McKay Inurance (RestInsuredCharleston.com) by McNelis Media
VERSION: 1.0
AUTHOR: BBEOJ / McNelis Media
AUTHOR URI:
TAGS: McNelis Media, Custom WordPress Theme, McKay Insurance
*/

* {margin:0;padding:0;}

body {
	background-image: url("images/palmfrond_background.jpg");
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	word-spacing: -1px;
}

a { color: #C4A13D; text-decoration: none; }
a:link {  }
a:visited {  }
a:hover { color: #8A8590; }
a:active {  }

li.current_page_item a { color: #8A8590; }


h1,h2 { color: #C4A13D; font-family: "Times New Roman", Times, serif;}
h1 { font-size: 36px; font-weight: bolder; margin: 20px 0; }
h2 { font-size: 20px; font-weight: normal; margin: 20px 0 5px 0; }

/* Two-column with sidebar on left from the /examples/ folder  */
/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/
div#outer-wrapper {
	position:absolute;
	top:50%; 
	height:620px;
	margin-top:-310px;  /* negative half of the height */
	left:50%; 
	width: 955px;
	margin-left:-477px;  /* negative half of the width */
}

div#wrapper {
	position:relative;
	top:0; 
	height:600px;
	left:0; 
	width: 955px;
	background-color: #36363E;
	/*border: 1px solid #4c4c4c;*/
}

div#header {
	height: 135px;
}

div#logo {
	float:left;
	height: 135px;
}

div#access {
	padding-top: 85px;
}

div#content-scrollable { overflow: auto; height: 320px; margin: 5px 0;}
div.navigation { width: 100%; clear: both; height: 18px;}
div.nav-previous { float: left; }
div.nav-next { float: right; }

/*
 *
 * BLOG PAGES
 *
 */
div#container {
	background: url("images/panel_blog.jpg");
	width: 955px;
	height: 465px;
}

div#content {
	margin-left: 10px;
	padding-top: 85px;
	color: #8A8590;
	width: 750px;
	font-size: 11px;
	line-height: 17px;
}

div.blog-sidebar {
	float:left;
	margin-left: 785px;
	overflow:hidden;
	position: relative;
	width: 150px;
}

div.blog-sidebar h3 { font-size: 11px; font-weight: bolder; margin: 5px 0; text-transform: uppercase; }
div.blog-sidebar a { color: white; }

div#blog-primary {
	top:-452px;
	height: 180px;
}


div#blog-secondary {
	top:-370px;
	height: 175px;
}

li#search {height: 67px;}

div#input_s { border: 1px solid white; margin-left: 5px; }
div#input_s input#s { border: 1px solid white; width: 140px; font-size: 11px; color: #8A8590; }
div#link_s {padding: 5px 0;}
div#link_s .button {border: none; color: #A28A4A; font-size: 11px; background-color: #D0B65D;}




/*
 *
 * HOME PAGE
 *
 */
 
div#landing-container {
	background: url("images/panel_landing.jpg");
	width: 955px;
	height: 465px;
}

div#landing-content {
	margin-left: 415px;
	padding-top: 292px;
	line-height: 17px;
	height: 155px;
	overflow: hidden;
	width: 525px;
}

/*
 *
 * ABOUT PAGE, AND BIO PAGES
 *
 */

div#about-container {
	background: url("images/panel_blank.jpg");
	width: 955px;
	height: 465px;
}

div#about-content {
	margin-left: 500px;
	padding-top: 20px;
	line-height: 17px;
	height: 340px;
	overflow: hidden;
	width: 430px;
}

div.aboutpage-sidebar {
	float:left;
	overflow:hidden;
	position: relative;
	top:-95px;
}

div#aboutpage-primary {
	width: 370px;
	height: 75px;
	margin-left: 100px;
	margin-top: 10px;
}

div#aboutpage-secondary {
	width: 420px;
	height: 80px;
	margin-left: 30px;
}

div.aboutpage-sidebar ul.xoxo {line-height:0;}
div.aboutpage-sidebar ul.xoxo li {line-height:0;display:block;}
div.aboutpage-sidebar ul.xoxo li>* {line-height:normal;}

div#about-links {
	width:100%;
}

div.about-link-title {
	float: left;
	width: 12%;
	margin-top: 10px;
}

div.about-link {
	float: left;
	text-align: center;
}

div.about-link a {
	color: white;
	text-decoration: underline;
}

h1 img { margin-left: -20px; margin-bottom: -15px; }



div.trusted-choice-logo{
	width: 20%;
	margin-top: 0;
}

div.iia-logo{
	width: 18%;
	margin-top: 0;
}

div.iab-sc-logo{
	width: 20%;
	font-size: 8px;
	font-weight: bolder;
	margin-top: 20px;
}

div.iab-gchas-logo{
	width: 30%;
	font-size: 8px;
	font-weight: bolder;
	margin-top: 20px;
}

/*
 *
 * CONTACT PAGE
 *
 */

div#contact-container {
	background: url("images/panel-contact.jpg");
	width: 955px;
	height: 465px;
}

div#contact-content {
	margin-left: 290px;
	padding-top: 310px;
	line-height: 17px;
	height: 125px;
	overflow: hidden;
	width: 645px;
	color: #36363E;
}

/*
 *
 * PRODUCTS PAGE
 *
 */
 
div#products-container {
	background: url("images/panel_products.jpg");
	width: 955px;
	height: 465px;
}

div#products-content {
	margin-left: 25px;
	padding-top: 360px;
	line-height: 17px;
	height: 85px;
	overflow: hidden;
	width: 540px;
}


div.productspage-sidebar {
	float:left;
	overflow:hidden;
	position: relative;
	top:-180px;
}

div#productspage-primary {
	width: 150px;
	margin-left: 593px;
}

div#productspage-secondary {
	width: 170px;
	margin-left: 25px;
}

div.productspage-sidebar h3{
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 0;
}

div.productspage-sidebar div.textwidget ul{
	list-style: none;
}

div.productspage-sidebar div.textwidget ul li span.bullet{
	color:#946F36;
	font-size: 12px;
	font-weight: bolder;
	padding-right: 3px;
}



p{
margin-bottom: 1em;
}

strong{
	font-weight: bolder;
	color: #A88C42;
}

ul#subpages {
	list-style:none;
	margin:0;
	padding:0;
}
ul#subpages li {
	width: 50%;
	float: left;
}

ul#subpages li a {
	color: white;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 10px;
	padding-left: 5px;
}

ul#subpages li a:hover { color: #946f36; }
ul#subpages li.current_page_item a { color: #946f36; }

/*
 *
 * FOOTER
 *
 */

div#footer {
position: absolute;
bottom: 0;
clear:both;
width:100%;
font-size: 9px;
}

span#copyright {
float: left;
}

span#footer-address {
float: right;
}


/* 
 *
 * MENU 
 *
 */
 
div#menu {
	background: #58575F;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-transform: lowercase;
	height: 20px;
	padding: 10px 0;
}

div#menu ul li {
	float:right;
}


div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
	display:block;
	margin-right:10px;
	padding:6px 10px;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

/* 
 *
 * Required by WordPress for Post Editing & Layout
 *
 */
 
.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

p.wp-caption-text{
font-style:italic;
}

