
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
/* ----------------------------------------- */


/* Layout Specific Styles ==============================    */  

body {background: url(../images/body.jpg) repeat;}

.clear-block {
    display: block; 
    clear: both;
}

.top-bar {
    background: url(../images/top-bar.jpg) repeat top center; 
    height: 9px;
}

#container {
    width: 960px;
    margin: 0 auto;
    background: url(../images/glow.jpg) top center no-repeat;
    padding-top: 25px;
}

p.view-more {margin-top: 10px;}

p.view-more a { 
    text-decoration: none;
    font-family: Georgia, Palatino, serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: url(../images/read-more.jpg) no-repeat center;
    color: #b3b496;
    padding: 7px 22px;
}

p.view-more a:hover {color: #E8D4AF;}

hr {
    background: none;
    border-top: 1px dotted #5b5a4e;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #8a8571;
    margin: 15px 0;
}

a {
    color: #a2ccd0;
    text-decoration: none;
}

 a:hover {color: #badee1;}   

/* Header ==============================    */  

#header {
	background: url(../images/logo.png)center top no-repeat;
	margin-bottom: 20px;
	z-index:1;
}

/*h1.site-logo a {
    background: url(../images/logo.png) no-repeat;
    display:block;
    height: 0 !important;
    overflow:hidden !important;
    padding-top:94px;
    width:231px; 
    margin: 0 auto 10px auto; 
}*/

#header h1 {
	margin: 0 auto;
	height:55px;
	text-align:center;
	font-size:2.4em;
	color: #a1cbcf;
	z-index:999;
}

#header h2 {
	margin: 0 auto;
	padding: 10px 0 0 0;
	height:45px;
	text-align:center;
	font-size:1.6em;
	color: #a1cbcf;
	z-index:999;
}

.branding {
text-align:right;
margin: 3px auto;
height:1px;
z-index:88;
}


/* Navigation and Search ==============================    */  

#access {
    background: url(../images/navigation.jpg) no-repeat top center;
    height: 52px;
    padding: 28px 0 0 0;
}
#access .menu-header,
div.menu {
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: -1px;
	position: relative;;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
	text-align: center;
	background: url(../images/main-nav-break.jpg) 100% 12px no-repeat;
}
#access a {
    color: #e8d4af;
    text-decoration: none;
    font-family: Georgia, Palatino, serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    height: 19px;
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
    padding-top: 8px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:25px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:url('../images/body.jpg');
	color:#fff;
	height:auto;
	text-align:left;
	line-height:1em;
	padding:10px;
	width: 130px;
	
}
#access li:hover > a {
color: #fff;
}
#access ul ul :hover > a {
	color:#fff;
	background: url(../images/navigation-submenu-bg-trans.gif) 50% 0 no-repeat;
}
#access ul li:hover > ul {
	display:block;
	background: #202020;
}	                             

#navigation .search {float: right;}

#navigation .search input.form-text {
    background: url(../images/form-text.jpg) repeat-x;
    color: #5b5a4e;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    border: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    padding: 6px 10px;
}

#navigation .search input.form-submit { 
    text-decoration: none;
    font-family: Georgia, Palatino, serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    height: 27px;
    width: 81px;   
    text-align: center; 
    border: none;
    background: url(../images/navigation-hover.jpg) no-repeat;
    color: #b3b496;
}

#navigation .search input.form-submit:hover { 
    cursor: pointer;
    color: #E8D4AF;
}

/*Primary ==============================    */

#primary2 h3 {
    color: #b3b496;
    font-family: Georgia, Palatino, serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 10px 0;
    font-weight: normal;
}

#primary2 h1.page-title {
    font-weight: normal;
    color: #d1a773;
    font-family: Georgia, Palatino, serif;  
    font-size: 50px;       
}

#primary2 h1 a:hover {color: #badee1;}

#primary2 p.subhead {
    color: #e8d4af;
    font-size: 16px;
    font-family: Georgia, Palatino, serif;
    margin: 5px 0 15px 0;
    line-height: 20px;
}

#primary2 h2 {
    color:#E8D4AF;
    font-family:Georgia,Palatino,serif;
    font-size:24px;
    font-weight:normal;
    letter-spacing:1px;
    line-height:20px;
    margin:0 0 10px;
}

#primary2 p {
    color: #f4e6cc;
    font-size: 11px;
    font-family: arial, verdana, sans-serif;
    line-height: 15px;
    margin-bottom: 15px;
}



#primary2 .post ul li {
    color: #f4e6cc;
    font-size: 11px;
    font-family: arial, verdana, sans-serif;
    margin-left: 30px;
    list-style: disc;
    margin-bottom: 5px; 
}

#primary2 .post ol li {
    color: #f4e6cc;
    font-size: 11px;
    font-family: arial, verdana, sans-serif;
    margin-left: 30px;
    list-style: decimal;
    margin-bottom: 5px; 
}

#primary2 img {border: 5px solid #454439;}

#primary2 img.img-right {
    margin: 0 0 5px 20px; 
    float: right;
}

#primary2 img.img-left {
    margin: 0 20px 5px 0; 
    float: left;
} 

#primary2 .column-1 {
    width: 460px;
    float: left;
    margin-top: 15px;
}

#primary2 .column-2 {
    width: 460px;
    float: right;
    margin-top: 15px;
}

.news #primary2 .column-1 {
    width: 700px;
    float: left;
    margin-top: 15px;
}

.news #primary2 .column-2 {
    width: 220px;
    float: right;
    margin-top: 15px;
}

#primary2 .item {
    border-bottom:1px dotted #8A8571;
    float:left;
    margin-bottom:20px;
    padding-bottom:15px;
}

#primary2 ul,
#primary2 ol {margin: 0px 0 15px 0; padding:0 0 0 10px;}

#primary2 .submitted {
    font-style: italic;
    font-size: 10px;
}

#primary2 .contact-form {padding-top: 10px;}

#primary2 .contact-form label {
    width: 40px;
    float: left;
    margin-top: 5px;
	color: #f4e6cc;
}

#primary2 .contact-form textarea {
    height: 100px; 
    width: 400px;
    margin-top: 5px;
}

#primary2 .contact-form input {
    background: url(../images/form-text.jpg) repeat-x;
    color: #5b5a4e;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    border: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    padding: 6px 10px;
}

#primary2 .contact-form textarea {
    background: url(../images/form-text.jpg) repeat-x bottom #f0e4c5;
    color: #5b5a4e;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    border: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    padding: 6px 10px;
}

#primary2 .contact-form input.submit-button { 
    text-decoration: none;
    font-family: Georgia, Palatino, serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    height: 27px;
    width: 81px;   
    text-align: center; 
    border: none;
    background: url(../images/navigation-hover.jpg) no-repeat;
    color: #b3b496;
}

#primary2 .contact-form input.submit-button:hover { 
    cursor: pointer;
    color: #E8D4AF;
}

/*Bottom Container ==============================    */

#bottom-container {
    background: url(../images/bottom.jpg) repeat-x;
    margin-top: 30px;
    border-bottom: 1px dotted #8a8571; 
}

/*secondary2 ==============================    */  

#secondary2 .inside {padding: 30px;}

#secondary2 {
    float: left; 
    width: 50%;
}

#secondary2 h3 {
    color: #b3b496;
    font-family: Georgia, Palatino, serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 10px 0 15px 0;
    font-weight: normal;
}

#secondary2 .column {
    float: left;
    width: 50%;
}

#secondary2 img {
    float: left;
    border: 1px solid #545348;
    margin-right: 5px;
}

#secondary2 h4 a {
    text-decoration: none;
    color: #a2ccd0;
    font-family: Georgia, Palatino, serif; 
    font-size: 15px;
    font-weight: normal;
}

#secondary2 h4 a:hover {color: #badee1;}

#secondary2 p {
    color: #f4e6cc;
    font-size: 11px;
    font-family: arial, verdana, sans-serif;
    line-height: 15px;
}

#secondary2 .item {
    clear: both;    
    margin-bottom: 15px;
}

/*Tertiary ==============================    */  

#tertiary2 .inside {padding: 30px;}

#tertiary2 {
    float: right; 
    width: 50%;
}

#tertiary2 h3 {
    color: #b3b496;
    font-family: Georgia, Palatino, serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 10px 0 15px 0;
    font-weight: normal;
}

#tertiary2 h2 a {
    text-decoration: none;
    color: #a2ccd0;
    font-family: Georgia, Palatino, serif; 
    font-size: 24px;
    font-weight: normal;
}

#tertiary2 h2 a:hover {color: #badee1;}

#tertiary2 p {
    color: #f4e6cc;
    font-size: 11px;
    font-family: arial, verdana, sans-serif;
    line-height: 15px;
}

#tertiary2 p.view-more {margin-top: 20px;}

/*Floats ==============================    */

.float1 {
float:left;
width:600px;
}

#float 1 ul,
#primary1 ol {margin-bottom: 20px;}


.float2 ul li {
    margin-left: 0px;
    list-style: none;
    margin-bottom: 2px; 
}

.float2 {
float:left;
margin:0 0 0 40px;
padding: 0 0 0 20px;
width:350;
}

#primary2 ul .float2 ul li h2 .widgettitle {
list-style-type:none;
}

/*Footer ==============================    */

#footer p {
    padding: 10px 0;
    color: #b3b496;
    font-family: Georgia, Palatino, serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/*Comments ==============================    */

h3#comments, #respond {
	color:#222;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	color:#333;
}
#commentform textarea {
	width: 99%;
	padding: 2px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	color:#333;
	overflow:auto;
}
#commentform #submit2 {
	margin: 0;
	float: left;
	margin-bottom:10px;
	border:none;
	width:83px;
	height:24px;
	padding: 5px 10px;
	font-weight:bold;
	/*background-image: url(../images/submit.png);*/
	background-repeat: no-repeat;
}
#commentform #submit2:hover {
	cursor: pointer;
}
#commentform img a {
border:0;	
}
.alt {
	margin: 0;
	padding: 10px;
}
ol.commentlist {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.commentlist a:link, .commentlist a:visited {
	color:#a2ccd0;
}
.commentlist li {
	margin: 5px 0 10px 0;
	padding: 15px 5px 10px 10px;
	list-style: none;
	list-style-type:none;
	border:1px solid #ccc;
	background-color:transparent;
	color:#333;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
	color: #f4e6cc;
}
.navigation {
	background-image: url(images/pf-bg.jpg);
	background-repeat: repeat-x;
	background-position: -50px;
	font-size:2em;
}
.avatar {
	padding:5px;
	background-color:#fff;
	border:1px solid #D1A773;
	float:right;
	width:auto;
}
.fn {
color: #f4e6cc;	
}

/*PageNavi ==============================    */
.pages, .extend {
display: none;	
}


.current {
    color: #a2ccd0;
    text-decoration: none;
	border-color:#bfbfbf;
}

/*Classes ==============================    */
.right {
float: right;
}

.clear {
clear:both;
}

