/*
Theme Name: Thebes Theme
Theme URI: http://github.com/raisanen/Thebes-theme/
Description: A theme for Thebes.
Version: 0.4.2
Author: Kalle R.
Author URI: http://thebes.fivebyfive.be/
Tags: flexible width, two columns
*/

/*** Elements ***/

body {
	font-family: "Gill Sans MT", "Trebuchet MS", Helvetica, sans-serif;
	font-size: large;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

a {
	color: #505767;
	text-decoration: underline;
}
a:hover {
	background-color: #505767;
	color: #fff;
	text-decoration: none;
}

blockquote {
	background: transparent url('images/quote.png') no-repeat top left;
	margin: 1em 0.5em;
	padding: 0pt 0pt 0pt 55px;
}

blockquote p {
	color: #737374;
	font-family: Georgia, Times, serif;
	font-size: 125%;
	font-style: normal;
	letter-spacing: 0.05em;
	padding: 10px;
}

form {
	margin: 0 auto;
	width: 95%;
}

form input, form textarea, form select {
	background-color: #fff;
	border: 1px solid #8d8b8b;
	color: #8d8b8b;
	padding: 5px;
}
form input:focus, form textarea:focus, form select:focus {
	border-color: #000;
	color: #000;
}
form input#s {
	width: 60%;
}
form input[type=submit], form input[type=button] {
	cursor: pointer;
	padding: 4px 5px;
	text-transform: uppercase;
}

form textarea {
	width: 90%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans MT", "Century Gothic", "Franklin Gothic Medium", Arial, "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	letter-spacing: 0.08em;
	margin-bottom: 0.25em;
	text-transform: uppercase;
}

h1 *, h2 *, h3 *,
h4 *, h5 *, h6 * {
	font-style: normal;
	font-weight: normal;
}
h1 cite:before, h2 cite:before, h3 cite:before,
h4 cite:before, h5 cite:before, h6 cite:before {
	content: '“';
}
h1 cite:after, h2 cite:after, h3 cite:after,
h4 cite:after, h5 cite:after, h6 cite:after {
	content: '”';
}

dl {
	overflow: hidden;
}
dt, dd {
	padding: .5em 0;
}
dt {
	float: left;
	margin-right: 5px;
	text-align: right;
	width: 25%;
}
dd {
	float: left;
	width: 60%;
}

p {
	line-height:140%;
	margin: 0.5em 0 1em 0;
	padding: 0;
}



/*** IDs ***/

#page {
	background: #fff url('images/header.jpg') no-repeat top center;
	overflow: hidden;
	text-align: left;
	width: 100%;
}

#header {
	background: transparent;
	height: 125px;
	position: relative;
}

#headerimg 	{
	margin: 0; padding: 0;
	width: 100%;
}
#headerimg h1 {
	width: 250px;
	height: 88px;
	background: transparent url('images/header-logo.png') no-repeat top center;
	padding: 0; margin: 0;
	position: absolute;
	top: 50px;
	left: 25px;
}
#headerimg h1 a { display: none; }

#header ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	bottom: -75px;
	left: 25px;
}
#header ul li {
	float: left;
	margin: 0 5px 0 0;
}
#header ul li a {
	background: #c0c7d7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	
	filter: alpha(opacity=70);
	opacity: .7;
	display: block;
	font-size: 20px;
	letter-spacing: 0.1em;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#header ul li a:hover {
	color: #000;
	background: #fff;
}
#header ul li.current_page_item a {
	background: #fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
	filter: alpha(opacity=100);
	opacity: 1;
}

#mid {
	margin-bottom: 1em;
	overflow: hidden;
}

#content {
	background: #fff;
	float: left;
	margin: 75px 0 0 0;
	padding: 40px 0 0 40px;
	width: 62%;
}
#content h2 {
	font-size: 210%;
	letter-spacing: 0.04em;
}
#content h2 a, #content h3 a {
	color: #000;
	text-decoration: none;
}
#content h2 a:hover, #content h3 a:hover {
	background: transparent;
	color: #f00;
}

#content h3 { font-size: 170%; }
#content h4 { font-size: 140%; }
#content h5 { font-size: 120%; }
#content h6 { font-size: 105%; }

#sidebar {
	background: transparent url(images/side-left.png) no-repeat scroll;
	background-position: 0% -5px;
	float: left;
	margin: 0 -23px 0 0;
	padding-left: 23px;
	width: 30%;
}
#sidebar-wrap {
	background: transparent url(images/side-right.png) no-repeat scroll;
	background-position: 100% -5px;
	padding-right: 23px;
}
#sidebar-content {
	background-color: #fff;
	margin: 0;
	padding: 20px 0;
}
#sidebar-content ul, #sidebar-content li {
	margin: 0;
	padding: 0;
}
#sidebar-content > ul {
	list-style-type: none;
	padding: 0 20px;
}
#sidebar-content > ul ul {
	list-style-type: none;
	list-style-image: url(images/li.gif);
	padding-left: 20px;
}
#sidebar-content a {
	color: #8d8b8b;
	letter-spacing: 0;
	text-decoration: none;
}
#sidebar-content a:hover {
	background: transparent;
	color: #f00;
}

#sidebar-content h2 {
	border-bottom: 1px solid #e3e3e4;
	color: #8b8b8c;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 0 0 5px;
	padding-top: 15px;
}

#footer {
	background: #000 url('images/footer.jpg') no-repeat bottom right;
	color: #fff;
	clear: both;
	height: 75px;
	margin-top: 50px;
        text-align: center;
        text-transform: uppercase;
	width: 100%;
}
#footer p {
	font-size: small;
	padding: 10px .5em 0;
}
#footer a {
	font-weight: bold;
}

#searchform {
	padding: 15px 0 10px;
}
#searchform label {
	display: none;
}



/*** Classes ***/

div.description { display: none; }

.post {
	border-top: 1px solid #e2e2e3;
	margin-bottom: 40px;
}
.post h2 {
	margin: 0;
}
a.post-edit-link { font-size: small; }
.postheader {
	background: transparent url('images/gradient.png') repeat-x bottom left;
	color: #929293;
	font-size: small;
	font-weight: bold;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 5px;
	text-transform: uppercase;
}
.postheader a {
	color: #000;
	text-decoration: none;
}

.postheader p.postauthor,
.postheader p.postcategory,
.postheader p.postspacer {
	margin: 0;
	float: left;
}
.postheader p.postspacer { margin: 0 2px; }
.postheader p.postcategory a { color: #626263; }
.postheader a:hover {
	background: #626263;
	color: #fff;
}
/*
.postheader p.postauthor:before { content: 'by ' }
.postheader p.postcategory:before { content: '//' }
.postheader p.postcategory {
	margin-left: 0px;
}
 */
.postheader p.postdate {
	color: #929293;
	margin: 0;
	float: right;
}
.postheader p.postdate .postdate-month {
	color: #626263;
}
.postmetadata, .postmetadata-single {
	font-size: small;
}
.postmetadata-single {
	background: transparent url('images/gradient.png') repeat-x bottom left;
	margin: 20px 0;
	padding: 5px;
}


.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.comment {
	background: #f2f2f3 url('images/gradient.png') repeat-x bottom left;
	margin: 5px 0 10px;
	padding: 5px;
}

.comment-author {
	font-size: 120%;
	text-transform: uppercase;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.comment-body p {
	padding: 5px 1em 2em;
}

.comment-meta {
	background-color: #fff;
	font-size: small;
	font-weight: bold;
	padding: 0 5px;
	text-align: right;
	text-transform: uppercase;
}
.comment-meta a { text-decoration: none; }

.entry {
	overflow: hidden;
	text-align: justify;
}

.entry img {
	border: 0;
}

.wp-caption {
	background: #f2f2f3 url('images/gradient.png') repeat-x bottom left;
	color: #626263;
	font-size: 0.9em;
	margin: .5em 1em;
	padding: 7px 5px;
	text-align: center;
}
.wp-caption a img {
	border-bottom: 2px solid #505767;
}
.wp-caption a:hover img {
	border-bottom: 2px solid #f00;
}

.navigation {
	color: #c2c2c3;
	overflow: hidden;
}
.navigation div {
	margin: 0 0 5px;
	padding: .5em 1em;
}

.navigation a {
	color: #a2a2a3;
	font-size: small;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation a:hover {
	background-color: transparent;
	color: #f00;
}
.widget_tag_cloud {
	text-align: justify;
}
.widget_tag_cloud a {
	color: #505767;
	text-transform: uppercase;
}

.archive-wrap {
	overflow: hidden;
}
.archive-entry {
	background: #f2f2f3;
	border: 1px solid #e2e2e3;
	font-size: 0.9em;
	float: left;
	height: 150px;
	width: 45%;
	margin: 15px 2% 0 0;
	padding: 1%;
}
h3.archive-entry-title {
	font-size: large;
	margin: 0;
}
.archive-entry-title a {
	text-decoration: none;
}

