@charset "UTF-8";
/* CSS Document */

/* 
TABLE OF CONTENTS 

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Page Styles
  WP Post Formatting  
  Comments
  Forms
  Clear
  Footer



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}
	
*:focus { 
	outline: none;
	}
	
body,html {
	min-height:101%;
	}
	
body {
	background: #cccc98;
	background-image:url(../images/bg-repeat.jpg);
	background-repeat:repeat-x;
	color:#473F2F;
	}

body, select, input, textarea {
	font: 11px Arial;
	}

a, a:visited {
	color: #FF712C;
    text-decoration: none;
	}

a:hover, a:active {
	color:#FF712C;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

hr {
	margin:22px 0;
	background:#eae9e4;
	color:#eae9e4;
	height:1px;
	border:0;
	display: block;
	}	

label {
	margin:12px 0 0 0;
	display:block
	}
	
a img {
	border:none
	}

table {
	display: table;
	margin:13px 0;
	width:100%;
	border-collapse:collapse;
	}	

/* Structure */

#page {
	width:940px;
	margin:0 auto;
	font-size:1em;
	/*background:#FFF;*/
	padding: 0px;
	}

#masthead {
	height:108px;
	background:#292519 url(../images/masthead.jpg);
	}
		
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 180px;
	height:inherit;
	float:left;
	margin: 0 25px;
	padding: 0 20px;
	}
	
#content {
	margin: 0;
}

#entry img {
width:450px;
height:208px;
float:left;
margin-left: 10px;
}
	
#sidebar ul {
list-style-position: inside;
/*list-style-image: url(images/bullet.gif);*/
}
#sidebar .autor{
font-weight:bold;
font-style:italic;
}
#sidebar a{
color:#5B553E;
text-decoration:none;
}
#sidebar p {
margin-top: 10px;
}

#sidebar h3 {
width:auto;
position:relative;
margin-top:-14px;
margin-bottom:10px;
}

#sidebar a:hover{
text-decoration:none;
color:#f60;

}

#interior #sidebar {
	margin: 0;

	}
	


/*	Headers */

/* Uncomment this block if you have a graphical logo
h1, a#logo {
	text-indent:-9999px;
	width:320px;
	height:108px;
	background:url(images/logo.gif) no-repeat;
	margin:0 auto;
	display:block;
	color:#FFF;
	font:1.6em Trebuchet Ms, Sans-Serif;
	text-align:center
	} 
*/


h1, #logo {
	display:block;
	color:white;
	font:2.5em  "Times New Roman", Verdana, Helvetica Trebuchet Ms, Sans-Serif;
	padding-top:36px;
	position:relative;
	margin-left:13%;
	
	}
	
h2 {
	font: 0.8em "Myriad Pro", Verdana, Helvetica;
	padding-top:20px;
	color:#eef6c3;
	letter-spacing:-0.45px;
	font-weight:normal;
	}

.post h2 {
	line-height:110%; 
	}
	
h2#description {
	border:none;
	padding:0;
	font-family: "Myriad Pro", Verdana, Helvetica;
	font-size:1.1em;
	color:white;
	position:relative;
	margin-left: 38%;
	}

h2.widgettitle {
	border:none;
	font:1.2em Arial, Helvetica, sans-serif;
	font-weight:bold
	}
	
h3 {
	font: 18px Georgia;
	color:#292519;
	letter-spacing:-0.3px;
	padding:18px 0 4px 0px;
	line-height:110%;
	font-weight:normal;
	font-style:italic;
	}

#sidebar h3 {
	padding-top:20px;
	font-family: Georgia;
	}

h3#pages {
	margin:0 0 5px 0;
	}
		
h3.green, h3.red, h3.grey {
	height:18px;
    color: #FEF6C5;
	margin:0;
	padding:0 0 5px 0;
	font:18px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;

	}
				
#lead h3 {
	font: 17px Georgia;
	font-style:italic;
	color:#2B2517;
	letter-spacing: -0.3px;
	line-height:100%;
	margin:14px 0 14px 0px;
	padding:0;
	}
	
	
			
#recent h3 {
	padding: 17px 0 13px 20px;
	color:#292519;
	font: 20px Georgia;
	font-weight:normal;
	font-style:italic
	}


	
h4 {
	margin-top:8px;
	margin-bottom:4px;
	font:11px Arial;
	font-weight:bold;
	font-style:normal;
	}


.narrow h4 {
font-family:"Myriad Pro", Verdana, Helvetica;
	font-size:1.4em;
	color:#313228;
	font-weight:bold
	}
		
h4#respond {
	border-top:1px solid #eae9e4;
	margin-top:25px;
	padding-top:20px;
	}
	
h4#comments {
	margin-top:14px;
	}

h4.pagetitle {
	margin-bottom:12px;
	}

.cat-excerpt h4 {
	margin:0;
	font:12px;
	}


#more-menu h4,#more-menu2 h4 {
	color:#292519;
	font:1.5em Georgia;
    font-style:italic;
	padding: 2px 10px 6px 10px;
	margin-left: 5px;
	}
	
#more-menu3 h4 {
	color:#292519;
	font:1.5em Georgia;
    font-style:italic;
	padding: 2px 10px 6px 10px;
	margin-left: 5px;
	}	
	
#more-menu3 {
	margin-top:0px;
	margin-left:0px;
	margin-right:-5px;
	width:214px;
	float:right;
	color:#487645;
	background:#B7EDED;
	}

.narrow h5 {
	font:1.2em Trebuchet Ms, Sans-Serif;
	color:#313228;
	font-weight:bold
	}
					

#meta h5 {
	border-top:3px solid #085682;
	border-bottom:1px solid #085682;
	color:#5f9bbf;
	padding:1px 0 3px 12px;
	font: 1.6em Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	}
		
/* Content Page Styles */

.maps {
width:auto;
}


.news-stories {
	height:auto;
	width:auto;
	padding: 20px auto;
	margin-top: 10px;
	margin-bottom: 30px;
	/*background-color: #cccc98;*/
}

.news-story-1 {
	width:45%;
	height:auto;
	position:relative;
	float:left;
	display:inline-block;
	margin: 0 10px 5px 15px;
	padding: 0 0 5px 10px;
	border-right: solid 2px;
	/*background-color: #cccc98;*/
}

.news-story-2 {
	width:45%;
	height:auto;
	position:relative;
	float:right;
	display:inline-block;
	margin: 0 10px 5px 15px;
	padding: 0 0 25px 10px;
	/*background-color: #cccc98;*/
}

.news-story h3 {
	padding-bottom: 0.9em;
}

.news-story-1, .news-story-2 p {
	font-family:"Myriad Pro", Verdana, Helvetica;
	font-size: 1.1em;
	line-height: 130%;
	margin-bottom: 3px;
	padding-right: 18px;
}

#logo:hover, #logo:active {
	text-decoration:none;
	color:#d7f0fc
	}
	
#news-offers {
	width:90%;
	height:auto;
	float:left;
    position:relative;
	z-index:10;
	}	
	
#lead {
	width:940px;
	height:235px;
	float:left;
    position:relative;
	z-index:10;
	background-image:url(../images/flash-panel.jpg);
	}

#interior #lead {
	float:none;
	width:auto;
	height:auto;
	/*background: #E5E5CC;*/
	margin:15px 60px 20px 0;

	}

#lead .left {
	}

#news-offers .right  {
	width:290px;
	float:left
	}
#news-offers .left  {
	width:190px;
	float:left
	}	


#lead .right {
	width:290px;
	float:left
	}

#lead a, #lead a:link {
	color:#292519;
	}
		
#lead a, #lead a:visited {
	color:#292519;
	}

#lead a, #lead a:hover {
	color:#FF712C;
	}
	
#lead img {
	padding:0;
	}

#lead .date {
	color:#666;
	margin-bottom:-15px;
	padding:1px 0 8px;
	font-size:0.9em;

	}

#lead p {
	margin:15px 0 5px 0;
	line-height:130%;
	}
	
#fullstory {
	width:65px;
	height:18px;
	background:url(images/fullstory.gif);
	display:block;
	text-indent:-9999px;
position:relative;
top:8px;
/*position:absolute;
bottom:12px;
left:218px;*/
	}

#fullstory:hover {
	background:url(../images/fullstory.gif) 0 -18px;
	}
	
#interior #lead img	{
	float:left;
	margin:12px;
	}

#interior #lead .left {
	}

#interior #lead .right {
	width:380px;
	margin: 14px 0 0 14px
	}

.bluebox {
	padding:3px;
	}
	
.bluebox a, .bluebox a:visited {
	color:#292519;
	font-weight:bold;
	}
	
.bluebox a:hover {
	color:#FF712C;
	font-weight:bold;
	}
	
#interior #content {
	float:left;
	width:680px;
	margin:0 25px 0 14px;
	}
	
#interior #content2 {
	float:left;
	width:690px;
	margin: 0 0 0 14px;
	}	
	
#interior #content2 .right {
	float:left;
	width:400px;
	margin-left:10px;
	margin-top:10px;
	padding-top:10px;
	}	
	
#interior #content2 .clearfloat {
	padding-top:10px;
	}		
	
#content2 {
	background-color:#eef6c3;
	padding-left:15px;
	width:630px;
	}
	
#content2 h2 {
	color:#292519;
	font-family:"Myriad Pro", Verdana, Helvetica;
	font-size:1.7em;
    font-style:italic;
	margin-top:-10px;
	}

#breadcrumbs {
	padding:6px 0 6px 15px;
	color:#eef6c3;
	}	

#breadcrumbs a, #breadcrumbs a:visited {
	color:#eef6c3;
	font-weight:normal
	}

#interior .stripes {
    padding:14px 0;
	
	}	

.cat-excerpt {
	padding:5px;
	margin: 10px 70px 0 0;
	}
	
.cat-excerpt img, .gallery {
	float:left;
	margin:1px 12px 7px 0;
	border:1px solid #CCCC99;
	}	

.gallery {
	margin:0 18px 16px 18px;
border:0;
	}
	
.gallery img{
border:1px solid #cc9 !important;
}
.gallery dt{
border:0;
padding: 4px;
}	
.gallery br{
font-size:0px;
line-height:0px;
height:0;
}	
.gallery-item{
margin:0 !important;
}
.gallery-icon{
line-height: 1em !important;
}	
.pagination {
	padding-top:20px;
	}
	
.narrow {
	float:left;
	width:470px;
	background-color:#eef6c3;
	}

.narrow img{
	margin-left: 10px;
	margin-right:10px;
	margin-top: 10px;
	border-bottom:solid 2px #B4B7AD;
	border-right:solid 2px #B4B7AD;
	width:450px;
	}
	
.narrow p{
	margin-left: 5px;
	margin-right: 5px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:0px;
	}
	
.narrow h2{
	color:#292519;
	font:1.7em Georgia;
    font-style:italic;
	display:block;
	margin-left: 5px;
	margin-top: 0px;
	padding-top:7px;
	margin-right: 5px;
	padding-left:10px;
	padding-right:10px;
	}
	
.narrow h3 {
	width:95%;
	font-family:"Myriad Pro", Verdana, Helvetica;
	font-size:1.4em;
	color:#292519;
	font-weight:bold;
	padding left: 10px;
	margin-left:13px;
	
	
	}	
	

/*Post Page Formatting*/

.picleft {
	float:left;
	margin:4px 14px 10px 0;
	border:4px solid #e0e0db;
	}

.picright {
	float:right;
	margin:4px 0 10px 14px;
	border:4px solid #e0e0db;
	}		
	
.entry p, .commentlist p {
	margin:14px 0;
	font:12px Arial;
	line-height:130%; !important

	}
	
.entry ul, .entry ol {
	padding:5px 20px;

        font:12px Arial;
	}
		
.entry ol li, .entry ul li {
	margin:0 0 5px 5px;
	line-height:115%;
	}

.entry ul li {
	list-style: dot;
	}

#home {
background-image:url(../images/bg-repeat.jpg) repeat-x;
}	

/* Form Elements */
	
select {
	background:#edf7ff;
	border:1px solid #3399cc;
	width:100%
	}

#s {
	background:#fff;
	border:none;
	padding:2px;
	width:129px;
	}

#submit {
	border:0;
	margin-top:12px;
	padding:2px 10px 3px 0px;
	display:block
	}
	
#contactcontent {
	width: auto%;
	float:left;
	position:relative;
	color:#eef6c3
	}		
	
#contactform {
	width: 20%;
	float:left;
	margin-left: 10px;
	margin-top:-7px;
	position:relative;
	color:#eef6c3
	}	
	
#contactform legend {
	display:inline-block;
	font-family:"Myriad Pro", Verdana, Helvetica;
	font-size:1.4em;
	padding-bottom:10px;
	}

#contactform fieldset {
	border:none
	}

.field {
	border:1px solid #444;
	border-top:1px double #c4c4c4;
	border-left:1px double #c4c4c4;
	padding:5px;
	margin-top:5px;
	background:#FFF !important;
	}

.field:focus {
	background:#f9f8f4 !important;
	}


			
a#button-bold {
	background:#CCC url(../images/bg_bold.gif) no-repeat 8px;
	}	

a#button-italic {
	background:#CCC url(../images/bg_italic.gif) no-repeat 8px;
	}	
	
a#button-block {
	background:#CCC  url(../images/bg_block.gif) no-repeat 5px;
	}	
	
a#button-link {
	background:#CCC  url(images/bg_link.gif) no-repeat 5px;
	}		

	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display: inline-block;
	line-height:130%;
	}

.clearfloat {
	display:block
	}
	
/* Footer*/
					
#footer {
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	margin:auto;
	width: 940px;
	height:35px;
	font-size:1.0em;
	}

#footer p {
width:auto;
	display:inline-block;
	font-size:1.0em;
	color:#FFFFCC;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:0px;
	}

#footer a, #footer a:visited {
	color:#FEF6C5;
	}
	
#footer a:hover {
	color:#FF712C;
	}

#footer .left, #footer .right {
	width:500px;
	}
	
#footer .right {
	text-align:right
	}
	
.itemsfooter{
	padding: 10px 20px;
	float:right
	}
.alignleft {
float:left;
padding-right:10px;
}
.alignright {
float:right;
padding-left:10px;
}

.more-link a:link{ !important
	font:11px ;
	color:#FF712C;
}

.more-link a:visited{ !important
	font:11px ;
	color:#FF712C;	
}
