body {
	margin:114px 0 0 0;
	line-height:16px;
	font-family: Helvetica, Arial;
	background: url(images/body_top_bckg.jpg) no-repeat center top #171c20;
	color:#bed7e6;
	font-size:12px;
}
a { color:#018BC1;
text-decoration: none;	
}
a:hover { text-decoration: underline;}
#header {}
#logo { padding:30px 0 120px 0; color:#fff; text-align:center;}
#logo a{ color:#fff; text-decoration:none; font-weight:bold; font-size:24px; text-transform:uppercase; }
 

/*
** If there is a break between logo and the rest of site, adjust "margin-top" and "margin-bottom" below,
** (the theme looks best though if You're using a Slogan, can't have everything babe :-): 
*/	

#menu {color:#fff; text-align:center; margin-top:20px; margin-bottom:61px;}

/* End */	
 

#menu ul {text-align:center;list-style:none; padding:0;}
#menu ul li {display:inline}
#menu ul a { font-weight:bold; font-size:14px; text-decoration:none; color:#fff; background-color; padding:0 10px 2px 10px;}
#menu ul a:hover {
	background-color:#FFCC00;
}
#main {background: url(images/body_all_bckg.jpg) repeat-y top center;}
#content {width:780px; margin:0 auto;}
#text { width:520px;}
#text p { margin:7px 0 7px 0;}
#text li {background:url(images/li.gif) no-repeat 0px 7px;}
#sidebar {float:right; width:227px; background-color:#0b0e10; margin:10px 10px 0 0; }
#sidebar_top { width:227px; height:40px; background:url(images/sidebar_top.jpg) no-repeat;}
#sidebar_text { padding: 0 30px;}
#sidebar_text p { margin:5px 0 5px 0;}
#sidebar_bottom { width:227px; height:57px; background:url(images/sidebar_bottom.jpg) no-repeat;}
#sidebar h2 { font-size:13px; line-height: 100%; text-transform:uppercase; color:#fff; margin:20px 0 0 0; padding:0; background:none;}
h1 {margin:30px 0 0 0; line-height: 100%; padding:5px 0 7px 45px; text-transform:uppercase; font-size:24px; color:#fff; background:url(images/h1_bckg.jpg) no-repeat;}
h2.title {
	margin:30px 0 0 0;
	line-height: 100%;
	padding:5px 0 7px 45px;
	text-transform:uppercase;
	font-size:20px;
	color:#fff;
	background:url(images/h1_bckg.jpg) no-repeat;
}
h2 a {
	margin:30px 0 0 0;
	line-height: 100%;
	padding:5px 0 7px 45px;
	text-transform:uppercase;
	font-size:20px;
	color:#fff;
	background:url(images/h1_bckg.jpg) no-repeat;
}

#footer {background:url(images/footer_bckg.jpg) no-repeat top center; height:102px; clear:both; width:780px; margin:0 auto; }
#left_footer { float:left; padding:60px 0 0 30px; color:#fff; font-size:12px;}
#left_footer a { color:#fff;}
#left_footer a:hover { text-decoration:none;}
#right_footer { float:right;  padding:60px 30px 0 0; color:#fff;  font-size:12px; text-align:right;}
#right_footer a { color:#fff;}
#right_footer a:hover { text-decoration:none;}

/* 
** DRUPAL STUFF BEGINS below
** made by http://Shaman.us.to 
** If You want to get rid off something, simply comment it like this
*/	


/* Fixing primary links menu */	

ul.links li {   
  display: inline;
  list-style-type: none;
  padding: 0 0 0;
}

/* Overriding default active link black color */	

li a:hover {
  color: #018BC1;
	text-decoration: underline;
}

li a.active {
  color: #018BC1;
	text-decoration: underline;

}
.active a {
	color: #018BC1;
	text-decoration: underline;
}

/* Adding white list icons */	
html.js fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(images/menu-expanded.png) 5px 75% no-repeat; /* LTR */
}
html.js fieldset.collapsed legend a {
  background-image: url(images/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}

li.expanded {
list-style-type : circle;
list-style-image : url(images/menu-expanded.png);
list-style-position: outside;
padding: 0em 0em 0 0; /* LTR */

}
li.collapsed {
list-style-type : disc;
list-style-image : url(images/menu-collapsed.png);
list-style-position: outside;
padding: 0em 0em 0 0; /* LTR */
}

/* Fixing node edit field position */	

.node-form .form-text {
  width: 520px;
}
.node-form .container-inline .form-text {
  width: auto;
}
.node-form .standard {
  clear: none;
}
.node-form textarea {
  width: 520px;
}
.node-form .attachments fieldset {
  float: none;
}

/* Fixing user profile page position */	

.profile {
  clear: none;
  margin: 1em 0;
}

/* Fixing how forums appears */

#forum tr td.forum {
  width: 500%;
}

#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  width: 500%;

}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html 
** added by Shaman: (we dont need clearing, because it's destroying theme, so set to clear:none)
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: none;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* 
** Hides from IE-mac 
** added by Shaman: (we dont need clearing, because it's destroying theme, so set to clear:none)
*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}               

#comment-form .tips, #comment-form .tips + p a {
  display:none;
}


/* Adding sexy contact form fields  (subject also applies to comment subject field. Name and email applies to comment forms, new user register form)*/	

#edit-name {
background-color: #fae069;
}

#edit-name:focus {
background-color: #fae069;
color: #fff;
}

#edit-name-wrapper {
	color: #fddb55;
}

#edit-mail {
background-color: #fae069;
}

#edit-mail:focus {
background-color: #fae069;
color: #fff;
}

#edit-mail-wrapper {
	color: #fddb55;
}

#edit-subject {
background-color: #fae069;
}

#edit-subject:focus {
background-color: #fae069;
color: #fff;
}

#edit-subject-wrapper {
	color: #fddb55;
}

#edit-cid {
background-color: #fae069;
}

#edit-cid:focus {
background-color: #fae069;
color: #fff;
}

#edit-cid-wrapper {
	color: #f26513;
}   

#edit-message {
background-color: #fae069;
}

#edit-message:focus {
background-color: #b04f16;
color: #fff;
}

#edit-message-wrapper {
	color: #fddb55;
}

/* Adding sexy login form fields */	

#edit-name-1 {
background-color: #f26513;
}

#edit-name-1:focus {
background-color: #b04f16;
color: #fff;
}

#edit-name-1-wrapper {
	color: #f26513;
}

#edit-pass {
background-color: #f26513;
}

#edit-pass:focus {
background-color: #b04f16;
color: #fff;
}

#edit-pass-wrapper {
	color: #f26513;
} 
 
/* Adding sexy search block form */

#edit-search-block-form-1 {
background-color: #f26513;
}

#edit-search-block-form-1:focus {
background-color: #b04f16;
color: #fff;
}

#edit-search-block-form-1-wrapper {
	color: #f26513;
}

/* Adding sexy search form at search results page */

#edit-keys {
background-color: #f26513;
}

#edit-keys:focus {
background-color: #b04f16;
color: #fff;
}

#edit-keys-wrapper {
	color: #f26513;
}

/* Adding sexy comment field */ 

#edit-comment {
background-color: #f26513;
}

#edit-comment:focus {
background-color: #b04f16;
color: #fff;
}

#edit-comment-wrapper {
	color: #f26513;
}
 
/* Adding sexy homepage address field */

#edit-homepage {
background-color: #f26513;
}

#edit-homepage:focus {
background-color: #b04f16;
color: #fff;
}

#edit-homepage-wrapper {
	color: #f26513;
}

/* Adding sexy edit/create node fields */    

#edit-title {
background-color: #f26513;
}

#edit-title:focus {
background-color: #b04f16;
color: #fff;
}

#edit-title-wrapper {
	color: #f26513;
}

#edit-body {
background-color: #f26513;
}

#edit-body:focus {
background-color: #b04f16;
color: #fff;
}

#edit-body-wrapper {
	color: #f26513;
}
  
/* Adding sexy even/odd rows colors :-) */

tr.even {
background-color : #F09865;
border-bottom : 1px solid #DD9063;
}
tr.odd .active {
background-color : #F09865;
border-bottom : 1px solid #DD9063;
}
tr.odd {
background-color : #DD9063;
border-bottom : 1px solid #F09865;
} 
tr.even .active {
background-color : #DD9063;
border-bottom : 1px solid #F09865;
}           

/* Adding sexy warning colors */

.error {
  color: #f26513;
}
div.error {
  border: 1px solid #b04f16;
}
div.error, tr.error {
  background: #f26513;
  color: #200;
  padding: 2px;
}
.warning {
  color: #F09865;
}
div.warning {
  border: 1px solid #DD9063;
}
div.warning, tr.warning {
  background: #F09865;
  color: #220;
  padding: 2px;
}
.ok {
  color: #55b8fb;
}
div.ok {
  border: 1px solid #46b1f7;
}
div.ok, tr.ok {
  background: #55b8fb;
  color: #020;
  padding: 2px;
}

/* Adding sexy pool bars */

.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #F09865;
}
.poll .bar .foreground {
  background-color: #b04f16;
  height: 1em;
  float: left; /* LTR */
}

.block-region  {
	background: #55b8fb;
  color: #020;
} 

/* */

tr.dblog-user {
  background: #DACD3A;
}
tr.dblog-user .active {
  background: #C4B832;
}
tr.dblog-content {
  background: #65B1DD;
}
tr.dblog-content .active {
  background: #2B84D0;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #3DCE9C;
}
tr.dblog-page-not-found .active, tr.dblog-access-denied .active {
  background: #25B382;
}
tr.dblog-error {
  background: #DE4A4A;
}
tr.dblog-error .active {
  background: #BE2929;
}
tr.dblog-cron {
  background: #F09865;
} 
tr.dblog-cron .active {
  background: #DD9063;
} 
tr.dblog-mail {
  background: #7ACA33;
} 
tr.dblog-mail .active {
  background: #5BA31A;
} 
tr.dblog-aggregator {
  background: #A958D8;
} 
tr.dblog-aggregator .active {
  background: #883BB5;
} 
