/*
Theme Name: Three Clean Columns
Theme URI: http://ilagos.com
Description: Simple theme, widgets ready, clean design,fixed width, widgets, two columns. Based on design by <a href="http://preuro.eu">Stratus</a>
Author: ilagos
Author URI: http://ilagos.com/
version: 1.0.0
Tags: teal, white, three-columns, fixed-width, threaded-comments
*/

/* ----typography & colors---- */
body {
	font: 8pt/14pt verdana, tahoma, arial, sans-serif;
	color: #444;
}
#header h1, #menu, #sidebar h2, .vcard  {
	font-family: arial, sans-serif;
}
code {
	font-family: "Courier New", courier, monospace;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 13pt;
}
h3, #sidebar h2, .vcard {
	font-size: 11pt;
}
h4 {
	font-size: 9pt;
}
#header h1 {
	font-size: 40pt;
}
#footer, .comment-meta  {
	font-size: 9px;
}
#header h1, #header h2, #content h2 {
	font-weight: normal;
}
a, #header h1 a:hover, li.comment-author-admin {
	color: #438587;
}
a:hover, #sidebar, #content h2 a:hover, input#s, select {
	color: #666;
}
#header h1 a, #header h2, #menu ul li a:hover, #sidebar h2, #sidebar label {
	color: #000;
}
#menu a, #footer a, .reply a {
	color: #fff;
}
#content h2 a {
	color: #900;
}
#footer {
	color: #ccc; 
}
#menu, #footer, .reply a {
	background-color: #366;
}
body, #menu ul li a:hover, .postmetadata {
	background-color: #fff;
}
.thread-even {
	background-color: #f2f2f2;
}
#container, #content, .post th, .post td {
	border: 1px dotted #366;
}
.postmetadata, #sidebar h2, img.avatar {
	border: 1px dotted #ccc;
}
input, select, textarea {
	border: 1px solid #f2f2f2;
}


/* ----links---- */
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}


/* ----structure---- */
body {
	margin:0;
	padding:20px;
}
#container {
	width: 880px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#sidebar {
	float: left;
	margin-right: 15px;
	line-height: 10pt;
}
#content {
	padding: 0 15px;
	border-width: 0 0 0 1px;
	overflow: hidden; /* becomes column in all except IE6 */
}


/* ----header---- */
#header {
	background-image:url(images/header.jpg);
  	height:260px;
	position:relative;
}
#header h1 {
	position: absolute;
	top: 20px;
	left: 40px;
	margin:0;
	line-height:100%;
}
#header h1 a {
	text-transform: uppercase;
}
#header h1 a:hover {
	text-decoration: none;
}
#header h2 {
	position: absolute;
	top: 74px;
	left: 250px;
	margin:0;
}


/* ----main menu---- */
#menu {
	overflow:hidden;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 20px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	list-style-type: none;
	display:inline;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	padding:3px 8px;
	margin: 0;
	display:inline-block;
}
#menu ul li a:hover {
	text-decoration:none;
}


/* ----content---- */
#content h2 {
	margin-top:0;
}
#content h2 a:hover {
	text-decoration: none;
}
#content p {
	text-align: justify;
}

/* ----sidebar---- */
#sidebar h2 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-width: 0 0 1px 0;
}
#sidebar label, #sidebar img {
	margin: 0;
	padding: 0;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul ul, #sidebar ul div, #sidebar ul p, #sidebar ul form, #sidebar ul select {
	margin: 0 0 20px 0;
	padding: 0;
}
#sidebar ul li {
	margin: 5px 0;
	padding: 0;
}
#sidebar ul ul ul  {
	margin-left: 15px;
}
#sidebar a:hover {
	text-decoration:none;
	color:#000;
}
#left, #right {
	width:150px;
	float:left;
	margin:0 0 0 15px;
	padding: 0px;
}
#left {
	display:inline; /* IE6 fix */
}


/* ----comments---- */
.commentlist {
	clear:both; 
	list-style:none; 
	margin: 0; 
	padding: 0px; 
	text-indent: 0;
	line-height: 11pt;
	text-align: left; 
}
.children {
	list-style:none;
	padding:0;
}
.commentlist li {
	margin:5px 0; 
	padding: 5px 7px 5px 57px; 
	position: relative; 
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 5px;
}
.commentlist .comment-author { 
	padding:0 170px 0 0;
	font-weight: bold; 
}
.commentlist .comment-meta {
	position: absolute;
	top:5px;
	right: 5px;
}
.commentlist .reply a {
	padding: 3px 8px;
	display: inline-block;
}


/* ----forms---- */
input, textarea {
	padding: 5px;
	margin: 0;
}
textarea {
	width:95%;
}


/* -----footer----- */
#footer {
	margin-top: 20px;
	clear: both;
}
#footer p {
	text-align: center;
	margin: 0;
	padding: 15px 0;
}


/* ----tables---- */
.post table {
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}
.post table, .post tr, .post th, .post td {
  background-color: transparent;
}
.post th, .post td {
  padding: 5px;
  border-style: solid;
  vertical-align: top;
  text-align: left;
}
.post th {
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}


/* general classes */
img { 
	border: none; 
	padding: 0; 
}
img a {
	border: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.postmetadata {
	clear: both;
	padding: 6px;
	margin: 20px 0 35px 0;
	border-width: 1px 0;
}
.navigation {
	width: 100%;
	float: left;
	margin: 10px;
	padding: 0;
	overflow: hidden;
}
