@import url("css/reset.css");
@import url("css/960_12_col.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #43525a;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	float: left;
	height: 134px;
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
}
#logo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: -2px;
	width: 440px;
	position: absolute;
	left: 20px;
	top: 50px;
}
#call {
	color: #FFF;
	text-align: center;
	width: 240px;
	top: 65px;
	right: 0px;
	position: absolute;
}
#call h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #FFF;
}
#call a:link, #call a:active, #call a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
#call a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	height: auto;
	width: 960px;
	position: relative;
}
#facebook {
	height: 33px;
	width: 35px;
	position: absolute;
	z-index: 10;
	top: 2px;
	right: 10px;
}
#left {
	padding: 20px;
	float: left;
	height: auto;
	width: 580px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #FFF;
	min-height:910px;
}
#sidebar {
	background-color: #FFF;
	padding: 20px;
	float: right;
	height: auto;
	width: 280px;
	margin-top: 40px;
	position: relative;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	
	
	
	
	background-attachment: scroll;
	background-image: url(images/sidebar-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar li{

list-style:none;

}

#slider {
	float: left;
	height: 284px;
	width: 564px;
	border: 1px solid #e5e5e5;
	padding: 7px;
}
.welcome-img {
	padding: 4px;
	float: left;
	height: 130px;
	width: 270px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #439b5c;
}
a.readmore:link, a.readmore:active, a.readmore:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #439b5c;
	text-decoration: none;
}
a.readmore:hover {
	color: #43525a;
}
.arrowlistmenu{
width: 180px; /*width of menu*/
margin-left:30px;
}


.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #43525a; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 30px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 13px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.arrowlistmenu ul li a:visited{
color: #43525a;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #439b5c;
}

.arrowlistmenu ul li ul li a{
	color: #43525a; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 30px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 13px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 15px center;
    margin-left:10px;
}

.arrowlistmenu ul li ul li a:visited{
color: #43525a;
}

.arrowlistmenu ul li ul li a:hover{ /*hover state CSS*/
color: #439b5c;
}

#video {
	background-image: url(images/video.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: auto;
	width: 220px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#trip {
	float: left;
	height: auto;
	width: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #43525a;
	text-decoration: none;
	text-align: center;
	float: left;
	height: auto;
	width: 620px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#footer a:link, #footer a:active, #footer a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #43525a;
	text-decoration: none;
}
#footer a:hover {
	color: #439b5c;
}


#page h1{padding-bottom:15px;}
#page h2{padding-bottom:15px;}		
#page p{padding-bottom:15px;}		
#page ul {margin-left: 0;padding-bottom: 12px;padding-left: 0;}
#page ul li { background-image: url("images/bullet.png");
    background-position: 0 7px;
    background-repeat: no-repeat;
    margin-left: 25px;
    padding-bottom: 3px;
    padding-left: 25px;
    padding-top: 3px;
}
#page li {list-style: none outside none;}		
#page a:link,#page a:active,#page a:visited {font-size: 13px;color: #43525A;text-decoration: underline;font-weight:normal;}
#page a:hover {color: #439B5C;text-decoration: none;font-weight:normal;}   

#post p{padding-bottom:10px;}	
#post h1{  color: #43525A;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 15px;
    padding-left: 15px;

	
		}
#post h2{color: #3F9C08;
		font-size: 20px;
		font-weight: normal;
	
		}		
#post span{color: #43525A;
			padding-bottom:10px;
		padding-left:5px;
		}		
		
#post a:link,#post a:active,#post a:visited {
	font-size: 13px;
	color: #43525A;
	text-decoration: none;
	font-weight:bold;
}
#post a:hover {
	color: #439B5C;
	text-decoration: underline;
	font-weight:bold;
}   

#post h1 a:link, #post h1 a:active, #post h1 a:visited {
    color: #439B5C;
    font-size: 24px;
    font-weight: normal;
	padding-left:5px;
	text-decoration:none;
	

}

#post h1 a:hover {
	color: #439B5C;
    font-size: 24px;
    font-weight: normal;
	padding-left:5px;
	text-decoration:underline;

}	

#sidebar h1{padding-bottom:10px;}
#sidebar p{padding-bottom:10px;}

.date_icon {
    background-attachment: scroll;
    background-image: url("images/date_icon.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-weight: bold;
    height: 42px;
    left: 10px;
    line-height: 12px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px;
    position: inherit;
    text-align: center;
    top: 10px;
    width: 32px;
}



.thumbnail {
    border: 1px solid #E2E2E2;
    float: right;
    height: 100px;
    margin-left: 10px;
    padding: 2px;
}

.widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 16px;
	padding-bottom:10px;
	background-color:#439B5C;
	padding-left:15px;
	padding-top:5px;
	margin-bottom:10px;
  
}



.page-title{padding-bottom:20px;}

#sidebarblog ul {
    margin-left: 5px;
    padding-bottom: 12px;
}

#sidebarblog li ul {
    margin-left: 10px;
    padding-left: 0;
}

#sidebarblog li {
    list-style: none outside none;
}

#sidebarblog li ul li {
    background-image: url("images/bullet.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 2px;
}

#sidebarblog a:link {
    color: #43525A;
    text-decoration: none;
	font-weight:bold;
}

#sidebarblog a:visited {
    color: #43525A;
    text-decoration: none;
}

#sidebarblog a:hover {
    color: #439B5C;
    text-decoration: underline;
}
.slide-title{display:none;}


#respond label {
	
	display:block;
	width:700px;
	margin-right:700px;
	
	}
#respond .required {
	
	display:none;	
}

#respond #email {
	
	background:#e6e6e6;
	padding:4px;
    width:390px;
}

#respond #author {
	
	background:#e6e6e6;
	padding:4px;
    width:390px;
}

#respond #url {
	
	background:#e6e6e6;
	padding:4px;
    width:390px;
}

#respond #comment {

width:400px;


}

#respond p.form-allowed-tags {
	
	display:none;
	
	}

	
#trip ul {
    margin-left: 5px;
    padding-bottom: 12px;
}

#trip li ul {
    margin-left: 10px;
    padding-left: 0;
	}

#trip li {
    list-style: none outside none;
}

#trip ul li {
    background-image: url("images/bullet.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 2px;

}

#trip a:link {
    color: #43525A;
    text-decoration: none;
	font-weight:bold;
}

#trip a:visited {
    color: #43525A;
    text-decoration: none;
}

#trip a:hover {
    color: #439B5C;
    text-decoration: underline;
}	
	

img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {padding: 5px;margin: 0 7px 2px 0;display: inline;}
.alignright {float: right;}
.alignleft {float: left;}
