/*
Theme Name: Aabadi
Theme URI: http://www.aabadi-mountaincamp.com
Description: Wordpress theme for aabadi websites
Version: 1.5
Author: BartV
*/


/* @group general */

* {
	margin: 0;
	padding: 0;
}


/* @end */

/* @group typography */
body {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68.75%;
	letter-spacing: 1px;	
}

h1 {
	float: left;
	font-size: 1.5em;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}


h2 {
	font-size: 1.3em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.cursor {
	cursor: pointer;
}

div#content ul, div#content ol {
	margin: 0 0 1em 2em;
	line-height: 1.5em;
} 

/* @end */

/* @group links */
a {
	color: #6C000B;
	text-decoration: none;
}
a:link {}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #6C000B;
	text-decoration: underline;
}
a:visited {
	color: #6C000B;
}
/* @end */


/* @group layout */
img {
	border: 0;
}

body {
	background-color: #95000F;
	text-align:center;
	margin:32px 0px; 
	padding:0px;
}

#container {
	border: 1px solid #fff;
	width: 966px;
	margin: 0px auto;
	padding-bottom: 1em;
	text-align: left;	
	background-color: #DE6102;
}

#header {
	background-color: #6C000B;
	border-bottom: 1px solid #fff;
	height: 20px;
	padding: 10px 15px;
}

#main {
	clear: both;
	background-color: #DE6102;
	padding: 24px 15px;
}

#subnav {
	width: 220px;
	float: left;
	margin: 0;
}

#sidebar {
	width: 150px;
	float: right;
	margin-right: 15px;
}

#content {
	margin-left: 260px;
	width:  450px;
}

#footer {
	display: none;
}
/* @end */


/* @group language selector */
#language {
	float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
	margin-top: 2px;
}

#language li {
	display: inline;
	border-left: 1px solid #DE6102;
	padding-left: 5px;
	padding-right: 5px;
}

#language li:first-child {
	border-left: 0px;
}

#language li.current_language_item a {
	color: #fff;
	text-decoration: none;
}

#language li a {
	color: #DE6102;
}
/* @end */


/* @group masthead */
#masthead {
	width: 966px;
	height: 125px;
}

#home #masthead {
	background: url(images/masthead_home.jpg) no-repeat 0 0;
}

#accomodation #masthead {
	background: url(images/masthead_accomodation.jpg) no-repeat 0 0;
}

#excursions #masthead {
	background: url(images/masthead_excursions.jpg) no-repeat 0 0;
}

#area #masthead {
	background: url(images/masthead_location.jpg) no-repeat 0 0;
}

#prices #masthead {
	background: url(images/masthead_prices.jpg) no-repeat 0 0;	
}

#about-us #masthead {
	background: url(images/masthead_about-us.jpg) no-repeat 0 0;
}

#contact #masthead {
	background: url(images/masthead_contact.jpg) no-repeat 0 0;	
}

/* @end */


/* @group main navigation */
#mainnav {
	margin: .5em 0 2em 2em;
}

#mainnav li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;	
	font-size: 1.45em;
	color:  #6C000B;
}

#mainnav li a {
	text-decoration: none;
	font-weight: bold;
}

#mainnav li a:hover {
	color: #fff;
}

#mainnav li.current_page_item a,
#mainnav li.current_page_parent a {
	color: #fff;
}

#mainnav li.page-item-9 {
	padding-right: 0;
}

/* @end */


/* @group subnav */
#subnav {
	font-weight: bold;
	color: #6C000B;
}

#subnav ul {
	margin-left: 2.5em;
}

#subnav ul li {
	margin-bottom: .5em;
}

#subnav li.current_page_item a {
	color: #fff;	
}

/* @end */

/* @group home */
#home h2 { display: none;}

#home #callout {
	display: block;
	float: left;
	width: 200px;
	margin-left: -238px;
	margin-top: 25px;
	position: absolute;
}

#home h3 {
	font-size: 1.3em;
	margin-bottom: 1em;	
}

#home img {
	max-width: none;
}

/* @end */


/* @group images */
p img {
	padding: 0;
	max-width: 100%;
}

img.alignnone {
	margin-right: 5px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* large images */
p img {
	background-color:#FFFFFF;	
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;	
	border-top: 1px solid #A14F15;
	border-left: 1px solid #A14F15;	
}

img.size-thumbnail {
	padding: 4px;
	padding-bottom: 12px !important;
}

img.size-medium {
	padding: 8px;
	margin: 2px;
	padding-bottom: 24px !important;

}

img.size-full {
	padding: 12px;
	margin: 2px;
	padding-bottom: 36px !important;
}

#home p img {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
}


/* @end */
