/*
Theme Name: Tam 3 Columns
Description: Inspired by DeviantArt.
Version: 1.0.1
Author: Deniart
Author URI: http://deniart.ru/
Tags: fixed width, two columns, widgets, deviant

	DevArt v1.0.1
	http://deniart.ru/

	This theme was designed and built by Denis Shakhov,
	whose homepage you will find at http://deniart.ru/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* General styles */
body {
margin:0;
padding:0;
border:0;	/* This removes the border around the viewport in old versions of IE */
width:100%;
background:#000;
min-width:600px;  /* Minimum width of layout - remove line if not required */
		/* The min-width property does not work in old versions of Internet Explorer */
font-family:"Century gothic",Lucida Sans, verdana,arial;
font-size:90%;
    }
    
/*Links*/
a {
color:#369;}
a:hover {
color:#fff;
background:#369;
text-decoration:none;
}

/*Links*/
.block ul li a {
color:#000;}
.block ul li a:hover {
color:#fff;
background:#369;
text-decoration:none;
}

/*Paragraph Type Things*/
h1, h2, h3 {
margin:.8em 0 .2em 0;
padding:0;
}
    
p {

font:Lucida Sans, verdana,arial;
margin:.4em 0 .8em 0;
padding:0;
}

/*Images*/
img {
margin:10px 0 5px;
}

/* Header styles */
#header_bg {
clear:both;
float:left;
width:100%;
height: 140px; /*will be height of image*/
background:#d3e0ee;
background: url(images/header_bg.gif);
}
#header {
clear:both;
float:left;
width:100%;
height: 140px; /*will be height of image*/
background: url(images/lnr_logo.jpg) no-repeat scroll 0 0;
}
#header {
border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
padding:.4em 15px 0 15px;
margin:0;
}
#header ul {
clear:left;
float:left;
width:100%;
list-style:none;
margin:10px 0 0 0;
padding:0;
}
#header ul li {
display:inline;
list-style:none;
margin:0;
padding:0;
}
#header ul li a {
display:block;
float:left;
margin:0 0 0 1px;
padding:3px 10px;
text-align:center;
background:#eee;
color:#000;
text-decoration:none;
position:relative;
left:15px;
line-height:1.3em;
}
#header ul li a:hover {
background:#369;
color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
color:#fff;
background:#000;
font-weight:bold;
}
#header ul li a span {
display:block;
}

/* column container */
.colmask {
position:relative;  /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
width:100%;	/* width of whole page */
overflow:hidden; /* This chops off any overhanging divs */
}

/* holy grail 3 column settings */
.holygrail {
background:#81a5c9;    	/* Right column background colour */
}
.holygrail .colmid {
float:left;
width:200%;
margin-left:-200px; /* Width of right column */
position:relative;
right:100%;
background:#fff;    /* Centre column background colour */
}
 
.holygrail .colleft {
float:left;
width:100%;
margin-left:-50%;
position:relative;
left:370px;         	/* Left column width + right column width */
background:#4073a8;    	/* Left column background colour */
}
.holygrail .col1wrap {
float:left;
width:50%;
position:relative;
right:170px;        	/* Width of left column */
padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
/*main content*/
.holygrail .col1 {
margin:0 215px;     	/* Centre column side padding:
Left padding = left column width + centre column left padding width
Right padding = right column width + centre column right padding width */
position:relative;
left:200%;
overflow:hidden;
}
/*left column*/
.holygrail .col2 {
float:left;
float:right;		/* This overrides the float:left above */
width:170px;        	/* Width of left column content (left column width minus left and right padding) */
position:relative;
right:0px;         	/* Width of the left-had side padding on the left column */
}
/*right column*/
.holygrail .col3 {
float:left;
float:right;			/* This overrides the float:left above */
width:170px;        	/* Width of right column content (right column width minus left and right padding) */
margin-right:15px;  	/* Width of right column right-hand padding + left column left and right padding */
position:relative;
left:50%;
}
/* Footer styles */
#footer {
clear:both;
float:left;
width:100%;
border-top:1px solid #000;
}
#footer p {
padding:10px;
margin:0;
}

ul li, ol li {
list-style-image:none;
list-style-position:inside;
list-style-type:none;
padding-left:10px;
color:#555;
}
ul { padding: 0; margin: 0; }
li.current_page_item {
background:#fff url(images/arrow.gif) no-repeat scroll 2px 8px;
color:#000000;
text-decoration:none;
}
li:hover {
	    background:#369;
		color:#fff;
	}
	
	
/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 89px; 
	right: 20px;
}

#search input { border: 0; }

#search #s { 
	width: 148px;
	padding: 4px 0 6px 22px;
	margin-right: -4px;
	vertical-align: top;
	line-height: 0;
	font: normal 11px "Century gothic",Lucida Sans, verdana,arial;
	vertical-align: top;
	color: #333;
	background: url(images/search-text.gif) no-repeat;
}
#search #searchsubmit { 
	width: 35px; 
	height: 22px;
	vertical-align: top;
	background: url(images/search-submit.gif) no-repeat;
}

.post-date {width: 48px;height: 55px;float:left;background:#CCCCCC;background: transparent url(images/date.png) no-repeat scroll 0 0;  padding:5px 5px 5px 10px;}

.post-month {font-size: 11px;text-transform: uppercase;color: #000000;text-align: center;display:block;line-height: 11px;padding-top: 5px;margin-left: -3px;}

.post-day {font-size: 20px;text-transform: uppercase;color: #ffffff;text-align: center;display:block;line-height:}

.title {background:#CCCCCC; padding:0px 0px 0px 10px;}

.post {clear:both;padding-top:15px;}
.post-info {background:#E7E7E7;margin-bottom:10px;}


#navbar a{color: #000000;}


/* weather bar style */
tbody {
background:#81a5c9;
}
#windfinder_station {
font-family:"Century gothic",Lucida Sans, verdana,arial;
visibility:hidden;
font-size: 1%;
}
.textwidget table tbody tr td font span {
font-family:"Century gothic",Lucida Sans, verdana,arial;
font-size: 100%;
}
.textwidget table tbody tr td {
border-style:none;
border-width:0px;
text-align:right
}

#windfinder_label {
font-family:"Century gothic",Lucida Sans, verdana,arial;
visibility:hidden;
}

#windfinder_report {
border-style:none;
border-width:0px;
}


/*#sidebar a, #sidebar a:visited{display: block;padding: 0px 0;width: 200px;font: 9pt "Century gothic",Lucida Sans, arial, helvetica, sans-serif;text-decoration: none;text-indent: 10px;color: #fe5e00;background:#111111;}

#sidebar a:hover{color: #000000 ;text-decoration: none;padding: 0px 0px;background:#000000;color:#3daaeb;}

#navbar ul {margin: 0;padding: 0;}

#navbar ul li {list-style: none;margin: 0;padding: 0;border: none;}

#navbar ul li ul {padding: 0;margin: 0;background:#000000}

#navbar ul li ul li{padding: 0px 0 0px 0px;background:#000000;}

#navbar ul li ul li ul li{

padding: 1px 0 1px 10px;border: none;}
*/




/*#nav-bar a {style.css (line 429)
color:#38463E;
text-decoration:none;
}
a {
color:#3B5A4A;
}


ul li, ol li {style.css (line 174)
list-style-image:none;
list-style-position:inside;
list-style-type:none;
}

color:#555555;

}
body {style.css (line 26)
font-size
:90%;
}
*/




