h1, h2, h3, h4, h5, h6, form, ul, li, dl, dd, dt, fieldset, blockquote, p{
	padding: 0;
	margin: 0;
	list-style: none;
}

body{
	padding: 0;
        margin: 0;
	font: 90%/1.4em Georgia, Times, serif;
        background: url(images/body.jpg) no-repeat 0 0;
}
a{
	color: #b9330f;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

div#wrapper{
	width: 670px;
	text-align: left;
        float: left;
        padding: 0 0 0 190px;
}

div#header{
	width: 670px;
	padding: 130px 66px 30px 66px;
	float: left;
	color: #676767;
	font-size: 1.1em;
}
div#header p{
	padding: 0 0 26px 0;
}
div#header em{
	color: #a1a1a1;
}
div#header span{
	color: #959595;
}
div#header div#left,
div#header div#right{
	float: left;
}
div#header div#left{
	width: 288px;
	padding: 0 86px 0 0;
}
div#header div#left h1{
	width: 240px;
	padding: 0 0 10px 0;
	line-height: 1.3em;
	color: #7d7d7d;
	font-size: 3em;
	font-style: italic;
	font-weight:lighter;
}
div#header div#left h1 span{
        display: block;
        width: 250px;
	color: #111;
	font-size: 1.3em;
        line-height: 1.3em;
	font-style: normal;
}
div#header div#right{
	width: 229px;
}
div#header div#right h2{
	padding: 130px 0 0 0;
}
div#header div#right h2 span{
	display: none;
}
div#header div#right h2 a{
	width: 231px;
	height: 132px;
	display: block;
	background: url(images/h2.gif) no-repeat 0 0;
}
div#header div#right h2 a:hover{
	background-position: 100% 0!important;
}

div#content{
	width: 670px;
	padding: 0 66px 74px 66px;
	float: left;
}

div#content h2{
	width: 500px;
	padding: 0 0 28px 0;
	font-size: 2.4em;
	line-height: 1em;
	font-weight: lighter;
}

/** Posts **/

div#content div#posts{
width: 720px;
float: left;
clear: both;
        padding: 0 0 23px 0;
}
div#content div#posts h3{
	font-size: 0.9em;
	color: #333;
}
div#content div#posts p{
		color: #676767;
}
div#content div#posts img{
	border: none;
}
div.commentBox{
	width: 154px;
	float: left;
	min-height: 270px;
	margin: 0 0 7px 0;
	padding: 28px 20px 33px 24px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: url(images/shadow.png) no-repeat 0 0;
}
* html div.commentBox{
        background: none;
        height: 270px;
}
div.commentBox:hover{
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}
/** Background Info **/

div#content div#backgroundinf{
width: 420px;
float: left;
clear: both;
        padding: 0 0 50px 0;
}
div#content div#backgroundinf h3{
	font-size: 0.9em;
	color: #333;
	padding: 0 0 10px 0;
}
div#content div#backgroundinf a{
	width: 50px;
	height: 62px;
	display:block;
	float:left;
}
div#content div#backgroundinf a span{
	display: none;
}
div#content div#backgroundinf #pdf{
	background: url(images/pdf.gif) no-repeat 0 0;
}
div#content div#backgroundinf #doc{
	background: url(images/doc.gif) no-repeat 0 0;
}

/** TweeterTools **/

div#content div#tweeter{
	float: left;
	clear: both;
}
div#content div#tweeter div.aktt_tweets{
	float: left;
	padding: 0 0 70px 0;
	background: #e1e1e1 url(images/tweetbottom.gif) no-repeat 0 100%;
}
div#content div#tweeter div.aktt_tweets ul{
	width: 222px;
	float: left;
	padding: 15px 0 0 0;
	background: url(images/tweetop.gif) no-repeat 0 0;
}
div#content div#tweeter div.aktt_tweets li{
	color: #666;
	font-size: 0.8em;
	padding: 0 18px 12px 18px!important;
}
div#content div#tweeter div.aktt_tweets li a{
	display: block;
	clear: both;
	font-size: 0.9em;
	font-family: arial;
}
a.aktt_tweet_time{
	font-style: italic;
}
li.aktt_more_updates a{
	font-size: 1.1em!important;
	font-family: georgia!important;
}