/*
Theme Name: Portfolio
Theme URI: http://timgweb.com/
Description: A personal portfolio theme
Version: 1.0
Author: Tim Gieseking
Author URI: http://timgweb.com/
Tags: clean, fixed width, two columns, widgets, jquery
*/
/* ================================ BASE CSS (based on blueprintcss.org) ======================================== */
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
/* typography */
body {font-size:75%;color:#333;background:#fff;font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;text-align: center;}
h1, h2, h3, h4, h5, h6 {font-weight:normal; color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:3em;margin-bottom:0.25em;font-weight: bold;}
h3 {font-size:2em;margin-bottom:0.25em;font-weight: bold;}
h4 {font-size:1.5em;margin-bottom:0.25em;color:#099ff5;}
h5 {font-size:1.17em;font-weight:bold;margin-bottom:0.25em;}
h6 {font-size:1.17em;margin-bottom:0.15em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#d90321;}
body.green a:focus, body.green a:hover, body.green h4 {color: #4102a0; }
body.red a:focus, body.red a:hover, body.red h4 {color: #099ff5; }
a {color:#099ff5;text-decoration:underline;}
body.green a {color:#01bca8;}
body.red a {color:#d90321;}
/*a.external { background: transparent url('images/icons/external.png') no-repeat right center; padding: 0 10px 0 0; }*/
blockquote, pre {margin:1.5em;color:#555;}
blockquote { padding: 6px 34px 0; background: url('images/misc/quote.png') no-repeat left top; font-style: italic; }
blockquote cite { font-style: normal; font-size: 75%; color: #999; }
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {text-decoration: line-through;}
pre {white-space:pre;padding: 0.5em 1.5em;border-left: 10px solid #ddd;background: #f0f0f0; }
pre, code, tt {font-family 'andale mono', 'lucida console', monospace;line-height:2;}
code { font-size: 90%; }
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#eee;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:0.2em;line-height:1.2em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.message {background: #fcf9dd; border: 1px solid #fced78; padding: 5px;}

/* common wordpress styles */
.alignleft, img.alignleft { display: block; float: left; margin: 0 1.5em 1.5em 0; }
.alignright, img.alignright { display: block; float: right; margin: 0 0 1.5em 1.5em; }
.aligncenter, img.aligncenter { clear: both; display: block; margin: 0 auto; }
.wp-caption { text-align: center; margin-bottom: 1.5em; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text {	margin: 0; }
.wp-smiley {  max-height: 1em; margin:0 !important; }
.gallery dl { margin: 0; }
.gallery-caption { margin:-1.5em 0 0 0; }

/* ================================ Portfolio CSS ======================================== */
html, body { height: 101%; }

h2.pagetitle
{
	background: #111;
	border-right: 10px solid #099ff5;
	color: #fff;
	font-weight: normal;
	line-height: 1.6;
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	text-transform: lowercase;
}

/* site structure */
#wrapper
{
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 960px;
}

#header
{
	height: 190px;
}

#main
{
	float: left;
	width: 570px;
}

#mainsidebar
{
	float: right;
	width: 320px;
}

/* header and navigation */
#header
{
	position: relative;
}

#header h1
{
	float: left;
	line-height: 1;
	margin: 47px 0 0;
	padding: 0;
}

#header h1 img
{
	display: block;
}

#header img.comingsoon
{
	position: absolute;
	right: 94px;
	top: 44px;
}

#header ul
{
	float: right;
	list-style: none;
	margin: 72px 0 0;
	padding: 0;
}

#header li
{
	color: #4e4d4d;
	display: block;
	float: left;
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
	text-align: right;
	text-transform: lowercase;
}

#header li.first
{
	margin: 0;
}

#header li a,
#header li del
{
	background: #111;
	display: block;
	height: 28px;
	padding: 0 10px 0 0;
	width: 96px;
}

#header li a
{
	color: #fff;
	text-decoration: none;
}

#header li.current_page_item a
{
	background: #f50941;
}

#header li a.rss
{
	width: 20px;
}

#header li a:hover
{
	background: #333;
}

#header li a:active
{
	background: #f50941;
}

/* portfolio */
.portfolio-entry
{
	background: #333;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

a.portfolio-link
{
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 182px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 333px;
	z-index: 1;
}

a.portfolio-link:hover
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

a.portfolio-link img
{
	display: block;
}

a.portfolio-link span
{
	background: transparent url('images/icons/launchsite.png') no-repeat center center;
	display: none;
	height: 182px;
	opacity: 1;
	width: 333px;
}

a.portfolio-link:hover span
{
	display: block;
}

body.nojs a.portfolio-link:hover span
{
	display: none;
}

.portfolio-content
{
	background: #525252;
	border-left: 10px solid #333;
	color: #fff;
	float: right;
	min-height: 172px;
	padding: 5px 10px;
	position: relative;
	width: 187px;
	z-index: 99;
}

.portfolio-full a.portfolio-link
{
	position: static;
}

.portfolio-full .portfolio-content
{
	border-top: 10px solid #333;
	border-left: none;
	float: none;
	width: 530px;
}

.portfolio-content h3
{
	color: #fff;
	font-size: 2em;
	line-height: 1.2;
}

.portfolio-content p
{
	font-size: 1.16em;
	display: none;
}

.portfolio-content p.teaser,
.portfolio-content p.readmore,
.portfolio-full p
{
	display: block;
}

.portfolio-content p.readmore
{
	margin: 0;
}

.portfolio-content p.readmore a:focus
{
	outline: none;
}

.portfolio-content a
{
	color: #86d4fd;
	text-decoration: none;
}

.portfolio-content a:hover
{
	color: #ddd;
}

.portfolio-metadata
{
	background: #eee;
	margin: 0;
	padding: 4px 10px;
}

.portfolio-metadata span
{
	color: #f50941;
}

/* blog posts */
.post
{
	margin: 0 0 20px;
}

.entry-info
{
	margin: 0 0 14px;
	overflow: hidden;
	position: relative;
}

.entry-info h2
{
	border: none;
	line-height: 1;
	margin: 1px 0 4px;
	padding: 0 30px 0 0;
}

.post .date
{
	background: #1e1e1e url('images/gradients/datebg.png') repeat-x left top;
	border-bottom: 5px solid #ccc;
	color: #f0f0f0;
	float: left;
	margin: 0 8px 0 0;
	padding: 8px 12px 6px;
	text-align: center;
}

.post .date span
{
	display: block;
	line-height: 1;
}

.post .date span.month
{
	font-size: 1.17em;
	margin: 0 0 5px;
}

.post .date span.day
{
	font-size: 2em;
}

.post h2 a
{
	text-decoration: none;
}

.entry
{
	
	overflow: hidden;
}

.entry p
{
	font-size: 1.17em;
	line-height: 1.65;
}

.entry p.readmore
{
	font-size: 13px;
	margin: 0;
	overflow: hidden;
}

.entry a.more-link,
.entry a.more-link:link,
.entry a.more-link:visited
{
	background: #099ff5 url('images/icons/readmore.png') no-repeat left center;
	color: #fff;
	display: block;
	float: right;
	height: 26px;
	line-height: 26px;
	padding: 0 10px 0 15px;
	text-decoration: none;
}

.entry a.more-link:hover
{
	background-color: #d90321;
}

.entry img
{
	border: 1px solid #212121;
	display: block;
}

.postmetadata
{
	background: #f0f0f0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	clear: both;
	color: #666;
	font-style: italic;
	margin: 18px 0 0;
	overflow: hidden;
	padding: 4px;
}

.postmetadata span
{
	float: left;
}
.postmetadata .comments
{
	float: right;
}

.postmetadata .comments a:hover
{
	text-decoration: underline;
}


.post .author
{
	margin: 0;
	overflow: hidden;
}

.post .author span
{
	color: #666;
	font-style: italic;
}

.post .author strong
{
	color: #333;
}

.postmetadata span.edit
{
	float: right;
	margin: 0 0 0 5px;
}

/* comments */
ul.commentlist,
ul.commentlist ul.children
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.commentlist li
{
	display: inline-block;
	list-style: none;
	margin: 0 0 36px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

ul.commentlist li:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] ul.commentlist li {
	display: block;
}

/* children */
ul.commentlist li .comment_author
{
	color: #999;
	font-size: 0.83em;
	float: left;
	padding: 0 20px 0 0;
	width: 80px;
}

ul.commentlist li .comment_author cite
{
	color: #333;
	font-style: normal;
	font-weight: bold;
}

ul.commentlist li .comment_author cite a
{
	text-decoration: none;
}

ul.commentlist li .comment_author strong
{
	color: #333;
}

ul.commentlist li .comment_author img
{
	border: 1px solid #aaa;
	max-width: 80px;
}

ul.commentlist li img.commentimg
{
	display: block;
	float: left;
	left: 100px;
	position: absolute;
	top: 0;
}

ul.commentlist li .comment_text_container
{
	float: right;
	width: 531px;
}

ul.commentlist li .comment_text
{
	background: #f0f0f0;
	color: #333;
	border: 1px solid #ddd;
	min-height: 19px;
	padding: 20px;
}

ul.commentlist li p.metadata
{
	clear: both;
	font-size: 0.88em;
	line-height: 2;
	text-align: right;
}

ul.commentlist li p.metadata a
{
	text-decoration: none;
}

ul.commentlist li p.metadata a.comment_date
{
	color: #aaa;
	font-style: italic;
}

ul.commentlist li p.metadata a.comment-edit-link,
ul.commentlist li p.metadata a.comment-reply-link
{
	margin: 0 0 0 8px;
}

ul.commentlist li p.metadata a:hover,
ul.commentlist li .comment_author cite a:hover
{
	text-decoration: underline;
}

/* children */
ul.commentlist ul.children
{
	clear: both;
	margin: 0 0 0 147px;
}

ul.commentlist ul.children li .comment_text_container
{
	width: 384px;
}

ul.commentlist ul.children li .comment_text
{
	background: #f0f0f0;
}

#commentform-container
{
	border-top: 1px dotted #ddd;
	margin: 1.5em 0 0;
	padding: 1.5em 0 0;
}

#commentform-container h3
{
	color: #099ff5;
}

#comments form
{
	display: block;
	padding: 0;
}

#comments textarea, #comments input
{
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 5px;
}

#comments input
{
	margin: 0 10px 0 0;
	width: 260px;
}

#comments label
{
	color: #666;
	font-size: 0.9em;
}

#comments textarea
{
	height: 100px;
	width: 520px;
}

#comments #submit
{
	background: #111;
	color: #fff;
	cursor: pointer;
	width: auto;
}

#comments #submit:hover
{
	background: #333;
}

/* page navigation */
ul.pagenavigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.pagenavigation li
{
	background: transparent url('images/misc/pagenav.png') no-repeat left top;
	display: block;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.pagenavigation li a
{
	background: #292929 url('images/misc/pagenav.png') no-repeat -14px top;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	margin: 0 0 0 14px;
	padding: 0 10px;
	text-decoration: none;
}

ul.pagenavigation li a:focus
{
	outline: none;
}

ul.pagenavigation li a:hover
{
	color: #ddd;
}

ul.pagenavigation li#nextnav
{
	float: left;
}

ul.pagenavigation li#prevnav
{
	background-position: right -23px;
	padding: 0;
}

ul.pagenavigation li#prevnav a
{
	background-color: #828282;
	background-position: 14px -23px;
	margin: 0 14px 0 0;
}



/* sidebar */
.sidebar h3
{
	background: transparent url('images//icons/arrow.png') no-repeat left center;
	font-weight: normal;
	margin: 0 0 0.25em;
	line-height: 1;
	padding: 0 0 0 18px;
	text-transform: lowercase;
}

.sidebar h3 a
{
	color: #111;
	margin-left: -3px;
	text-decoration: none;
}

.sidebar ul, .sidebar ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li
{
	margin: 0 0 40px;
}

.sidebar li.widget div
{
	padding: 0 0 0 20px;
}

.sidebar li a
{
	text-decoration: none;
}

.sidebar #twitter-tools h3 a
{
}

.sidebar .currently_browsing
{
	font-style: italic;
	margin: 0 0 40px 0;
}

.sidebar ul.icons
{
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.sidebar ul.icons li
{
	border-bottom: 5px solid #fff;
	float: left;
	margin: 0 30px 0 0;
}

.sidebar ul.icons li:hover
{
	border-bottom: 5px solid #099FF5
}


#search
{
	margin: 0 0 12px;
	overflow: hidden;
}

#search p
{
	line-height: 1;
	margin: 0;
}

#search input#s
{
	background: #eee;
	border: 2px solid #ddd;
	color: #999;
	float: left;
	font-size: 10px;
	height: 16px;
	margin: 0 2px 0 0;
	padding: 5px;
	width: 211px;
}

#search #sbtn
{
	background: #0bb1ed url('images/icons/search.png') no-repeat left top;
	border: none;
	float: left;
	font-size: 0;
	height: 30px;
	line-height: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 33px;
}

#search #sbtn:hover
{
	background-position: left bottom;
	cursor: pointer;
}

.sidebar .widget_rss ul li,
.widget_twitter ul.tweets li,
#twitter-tools ul li
{
	border-top: 1px dotted #ddd;
	font-style: italic;
	margin: 8px 0 0;
	padding: 8px 0 0;
}

#twitter-tools ul li.aktt_more_updates
{
	font-style: normal;
}

.sidebar .widget_rss ul li:first-child,
.widget_twitter ul.tweets li:first-child,
#twitter-tools ul li:first-child,
#twitter-tools ul li.aktt_more_updates,
#twitter-tools ul li.aktt_firsttweet
{
	border-top: none;
	padding: 0;
	margin: 0;
	border-top: none;
}

#twitter-tools ul li.aktt_firsttweet
{
	margin: 8px 0 0;
}

/* footer */
#footer
{
	border-top: 1px solid #ddd;
	clear: both;
	margin: 36px 0 18px;
	overflow: hidden;
	padding: 6px;
}

#footer p
{
	color: #999;
	float: right;
	font-size: 0.83em;
	margin: 0;
}

ul#footernav,
ul#footernav li
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#footernav
{
	float: left;
	overflow: hidden;
}

ul#footernav li
{
	float: left;
	font-size: 0.83em;
	padding: 0 10px;
}

ul#footernav li.first
{
	border-left: none;
	padding-left: 0;
}

ul#footernav li a
{
	color: #333;
	text-decoration: none;
}

ul#footernav li a:hover
{
	text-decoration: underline;
}

ul#footernav li a.rss
{
	background: url('images/icons/rss2.png') no-repeat right center;
	padding: 0 16px 0 0;
}
