body {
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    background: url(images/header_bkg.gif) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
    width: 991px;
    margin: 0 auto;
    position: relative;
}

#header {
    width: 991px;
    height: 171px;
}

#headermore {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 50px;
}

#nav {
    width: 991px;
    position: relative;
    top: 158px;   
}

.nav_item {
    float: left;
    height: 62px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
}

.nav_item a {
    color: #0f75bc;
    text-decoration: none;
}

.nav_item_top {
    font-size: 12px;   
}

.nav_item_bottom {
    font-size: 18px;
}
    

#contentarea {
    /* width: 991px; */
}

.content {
    padding: 10px;
}

#main_leftcolumn {
    width: 197px;
    float: left;
}

#main_rightcolumn {
    width: 794px;
    float: right;
}

#inner_leftcolumn {
    width: 521px;
    float: left;
}

#inner_rightcolumn {
    width: 253px;
    float: right;
}

#footer {
    background: url(images/bottombar.gif) repeat-x;
    clear: both;
    height: 257px;
    margin: 0;
    padding: 0;
}

/* Styles */

#profilename a {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

#profilename a:hover {
    text-decoration: underline;
}

#main_leftcolumn {
    color: #0f75bc;
    font-size: 12px;
    line-height: 18px;
}

#main_leftcolumn a {
    color: #f96604;
    text-decoration: none;
}

#main_leftcolumn a:hover {
    text-decoration: underline;
}

#main_leftcolumn h2 {
    background: url(images/leftcol_header.gif) top right no-repeat;
    width: 158px;
    height: 30px;
    text-transform: uppercase;
    color: #0f75bc;
    font-size: 18px;
    font-weight: normal;
    padding: 18px 10px 10px 0;
    text-align: right;
    margin: 10px 0 0 0;
}

#inner_leftcolumn {
    font-size: 14px;
    line-height: 20px;
}

#inner_leftcolumn h1 {
    color: #0f75bc;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px 0; 
}

#inner_leftcolumn a {
    color: #0f75bc;
}

#inner_leftcolumn a:hover {
    text-decoration: none;
}

#inner_leftcolumn h1 a {
    text-decoration: none;
}

#inner_leftcolumn h1 a:hover {
    text-decoration: hover;
}

.postinfo {
    color: #0f75bc;
    margin: 0 0 10px 0;
}

#inner_leftcolumn .comments {
    color: #f96604;
    font-size: 24px;
    text-align: right;
}

#inner_leftcolumn .comments a {
    color: #f96604;
    text-decoration: none;
}

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

#inner_rightcolumn h2 {
    background: url(images/rightcol_header.gif) no-repeat;
    width: 225px;
    height: 48px;
    text-transform: uppercase;
    color: #0f75bc;
    font-size: 18px;
    font-weight: normal;
    padding: 18px 0 0 10px;
    margin: 10px 0 0 0;
}

#thispost, #categories {
    padding: 0 10px 10px 10px;
    font-size: 12px;
    color: #0f75bc;
}

#thispost a, #categories a {
    color: #f96604;
    text-decoration: none;
    font-weight: bold;
}

#thispost a:hover, #categories a:hover {
    text-decoration: underline;
}

#archives {
    padding: 0 10px 10px 0px;
    font-size: 12px;
    color: #0f75bc;
}

#archives select {
	margin-left: 10px;
}

#archives a {
    color: #0f75bc;
    text-decoration: none;
}

#archives a:hover {
    text-decoration: underline;
}

#archives a.aselected {
    color: #f96604;
    font-weight: bold;
}

h2.pagetitle {
    text-transform: uppercase;
    color: #5b5b5b;
    font-size: 15px;
}

/* comments styling */

#respond h3 {
    color: #0f75bc;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

textarea#comment {
    width: 500px;
}

#commentform input {
    border: 1px solid #666;
    padding: 3px;
}

/* widgets */

ul.widgets {
   list-style: none;
   padding: 0px;
   margin: 0px;
   font-size: 12px;
   line-height: 16px;
}
ul.widgets a {
   color: #0f75bc;
}
ul.widgets li ul {
   list-style:none;
   padding: 0px 0px 0px 10px;
   margin: 0px;
}
ul.widgets li ul li {
   padding: 0px 0px 2px 0px;
   margin: 0px;
}

ul.widgets .aktt_tweets ul {
	padding-left: 0px;
}

ul.widgets .aktt_tweets ul li, ul.widgets ul#recentcomments li {
	padding: 8px 0px 8px 0px;
	border-bottom:1px dashed #D2DADA;
}

ul.widgets .aktt_tweets ul li.aktt_more_updates {
	border-bottom: none;
}
ul.widgets .cat-item a {
    color: #F96604;
    text-decoration: none;
    font-weight: bold;
}
ul.widgets .cat-item a:hover {
    text-decoration: underline;
}
