/*
Theme Name: Ajax me baby
Theme URI: http://anthologyoi.com/
Description: A beautiful theme that showcases ajaxed WordPress's most impressive features. Total support built-in and incorperates all the best features.
Version: 2.0
Author: Aaron
*/

/*	Structural CSS in order of HTML .*/
html{
	height: 100%;
}

body{
/* 	background-color:#E5EBDF; */
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color:#000;
}

#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:100%;
	margin:0;
	padding: 0;
	position: relative;
}

#container{
	background: url(./images/sidebackground2.png) top left repeat-y;
	width: 975px;
	margin: auto;
	padding: 0;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}


#header{
	background-color:#7C8C9B;
	height:101px;
	border-bottom:1px solid #000;
}

#navigation{
	position: relative;
	top: -10px;
	left: 10px;
	left: expression(300 +'px');
}


#sidebar
{
	margin: 0 0 0 50px !important;
	margin: 0 0 0 25px;
	width: 175px;
	float: left;
	font-size: .9em;
	color: #465052;
}


#content{
	float: left;
	margin-left:10px;
	/*margin-bottom: 220px;*/
	width:65%;
	min-height:500px;
}

#footer
{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top:50px;
	border-bottom: 1px solid black;
}

/*	Search Box .*/
#searchbar {
	text-align:right;
	width: 100%;
	float: right;
	padding: 0;
	background: #FFF;
	height: 20px;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}

#searchbar p input, #s input{
	border:1px #ddd solid !important;
	background: #ccc !important;
	margin: 0 10px 0 0 !important;
	color:#fff !important;
	height:13px;
	font-size:12px;
}

#searchbar p input:focus, , #s:focus{
	color:#000 !important;
}

#searchbar p{
	display:inline;
}

.logo{

	width: 206px;
	height: 100px;
	margin: 15px 15px 0 38px !important;
	margin: 15px 15px 0 19px;
	padding: 0 ;
	background: #7C8C9B;
	float: left;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #000;
	background: url(./images/logobackground.png) bottom left no-repeat;
}

.icon img{
	margin: 15px 0 0;
}

/*	Header divs.*/

#title
{
	margin: 0;
	padding: 5px 0 0;
	clear: right;
	color: #e5ebdf;
	color: #FFF;
}


#header h1{
	font-family: Times;
	font-size: 2em;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

#header h2 {
	font-size: 1.2em;
	line-height: .8em;
	padding: 0;
	font-weight: normal;
	margin-left: 290px;
	margin-top:5px;
}

#header a{
	color:#fff !important;
	text-decoration:none;
}


/*	Top-Level Navigation Menu .*/

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	borer: none;
}

#navigation ul li
{
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
	width: 119px;
	height: 34px;
	vertical-align:middle;
	text-align: center;
}

#navigation ul li a
{
	display: block;
	width: 119px;
	height: 34px;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
	background: url('./images/tab_normal.png') top left no-repeat;	
	color: #E5EBDF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation ul li a:hover
{
	color: #93a6b7;
	color: #EEE;
	background: url('./images/tab_over.png') top left no-repeat;	
}



/* Sidebar styling */

#sidebar h3{
	font-size:1.3em;
	color: #465052;
	padding-left:4px;
}

#sidebar .sidebar_content
{
	margin: 3px 0 3px 10px !important;
	padding: 0;
	width: auto;
	float: none;
	color: #465052;
}


#sidebar * ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	list-style-image: none;
	width:90%;
	margin-bottom:15px;
}

#sidebar * ul li
{
	padding: 0;
	border-bottom: #7c8c9b solid 1px;
	height: 1.7em;
}

#sidebar * ul li a
{
	padding: 2px 6px;
	display: block;
	color: #465052;
	text-decoration: none;
}

#sidebar * ul li a:hover
{
	background: #e0edf7;
}
 

/*  Main content body styling */
#content form input, #content form textarea, #sidebar * select
{
	border: 1px solid #465052;
/* 	background: #e0edf7; */
	color: #465052;
}
#content form textarea, #sidebar * select{

	width: 90%;
}


#content form input.submit
{
	/*width: auto;
	float: right;*/
}

/*  Post Styling */
#content .main
{
	font-size:.89em;
	float: left;
	width: 710px;
	margin: 10px 0 0 20px;
	padding: 0;
	color: #000;
}

#content .main .byline
{
	font-variant:small-caps;
	font-size: .9em;
	font-weight: normal;
	font-style:italic;
	margin-bottom:3px;
}

#content .main p
{
	margin: 0;
	padding: 0 0 1em;
}


.box
{
	text-align: right;
	font-variant:small-caps;
	font-size: .9em;
	font-weight: bold;
	font-style:italic;
}

.box a
{
	text-decoration: none;
	color: #000;
}


/*  Comments Styling */
#content .main .comments
{
	margin-top:10px;
	border-top: 1px solid black;
}

#content .main .reply
{
	border-top: none !important;
}

#content .main .comments .comment
{
	margin: 0 0 0 10px;
	font-size: 10pt;
	background: url(./images/comment_corner.gif) top left no-repeat;
	padding: 20px 0 0 27px;
}
#content .main .reply .comment
{
	padding: 15px 0 0 17px !important;
}
#content .main .comments .comment h4
{
	margin: 0;
	padding: 0;
}

#content .main .comments .comment .commentfooter {
	font-size:0.9em;
	font-style:italic;
	font-variant:small-caps;
	font-weight:bold;
	text-align:right;
}
#content .main .comments .comment .commentfooter .commentform, .box .commentform{
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:left;
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #515B65;
	clear: both;
}


h4, h5, h6
{
	margin: 0;
	padding: 0;
	clear: both;
}

h4 a, h5 a, h6 a
{
	text-decoration: none;
}

h4
{
	font-style: italic;
}

#content a
{
	color: #7C8C9B;
}

#content h3 a
{
	text-decoration: none;
}




#footHead
{
	clear: both;
	margin: 0;
	padding: 0;
}

#footHead .head{
	border-bottom:1px solid black;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	width: 324px;
	float: left;
	margin: -15px 0 0;
	margin-bottom:expression(-10+'px');
	padding: 0 0 0 0;
	color: #515B65;
	line-height: .8em !important;
	line-height: .7em;
	height: .8em !important;
	height: .7em;
}

#footHead .container
{
	padding: 0 0 0 0px;
	margin: 0;
}



#footBody
{
	clear: both;
	width: 100%;
	background: #7C8C9B;
	margin: 0;
	padding: 0;
}

#footBody .container
{
	padding: 0 0 0 15px;
	margin: 0;
}

#footBody .main
{
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;
	color: #FFFFCC;
}

.clear
{
	clear: both;
}

#footBody .showcase
{
	text-align: center;
}

#footBody .showcase img{
	padding: 0;
	margin: 2px;
	border: #DDA 3px solid;
}

#footer #footBody ul{
	list-style: none;
	list-style-image: none;
	margin: 5px 0;
	padding: 0;
	border: none;
	width: 300px;
float:left;
}



#footer #footBody ul li{
	padding: 0;
	margin: 0 10px; 
	height: 1.8em;
	border-bottom: 1px solid #000;
}

#footer #footBody ul li.sftagli{
	height: auto;
}

#footer #footBody ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 3px;
}

#footer #footBody ul li a:hover{
	text-decoration: underline;
}

#copyright{
	background: #7C8C9B;
	color: #DDA;
	border-top: 1px solid;
	height: 1.7em;
}

#copyright a
{
	color: #DDA;
}

#copyright .container
{

	text-align: right;
}


ol.inpost li, ul.inpost li{
padding-bottom:1.3em;
}
ol.donators, ol.features{
clear:both;
margin-bottom:2em;
margin-right:0;
padding-right:0;
}

ol.features li {
padding-top:2px;
padding-right:2px;
}

ol.donators li {
float: left;
width:46%;
}

ol.donators li a,ol.donators li span,
ol.features li span {
/* padding-right: 1em; */
/* margin:1px; */
/* height:1.1em; */
} 

* html ol.donators li a ,* html ol.donators li span,
* html ol.features li span {
display: list-item;
list-style: circle inside none; 
}

/*	Archive	*/

.archive, #latest, #forumlist
{
	width: 700px;
	background: #ecf2e6;
	border-collapse: collapse;
	margin-left: 20px;
}

.archive thead, #latest thead, #forumlist thead
{
	text-align: left;
}

.archive td, .archive th, #latest th, #forumlist th, #latest td, #forumlist td
{
	border: 2px solid #939790;
	padding: 3px;
	border-collapse: collapse;
}

.archive .spanner
{
	color: #d3d9ce;
	font-weight: bold;
}

.archive .options
{
	text-align: center;
}


/*	General Elements	*/
pre
{
	display: block;
	font-family: monospace;
	overflow:visible;
	border-width: 1px 0;
	border-style: dashed;
	padding: 3px;
}

code
{
	color: #F60;
	border-width: 0 1px;
	border-style: dashed;
	display: block;
	padding: 3px;
	font-family: monospace;
}

blockquote
{
	background: #ecf2e6 url(./images/quote.gif) top left no-repeat;
	margin: 5px 20px;
	padding: 5px 5px 5px 43px;
	border: 1px solid #d3d9ce;
}

ol li ol
{
	list-style: lower-roman;
}

ol li ol li ol
{
	list-style: lower-alpha;
}

ul
{
	list-style-image: url(./images/arrow.gif);
	padding-left: 30px;
}


/* Topic Page
=================================== */

.infobox, .post {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
	padding-top:.2em;
}

.post{
margin-bottom: 2em;
}

.infobox table, .post table {
line-height:17px;
margin-left:10px;
}


.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }


.poststuff {
	border-top: 1px dotted #fbeaa7;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}


.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}


/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #eee;
	padding: 4px 7px;
	display: inline;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
}

#profile-menu li.current {
	background-color: #ddd;
	border-top: 1px solid #9e9e9e;
}

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Profile Edit
=================================== */
/*
fieldset { 
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 720px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}*/

#tag-form input{
	border:1px #ddd solid !important;
	background: #ccc !important;
	color:#fff !important;
        width:100px !important;
        float:right;
        margin:10px;
}

#tags-list li{
display:inline;
float:left;
padding-left:30px;
}
#tags-list ul{
margin-right:102px;
}

.nav{margin:0;padding:0;}


