
/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #453b3c;
	font: 74%/1.5em arial, sans-serif;
	color: #ffffff; 
	text-align: center;
}

/* links */
a, a:link, a:visited {
	text-decoration: underline;
	color: #FB90B3;
	background: inherit;
}
a:hover {
	color: #DA75F3;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: arial, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 100%;	
}
h2 {
	font-size: 120%;
	text-transform: uppercase;
/*	color: #88ac0b;*/
}
h3 {
	font-size: 120%;
	color: #666666; 
}

/* images */
img {
	background: #FAFAFA;
	border: 0;
	margin: 5px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

ul, ol {
	margin-right: 20px;
	padding: 0 20px;
}


ul li {
	list-style-image: url(images/bullet.gif);
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em ,arial ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em arial;
	color:#777;
}
input.button { 
	font: bold 12px Arial; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(images/button-bg.gif) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #000000 url(images/content3.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 10px auto;
}
#header {
	width: 820px;
	position: relative;
	height: 103px;
	background: #CCC url(images/header1.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;
	/* font-size: 14px; */
}

#header #logo-text a:link, #header #logo-text a:visited, #header #logo-text a:hover{
	position: absolute;
	margin: 0px; padding: 4px;
	font: bolder 40px Arial;
	letter-spacing:none;
	color: #FFF;
	text-transform: none;
	text-decoration:none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 600px;	
}
#header #slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px, Arial;
	text-transform: none;
	font-weight:bold;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 548px;		
}

/* header links */
#header #header-links {

	position: absolute;
	top: 80px; right: 400px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(images/menu1.gif) repeat-x 0 0;	
	font: bold 12px/37px, Arial;
	height: 37px;
	width: 780px;	
}
#menu ul {
	list-style: none;
	margin-right:6px; 
	padding:1px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	font-size:14px;
	font-weight:bold;
	float: right;
	display: block;
	padding: 8px 25px 0 0;
	color: #ffffff;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #BA55D3;	
}
#menu ul li#current a {	
	color: #ffffff;
}

/* Main Column */
#main {
text-align:right;
	float: left;
	width: 520px;
	padding: 0; margin: 0px 0px 0px 5px;
	display: inline;
}
#main h1 {
	font-size:18px;
	font-weight:bold;
	margin-top: 10px;
	font: Bold 140%, arial;
	color: #9400D3; 
	padding: 20px 0 20px 25px; 	
	border-bottom: 1px solid #7441A0;
	background: #000000 url(images/star.png) no-repeat 2px 50%;	
}

.talk p {
	font-size:14px;
}

.talk h2 {
	color: #BA55D3; 
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
text-align:right;
	float:right;
	width:175px;
	padding: 0; margin: 0;	
	color: #aaaaaa;
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: 1.4em ,arial;
	color: #BA55D3;	
}
#sidebar ul {
text-align:right;
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(images/dots2.gif) repeat-x left top;
}
#sidebar ul li {
text-align:right;
	list-style: none;
	background: url(images/dots2.gif) repeat-x left bottom;
	padding: 4px 0px 4px 0px;
	margin: 0 2px;	
	color: #E2F851;	
}
#sidebar ul li a {
text-align:right;
	text-decoration: none;	
	background-image: none;	
	color: #aaaaaa;			
}
#sidebar ul li a:hover {	
	color: #DB7093;	
}


/* Footer */	
#footer {
	color: #C6DDEE;
	background: #CCC url(images/footer2.gif) no-repeat center top;
	clear: both;
	width: 820px;
	height: 65px;
	text-align: center;	
	font-size: 10px;
}
#footer p {
	padding: 7px 10px 0px 10px;		
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}
#footer ul {
	list-style: none;
	margin: auto;
	width: 40%;
}

#footer li {
	float: right;
	padding-right: 20px;
	width: auto;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/* <------ news */

#marqueecontainer{
    position:relative;
    width:190px;
    height:125px;
    overflow:hidden;
	margin-bottom:5px;
	padding:5px;
}

#vmarquee{
    position:absolute;
    width:190px;
}

/* news ------> */

/* <------ comments */

.comment_add_title {
	background-color:#8dcff4;
	color:#1258a0;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px;
}

.comment_form {
	margin:0 auto;
	text-align:center;
	width:250px;
}

.comment_form .comment_form_inputs {
	text-align:right;
}

.comment_form .comment_submit_button {
	padding:3px 0 6px;
}

.comment_bg0 {
	background-color:#fefeff;
}

.comment_bg1 {
	background-color:#f8f8f8;
}

.comment {
	padding:3px;
	border-bottom:#b0b0b0 1px solid;
}

.comment .title_line {
	width:100%;
	clear:both;
}

.comment .title_line .title, .comment .title_line .title a {
	color:#1258a0;
	float:right;
	font-size:16px;
	font-weight:bold;
	width:auto;
}

.comment .title_line .date_time {
	color:#1258a0;
	float:left;
	font-size:13px;
	width:auto;
}

.comment .name {
	clear:both;
	color:#1258a0;
	font-size:12px;
}

.comment .content {
	color:#000;
	padding-top:5px;
}

.comment_new {
	background:url('/images/new_comment.gif');
	border:none;
	cursor:pointer;
	height:20px;
	width:100px;
}

/* comments ------> */

/* <------ forum */

.forum {
	width:100%;
	border-collapse:collapse;
}

.forum td {
	border:#b0b0b0 1px solid;
	padding:4px;
}

.forum .forum_scheme {
	background-color:#8dcff4;
	color:#1258a0;
	font-weight:bold;
}

.forum .forum_name .name_title {
	font-weight:bold;
}

.forum .forum_name .name_content {
}

.forum .forum_topics {
	width:50px;
}

.forum .forum_posts {
	width:50px;
}

.forum_backlink {
	font-size:16px;
	font-weight:bold;
	padding-bottom:20px;
	text-align:center;
}

.forum_space {
	clear:both;
	float:none;
	height:40px;
	width:100%;
}

.post_block {
}

.post_block .post_separator {
	border-top:#eae200 3px dashed;
	width:100%;
}

.post_block .post_scheme {
	clear:both;
	height:18px;
	padding-top:10px;
	width:100%;
}

.post_block .post_scheme h2 {
	color:#ffffff;
	float:right;
	font-size:16px;
	font-weight:bold;
	width:auto;
}

.post_block .post_scheme .post_datetime {
	color:#ffffff;
	float:left;
	font-size:12px;
	width:auto;
}

.post_block .post_author {
	clear:both;
	color:#ffffff;
	float:none;
	font-size:12px;
	font-weight:bold;
	width:100%;
}

.post_block .post_content {
	color:#ffffff;
	padding-bottom:10px;
	padding-top:5px;
}

/* forum ------> */

/* <------ site_search */

.marker {
	background-color:#ffff00;
}

/* site_search ------> */

.input1 {
	width:150px;
	border:1px solid #aaaaaa;
	background: url('/images/inputbg.gif') top left no-repeat;	
}

.form .input1 {
	margin-bottom:5px;
}

.page_image {
	float:left;
	width:150px;
	padding:10px;
}

#contactForm {
	background-color:#eeeeee;
}

.last_posts {
	padding-right:5px;
}