/*
  * BODY COLORS ***
*/


body{
	background-color:#111;
}


/*
  * TAGS COLORS ***
*/


h1, h2, h3{
	color:#FFFF00;
}
h4, h5, h6, cite{
	color:#FFFF00;
}
a{
	color:#0066FF;
}
p, li, input{
	color:#ffffff;
}
blockquote{
	border-left:solid 2px #98d8f3;
}
blockquote p{
	color:#eee;
}


/*
  * LIST COLORS ***
*/


li{
	background-image:url('../images/skin/arrow.gif');
	background-position:0px 12px;
	background-repeat:no-repeat;
}
ul ul li{
	background-image:url('../images/skin/arrow_1.gif');
	background-position:15px 12px;
	background-repeat:no-repeat;
}
ul ul ul li{
	background-image:url('../images/skin/arrow_1.gif');
	background-position:30px 12px;
	background-repeat:no-repeat;
}
ul ul ul ul li{
	background-image:url('../images/skin/arrow_1.gif');
	background-position:45px 12px;
	background-repeat:no-repeat;
}
ul ul ul ul ul li{
	background-image:url('../images/skin/arrow_1.gif');
	background-position:60px 12px;
	background-repeat:no-repeat;
}
ul a, ul span{
	border-bottom:solid 1px #333;
}


/*
  * MENU COLORS ***
*/


#menu{
	background-color:#111;
	border-bottom:solid 1px #333;
}
	#menu .logo a{
		background-image:url('../images/skin/logo.png');
		background-position:0px 0px;
		background-repeat:no-repeat;
	}
.sf-menu li{
	background:none;
}
.sf-menu li a{
	color:#FFFF00;
	border:none;
}
.sf-menu span{
	color:#996600;
	border:none;
}
.sf-menu ul li{
	border:solid 1px #333;
}
.sf-menu li ul a{
	color:#FFFF00;
	background-color:#181818;
}
.sf-menu li a:hover{
	color:#0066FF;
}
.sf-menu .current{
	border-bottom:solid 2px #98d8f3;
}
.sf-menu .current a, .sf-menu .current a span, .sf-menu .current a:hover, .sf-menu .current a:hover span{
	color:#0066FF;
}
.sf-menu .current ul li a{
	color:#999;
}
.sf-menu .current ul li a:hover{
	color:#eee;
}
.sf-sub-indicator{
	background-image:url('../images/skin/sub_menu_arrow.png');
	background-position:-20px -100px;
	background-repeat:no-repeat;
}


/*
  * HEADERS ***
*/


#header_index{
	background-color:#181818;
}
#header_page{
	background-color:#181818;
}
#header_galleries{
	background-color:#181818;
}


/*
  * HOME COLORS ***
*/


#featured{
	background-color:#151515;
}
	#featured_button_next{
		background-image:url('../images/skin/featured_button_next.png');
		background-position:0px 0px;
		background-repeat:no-repeat;
	}
	#featured_button_prev{
		background-image:url('../images/skin/featured_button_prev.png');
		background-position:0px 0px;
		background-repeat:no-repeat;
	}
#featured_shadow{
	background-image:url('../images/skin/shadow_homepage.png');
	background-position:0px -30px;
	background-repeat:no-repeat;
}
#slide{
	background-color:#181818;
}
	#slide a{
	border:none;
	color:#996600;
	}
	#slide li{
		background-image:url('../images/skin/thumbs_home_background.png');
		background-position:center 0px;
		background-repeat:no-repeat;
	}
	#slide .slide_items .center{
		border-left:solid 1px #333;
		border-right:solid 1px #333;
	}
	#slide .slide_items  a:hover{
		color:#98d8f3;
	}
	#slide_button_next{
		background-image:url('../images/skin/slide_button_next.png');
		background-position:0px 0px;
		background-repeat:no-repeat;
	}
	#slide_button_prev{
		background-image:url('../images/skin/slide_button_prev.png');
		background-position:0px 0px;
		background-repeat:no-repeat;
	}
#news_ticker{
	background-image:url('../images/skin/news_ticker_back_ground.png');
	background-repeat:no-repeat;
}
	/*  IE 6 HACK  */
	#news_ticker ul {
		background-color:#111;
	}
	/*  END HACK  */
	#news_ticker li {
		background:none;
	}
	#news_ticker a{
		border:none;
		color:#696969;
	}
	#news_ticker span{
		border:none;
		color:#eee;
	}
	#news_ticker a:hover{
		color:#eee;
	}
	#news_ticker span{
		margin-left:10px;
	}
	#news_ticker form{
		background-color:#333;
	}
	#news_ticker input{
		color:#eee;
	}
	#news_ticker input:focus{
		color:#fff;
	}
	#news_ticker .button_feed{
		color:#000;
		background-color:#98d8f3;
	}
	#news_ticker .button_feed:hover{
		color:#000;
		background-color:#c9e6f2;
	}
#text{
	background-color:#181818;
}
#list ul li{
	background-image:url('../images/skin/arrow.gif');
	background-position:0px center;
	background-repeat:no-repeat;
}
#list a{
	color:#0066FF;
}
#list a:hover{
	color:#98d8f3;
}


/*
  * ABOUT COLORS ***
*/


#left a:hover, #right a:hover, #services a:hover{
	color:#98d8f3;
}
#sub_nav .current{
	color:#0066FF;
}
#latest_news .first{
	background:none;
	border-bottom:solid 1px #333;
}
	#latest_news .first a:hover{
		color:#98d8f3;
	}
	#latest_news .first .title{
	color:#996633;
	}
#gallery{
	background-color:#000;
}
#gallery_shadow{
	background-image:url('../images/skin/shadow_latest_gallery.png');
	background-position:0px -30px;
	background-repeat:no-repeat;
}


/*
  * GALLERIES COLORS ***
*/


#grid{
	background-color:#181818;
}
	#galleries a, #galleries span{
		background:none;
		border:none;
	}
	#galleries a.view_gallery{
		background-image:url('../images/skin/arrow_2.gif');
		background-position:0px 50%;
		background-repeat:no-repeat;
	}
	#galleries li a:hover{
		color:#98d8f3;
	}
	#galleries li{
		background-image:url('../images/skin/thumbs_galleries_background.png');
		background-position:0px 0px;
		background-repeat:no-repeat;
	}
#pagination a{
	color:#696969;
	background-color:#111;
}
#pagination a:hover{
	color:#000;
	background-color:#98d8f3;
}
#pagination a.current, #pagination a.current:hover{
	color:#fff;
	border:solid 1px #222;
	background-color:#111;
}


/*
  * BLOG COLORS ***
*/


#right .meta {
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
}
	#right .meta li, .meta a{
		background:none;
		border:none;
	}
	#right .entry a:hover{
		color:#98d8f3;
	}
	.entry .meta .read_all{
		background-image:url('../images/skin/arrow.gif');
		background-position:right center;
		background-repeat:no-repeat;
	}
#latest_comments li{
	border-bottom:solid 1px #333;
	background:none;
}
#latest_comments a{
	border:none;
}
#tags a{
	color:#767676;
}
#tags a:hover{
	color:#98d8f3;
}


/*
  * COMMENTS COLORS ***
*/


#comments{
	border-bottom:solid 1px #333;
}
	#comments .comment_meta{
		border-bottom:solid 1px #333;
	}
	#comments li, #comments #comment_nav{
		border-top:solid 1px #333;
		background:none;
	}
	#comments .gravatar img{
		border:solid 1px #333;
	}
	#comments .comment_content cite{
		border-right:solid 1px #333;
	}
	#comments .comment_content .comment-reply-link{
		background-image:url('../images/skin/arrow.gif');
		background-position:0px center;	
		background-repeat:no-repeat;
	}
#comment_nav .comment_prev{
	background-image:url('../images/skin/arrow_3.gif');
	background-position:0px center;	
	background-repeat:no-repeat;
}
#comment_nav .comment_next{
	background-image:url('../images/skin/arrow.gif');
	background-position:right center;	
	background-repeat:no-repeat;
}


/*
  * CONTACT COLORS ***
*/


#left .address{
	color:#eee;
}


/*
  * FORM COLORS ***
*/


#form span{
	color:#a0a0a0;
}
#form .btn{
	border:none;
	background-color:#0066FF;
	color:#000;
}
#form .btn:hover{
	border:none;
	background-color:#FFFF00;
	color:#000;
}
#form textarea, #form input{
	border:1px solid #333;
	background-color:#181818;
	color:#FFFF00;
}
#form textarea:focus, #form input:focus{
	border:1px solid #313131;
}
#form label{
	color:#0066FF;
}
#alert p{
	color:#98d8f3;
}


/*
  * FOOTER COLORS ***
*/


#footer{
	border-top:solid 1px #333;
}
	#footer_contents p{
	color:#FFFF00;
	}
	#footer_contents a{
		border:none;
	}
	#footer_contents form{
		background-color:#000;
	}
	#footer_contents input{
		color:#eee;
	}
	#footer_contents .button_search{
		color:#ddd;
		border-left:solid 2px #181818;
		background-color:#000;
	}
	#footer_contents .button_search:hover{
		color:#ddd;
		background-color:#000;
	}


/*
  * OTHERS ***
*/


#single_page{
	border-bottom:solid 1px #333;
}
.read_more{
	background-image:url('../images/skin/arrow_2.gif');
	background-position:0px 50%;
	background-repeat:no-repeat;
}
.view_gallery{
	background-image:url('../images/skin/arrow_2.gif');
	background-position:0px 50%;
	background-repeat:no-repeat;
}
#contactform {
	width:500px;
	-moz-border-radius:5px;
	margin-left:auto;
	margin-right:auto;
}
#contactform form {
	font:normal 11px/18px Verdana,Tahoma;
	margin:0 0;
	padding:0;
	margin-top:20px;
	width:100%;
}
#contactform fieldset {
	padding:10px 0;
	margin:0 0 15px 0;
	background:#fff;
	border:1px solid #ddd;
	-moz-border-radius:5px
}


#contactform fieldset legend {
	font:normal bold 18px/26px "Trebuchet MS",Verdana,Tahoma;
	padding:3px 25px;
	margin-left:30px;
	text-transform:uppercase;
	border:0px solid #ddd;
}
#contactform fieldset legend span {
	font:normal 10px/18px Arial,Verdana,Tahoma;
	text-transform:uppercase;
	display:block;
}
#contactform form label {
	display:block;
	float:left;
	width:150px;
	padding:6px 10px 0 0;
	margin:0px;
	text-align:right;
}
#contactform input.inpt, #contactform textarea, #contactform select {
	width:260px;
	font:normal 11px/18px Verdana,Tahoma;
	padding:5px;
	margin:5px 0 5px 0;
	background:#f5f5f5;
	border:1px solid #ddd;
}

form br {
	clear:left;
}

#contactform input.required {
	background:#f5f5f5 url('images/required.gif') center right no-repeat;
	
}

#contactform .select select:focus {
	border-color: #9b9b9b;
}
#contactform form input.btn
	{
		background:none;
		border:none;
	}

form.c1 input:hover,textarea:hover
	{
		border:1px solid #d8d8d8;
	}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{ background:#ccfcd1; border:1px solid #60a400; }
.error		{ background:#f9e3e3; border:1px solid #e79e9e; }
.notice		{ background:#fcf0cc; border:1px solid #ecc735; }

.notes,.notice,.success,.error
			{
				padding:10px;
				font-size:10px;
				color:#000;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {width:90%;margin:0 auto; }
