@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(shadowbox.css);

body
{
	background:url(background.png);
	background-attachment: fixed;
	color:#000;
	font: 62.5% 'PT Sans', "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
}

a, a:link, a:visited, .tweet .tweet_list li a, .query .tweet_list li a, .tweet_time
{
	color:#b4c832;
	text-decoration:none;
	-webkit-transition:color .5s ease-in-out;
	-moz-transition:color .5s linear;
	-o-transition:color .5s linear;
	transition:color .5s linear;
}

a:hover, h2.navigation a.first, h2.navigation a.selected
{
	color:#000;
}

hr
{
	border:0;
	border-bottom:1px dashed #b4c832;
}

iframe
{

	border:0px;
	-webkit-box-shadow:1px 2px 10px #222;
	-moz-box-shadow:1px 2px 10px #222;
	box-shadow:1px 2px 10px #222;
}

#wrap
{
	width:55em;
	margin: 1em auto 0;
}

header
{
	padding-bottom:1em;
	width:55em;
	margin:0 auto 2.1em;
}

h1
{
	background:url(header.png) no-repeat 100% top;
	text-indent:-9999px;
	height:225px;
}

#news p,.tweet,.query
{
	font-size:1.8em;
	line-height:1.5em;
}

.tweet .tweet_list,.query .tweet_list
{
	overflow-y:hidden;
	margin:0;
	padding:0;
}

.tweet .tweet_list .awesome,.tweet .tweet_list .epic,.query .tweet_list .awesome,.query .tweet_list .epic
{
	text-transform:uppercase;
}

.tweet .tweet_list li,.query .tweet_list li
{
	overflow-y:auto;
	overflow-x:hidden;
}

.tweet .tweet_list .tweet_avatar,.query .tweet_list .tweet_avatar
{
	float:left;
}

.tweet .tweet_list .tweet_avatar img,.query .tweet_list .tweet_avatar img
{
	vertical-align:middle;
}

#portfolio
{
	margin-bottom:2em;
	padding:1.5em .5em 0.8em;
}

#portfolio h2
{
	text-align:left;
	font-size:2.2em;
	font-weight:500;
	color:#000;
}

#portfolio p
{
	font-size:1.8em;
	text-align:right;
	line-height:1.5em;
}

.portfolio_img
{
	background:#FFF;
	border:1px solid #DDD;
	-webkit-box-shadow:1px 2px 10px #222;
	-moz-box-shadow:1px 2px 10px #222;
	box-shadow:1px 2px 10px #222;
	margin-right:1.2em;
	margin-left:1.2em;
	margin-bottom:2em;
	padding:5px;
}

#slider
{
	width:55em;
}

.scroll
{
	height:29em;
	width:55em;
	overflow:auto;
	overflow-x:hidden;
	position:relative;
	clear:both;
}

.scrollContainer div.panel
{
	height:27em;
	width:53em;
	padding:1em;
}

#cv
{
	margin-bottom:4.7em;
	padding:1.5em .5em 0.8em;
}

#cv .cv_jan
{
	clear:both;
}

.cv_jan p
{
	display:inline;
	margin-bottom:7px;
	font-size:1.8em;
	line-height:1.5em;
}

.cv_jan h3
{
	display:inline;
	font-size:3.5em;
	font-weight:500;
	color:#000;
}

.polaroid
{
	background:#FFF;
	border:1px solid #DDD;
	-webkit-transform:rotate(7deg);
	-moz-transform:rotate(7deg);
	-webkit-box-shadow:1px 2px 10px #222;
	-moz-box-shadow:1px 2px 10px #222;
	box-shadow:1px 2px 10px #222;
	float:right;
	padding: 10px 6px 24px;
	margin: 1em 0 2.5em 2.5em;
}

footer
{
	padding:2.2em .5em 2.8em;
}

footer p
{
	font-size:1.5em;
}

#news,#portfolio
{
	padding:0 .5em 0.8em;
}
