/*
Theme Name: WSC09
Theme URI: http://westernskycommunications.com/
Version: 2.0
Author: Martha Retallick
Author URI: http://westernskycommunications.com/
*/

body {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CDBFA1;
	margin: 0;
	}

h1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
	
h2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
	
h3 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
h4 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
h5 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
h6 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
/*outside wrapper */
	
#wrapper {
	width: 938px;
	background-image: url(images/background-shadow.jpg);
	background-repeat: repeat-y;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 auto;
	}
	
/*white background-outer container*/	
#container {
	color: #000000;
	width: 916px;
	background-color: #ffffff;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 0px;
	text-align: center;
	margin: 0 auto;
	}
	
#container_inner {
	color: #000000;
	width: 916px;
	background-color: #ffffff;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 0px;
	text-align: center;
	margin: 0 auto;

	}


/* Navigation */

#navbar {
	color:#000000;
	font-family: sans-serif, Century Gothic, Times New Roman, Times;
	font-size:14px;
	font-weight:bold;
	height:50px;
	margin:0px auto;
	padding:0px;
	text-transform:capitalize;
	width:916px;
	background-image: url(images/dropshadow.gif); 
	background-repeat: no-repeat;
	background-position: bottom;
}
	
#navbarleft {
	width: 900px;
	float: left;
	margin: 0px;
	margin: 7px 10px 0px 10px;
	}
	
#navbarright {
	width: 300px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	font-family: sans-serif, Century Gothic, Times New Roman, Times;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px;
	padding: 2px 0px 0px 3px;
	list-style: none;
	}
	
#nav ul ul{
	font-family: sans-serif, Century Gothic, Times New Roman, Times;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	margin: -25px 0 0 158px;
	padding: 0px 0px 0px 3px;
	border-top: 1px solid #999999;
	list-style: none;
	}

#nav ul ul ul{
	font-family: sans-serif, Century Gothic, Times New Roman, Times;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	list-style: none;
	}

#nav a {
	color: #999999;
	display: block;
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 15px 0px 0px;
	padding: 8px 10px 0px 10px;
	text-decoration: none;
	}
	
#nav a:hover a:hover {
	color: #cccccc;
	display: block;
	text-decoration: none;
   	margin: 0px 15px 0px 0px;
	padding: 3px 10px 0px 10px;
	}

#nav li {
	color: #999999;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	text-transform: none;
	text-align: left;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 160px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:active, #nav li li a:visited {
	color: #999999;
	background-color: #ffffff;
	width: 160px;
	font-size: 11px;
	float: none;
	margin: 0px;
	text-align: left;
	text-transform: none;
	padding: 3px 10px 3px 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-decoration: none;
	}
	
#nav li li a:hover {
	background-color: #CCCCCC; 
	color: #666666;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	}
	
	
#nav li li li a, #nav li li li a:link, #nav li li li a:active, #nav li li li a:visited {
	color: #999999;
	background-color: #ffffff;
	width: 140px;
	font-size: 14px;
	float: none;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-decoration: none;
	}
	
#nav li li li a:hover {
	background-color: #CCCCCC; 
	color: #666666;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	}

#nav li ul {
	position: absolute;
	z-index: 10;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	padding-top: 20px;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

#header {
	color:#000000;
	font-family: sans-serif, Century Gothic, Times New Roman, Times;
	font-size:14px;
	font-weight:bold;
	height: 135px;
	padding:0px;
	text-align: center;
	margin:0 auto;
	width:895px;
	background: #ffffff url('images/hdr_wsc2.png');
	text-align: right;
}

#headerforms {
padding: 10px;
/*padding: 108px 25px 0px 440px;
width: 450px;
text-align: right; */
}

#headerforms form {
display: inline;
text-align: right;
}

#headerforms .submit {
background: #dddddd;
}

#headerforms .textbox {
/*border: 1px solid #333;
padding: 3px;*/
}




#ngg_slideshow1 {
	margin: 0 0 10px 0;
	}
	
/*center content area with beige bg*/
#textbg {
float: left;
	width: 875px;
	color: #000000;
	background-color: #F2EFE7;
	border: 1px solid #999999;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin: 18px 3px 0px 10px; 
	padding: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
/*	height: 88%; */
	}

#textbg_inner {
	float: left;
	width: 874px;
	color: #000000;
	background-color: #F2EFE7;
	border: 1px solid #999999;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin: 0px 3px 0px 10px; 
	padding: 10px;
/*	height: 88%;*/
}

/*left column content area*/

#leftcontent {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
   	float: left;
	width: 476px;
	margin: 0px 10px 15px 2px;
	padding: 0px 0px 0px 0px;
	}
	
#leftcontent_inner {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
   	float: left;
	width: 844px;
	margin: 0px 10px 15px 2px;
	padding: 0px 20px 0px 20px;
	}
	
#lefttop {
width: 476px;
	float: left;
	}

#pagecontent {
	margin: 0 50px 0 50px;
		}


#leftcontentblog {
float: left;	width: 475px;
	height: 288px;
	background: url(images/blogbx.png) top left no-repeat;
	padding: 15px 0 5px 15px;
	}
	
#leftcontentblog p {
	width: 450px;
	}

/*Begin right column content area*/
#righttext {
	float: right;
	width: 365px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
 	margin: 0 3px 0 0;
	padding: 10px 0 0 0;
	}

/*main footer*/
#footer {

	color: #000000;
	background-color: #ffffff;
	width: 916px;
	text-align: center;
	margin: 0 auto;
	height: 85px;
clear: both;
	}

/*footer text*/
#footerleft {
	color: #000000;
	background-color: #ffffff;
	float: left;
	width: 900px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 8px 8px 8px 16px;
	}

/*bottom shadow area*/
#bottom {
	clear: both;
	width: 938px;
	background-image: url(images/bottom-shadow.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 auto;
	}

/* logo in footer */
#logo {
	float: right;
	width: 185px;
	}
	
#logo img {
	border: none;
	}

/*tagline in left column */	
#tagline {
	width: 475px;
	text-align: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 36px;
	}

/*image gallery*/
#gallerycont {
	width: 475px;
	padding: 0;
	margin: 0 auto;
	}

#gallery {
	color: #000000;
	background-color: #F2EFE7;
	width: 475px;
	padding: 0;
	margin: 0;	
	}

#gallery ul {
	list-style-type: none;
	display: inline;
	padding: 0;
}

#gallery li {
	float: left;
	border: none;
	list-style-type: none;
	padding: 0 3.5px 0 0;
	margin: 0;
}

#gallery img {
	border: 0;
	margin: 0;
	}


.clear {
	clear: both;
	}
	
	/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#758279; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* 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:2px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:2px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-5px; width:149px;}

/* 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 part 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:#d4d8bd; color:#000; height:auto; font-size: 10px; font-variant: normal; 
line-height:.7em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}

/* 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;}

/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

#photoshelter {
width: 50px !important;
}

.psinput {
clear: both;
}

/* Styles for curly quotes */
/* http://www.nealgrosskopf.com/tech/resources/21/ */
#page-id-728 blockquote {
	margin: 2em 0px 2em 150px;
	padding: 20px 40px 20px 60px;
	width: 400px;
	background-color: #CDBFA1;
	line-height: 1.75em;
}
 
#page-id-728 blockquote:before {
	content: '\201C'; 
	font-family: "Trebuchet MS", Helvetica, Arial, san-serif;
	font-size: 6em;
	font-weight: bold;
	line-height: 0px;
	margin: 0px 5px 0px -55px;
	vertical-align: bottom;
	color: #ffffff;
}
#page-id-728 img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* Social Buttons */
.social-home {
	margin: 5px 0 5px 100px;
}
.social-31 {
	display: none;
}
.social-728 {
	clear: both;
	width: 500px;
	margin: 0 auto;
}
.social-728 p {
	clear: both;
}
.social-728 .linkedin_img {
	margin-left: 120px;
}
#social p {
	padding-top: 0;
	margin-top: 5px;
}
