
/*
Theme Name: Thomas Traum 2010
Theme URI: http://thomastraum.com
Description: Thomas Traum's 2010 theme
Version: 0.1
Author: Thomas Traum
Author URI: http://thomastraum.com
Tags: thomastraum
*/

/*@import "style/css/reset.css";*/
/*@import "style/css/typography.css";*/
@import "style/css/layout.css";

/*div { border: 1px solid #999; }*/

/*-------- HTML ---------*/
/*-----------------------*/

body,a,h2,h3 {
	text-decoration:none;
	font: 16px "Helvetica", helvetica, arial, sans-serif;
	color:#999;
}

body {
	background:#f0eded;
	margin: 30px 36px 30px 36px;
}

img {
	border:0;
}

a.selected {
/*	text-decoration:underline;*/
}

h2 {
	color:#000;
}

ul, li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

.clear {
	clear:left;
}

/*-------- STRUCTURE ---------*/
/*----------------------------*/

div#container, div#footer {
	margin-top: 32px;
}

div#content {
	min-height:600px;
}

div#blog-title {
	float:left;
}

div#access {
	float:right;
}

div#access a:hover {
/*	border-bottom:1px solid #999;*/
}

div#access ul li {
	margin-left:30px;
}

div#footer {
	padding: 0 0 10px 0px;
}


/*------- CONTENT -------*/
/*-----------------------*/


div#blog-title a {
	color:#000;
}

div.post-thumbs, div.newspost-wrapper {
/*	border: 1px solid #FF0;*/
	width: 300px;
/*	height:600px;*/
	padding: 14px 28px 0 0;
	float: left;
	display: inline;  /* IE6 fix */ 
	overflow:hidden;
}

/*
div.post-text {
	width:250px;
}
*/

/*------- INDEX TAGS -------*/
/*--------------------------*/


div#tags {
/*	border: 1px solid #999;*/
/*	width:500px;*/
	overflow:hidden;
/*	line-height:12px;*/
}

/*div.tag-connect,*/
div.tag-box,
div.tag-box-hover,
div.tag-box-selected {
	float:left;
	padding: 2px 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

div.tag-box-hover,
div.tag-box-hover a {
	color:#FFF;
	background-color: #666;
}

div.tag-box-selected {
color:#FFF;
background-color: #666;
/*	background-color: #6C90FF;*/
}
div.tag-box-selected a {
	color:#FFF;
}

div.tagspacer {
/*	border: 1px solid #999;*/
	float:left;
	width:8px;
}

div.tag-connect {
	float:left;
	padding: 2px 4px;
	color:#000;
	font-style: italic;
	background:#ECD3FF;
}

div.tag-connect-archive {
/*	float:left;*/
	display:inline;
	padding: 2px 4px;
	color:#000;
	font-style: italic;
	width:300px;
	background:#ECD3FF;
}

/*------- INDEX NEWS -------*/
/*--------------------------*/

div.newspost-wrapper {
/*	Same as post-thumbs */
	padding-top:0;
	padding-bottom:14px;
}

div.newspost-bubble {
/*	left:-15px;
	width:320px;
	height:200px;*/
}

div.newstext {
/*	width:250px;
	padding: 30px 0px 0 35px;
	overflow:hidden;*/
}

span.news-selected {
/*	background: #B0A4CF;*/
	padding: 2px;
	color:#000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

div.newstext a {
	color:#6C90FF;
/*	font-size:14px;*/
}
a#newsmore-link {	
	color:#000;
}


/*------- INDEX THUMBNAIL -------*/
/*----------------------	----*/

div.post-thumbs span.project_title a {
	color:#000;
}
div.post-thumbs span.meta {
	padding:0;
	margin:0;
	color:#999;
}

/*------- Single POST -------*/
/*--------------------------*/

div#entry-prevnext {
	float:right;
}

div.entry-content {
	width:800px;
}

div.entry-content img {
	clear: both;
	display:block;
}

div#entry-prevnext a,
div.entry-content a {
	color:#6C90FF;
/*	text-decoration:underline;*/
}
div.entry-thumbs {
/*	border: 1px solid #999;*/
	margin-bottom: 25px;
	margin-right: 30px;
	float: left;
	display: inline;  /* IE6 fix */ 
	overflow:hidden;
}

div#entry-meta li {
	color:#999;
/*	padding: 2px 5px;*/
}


/*--------- Pages ----------*/
/*--------------------------*/

div.page-content,
div.link_columns {
	float:left;
	overflow:hidden;
	width:305px;
	margin: 0 15px 0 0;
}

div.page-content a,
div.link_columns a {
	color:#6C90FF;
}

div.link_columns div.tag-connect,
div.link_columns li {
	display:block;
	float:left;
	margin:1px 3px;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.link_columns li:hover {
/*	background:#F00;*/
}

li.links {
/*	background-color: #DDD;*/
}

/*------- FOOTER	 -------*/
/*--------------------------*/


div#footer .footer-element {
	float:left;
	width:316px;
}

form#searchform {
	margin:20px;
	clear:both;
}

