
body, html{ background:#000; }

#pikame li{
	margin:2px;
	float: left;position:relative;
	border:1px solid #464646;}


.pika_play a{background:#000;color:#fff;}
.pika_caption{color:#8B8B8B;}
.pika_navigation a{color:#8B8B8B;}
.pika_navigation a:hover{color:#fff;}

.gallerywrap{color:#887;}

/* -------- Main image -------- */
#main_image{background:#000;}

/* -------- Navigation Next and Previous -------- */
.nav {color:#D1D1D1;}
.nav a {color:#D1D1D1;}
.nav a:hover {color:#fff;}

/* -------- Extra not set to anything. If required -------- */
.info{border-top:1px solid #221;}

/* -------- Head Styles -------- */
h1{
	color:#ffeec4;
}
h1 a{
	color: #ffeec4;
}


h2{
	color:#fff;
}
h2 a{
	color: #fff;
}

h3{
	color:#fff;
}
h3 a{
	color: #fff;
}

h4{
	color:#c3efff;
}
h4 a{
	color: #fff;
}

h5{
	color:#fff;
}
h5 a{
	color: #fff;
}

h6{
	color:#fff;
}
h6 a{
	color: #fff;
}

/* ------------ The top Menu -----------*/
#navwrap {
	color:#D1D1D1;
}
#navwrap li a {
	color:#D1D1D1;
}
/* Top Menu Home About Contact */
#navwrap li.company {
	color:#A2A2A2;
}
#navwrap li.company a {
	color:#A2A2A2;
}
#navwrap li.company a:hover {
	color:#fff;
}

/* Category Title */
#navwrap li.cat-title {
	color:#464646;
	border-bottom:1px solid #2E2E2E;
}
/* Categories */
#navwrap li.cat-item a {
	color:#D1D1D1;
	background: #171717;
	border-bottom:1px solid #2E2E2E;
}

#navwrap ul.children li.cat-item a {
	color:#D1D1D1;
	background: #262626;
	border-bottom:1px solid #2E2E2E;
}

#navwrap li.cat-item a:hover {color:#E8E8E8;background:#2E2E2E;}
#navwrap ul.children li.cat-item a:hover {color:#E8E8E8;background:#2E2E2E;}
#navwrap li a:hover {color:#fff;}
.cat-item ul.children {border-top:1px solid #464646;}
#navwrap li.current-cat a , #navwrap ul.children li.current-cat a {text-decoration:none;color:#E8E8E8;background:#111;}


/* Page List */
#navwrap li.page_item a {
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:5px;
	display:block;
	height:100%;
	text-decoration:none;
	color:#D1D1D1;
	background: #151515;
	letter-spacing: 2px;

	border-bottom:1px solid #2E2E2E;
}

#navwrap li.page_item a:hover {text-decoration:none;color:#E8E8E8;background:#2E2E2E;}
#navwrap li.current_page_item a  {text-decoration:none;color:#E8E8E8;background:#464646;}

/* -------- Post -------- */

.post .content	{
	color:#5D5D5D;
}

.post a {
	color:#000;
}

blockquote
{
	border-left:5px solid #A2978B;
}


.content {
	color:#5D5D5D;
}

.content a {
	color:#5D5D5D;
}

.page .content	{
	color:#A2A2A2;
	font-size: 12px;
}

.page .title {
	color:#09a6c9;
}

.page .title a {
	color:#09a6c9;
}


.post h2 {
	color:#000;
}

.post h2 a {
	color:#000;
}


/*=== Center Column ===*/

#centercol {

	background:#111111;

	border-bottom:12px solid #2E2E2E;

}

#gallerycategories {
	color:#fff;
}

/* Contact Text Input Styles*/
.wpcf7 input, .wpcf7 textarea {
	border: 1px solid #ccc;
}


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

#navwrap ul.footer {
	border-top:1px solid #171717;
	border-bottom:1px solid #171717;
	color:#D1D1D1;
}

#navwrap ul.footer li {
	color:#D1D1D1;
}
#navwrap ul.footer li a {
	color:#D1D1D1;
}
/*--cf contact form styles---*/
/*                                                     */
/*  PLEASE NOTE:                                       */
/*  -----------                                        */
/*  if you have multiple fieldsets, you need to edit   */
/*  line 47 (search for "multiple fieldsets") &        */
/*  add a new "TEXT-ONLY" field BEFORE EACH            */
/*  'NEW FIELDSET' element!!                           */
/*   field name:  |fieldsetclose                       */
/*                                                     */
@import "calendar.css";

/*                                                    */
/*  custom form elements                              */
/*                                                    */
ol.cf-ol li.fieldsetclose {
	background: url(../images/customform_dark_bg_bottom.jpg) no-repeat bottom left!important;
}

ol.cf-ol li.newcaptionclass {
	text-align:left;
	font-size:2em;
	padding-bottom:20px!important;
}

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform { 
	width: 410px; 
	padding-bottom:8px;
	margin:10px auto 0 auto;
	background: url(../images/customform_dark_bg_bottom.jpg) no-repeat bottom left;
}

.cform fieldset	{ 
	margin:10px 0 0 0; 
	padding:11px 0 0 0; 
	border:none;
	background: url(../images/customform_dark_bg_top.jpg) no-repeat top left;
	}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	display:none;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0 0 0 0!important; 	/*  use this one if you have multiple fieldsets support !!!  */ 
	background: url(../images/customform_dark_bg.jpg) repeat-y; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:0!important; /*some themes may interfere otherwise*/
	padding:5px 0;
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:white;
	font-variant:small-caps;
	letter-spacing:2px;
	padding:10px 20px;
	font-weight:bold;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	color: white;
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/

	vertical-align:top;
}
.cform label span {
	width:90px; /* must be the same as above!*/
	display:block;
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}


label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
color:#d1d1d1;
	padding:3px;
background: #151515;
border:1px solid #2E2E2E;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#414141;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#414141; 
}

.cform textarea,
.cform input {
	width:350px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color: white;
	padding-left:100px; /* check with label 'width' incl. */
	font-weight:bold;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px;
	height:22px;
	border:none; 
	background:none;
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	color:#bbbbbb;
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	background: url(../images/customform_dark_button_bg.jpg) no-repeat bottom left;
	padding: 0!important;
	margin: 0;
	text-align:right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{
	color: #d1d1d1;
	width:105px; 
	height:26px; 
	padding:0; 
	margin:0 8px 0 0;

	border: solid 1px #2e2e2e;
	background:#151515; 
}
.cform input.resetbutton {
	background:url(../images/customform_dark_reset.jpg) no-repeat; 
}
.cform input.backbutton {
	background:url(../images/customform_dark_back.jpg) no-repeat; 
}



/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#660000 url(li-err-bg-dark.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:0;
	padding:5px 0!important;
	margin:3px 1px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 100px;
	padding:0;
	color:#f8f1f1;
}

ol.cf-ol ul.cf_li_text_err li {
	font-weight:bold; 
	font-size:1.1em;
	background:url(icon-alert-dark.png) no-repeat left 3px!important;
	list-style:none!important;
	text-indent:0;
	margin:0 0 4px!important;
	padding:0 0 0 20px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
	vertical-align:text-bottom;
}
label.secq,
label.secq span {
	display:inline;
	width:auto;
}
label.secq {
	margin-left:10px;
	vertical-align:text-bottom;
}

input.secinput {
	width:45px;
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_black.gif) no-repeat;
	margin:0pt 0pt 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto 10px;
	color:#f8f1f1;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:white!important;
	text-decoration:underline!important;
}
div.success {
	background:black none repeat scroll 0%;
	color:white;
	display:block;
}
div.failure {
	display:block;
	background:#702828 url(li-err-bg-dark.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error {
	
	border:1px solid #ad2929;
}
.cform .cf_errortxt,
div.mailerr {
	color:#ad2929;
}
div.mailerr {
	display:block;
}
/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display: none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html ol.cf-ol,
*+html .cform label,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}


/*=== End of CSS ===*/
