html {
	height: 100%;
}
body {
	background: #fff url("../images/body-bg.jpg") no-repeat top center;
	font: normal 13px/1.5 Georgia, Arial, Helvetica, Garuda, sans-serif;
	color: #000;
	text-align: center;
	height: 100%;
}
a:link, a:visited {
	color: #600;
	text-decoration: none;
}
a:hover, a:active {
	color: #400000;
	text-decoration: underline;
}
p {
	margin-top: 10px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	line-height:20px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin: 0 0 0.5em;
	padding: 0 0 0.25em;
	display: block;
	text-align: left;
}
h1 {
	font-size: 3em;
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 1.5em;
	background: url("../images/h2-bg.png") bottom right no-repeat;
	font-weight: 600;
}
h3 {
	font-size: 1.5em;
	margin: 10px 0;
	font-weight: bold;
}
h4 {
	font-size: 1.25em;
	margin-bottom: 0.75em;
	border-bottom: none;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: none;
}
h6 {
	font-size: 1em;
	font-weight: lighter;
	text-transform:uppercase;
	margin-bottom: 1em;
	border-bottom: none;
}
#content {
	background: url("../images/page-bg.png") no-repeat top center;
	width: 999px;
	padding: 10px 20px;
	text-align: center;
}
#header {
	text-align: center;
}
#slideshow {
	display:block;
	height: 345px;
	padding: 18px 0 0 0;
	background: url("../images/slider-frame.png") no-repeat;
}
#bottom {
	width: 100%;
	background: url("../images/footer-bg.png") repeat-x;
	height: 50px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
   	position: relative;
   	top: -16px; 
}
#bottom, .push {
	height: 4em;
}
#footer {
	color: #fff;
	padding: 23px 0 0 10px;
	font-size: 11px;
	font-style: italic;
}
#border {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 966px;
	height: 10px;
	background: #43251B;
}
#pageimg {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -5px;
	width: 990px;
}
.entry {
	text-align: left;
}
.widget {
	background: none;
	margin-bottom: 15px;
}
.menu {
	margin: 0 0 0 -10px;
	list-style: none;
	color: #313131;
	text-align: left;
	background: none;
}
.menu-item {
	padding-left: 28px;
	line-height: 25px;
	font-size: 13px;
	background: none;
}
.current_page_item {
	background: url("../images/menupoint.png") no-repeat 0 2px;
}
.menu-item a:hover {
	text-decoration: none;
	font-weight: 600;
	color: #2E1B14;
}
ul.sub-menu {
	margin: 0 0 0 -20px;
	padding: 0;
}


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_3 {
	margin: 0 auto;
	width: 960px;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0 !important;
}
.omega {
	margin-right: 0 !important;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
 
#left_c {
	float: left;
	width: 163px;
	background: url("../images/adress-box-bg.png") no-repeat;
	text-align: center;
	padding: 10px 0 0 0;
	min-height: 238px;
}
#left_c p {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 13px 0;
}
#middle_c {
	float: left;
	margin: 0 0 10px 17px;
	width: 500px;
	text-align: justify;
}
#right_c {
	float: left;
	margin: 5px 0;
	width: 240px;
	padding: 0;
}
#left {
	float: left;
	padding: 0;
	margin: 5px 0 0 35px;
	width: 685px;
	position: relative;
}
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .grid_1 {
	width:285px;
}
.container_3 .grid_2 {
	width:605px;
}
.container_3 .grid_3 {
	width:925px;
}
/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_3 .prefix_1 {
	padding-left:320px;
}
.container_3 .prefix_2 {
	padding-left:640px;
}
.container_3 .prefix_3 {
	padding-left:960px;
}
/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_3 .suffix_1 {
	padding-right:320px;
}
.container_3 .suffix_2 {
	padding-right:640px;
}
.container_3 .suffix_3 {
	padding-right:960px;
}
/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_3 .push_1 {
	left:320px;
}
.container_3 .push_2 {
	left:640px;
}
.container_3 .push_3 {
	left:960px;
}
/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_3 .pull_1 {
	right:320px;
}
.container_3 .pull_2 {
	right:640px;
}
.container_3 .pull_3 {
	right:960px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 1.50

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both;
	display:block !important;
}
.ngg-album {
	height: 100%;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #fff;
}
/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
	overflow:hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}
.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}
.ngg-albumtitle {
	text-align: left;
	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}
.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}
.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}
.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}
.ngg-description {
	text-align: left;
}
/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important;
	text-align:left;
	width:120px;
}
.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}
.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px;
	height:68px;
}
.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}
.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}
/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both;
	display:block !important;
}
.ngg-galleryoverview .desc {
	/* required for description */
   margin:0px 10px 10px 0px;
	padding:5px;
}
.ngg-gallery-thumbnail-box {
	float: left;
}
.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}
.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}
.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
}
.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}
.ngg-clear {
	clear: both;
}
/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
}
.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}
.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}
.ngg-navigation a.page-numbers:hover, .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.next:hover, .ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
}
.ngg-imagebrowser h3 {
	text-align:center;
}
.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display:block !important;
	padding:5px;
}
.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;
}
.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}
.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}
.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}
.exif-data {
	margin-left: auto !important;
	margin-right: auto !important;
}
/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	outline: none;
}
.slideshowlink {
}
/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;
	padding:4px;
}
.ngg-left {
	float: left;
	margin-right:10px;
}
.ngg-right {
	float: right;
	margin-left:10px;
}
.ngg-center {
	margin-left: auto !important;
	margin-right: auto !important;
}
/* ----------- Sidebar widget -------------*/
.ngg-widget, .ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}
.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px;
	padding:1px;
}
/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}
.ngg-related-gallery img:hover {
	border: 1px solid #000000;
}
/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}
.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;
}
.ngg-galleryoverview div.pic img {
	width: 100%;
}
.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}
.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}
.ngg-gallery-list li.selected a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}
.ngg-gallery-list li img {
	height:40px;
	width:40px;
}
li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;
	font-size:3.5em;
}
li.ngg-next a, li.ngg-prev a {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}

/* Contact form */

ol li { background: none; }

form.cform {
	margin:0 0 1em 0;
}
form.cform fieldset {
	border:1px solid #e5e5e5;
	padding:5px;
	clear:both;
}
form.cform legend {
	color:#333;
	padding:0.2em 1em;
}
form.cform ol.cf-ol {
	margin:0;
	padding:0;
}
form.cform ol.cf-ol li {
	clear:both;
	display:block;
	padding:.5em 0;
	list-style:none;
}
form.cform label {
	float:left;
	display:block;
	width:200px;
}
form.cform ol.cf-ol li input,
form.cform ol.cf-ol li textarea,
form.cform ol.cf-ol li select {
	float:left;
	background: none;
}
form.cform .cf-box-title {
	font-weight:bold;
}
form.cform li.cf-box-group label {
	width:150px;
	float:left;
	background: none;
}
form.cform li.cf-box-group input.cf-box-b {
	margin:0 0.3em 0 0;
	background: none;
}
form.cform li.cf-box-group br {
	clear:both;
	margin:0 0 0.4em 0;
	background: none;
}
form.cform span.reqtxt,
form.cform span.emailreqtxt {
	float:left;
	margin:0 0 0 .5em;
	font-size:11px;
}
form.cform p.cf-sb {
	clear:both;
	margin:0.5em 0 0 0;
	padding:0.5em 0 0 0;
}
form.cform .cf_hidden {
	display:none;
}
.required {
	color:#ff0000;
}
label {
	font-size:12px;
	color:#666;
}
.inputbox,
input.single,
select.cformselect,
textarea.area {
	padding:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
	border:1px solid #d5d5d5;
	color:#666;
}
select.cformselect {
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
input.inputbox,
input.single {
	height:20px;	
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
textarea.inputbox,
textarea.area {
	width:98%;
	font:12px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
.header .search .inputbox {
	vertical-align:top;
	float:left;
	width:250px;
	margin-right:6px;
}
#commentform li {
	list-style:none !important;
	margin:0 0 0.5em 0;
	background: none;
}
#commentform .inputbox {
	vertical-align:middle;
}
.button,
.sendbutton {
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
	cursor:pointer;
	height:30px;
	padding: 5px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	border-width:1px !important;
	border-style:solid !important;
	text-decoration:none;
	color:#fff;
	background:#43251B;
	border-color:#351D15;
	width:auto;
}
.button:hover,
.sendbutton:hover {
	background-color:#fff;
	color:#43251B;
}
.entry .failure, .widget .failure {
	color:#e93d08;
	border:1px solid #bc391d;
	background-color:#f6def2 !important;
	padding:5px;
	margin:0 0 0.5em 0;
}

p.linklove {
	display:none;
}

