/* @override http://www.venture-europe.com.loc/css/master.css */
.container {
	padding: 0 15px;
}

body {
	background: #303030;
	color: #eee;
}

a {
	color: #80b83f;
}

a:hover {
	color: #547929;
}

h2 {
	color: #e9851e;
}

div.error {
	border: 0;
	padding: 0;
	color: inherit;
	background: transparent;
}

div.error-message {
	padding-left:  2em;
	background: transparent url(/backend/img/assets/icons/error.png) no-repeat 0 50%;
}

/* @group Header */

#header,
#header .container {
	background: #a4b6c9;
	height: 240px;
}

#header .container {
	background: #a4b6c9 url(assets/header.jpg) no-repeat top right;
}

#header h1 {
	float: right;
	width: 464px;
	height: 82px;
	background: transparent url(assets/logo.png);
	text-indent: -10000px;
	overflow: hidden;
	margin-top: 130px;
	
}

/* @end */

/* @group Navigation */

#navigation,
#navigation .container {
	background: #303030;
	color: #eee;
}

#navigation .navigation {
	float: left;
	padding: .8em 0;
}

#navigation h2 {
	display: none;
}

#navigation ul,
#navigation ul li {
	list-style: none;
	display: inline;
}

#navigation ul {
	margin: 2em 0;
}

#navigation ul li {
	margin: 0;
}

#navigation a {
	color: #ccc;
	text-decoration: none;
}

#navigation ul li ul li a {
	background: transparent url(assets/nav_div.gif) no-repeat left center;
	margin-left: 1em;
	padding-left: 1em;
}

#navigation a:hover {
	color: #fff;
}

#navigation a:active {
	color: #f4f4f8;
}

#navigation ul li.selected > a,
#navigation ul li.selected > a:hover {
	color: #fff;
}

/* @end */

/* @group Body */

#body,
#body .container {
	color: #333;
	background: #F2F2F2;
}

#body .body {
	padding-top: .5em;
}

/* @end */

/* @group Footer */

#footer {
	color: #acacac;
	padding-bottom: 4em;
	padding-top: 1.5em;
}

#footer a {
	color: #80B83F;
	text-decoration: none;
}

/* @end */

/* @group Flickr */

.flickr {
	background: #404040;
}

.flickr .header {
	padding: .8em 0;

}

.flickr h2 {
	color: #ccc;
	display: inline;
	padding-right: .5em;
	text-shadow: 1px 1px 3px rgba(0,0,0,.35);
}  

.flickr a {
	color: #80b83f;
	text-decoration: none;
	display: inline;
}

.flickr a:hover {
	text-decoration: underline;
}

.flickr .photos {
	overflow: hidden;
	float: left;
}

.flickr .photo {
	margin: 0 15px 15px 0;
	float: left;
	clear: none;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .35);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .35);
	opacity: .7;
}

.flickr .photo:hover {
	opacity: 1;
}

.flickr img {
	float: left;
	
}


/* @end */

/* @group Trip */

#trip .description {
	font-size: 110%;
}

#trip .fees {
	background: #e9851e;
	color: #fff;
	padding: .6em 1em;
	margin-bottom: 1em;
	float: left;

	border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-o-border-radius: 8px; 
	-khtml-border-radius: 8px;
}

#trip .fees h3 {
	color: #fff;
	padding-right: .7em;
}

#trip .fees h3,
#trip .fees p.price {
	font-size: 120%;
	display: inline;
}

#trip .price_details {
	padding-top: 1em;
	clear: both;
}

#trip .price_details h3 {
	font-size: 100%;
	color: #222;
	font-weight: 900;
	margin-bottom: .5em;
}

#trip .info ul,
#trip .info ul li {
	list-style: none;
	margin-left: 0;
	float: left;
	margin-right: 0;
}

#trip .info ul li {
	border-top: 1px solid #ddd;
	padding: .35em 0;
	float: left;
	width: 100%;
}

#trip .info li .label, 
#trip .info li .value {
	float: left;
}

#trip .info li .label {
	width: 100px;
}

#trip .info li .value {
	color: #222;
}

#trip .info .divider {
	display: none;
}

#trip .highlights {
	background: #333;
	color: #eee;
	float: right;
	margin-left: 1em;
}

#trip .highlights ul,
#trip .highlights ul li {
	list-style: none;
	margin: 0;
}

#trip .highlights ul li {
	color: #eee;
	border-top: 1px solid #444;
	padding: .35em 0;
}

#trip_overview .details h4 {
	font-size: 100%;
	margin-bottom: .3em;
	font-weight: 600;	
}

#trip_overview .details ul,
#trip_overview .details ul li {
	list-style: none;
	margin-left: 0;
}

/* @end */

/* @group General */

.frame {
	border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-o-border-radius: 8px; 
	-khtml-border-radius: 8px;
	
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
	background: #fff;
}

.frame h2 {
	color: #333;
}

.frame h3 {
	color: #e9851e;
}

p img.left  { float: left; margin: .25em 1em 1em 0; padding: 0; }
p img.right { float: right; margin: .25em 0 1em 1em; }


/* @end */

/* @group Home */
.trips.container {
	background: #303030;
}

.trips.container h2 {
	padding: .5em 0;
	margin: 0;
}

.trips.container h3 {
	color: #bbb;
	font-size: 110%;
	font-weight: normal;
	height: 2em;
}

.trips.container .categories {
	float: left;
	padding-bottom: 2em;
}


.trips.container .category {
	width: 146px;
	padding-right: 12px;
	margin: 0;
	
}

.trips.container .category ul,
.trips.container .category ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.trips.container .category ul {
}

.trips.container .category ul li {
	border-top: 1px solid #444;
	padding: .2em 0;
}

.trips.container .category ul li a {
	text-decoration: none;
}

/* @end */