/*

	Helios Calendar - Professional Event Management System

	Copyright © 2004-2008 Refresh Web Development [www.RefreshMy.com]

	

	Developed By: Chris Carlevato <support@refreshmy.com>

	

	For the most recent version, visit the Helios Calendar website:

	[www.HeliosCalendar.com]

	

	This file is part of Helios Calendar, usage governed by 

	the Helios Calendar EUL found at www.HeliosCalendar.com/license.pdf

*/



/*	Helios Default Template Classes

	You can edit this file however you'd like for your template,

	or create a new one and delete it.	*/

	

html { background: #000000 url(http://www.wnukowski.com/images/trentanove.gif); }



body {

	font: 12px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;

	color: #bbbbbb;

	margin: 0; 	padding: 0; 

	text-align: center;

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

#controls {

	float: left;

	padding: 0px 5px 5px 40px;

	width: 25%;

	}

#language {

	text-align: center;

	padding: 10px 0 15px 50px;

	}

#billboard,

#popular {

	text-align: left;

	padding: 10px 0 10px 20px;

	}

#rssLinks {

	width: 760px; 

	padding: 10px 0 10px 50px;

	margin: auto auto auto auto ; 

	

	}

.setupText{

	font-family: Verdana, sans-serif;

	font-size: 11px;

    border-top: 1px solid #555; 

    border-left: 1px solid #555; 

    border-bottom: 1px solid #ccc; 

    border-right: 1px solid #ccc; 

    padding: 1px; 

    color: #333; 

	vertical-align: center;

	}

#twitter_div{border: solid 1px #CCCCCC;}

.twitter-title{font-size:11px;padding-left:5px;}

#twitter_update_list{padding:0px;list-style:none;}

#twitter_update_list li{padding:5px 5px 5px 5px;}



* { margin: 0; padding: 0; outline: 0 }



a, a:visited {

	text-decoration: underline;

	color: #CE863E;	

}

a:hover {

	color: #fff;

}

a img {border:0.1px none #000000;} 

acronym, abbr {

	border-bottom: 1px dashed #333;

}



acronym, abbr, span.caps {

	font-size: 90%;

	letter-spacing: .07em;

}



acronym, abbr {

	cursor: help;

}



blockquote {

	margin: 15px 10px;

 	padding: 10px 10px 10px 35px;  

   background: #070707 url(http://www.wnukowski.com/images/quote.gif) no-repeat 10px 10px;

	border: 1px solid #111; 

	font-weight: normal;

	font-size: 17px;

	line-height: 1.6em;

	font-style: italic;

	font-family: Georgia, 'Times New Roman', Times, serif;	

	color: #808080;	

}

cite {

	font-size: 90%;

	font-style: normal;

}



h1, h2, h3 {

	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;

	color: #FAFAFA;

}

h1 {

	font-size: 3.1em;		

}

h2 {

	font-size: 2em;

	color: #895F30;

}



h3 {

	font-size: 1.7em;	

	font-weight: normal;

}



/* headers */

h1 {

    letter-spacing: -2px;

	padding: 15px 10px 5px 10px;	

}

h2 {

	padding: 20px 10px 5px 10px;	

}

h3 {

	padding: 20px 10px 5px 10px;		

}



p, dl { padding: 10px; margin: 0; }

ol#comments li p {

	font-size: 100%;

}

ul { list-style: none; }



dt {

  font-weight: bold;

  color: #FAFAFA;

}

ul, ol {

	margin: 10px 20px;

	padding: 0 20px;

}



dd {

  padding-left: 25px; 

}





code {

  	margin: 5px 0;

  	padding: 15px;

  	text-align: left;

  	display: block;

  	overflow: auto;  

  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;

  	/* white-space: pre; */

  	background: #070707;

	border: 1px solid #111;   

}



acronym {

  	border-bottom: 1px dotted #5B5B5B;

}





/* start - table */

table {

	margin: 15px 10px; 

	border-collapse: collapse;			

}

th {

	background: #000;

	color: #FAFAFA;

	height: 38px;

	padding-left: 12px;

	padding-right: 12px;	

	text-align: left;

	border-left: 1px solid #211E20;

	border-right: 1px solid #211E20;

	border-bottom: 1px solid #48780E; 

	border-top: 1px solid #48780E;

}

tr {

	color: #5b5b5b;

	height: 4px;		

}

td {

	padding-left: 6px;

	padding-right: 6px;

}

/* end - table */



/* form elements */

form {



}

form p {

	border-bottom: 1px solid #101010;

	padding: 12px 0 5px 0;	margin: 0;	

}

label {

	font-weight: bold;	

	color: #FAFAFA;

}

input, select, textarea {

	margin: 5px 0;

	padding: 5px;

	font: normal 1em Verdana, Tahoma, sans-serif;

	color: #6A6969;

	background: #0C0C0C;  

	border: 1px solid #1C1C1C;

}

option { padding-right: 0.5em; } 





input.button { 

	font: bold 12px Arial, Verdana, Sans-serif; 

	height: 30px;

	padding: 2px 3px; 

	margin-top: 8px;

	color: #48780E;

	background: #000;

	border-width: 1px;

  	border-style: solid;

  	border-color: #48780E;

}



/* ------------------------------------------

   LAYOUT

------------------------------------------- */ 

#wrap {

	width: 950px;	

	margin: 0 auto;

	text-align: left;

	background: #010000 url(http://www.wnukowski.com/images/bg2.jpg) no-repeat center top;		

}

#content-wrap {

	clear: both;

	width: 950px;	

	float: left;	

	padding-top: 15px;

	padding-bottom: 50px;	

	background: url(http://www.wnukowski.com/images/midline.gif) repeat-y 600px 0;	

	background-color: #010000;

	border-top: 1px solid #121212;

	border-bottom: 1px solid #121212;

}

#header {

	position: relative;

	width: 950px;	

	height: 370px;	

	margin: 0; padding: 0;			

}

#header h1#logo-text a {

	position: absolute;

	margin: 0; padding: 0;

	font: bold 57px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;

	letter-spacing: -1.5px;

	color: #F8F8F8;

	text-decoration: none;

	text-transform: none;

		

	/* change the values of top and left to adjust the position of the logo*/

	top: 20px; left: 25px;	

}

#header h1#logo-text a:hover {

	background: none;	border: none;

}

#header p#intro {

	position: absolute;

	margin: 0; padding: 0;

	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;

	font-weight: bold;

	font-size: 12px;

	line-height: 1.5em;

	font-style: normal;

	text-transform: none;

	color: #E8C5A2;

	width: 400px;

	

	/* change the values of top and left to adjust the position */

	top: 260px; left: 40px;		

}



/*  Navigation  */

#nav {
	position: absolute;
	right:10px;
	top: 60px;
    display: inline;		
}
#nav ul {
list-style: none;
display: inline;
}
#nav ul li {
	display: block;
	margin: 0; padding: 0;
	
}
#nav ul li a {
	padding: 3px 5px;
	margin: 0;
	font: bold 20px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #CE863E;	
	text-transform: uppercase;
	border-left: 1px solid #333333;

}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #eee;
	background: none;
	border: none; border-left: 1px solid #333333;
}
#nav ul li#current a {	
	color: #eee;	
}
#navlang {
	float: left;
	position: absolute;
	margin: 0; padding: 0;
	height: 18px;
	left: 10px; top: 2px;
}
#navaudio {

	float: left;

	position: absolute;

	margin: 0; padding: 0;

	height: 15px;

	left: 25px; top: 355px;

}	

#navad {

	float: right;

	position: absolute;

	margin: 0; padding: 0;

	height: 120px;

	right: 20px; top: 32px;

	border: 2px solid #333333;

}	

#navad2 {

	float: right;

	position: absolute;

	margin: 0; padding: 0;

	height: 120px;

	right: 30px; top: 190px;

}	



.nav2{

position: relative;

z-index: 0;

text-decoration:none;

}



.nav2:hover{

background-color: transparent;

z-index: 50;

}



.nav2 span{ /*CSS for enlarged image*/

position: absolute;

background-color: white;

padding: 5px;

left: -1000px;

border: 1px solid black;

visibility: hidden;

color: black;

text-decoration: none;

}



.nav2 span img{ /*CSS for enlarged image*/

border-width: 0;

padding: 2px;

}



.nav2:hover span{ /*CSS for enlarged image on hover*/

visibility: visible;

top: 0;

left: 60px; /*position where enlarged image should offset horizontally */



}



/* Main Column */

#main {

	float: left;

	width: 565px;

	padding: 0; margin: 0 0 0 10px;

	display: inline;		

}

#main h2 {

	padding: 5px 12px;

	margin: 15px 5px 10px 5px;

	font: bold 2.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;				

	color: #CE863E; 

	background-image: url(http://www.wnukowski.com/images/pattern.gif);	

}

#main h2 a {

	color: #CE863E;

	text-decoration: underline;		

	border: none;		

}

#main ul li {

	list-style-image: url(http://www.wnukowski.com/images/bullet.gif);

}



/* Sidebar */	

#sidebar {

	float: right;

	width: 300px;

	padding: 0; margin: 0px 18px 0 0;		

	display: inline;	

}	

#sidebar h3 {

	padding: 5px 12px;

	margin: 15px 5px 10px 0;

	font: bold 2.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				

	color: #CE863E; 

	background-image: url(http://www.wnukowski.com/images/pattern.gif);		

}

#sidebar ul.sidemenu {

	text-align: left;

	margin: 20px 5px 20px 0px; 

	padding: 0;		

	border-top: 1px solid #111;		

}

#sidebar ul.sidemenu li {

	list-style: none;

	padding: 8px 10px;

	margin: 0;		

	border-bottom: 1px solid #111;

}

* html body #sidebar ul.sidemenu li {

	height: 1%;

}

#sidebar ul.sidemenu li a {

	text-decoration: underline;	

	border: none;

	color: #666666;

	font-weight: bold;		

	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;

	font-size: 14px;		

}

#sidebar ul.sidemenu li a span {

	color: #444;	

	font-family: Georgia, 'Times New Roman', Times, serif;

	font-style: italic;

	font-weight: normal;	

	font-size: 11px;

}

#sidebar ul.sidemenu li a:hover,

#sidebar ul.sidemenu li a:hover span {	

	color: #fff;	

}

#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }

#sidebar ul.sidemenu ul li { border: none; }



/* header quick search */

#sidebar form#quick-search {

	padding: 0; margin: 20px 0 35px 0;

	border: none;

	width: 290px; height: 33px;

	background: url(http://www.wnukowski.com/images/header-search.gif) no-repeat;		

}

#sidebar form#quick-search p {

	margin: 0; padding: 0;		

}

#sidebar form#quick-search input {

	float: left;

	border: none;

	background: transparent;

	color: #4E4E4E;	

	margin: 0;

}

#sidebar form#quick-search .tbox {

	margin: 5px 0 0 5px; 

	width: 240px;	

	display: inline;	



}

#search form#quick-search .btn{

	width: 24px; height: 24px;			

}

#sidebar form#quick-search label {

	display: none;

}



/* footer */

#footer {

	clear: both;

	background: #010000;

	color: #4E4E4E;

	width: 100%;

	float: left;				

}

#footer a {	

	color: #CE863E;

	border: none;

}

#footer a:hover {

	color: #fafafa;

}

#footer .rssfeed {

	background: url(rss.gif) no-repeat left 1px;

	padding-left: 17px;

}

#footer-left {

	float: left;

	width: 27%;

}

#footer-right {

	float: right;

	width: 68%;

}

#footer2 {

	clear: both;

	background: #010000;

	color: #CE863E;

	width: 100%;

	float: left;		

	font-size: 10px;	

}

#footer2 a {	

	color: #CE863E;

	border: none;

}

#footer2 a:hover {

	color: #fafafa;

}
.textright { text-align: right; } 