/*
Theme Name: Thermal
Theme URI: http://www.freewpthemes.net/preview/thermal
Description: Tested on WP 2.5.1
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: fixed width, three columns, widgets
*/

body {
	margin-top: 30px;
	background: #191919 url(images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	/*text-transform: lowercase;
	letter-spacing: -.05em;*/
	/*font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;*/
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	background: url(images/img05.gif) repeat-x left bottom;
	text-decoration: none;
	color: #C0BFBF;
}

a:hover {
	background: none;
	color: #FFFFFF;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 888px;
	height: 110px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	float: left;
	padding-top: 80px;
	padding-left: 25px;
	text-transform: lowercase;
	font-size: 2.9em;
}

#logo img {
	padding-top: 18px;
	border: 0;
}

#logo p {
	float: left;
	margin: 0;
	padding: 98px 0 0 2px;
	text-transform: lowercase;
	letter-spacing: -.05em;
	font-size: 16px;
	color: #FFFFFF;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding-top: 23px;
	color: #aaa;
}

#search form {
	width: 200px;
	height: 41px;
	margin: 0;
	padding: 15px 0 0 18px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	border: none;
	text-transform: lowercase;
	background: #FFFFFF;
	border: 1px solid #333;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #aaa;
	padding: 2px;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 888px;
	height: 40px;
	margin: 0 auto;
	background: #FFFFFF url(images/img03.jpg) repeat-y left top;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	padding: 10px 20px;
	margin-right: 2px;
	background: #BDE119;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000000;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Ads */

#ad-links {
	text-align:center;
	width: 888px;
	margin: 0 auto;
	padding-top:10px;
	background: #FFFFFF url(images/img03.jpg) repeat-y left top;
}

/* Page */

#page {
	width: 888px;
	margin: 0 auto;
	background: #FFFFFF url(images/img03.jpg) repeat-y left top;
	padding-top: 15px;
	/*font-family: "Bitstream Vera Sans", sans-serif, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;*/
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
}

#page hr {
	background: #C7DC35;
	border: 0;
	height: 4px;
	width: 100%;
	display: block;
	padding-top: 0;
}

/* Content */

#content {
	float: left;
	width: 530px;
	margin-left: 25px;
}

.post {
}

.post .title {
	padding: 5px 0;
	border-bottom: 1px solid #354658;
	background: url(images/img06.jpg) no-repeat left bottom;
	color: #FFFFFF;
	font-size: 1.6em;
	
}

.post .title a {
	color: #FFFFFF;
}

.post .title a:hover {
	color: #A3C4FF;
}

.post h2 {
	font-size: 1.8em;
	text-transform: none;
}

.post h3 {
	text-transform: none;
}

.post .meta {
	padding: 2px 10px;
	background: #0D0D0D;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	text-align: right;
	font-size: 9px;
}

.post .entry {
	padding: 0px 20px 5px 20px;
	text-align: justify;
}

.post .entry .ad {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.post .entry .ad-bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.post .entry a {
	color: #5A8AC0;
}

.post .entry strong, .post .entry b, .post .entry h3 {
	color: #C7DC35;
}

.post .entry code {
	background: #123456;
	padding: 2px;
	-moz-border-radius: 5px;
	color: #ccc;
	font-size: 12px;
	line-height: 13px;
}

.post .entry pre code {
	background: #123456;
	display: block;
	padding: 5px 5px 5px 15px;
	-moz-border-radius: 10px;
	color: #ccc;
	font-size: 12px;
	line-height: 13px;
}

#recent-posts {
	float:left;
	margin-top: 10px;
	width:50%;
}

#recent-comments {
	float:right;
	margin-top: 10px;
	width:50%;
	font-size: 0.9em;
}

#recent-posts h2, #recent-comments h2 {
	margin-bottom: 5px;
}

#recent-posts a, #recent-comments a {
	color: #5A8AC0;
	font-size: 1.2em;
}

#recent-posts .time, #recent-comments span {
	color: #BFBEBE;
	font-size: 0.7em;
}

.post .longmeta {
	padding-top: 0;
	margin-top: 0;
	background: #181818;
	padding: 5px;
	-moz-border-radius: 10px;
}

/* Comments */

#comments h2 {
	color: #C7DC35;
}

#comments a {
	color: #5A8AC0;
}

#comments ol {
	margin-top: 10px;
}

#comments li {	
	background: #181818;
	padding: 3px 10px 1px 10px;
	-moz-border-radius: 10px;	
}

#comments p {
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	background: #2C3A49;
	margin-right: 25px;
	padding-top: 20px;
	color: #7893AE;
	-moz-border-radius: 10px;	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 23px;
}

#sidebar li li {
	background: url(images/img05.jpg) no-repeat left 50%;
	padding-left: 10px;
}

#sidebar h2 {
	padding: 5px 22px;
	background: url(images/img04.jpg) no-repeat bottom;
	font-size: 1.5em;
	color: #FFFFFF;
}

#sidebar p {
	padding: 20px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 888px;
	margin: 0 auto;
	padding: 33px 0;
	height: 50px;
	background: url(images/img02.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #121C27;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #121C27;
}
