body {
	
	background: #222 url(images/bg.gif);
	margin: 0px;
	padding: 0px 0px 0px;
	font-family:Century gothic, Arial,Tahoma,sans-serif;	
	line-height: 1.6;
	color: #333333;
	font-size: 13px;
}
a {
	color: #ad0e04;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #333;
	text-decoration: underline;
}

a img {
	border: none;
}

img {
	border: none;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {	
	margin: 0;	
	padding: 0;
	color: #333;
}
p {
	letter-spacing: 0.05em;
}

h1, h2, h3, h4 {
	margin: 0;
}
h1 {font-size: 140%; color: #fff;}
h2 {font-size: 125%; color: #444;}
h3 {font-size: 120%;}
h4 {font-size: 110%;text-transform: uppercase;}

h1 {	
	padding: 0;
	margin: 5px 0 5px 0;
	border-bottom: 0.15em solid #111;	
}

h2 .title {
	color: #222;
}

.small {
	font-size: 80%;
	color: #111;
}

form {
	margin:0px;
	padding:0px;
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 970px;
	background: #111 url(images/bg2.gif);
}

#right {
float: right;
width: 530px;
overflow: hidden;
padding: 0 10px;
}

/* Header
--------------------------------------------------------- */

#header {
	background: url(images/bg-main.png) top left;
	height: 222px;
	border: 0;
	padding-right: 10px;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 100px;
	width: 300px;
}


/* Search form 
----------------------------------------------------------------------*/

#searchform {
	margin: 10px;
	padding: 0;
	float: right;
}
#searchform br {
	display: none;
}
#searchform #s {
	border: 2px solid #222;
	padding: 4px;
	background: #fff;
	color: #000;
}
#searchform input {
	background: url(images/bg-sidebar.png);
	border: 0px solid #222;
	padding: 6px;
	color: #fff;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */

#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	left: -5px;
	bottom: 0px;
	padding: 0;
	width: 960px;
	padding-left: 10px;
	background: #ad0e04 url(images/menu.png);
	border-left: 4px solid #990b02;
	border-right: 4px solid #990b02;
	border-top: 1px solid #7d0901; 
	border-bottom: 1px solid #7d0901; 
}
#nav li {
	float: left;
	display: block;
	padding: 0;
	line-height: 12px;
	border-right: 1px solid #990b02;
	border-left: 1px solid #e8362a;
	border-top: 1px solid #e8362a;  
}
#nav .current_page_item a{
	border-bottom: 4px solid #fff;
	display: block;
	padding: 12px 20px;
	color: #fff;
	text-decoration: none;
	color: #fff;
}
#nav .page_item a{
	display: block;
	padding: 14px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 110%;
}
#nav .page_item a:hover {
	text-decoration: none;
	background: #990b02;
}

/* Posts
--------------------------------------------------------- */

#content {
	padding: 15px;
	width: 500px;
	background: #fff;
	clear: both;
}
.post {
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

#trip {
	width: 470px;
	height: 130px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 10px;
}

#trip .photo {
	float: right;
	margin: 5px;
	border: 3px solid #333;
	overflow: hidden;
}
#trip .text {
	float: left;
	width: 340px;
	color: #fff;
}

.post p {
	color: #333;
	margin-top: 10px;
}

.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #6D644C;
}
.post-content {
	clear: both;
}
.intro p {
	display: inline;
	color: #333;
}

.article_info {
	background: url(images/bg-sidebar.png);
	padding: 10px;
	color: #fff;
}

.article_info li {
	list-style:none;
}

.article_info .where{
	background: url(images/world.png) center left no-repeat;
	padding: 10px;
	padding-left: 30px;
}
.article_info .when{
	background: url(images/date.png) center left no-repeat;
	padding-left: 30px;
}
.article_info .who{
	background: url(images/group.png) center left no-repeat;
	padding-left: 30px;
}

#blog {
 	width: 255px;
	float: left;
	margin: 5px;
 }
 
#blog .post{
	border: 1px solid #111;
	background: #222;
	height: 160px;
	padding: 5px;
	margin:0;
}

#blog h2 a{
	color: #ccc;
}

#blog p {
	color: #777;
	clear: both;
	padding: 5px;
}

.blog-comment {
	background: #111;
	padding: 5px;
	padding-left: 25px;
	font-size: 95%;
	float: right;
	text-align: right;
	width: 223px;
	
}

.blogcomments {
	background: #111 url(images/mini-comments.gif) no-repeat left center;
	padding-left: 25px;
	font-size: 95%;
	width: 150px;
}

.blog-content {
	clear: both;
}

/* Navigation
--------------------------------------------------------- */

.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* COMMENTS
--------------------------------------------------------- */

#comments, #respond {
	border-bottom: 2px solid #ad0e04;
	margin: 15px 0 0px 0;
	color: #333;
	font-size: 130%
}
.commentlist {
	list-style: none;
	margin: 0px;
	line-height: 130%;
}
.commentlist li{
	margin: 10px;
	padding: 5px 0px;
	border-bottom: 1px dashed #ccc;
}
.commentlist .alt {
}
#commentform {
	margin-top: 10px;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 485px;
	height: 115px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: #222 url(images/but-bg.gif) repeat-x;
	font: bold 12px;
	padding: 3px;
	color: #FFFFFF;
	border: 1px solid #222;
	float: right;
	width: 144px;
	cursor: pointer;
}
/*sidebar 
------------------------------------------------------------------------*/
#sidebar {
	float: left;
	padding-left: 10px;
	width: 410px;
	color: #666666;
	overflow: hidden;
}

#sidebar h2, #sidebar .sidebartitle{
	color: #fff;
	padding: 0px 10px 0 5px;
	border-bottom: 2px solid #ad0e04;
}
#sidebar .widget {
	background: url(images/bg-sidebar.png);
	margin-bottom: 12px;
}

#sidebar a, #sidebar a:visited{
	color: #ccc;
	text-decoration: none;
}
#sidebar a:hover{
	color: #ffcc00;
	text-decoration: underline;
}

#breadcrumbs {
	background: url(images/bg-sidebar.png);
	margin: 10px 0px;
	padding: 5px;
	font-size: 90%;
	color: #fff;
}

.gallery-icon {
	float: left;
	margin: 5px;
	text-align: center;
	width: 70px;		
}	

/*Trip Gallery Left
-------------------------------------------------------------------------*/

#sidebar .gallery {
	margin: auto;
}
#sidebar .gallery-item {
	float: left;
	margin: 5px;	
	background: url(images/bg-sidebar.png);	
	padding: 5px;
}		
#sidebar .gallery img {
	margin: 0;
	padding: 0; 
}
#sidebar .gallery-caption {
	margin-left: 0;
}

/* 	Profile
------------------------------------------------------------------------*/
#profile {
	background: #fff;
	margin: 0 10px;
	padding: 15px;
	width: 920px;
	float: left;
}

.profile-left {
	float: left;
	width: 480px;
	padding: 0;
	margin: 0;
}

.profile-right {
	width: 400px;
	float: right;
	padding: 0;
	margin: 0;
}


/* 	Footer
------------------------------------------------------------------------*/

#footer {
	clear: both;
	background: #111;
	height: 80px;
	width: 970px;
	border-top: 4px solid #ad0e04;
}
#footer p {
	color: #fff;
	font-size: 90%;
	margin-top: 10px;
}
#footer a, #footer a:visited{
	color: #ffcc00;
}
#footer .left-col{
	width: 400px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 470px;
	float: right;
	margin: 10px;
}

#footer #menu {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
	color: #fff;
}
#footer #menu  li {
	float: left;
	padding: 0px 0px 0 7px;
	margin-right: 15px;
	background: url(images/arrow.png) no-repeat center left;
}
#footer #menu  .current_page_item a, #footer #menu  .current_page_item a:visited{
	color: #fff;
	text-decoration: none;
}
#footer #menu  .page_item a{
	display: block;
	color: #ffcc00;
	font: 11px;
	text-decoration: none;
}
#footer #menu  .page_item a:hover {
	color: #ffcc00;
	text-decoration: none;
}

.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}



/* OTHER
------------------------------------------------------------------------*/

.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.center {
	text-align: center;
}
img.aligncenter, a img.aligncenter {
	display: block;
	margin: auto;
	border: 1px solid #ccc;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.aligncenter {
	border-color: #FF6600;
	background: #FF6600;
}
.alignleft {
	float: left;
}
img.alignleft, a img.alignleft {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #ccc;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignleft{
	border-color: #FF6600;
	background: #FF6600;
}
.alignright {
	float: right;
}
img.alignright, a img.alignright {
	float:right;
	margin: 4px 10px 5px 0px;
	border: 1px solid #ccc;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignright{
	border-color: #FF6600;
	background: #FF6600;
}

#content .gallery {
	margin-left: 40px;
}
#content .gallery-item {
	float: left;
	margin: 5px;
	text-align: center;
	width: 115px;		
	border: 1px solid #ccc;
	padding: 5px;
}		

.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}


/*Photoslide left
-------------------------------------------------------------------------*/

#ja-slideshow-wrap {
	position: relative;
	padding: 5px;
	background: url(images/bg-sidebar.png);	
	margin: 10px 0;
}

#ja-slideshow {
	margin-left: 10px;
}

#ja-slideshow-case img {
	padding: 0;
	margin: 0;
}

#ja-slideshow-case {
	position: absolute;
	top: 0;
	left: 0;
}

#ja-slidebar {
	background: url(images/bg-sidebar.png);	
	position: absolute;
	bottom: 10px;
	left: 5px;
	display: block;
	padding: 3px;
	width: 394px;
	z-index: 99;
}

#ja-slidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ja-slidebar ul li {
	margin: 0;
	padding: 0;
	display: inline;
	width: 20px;
	height: 22px;
}

#ja-slidebar ul li a {
	color: #FFFFFF;
	width: 20px;
	line-height: 22px;
	display: block;
	float: left;
	text-indent: 6px;
	margin-right: 5px;
}
