

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #fff;
	font: small/1.5em Arial, sans-serif;
	color: ; 
	text-align: center;
	margin: 0 0 15px 0;	
}

/* links */
a, a:visited {	
	color: #326ea1; 
	background: inherit;
 	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	color: #383d44;
	background: inherit;
	text-decoration: underline;
	border-bottom: none;
}
a.noborder { border: none; }
#menu a, #menu a:visited, #main h1 a, #main h2 a { 
	border-bottom: none;
}
#main h1 a:hover, #main h2 a:hover
{ 
	border-bottom: 2px solid #dbd5c5;
	text-decoration: none;
}
#main h1 span a, #main h1 span a:visited { color: #fff; background-color: #a2cc00; padding: 3px; }

/* headers */
h1, h2, h3, h4, h5 {
	font-family: Trebuchet MS;
	font-weight: Bold; 	
	color: #333;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}
h4 { font-size: 120%; }
h5 { font-size: 90%; font-weight: normal; font-style: italic; }

h1, h2, h3, h4, h5, p {
	padding: 10px;		
	margin: 0;
}

h4, h5 { padding: 0 10px; }
h5 { padding-bottom: 25px; }
/* images */
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: normal large 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* form elements */
form {
	margin: 10px 10px; padding: 15px 20px;
	border: 1px solid #0065C6; 
	background-color: #369AC9; 
	float: left;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	color: #F2F9FF;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width: 400px;
        width: 80%;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	height: 10em;
	display:block;
	color:#777;
}
input.button { 
	font: bold 1em Arial, Sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #FFF;
	background: #A2CC00;
	border: 2px solid #8EB200;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(images/content.jpg) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
	border-top: 5px solid #fff;
	background: #fff url(images/content-wrap.jpg) repeat-x; 
}

/* Main Column */
.three-col #main {
	margin: 10px 190px 0 200px;
}
.two-col #main {
	margin: 10px 5px 0 200px;
}
.one-col #main { 
	margin: 10px 5px 0 0px;
}
.one-col #rightcolumn, .one-col #sidebar, .two-col #rightcolumn { display: none; }

#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444;
	padding: 5px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}
#main h1 span { 
	font: 50% Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #aaa;
}
#main ul>li {
	margin: 5px 10px 5px 30px;
	padding: 0 10px 0 10px;
	list-style: square;
}
#main ol>li {
	margin: 5px 10px 5px 30px;
	padding: 0 10px 0 10px;
	list-style: decimal;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 10px;	
}	
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 		
}

/* sidemenu */
ul, ol {
	margin: 0px;
	padding: 0px;
	list-style : none;
}

li li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style : none;
}

ul.sidemenu ul {
padding : 3px 0 8px 0;
}

ul.sidemenu li {
line-height : 18px;
list-style : none;
padding-left : 0;
margin-left : 15px;
}
ul.sidemenu li li {
list-style: none;
}
ul.sidemenu a {
background : inherit;
text-decoration : none;
border-bottom: 1px dotted;
}
ul.sidemenu a:hover {
background : inherit;
text-decoration : underline;
border: none;
}
ul.sidemenu li h2 {
	list-style: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	padding: 20px 0;
	text-align: left;	
	background: url(images/footer-bottom.jpg) no-repeat center bottom;	
}

#footer-wrap a {
	font-weight: bold;
}
#footer-wrap p {
	padding: 10px 0;
}

/* footer */
#footer {
	clear: both;
	margin: 0 auto 10px auto; 
	width: 830px;
	font-size: 85%;
	padding: 0 10px 5px 10px;
	text-align: center;
	background-color: #46461F;
	border-top: 1px solid #F2F2F2;	
}

#footer #recent-blog, #footer #about { width: 35%; }
#footer #recent-docs { width: 30%; }
#footer .block
{
	float: left; 
	text-align: left;
}

#footer ul, #footer ol { line-height: 1.75em; list-style-type: square; }
#footer #additional-info p { padding-top: 0; }
#footer #additional-info ul
{
	 margin: 0 8px; padding: 0 5px;
}
#footer, #footer #additional-info h2, #footer a:link, #footer a:visited, #footer a:active { color: #ada195; }
#footer a:hover { color: #fff; }
#footer #additional-info h2
{
	padding: 10px 0 0 0;
	margin: 0;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

img.alignleft, img.alignright {
        background: #FAFAFA;
        border: 1px solid #DCDCDC;
        padding: 5px;
	display: inline;
}
.alignleft, img.alignleft {
	float: left;
	margin: 4px 15px 0 0;
} 
.alignright, img.alignright {
	float: right;
	margin: 4px 0 0 15px;
} 
img.tour { padding: 1px; border: 1px solid #999; margin: 10px 0; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

a img{ border:none; }
a.noborder { text-decoration: none; }

#commentform textarea 
        {
	width:300px;
}
div.entry-date 
	{ 
	background:url(images/clock_red.png) no-repeat; 
	margin:5px 0 5px 10px; 
	padding-left:20px; 
	}
div.entry-meta 
	{ 
	background:url(images/user_suit.png) no-repeat; 
	margin:16px 0 15px 10px; 
	padding-left:20px; 
	}
div.entry-meta span.cat-links 
	{ 
	background:url(images/tag_blue.png) no-repeat; 
	margin:16px 0 20px 10px; 
	padding-left:20px; 
	}
div.entry-meta span.comments-link 
	{ 
	background:url(images/comments.png) no-repeat; 
	margin:16px 0 20px 10px; 
	padding-left:20px; 
	}
div.entry-meta a 
	{ 
	background:none; 
	}
div.entry-meta span.cat-links a 
	{ 
	background:none; 
	}
div.entry-meta span.comments-link a 
	{ 
	background:none; 
	}
div.entry-meta span.meta-sep 
	{
	display: none;
	}

#header
{
width: 830px;
height: 92px;
padding: 10px 0 0 20px;
margin: 0 0 5px; 
}

#header #logo
{
position: absolute;
background: #369ac9 url('images/logobg-blue.gif') repeat-x;
width: 230px;
height: 92px;
left: 30px;
}

#header span
{
font-weight: bold;
}

#header h2
{
color: #fff;
position: absolute;
font-size: 180%;
font-weight: bold;
letter-spacing: -1px;
top: 35px;
height: 92px;
}
#header h2 a, #header h2 a:hover { color: #fff; text-decoration: none; border: none; }

#header h3
{
position: absolute;
font-size: 10px;
font-weight: normal;
color: #fff;
top: 56px;
padding-left: 12px;
text-transform: uppercase;
}

#splash
{
position: absolute;
right: 30px;
background: #369AC9 url(images/header_racecar2.jpg) no-repeat;
width: 615px; 
height: 92px;
}

#menu
{
position: relative;
background: #46461F url(images/a16.gif) repeat-x;
height: 54px;
padding: 0px 20px 0px 5px;
margin: 0px 30px 0px 30px;
}

#menu ul li
{
display: inline;
line-height: 52px;
padding-left: 3px;
}

#menu ul li.first
{
border-left: 0px;
}

#menu ul li a
{
background-color: transparent;
background-repeat: repeat-x;
padding: 8px 12px 8px 12px;
font-size: 12px;
color: #fff;
font-weight: bold;
text-decoration: underline;
}

#menu ul li a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_item a:visited
{
background: #fff url(images/a18.gif) repeat-x top;
color: #4A4A24;
text-decoration: none;
}

#date
{
position: absolute;
top: 0px;
line-height: 52px;
color: #BDBDA2;
right: 30px;
font-weight: bold;
font-size: 12px;
letter-spacing: -1px;
}

table.compare { margin: 10px; border-collapse: collapse; }
table.compare td {
 vertical-align: top;
 padding: 5px 10px 5px 5px;
 text-align: center;
 border: 1px dotted #aaa;
}
table.compare td img { padding-top: 3px; }
table.compare td.feature { text-align: right; }
table.compare td span { font-size: smaller; font-style: italic; }
table.compare th {
 padding: 4px 20px 5px 0;
 font-size: 130%;
 font-weight: bold;
 color: #333;
 text-transform: uppercase;
 text-align: center;
 border-bottom: 4px solid #aaa;
 border-right: 1px dotted #aaa;

}

form h2 { padding-left: 0; color: #fff; }
table.form tr td { padding: 0; color: #F2F9FF; }
table.form tr.submit td { padding-top: 15px; } 

.form_notice { background-color: #faa; padding: 10px; }
.form_notice p { font-weight: bold; }
input.form_error, textarea.form_error, select.form_error, .form_wrap { border: 2px solid red !important;  }

.tooltip {
   position: absolute;
   padding: 10px 13px;
   z-index: 2;
   width: 320px;
   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: left;
}

div.tourscreen { margin: 15px 0 40px 0; text-align: center; clear: both; }
div.tourscreen h2 { padding: 0; margin: 0; line-height: 1em; }
div.tourscreen div { padding: 0; margin: 0 auto; width: 75%; }
div.tourscreen img { margin: 0 auto; padding: 0; }
div.tourscreen span.one, div.tourscreen span.two, div.tourscreen span.three, div.tourscreen span.four, div.tourscreen span.five {
  background:url(images/numbers_small.gif) no-repeat;
  padding:1px 0 0 20px;
}
div.tourscreen span a { background: none; }
div.tourscreen span.one { background-position: 0 0; }
div.tourscreen span.two { background-position: 0 -50px; }
div.tourscreen span.three { background-position: 0 -100px; }
div.tourscreen span.four { background-position: 0 -150px; }
div.tourscreen span.five { background-position: 0 -200px; }
div.tourcontent { float: left; width: 510px; }

div.action { margin: 0 0 10px 10px; text-align: center; background-color: #a2cc00; color: #fff; padding: 10px; font-size: larger; font-weight: bold; }
div.action a, div.action a:visited { color: #fff; }

div.flashmovie { margin-top: 5px; text-align: center; }

#twitter_update_list li {
        margin: 0 0 10px;
        padding: 0 0 0 15px;
 } 
