* {
	padding: 0;
	margin: 0;
}

body {
	/*background:url(images/column.gif);*/
	color: #000000; 
	font: 12px Helvetica, Arial, sans-serif;
}

p {
	padding-bottom: 20px;
}

img {
	border: none;
	outline: none;
}

blockquote{
	border-left:1px solid #CCCCCC;
	font-style:italic;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}

a, a:visited {
	color: #ec008c;
	text-decoration:none;
	border:none;
	outline:none;
}

a:active {
	color: #ec008c;
	text-decoration:none;
	border:none;
	outline:none;
}

a:hover {
	color: #FFFFFF;
	background-color:#ec008c;
	border: none;
}

/* main layout */

#wrapper {
	display: block;
}

#header {
	/*background:url(images/fight_title.gif), repeat:none;
	display:block;
	border-top: #000000 solid 1px;
	height: 416px;*/
	width: 950;
	margin-top: 30px;
	margin-left: 10px;
}

#main { 
	width: 951px;
	/*padding-left: 10px;*/
}

#content {
	border-top: #000000 solid 1px;
	padding-top: 5px;
	width: 465px;
	margin-top:95px;
	margin-bottom: 20px;
	/*margin-right: 6px;*/
	float: right;
}

#sidebar {
	color:#aaa;
	padding:20px 20px 20px 0;
}

#sidebar h5{
	border-bottom:1px solid #CCCCCC;
	color:#CCCCCC;
	font-size:16px;
	margin:0 0 10px;
	padding:0 0 10px;
}

#footer {
	background-color:#000000;
	height: 40px;
	padding-left: 90px;
	padding-top: 25px;
	clear:both;
}

/* sidebar menu */
#postMenu {
	
}

ul.mainmenu {
	list-style: none;
}

ul.mainmenu li.menugroup h3 {
	margin-bottom: 15px;
	font-size: 2.2em;
}

ul.mainmenu li.menugroup { /* menu sections */
	padding-top: 5px;
	width:303px;
}

ul.mainmenu li.menugroup ul {
	list-style:none;
	line-height: 20px;
	margin-bottom:20px;
}

/* menu items */
ul.mainmenu li.menugroup a {
	color:#aaa;
	font-size: 1.0em;
}

ul.mainmenu li.menugroup a:hover {
	color: #000;
	border-bottom: 1px #000 dotted;
	background-color:white;
}
ul.mainmenu li.menugroup span.byline{
	color:#BBBBBB;
	display:block;
	font-size:95%;
	margin-top:-2px;
	padding-bottom:5px;
}
/* disqus override*/
.dsq-brlink {display:none;}

/* archive menu item */
#archive {
	padding-top:10px;
}



#homeContact {
	padding-top: 5px;
	width: 140px;
	border-top: 1px #000000 dashed;
	float:left;
	display:none;
}

#homeContact ul {
	list-style:none;
	line-height: 20px;
}

#homeContact h3 {
	margin-bottom: 15px;
	font-size: 2.2em;
}

/* twitter menu */
#sidebar h5.twitter{	
	background-image:url("images/twitter1.png");
	background-position:right 0px;
	background-repeat:no-repeat;
	border-bottom:1px solid #CCCCCC;
	padding-top:20px;
	}
.aktt_tweets{}
.aktt_tweets ul{

}
.aktt_tweets ul li{}
.aktt_tweets .aktt_tweet_time {display:block;}
.aktt_tweets .aktt_tweet_time a{color:#ccc;}

/* footer */
#footer a { font-weight:bold; color:#CC6600; text-decoration:none; }
#footer a:hover { font-weight:bold; color:#FFFFFF; text-decoration:none; }
#footer a:visted { font-weight:bold; color:#CC6600; text-decoration:none; }


/* blog post spcific */
#content h1 {font-size:3em; color:#ec008c; line-height:1.1em;}
#content h1 a, a:active {color:#666666;}
#content h1 a:hover {color:#FFFFFF;}
#content h3 {font-size: 2.2em;}
#content h4 {color:#666666;}
#content h5 {color:#666666;}

.authorLink a, .authorLink a:visited {
	font-weight:bold;
	text-decoration:none;
	color: #598fb9;
}

.authorLink a:hover {
	font-weight:bold;
	text-decoration:none;
	color: #ea582b;
}

.entry {
	
	
	border-bottom: 1px #7E7E7E dotted;
	padding-left: -5px;
	padding-bottom: 20px;
	line-height: 2em;
	padding-right:15px;
}

#pageContent {
	/*float:right;*/
	width:95%;
	border-bottom: 1px #7E7E7E dotted;
	margin-top: 10px;
	padding-bottom: 20px;
	line-height: 2em;
}

.comments {
	font-weight:bold;
}

/*  comments  */
#comments {
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.commentList {
	margin-top:20px;
	line-height:2em;
	float:right;
	width: 465px;
	padding-left: 5px;
}

#respond {
	width: 450px;
	padding-top:10px;
	float:right;
}
#disqus_thread{
	padding:0 0px;
}

/* archive */
.archiveList {
	margin-top: 20px;
}
.archiveList ul{
	list-style: none;
}

.pagetitle {
	padding-bottom:15px;
}

.aktt_tweets{}
.aktt_tweets ul li{padding-bottom:10px}


.post-individual{padding:10px 15px 20px 0;font-size:12px;}
.post-individual h2{font-size:14px;}
.post-individual .post-meta{
	line-height:12px;
	padding:0;
}
.post-individual .post-meta .author{}
.post-individual p{
	padding-bottom:5px;
	padding-top:10px;
	}
.post-individual a{}
.post-individual a:hover{}
