/* 
Kai Brach
brizk design (www.brizk.com)
*/

/* Basics ######################################################### */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; 
} 

html {
	background:#024e9a url(_pix/bg-html.gif) center 26px repeat;
}
.aktt_tweets {
       color:#fff;
}
body {
	text-align: center;
	font-family: Lucida Grande,'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 0;
	color: #474747;
	background: url(_pix/bg-header.gif) center 0 repeat-x;
	line-height: 19px;
}	
a.cat-item {
	padding-left: 0px;
}

div.wrap {
	margin: 0 auto;
	width:920px;
	text-align:left;
	background: url(_pix/bg-cogwheels.gif) 70px 0 no-repeat;
}

div.header {
	height: 187px;
	clear: both;
}

div.main {
	background: url(_pix/bg-main.png) 0 0 repeat-y;
	padding-bottom: 39px;
}

div.column-left {
	float: left;
	width: 720px;
}

div.column-right {
	float: right;
	width: 199px;
	background: url(_pix/column-right-dogear.gif) right top no-repeat;
}

div.intro {
	padding: 25px 230px 30px 110px;
	background: url(_pix/graph.gif) 500px 20px no-repeat;
	border-bottom: 1px dashed #d1d1d1;
}

div.post {
	padding: 25px 0 30px 0;	
	border-bottom: 1px dashed #d1d1d1;
}

div.post div.date, div.post div.comment-number  {
	width: 75px;
	padding-right: 5px;
	text-align: center;
	float: left;
	color: #9b9b9b;
	font-size: 20px;
}

div.post div.content {
	width: 580px;
	float: right;
	padding: 0 30px 0 0;
}

div.post div.comment-item {
	padding-top: 10px;
	clear: both;
}	

div.post div.comment {
	width: 560px;
	float: right;
	background: #f7f7f7;
	margin: 0 30px 0 0;
	padding: 10px;
}

div.post div.comment div.pic {
	width: 48px;	
	height: 48px;
	float: left;
	background: #ec1c24;
}	

div.post div.comment div.author, div.post div.comment div.text {
	background: #fff;
	padding: 5px 10px;
	margin-bottom: 1px;
	float: right;
	width: 480px;
}

div.post div.comment div.text {
	padding: 10px 10px 0 10px;
}	

div.pagination {
	padding: 25px 30px 25px 110px;
}

div.footer {
	position: relative;
	height: 30px;
}

div.footer div {
	position: absolute;
	top: -39px;
	left: 0;
	height: 30px;
	padding: 9px 25px 0 105px;
	background: url(_pix/bg-nav.gif) 0 0 no-repeat;
	width: 590px;
	line-height: 21px;
}

div.box {
	padding:0 20px 20px 20px;
}

.twitter  {
	background: url(_pix/bg-twitter.gif) right bottom no-repeat;
	display:block;
	color:#D7EBFF;
}

div.post-details {
	border-bottom: 1px dashed #d1d1d1;
	border-top: 1px dashed #d1d1d1;
	padding: 2px 30px 5px 110px;	
	clear: both;
	margin-bottom: 15px;
}


/* Headlines ######################################################### */		

h1 {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 35px;
	font-weight: normal;
	line-height: 39px;
	letter-spacing: -1px;
}

div.intro h1 {
	font-size: 24px;
	line-height: 30px;
}

div.full-post h2 {
	font-size: 22px;
	line-height: 30px;
	padding: 0 0 15px 0;
	margin: 0;
	font-weight: normal;
}

h2.comments {
	font-size: 22px;
	line-height: 30px;
	padding: 0 0 5px 110px;
	margin: 0;
	font-weight: normal;
}

div.add-comment h2 {
	font-size: 22px;
	line-height: 30px;
	padding: 0 0 15px 0;
	margin: 0;
	font-weight: normal;
}

div.full-post h3 {
	font-size: 18px;
	line-height: 27px;
	padding: 0 0 15px 0;
	margin: 0;
	font-weight: normal;
}

div.column-right h3 {
	padding: 15px 20px 15px 0;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #a0cfff;	
}

/* Links ######################################################### */	

a:link,  a:visited, a:active {color:#ec1c24; text-decoration: none; outline: none}
a:hover {text-decoration: underline}

div.comment-number a:link, div.comment-number a:visited, div.comment-number a:active {color:#9b9b9b; text-decoration: none; outline: none}
div.comment-number a:hover {text-decoration: underline}

div.header a.logo {
	width: 730px;
	height: 67px;
	display: block;
	float: left;
	text-indent: -1111em;
	background: url(_pix/logo.gif) 0 0 no-repeat;
	margin-top: 45px;
}

div.header a.tla {
	width: 169px;
	height: 79px;
	display: block;
	float: right;
	text-indent: -1111em;
	background: url(_pix/tla-logo.gif) 0 0 no-repeat;
	margin: 56px 0 0 0;
}

a.link-red, a.link-red:link, a.link-red:visited, a.link-red:active  {
	padding: 4px 12px 6px 8px;
	display: inline-block;
	line-height: 12px;
	color: #fff;
	background: #ec1c24 url(_pix/link-red.gif) right bottom no-repeat;
}

a.link-grey, a.link-grey:link, a.link-grey:visited, a.link-grey:active  {
	padding: 4px 12px 6px 8px;
	display: inline-block;
	line-height: 12px;
	color: #9b9b9b;
	background: #eaeaea url(_pix/link-grey.gif) right bottom no-repeat;
}

a.link-blue, a.link-blue:link, a.link-blue:visited, a.link-blue:active  {
	padding: 4px 12px 6px 8px;
	display: inline-block;
	line-height: 12px;
	color: #fff;
	background: url(_pix/link-blue.gif) right bottom no-repeat;
	
}

div.pagination a.left {
	padding: 4px 10px 6px 20px;
	display: inline-block;
	line-height: 12px;
	color: #fff;
	background: #ec1c24 url(_pix/arrow-red-left.gif) 7px 6px no-repeat;
	float: left;	
}

div.pagination a.right {
	padding: 4px 20px 6px 10px;
	display: inline-block;
	line-height: 12px;
	color: #fff;
	background: #ec1c24 url(_pix/arrow-red-right.gif) right 6px no-repeat;
	float: right;	
}

div.footer div a:link, div.footer div a:visited, div.footer div a:active {
	color: #fff;
	margin: 0 5px;
}	

div.footer a.twitter {
	width: 28px;
	height: 21px;
	text-indent: -1111em;
	display: block;
	float: right;
	background: url(_pix/footer-twitter.gif) 0 0 no-repeat;
}

div.footer a.rss {
	width: 16px;
	height: 21px;
	text-indent: -1111em;
	display: block;
	float: right;
	background: url(_pix/footer-rss.gif) 0 0 no-repeat;
}
	
/* Fonts ######################################################### */

.font-grey {color:#9b9b9b;}

p {
	padding:0 0 15px 0;
}

div.intro p {
	padding: 0;
}

div.post div.date span {
	font-size: 11px;
	text-transform: uppercase;
}	

div.twitter p {
	color: #d7ebff;
	padding: 0 0 10px 0;
}	

div.twitter span {
	font-size: 11px;
}

div.post div.comment div.text p {
	padding: 0 0 10px 0;
}

form label span {
	color: #ec1c24;
}

/* Navigation ######################################################### */

ul#nav {
	background: url(_pix/bg-nav.gif) 1px 0 repeat-x;
	height: 47px;
	margin: 0;
	list-style-type: none;
	padding: 0 0 0 110px;
}

ul#nav li {
	float: left;
	padding: 0;
	margin: 0;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	height: 47px;
	display: block;
	text-indent: -1111em;
	background-position: 0 bottom;
}

ul#nav li a.nav1 {
	background-image: url(_pix/nav_01.gif);
	width: 55px;
}

ul#nav li a.nav2 {
	background-image: url(_pix/nav_02.gif);
	width: 76px;
}

ul#nav li a.nav3 {
	background-image: url(_pix/nav_03.gif);
	width: 76px;
}

ul#nav li a.nav4 {
	background-image: url(_pix/nav_04.gif);
	width: 93px;
}

ul#nav li a.nav5 {
	background-image: url(_pix/nav_05.gif);
	width: 63px;
}	

ul#nav li a:hover {
	background-position: 0 -47px;
} 

ul#nav li.current a:link, ul#nav li.current a:hover, ul#nav li.current a:visited, ul#nav li.current a:active  {
	background-position: 0 0;
} 
	
/* Images ######################################################### */	

img {
	border:0;
}

	
/* Tables ######################################################### */

	

/* Lists ######################################################### */

div.column-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.column-right ul li {
	margin: 0;
	padding: 2px 0;
}

div.column-right ul li a, div.column-right ul li a:link, div.column-right ul li a:visited, div.column-right ul li a:active {
	margin: 0;
	padding: 0;
	color: #fff;
}

div.full-post ul, div.full-post ol {
	margin: 0;
	padding: 0 20px 15px 35px;
}

div.full-post ul li, div.full-post ol li {
	margin: 0;
	padding: 4px 0;
}

/* Forms ######################################################### */

div.add-comment form {
	width: 560px;
	float: right;
	background: #f7f7f7;
	padding: 10px;
}

form label {
	width: 100px;
	display: block;
	float: right;
	text-align: right;
	padding: 7px 5px 0 0;
}	

form p {
	width: 400px;
	margin: 0 0 1px 0;
	padding: 5px;
	background: #fff;
	float: right;
}

 textarea {
	font-family: Lucida Grande,'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	width: 389px;
	font-size: 13px;
	border: 1px solid #fff;
}

textarea {
	height: 90px;
}	

input.button {
	background: #ec1c24;
	color: #fff;
	border: none;
	cursor: pointer;
	width: 110px;
	padding: 3px 4px;
	line-height: 13px;
	margin: 10px 0 0 150px;
	clear: both;
	float: none;
}

/* Misc ######################################################### */		

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}	

.clear {
	clear:both;
}	

.center {
	text-align:center;
}	

img.left-align {
	float:left;
	margin: 0 20px 10px 0;
}
img.right-align {
	float:right;
	margin: 0 10px 20px 0;
}

input, textarea, select {
border:1px solid #FFF;
font-family:Lucida Grande,'Lucida Sans Unicode',Arial,Helvetica,sans-serif;
font-size:13px;
width:389px;
}