/*
Theme Name: akatimmeah.com
Theme URI: http://www.akatimmeah.com/
Description: Special theme for akatimmeah.com
Version: 1.0
Author: Chris Scott
Tags: akatimmeah.com
*/
body 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	background-color:#000033;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	margin-right:5px;
	color:#FFFFFF;
	font-size:12pt;
	text-align:center;
}

#page
{
	text-align:left;
	width:900px;
	margin-left: auto;
	margin-right: auto;
}

#page hr
{
	visibility:hidden;
}

#headerimg
{
	text-align:right;
}

#headerimg h1
{
	padding-top:40px;
}

#headerimg a
{
	text-decoration:none;
	color:#FFFFFF;
}

#headerimg .description
{
	font-size:small; 
	width:300px;
	margin-left:auto;
}

#navpanel
{
	background-color:#003366;
	text-align:center;
	border-bottom:solid 2px #000033;
	width:100%;
	clear:both;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: auto;
}

#navpanel ul
{
	list-style: none;
}

#navpanel li
{
	display: inline;
	text-decoration: none;
}

#navpanel a
{
	text-decoration: none;
	color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

#main
{
	background-color: #006699;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#main .post-item
{
	float:left;
	width:688px;
	background-color: #006699;
	border-bottom: solid 2px #000033;
	border-right: solid 2px #000033;
	padding: 5px 5px 5px 5px;
}

#main .post-altitem
{
	float:left;
	width:688px;
	background-color: #006666;
	border-bottom: solid 2px #000033;
	border-right: solid 2px #000033;
	padding: 5px 5px 5px 5px;
}

#main .post-item-final
{
	float:left;
	width:688px;
	background-color: #006666;
	border-right: solid 2px #000033;
	padding: 5px 5px 5px 5px;
}

#main .post-altitem-final
{
	float:left;
	width:688px;
	background-color: #006666;
	border-right: solid 2px #000033;
	padding: 5px 5px 5px 5px;
}

#main h3
{
	font-size: 14pt;
	padding-bottom:0px;
	margin-bottom:0px;
}

#main h3 a
{
	color: #FFFFFF;
}

#main .meta
{
	font-size:x-small;
	float: left;
}

#main .feedback
{
	font-size:x-small;
	float: right;
}

#main .date
{
	font-size: x-small;
	padding-top: 0px;
	margin-top: 0px;
}

#sidebar
{
	background-color: #006699;
	float:right;
	clear: right;
	width:200px;
	clear:right;
	margin: 0px 0px 0px 0px;
	padding-bottom:auto;
	text-align:center;
}

#sidebar ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}

#sidebar li
{
	list-style: none;
	text-decoration: none;
	text-align:left;
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar p
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#sidebar li h2
{
	font-size: 12pt;
	font-weight: bolder;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar li ul li
{
	font-size: 8pt;
	margin-left: 30px;
	color: #FFFFFF;
}

#sidebar li ul li a
{
	color: #FFFFFF;
}

#sidebar li ul .index-item
{
	margin-left: 40px;
	text-indent: -30px;
}

#twitter_update_list
{
	margin: 0px 5px 0px 5px;
	margin-left: 15px;
	margin-right: 15px;
}

#twitter_update_list li{
	list-style: square outside url(/images/ico_edit.png);
}

#twitter_update_list li a 
{ 
	text-decoration:none; 
	color:#FFFFC0;
}

#tagcloud
{
	margin: 0px 5px 0px 5px;
	text-align:justify;
	margin-left: 15px;
	margin-right: 15px;
}

#tagcloud a
{
	color: #FFFFFF;
}

#pagefooter
{
	clear:both;
	width:100%;
	background-color:#003366;
	text-align:right;
	font-size:x-small;
	border-top: solid 2px #000033;
}

#footer
{
	clear:both;
	width:100%;
	background-color:#000033;
	text-align:center;
	font-size:x-small;
}

#comment
{
	width:683px;
}

#comments
{
	margin-top: 40px;
	
}

#respond
{
	margin-top: 40px;
	
}

.commentlist
{
	margin-left: 0px;
	width:683px;
	display:block;
}

.commentlist li
{
	border: solid 2px #000033;
	background-color: #006666;
	display:block;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	clear:both;
	color: #FFFFFF;
	font-size: 10pt;
}

.commentlist li p
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.commentmetadata
{
	font-size:xx-small;
}

a:hover 
{ 
	text-decoration:underline; 
}

a 
{ 
	text-decoration:none; 
	color:#FFFFC0 
}

code
{
	border: solid 2px #000033;
	background-color: #FFFFCC;
	color:#000000;
	display:block;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	font-size: 8pt;
	white-space: nowrap;
	clear:both;
}

pre
{
	border: solid 2px #000033;
	background-color: #FFFFCC;
	color:#000000;
	display:block;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	font-size: 8pt;
	white-space: pre;
	clear:both;
}

img
{
	margin: 5px 5px 5px 5px;
	clear: right;
}

.wp-smiley
{
	margin: 0px;
	clear: none;
}

b { color:#FFFFFF; }
.pageinput {  border: thin #003366 solid; }
input {  border: #003366; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin; }
textarea {  border: #003366; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin; }
option {  border: #003366; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin; }
