/*
Theme Name: FC AEEMM Mod.
Contributors: Chris Tou
Theme URI: http://www.fadetal.net
Description: FC Custom theme for AEEMM.
Author: Chris Tou (touchris@gmail.com)
Author URI: http://www.fadetal.net
Tags: Custom Theme
Version: 1.0
License:License URI:
*/

/*------------------------------ Body and Global ------------------------------*/

BODY
{
	font-size: 14px;
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}
/*----------------------------------- Links -----------------------------------*/
/*general links*/
A{
	color: #03829f;
	text-decoration: none;
}
A:hover{
	color: #0249f2;
}
/*small tag list*/
DIV.post_tag_list A{
	color: #9ab5c4;
	text-decoration: none;
}
/*post title*/
DIV.post_title A{
	color: #6a95a4;
	text-decoration: none;
}
/*----------------------------------- Header ----------------------------------*/
A IMG#header{
	border-style: none;
}
DIV#header{
	padding-bottom: 10px;
}
div#floatstat{
	float: right;
	padding-top: 15px;
	font-size: 10px;
	color: #808080;
	text-align: right;
	line-height: 12px;
}
div#subtitle{
	color: #6497c0;
	}
/*---------------------------------- Nav Bar ----------------------------------*/
div#nav{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
		margin: 0 0 15px 0;
	padding-left: 30px;
	line-height: 24px;
	height: 28px;
	background-image: url("./navbar.png");
	background-repeat: repeat-x;
	border: none;
}
div#nav a{
	text-decoration: none;
	text-shadow: 1px 1px 0 #447;
	color: #e2f2f8;
}
	div#nav a:hover{
	text-shadow: 0px 1px 3px #223;
	color: #fff;
}
	div#nav ul{
	margin: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#nav li{
	float: left;
	margin: 0;
	padding: 0 15px;
}

li.current-page-ancestor
{
	color: #fff;
}

/*---------------------------------- Warpper ----------------------------------*/
DIV#warpper{
	width: 980px;
	text-align: left;
	display: inline-block;
}
/*---------------------------------- Sidebar ----------------------------------*/
/*Sidebar container*/
DIV.sidebar{
}
/*widget list container*/
DIV.sidebar UL{
	list-style-type: none;
	text-indent: 0em;
	padding: 0px;
}
DIV#sidebar-page UL{
	margin: 0 15px 0 0;
}
DIV#sidebar-home UL{
	margin: 0 0 0 15px;
}
/*widget title*/
H2.widgettitle{
	color: #04c;
	font-size: 15px;
	letter-spacing: 1px;
		padding: 0px 10px;
	margin: 0 0 1px 0px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	height: 26px;
	line-height: 26px;
}
/* --- widget --- */
/*widget block*/
LI.widget{
	text-indent: 0em;
	background-color: #eee;
	margin-bottom: 20px;
	padding: 0;
}
/* list in widget */
DIV#sidebar-home UL UL{
	padding: 3px 10px;
	margin: 0;
}
DIV#sidebar-page UL UL{
	padding: 0 10px;
	margin: 0;
}
/*item in widget*/
LI.widget UL li{
	font-size: 12px;
	text-indent: 0em;
	color: #405070;
	padding: 3px 0;
}
/*generic text widget*/
li.widget DIV{
	font-size: 14px;
	color: #405070;
	padding: 3px 10px;
}
/* custom text widget list */
div#sidebar div.textwidget ul.clist{
	padding: 0px;
}
/* blogroll description */
ul.blogroll a{
	display: block;
}
.widget_tag_cloud div{
	padding:8px;
}

/* nav list */
li.current_page_item
{
	font-weight: bold;
}

/*--------------------------------- Blog Body ---------------------------------*/
/*blog column container*/
DIV#content{
	margin-top: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 1.4;
	background-color: #fff;
}
/*blog column title bar*/
DIV#blog_title_bar{
	color: #04c;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
		padding: 0px 10px;
	margin: 10px 0px 0px 0px;
	background-color: #fff;
	border-bottom: 1px solid #c0d1e6;
	height: 26px;
	line-height: 26px;
}
/*blog inner container*/
DIV#main{
	background-color: #eff7fb;
	line-height: 180%;
	padding: 10px 10px 10px 10px;
}
/* post time and title box */
div.post_timetitle{
	margin: 0;
	padding: 0px 6px;
	background: #739bca;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-spacing: 0;
	overflow: hidden;
}
/*post date-time*/
div.post_time{
	float: left;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0 14px 0 6px;
	padding: 1px 0px;
}
div.post_time a{
	color: #fff;
}
/*post title*/
div.post_title{
	overflow: hidden;
	font-size: 18px;
	font-weight: bolder;
	line-height: 34px;
	margin: 0;
	padding: 0 0 0 12px;
	border-left: 1px #4a82bd solid;
}
div.post_title a{
	color: #fff;
	text-shadow: 0px 0px 2px #025;
}
/*post main text*/
DIV.post_content{
	color: #000;
	font: inherit;
	margin: 0px;
	line-height: 150%;
}
/*text align to left/right in blog*/
DIV.alignright{
	float: right;
}
DIV.alignleft{
	float: left;
}
.aligncenter, DIV.aligncenter{
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*table in blog content*/
.post_content TD{
	font-size: 12px;
}
/*float image container*/
.wp-caption{
	border: 1px solid #D9D9D9;
	-moz-border-radius: 5px;
	padding: 0px;
	text-align: center;
	margin: 5px;
	background-color: #FFFFFF;
}
/*non-float image container (alignnone)*/
.alignnone{
	display: inline-table;
	margin: 0px 0px 0px 0px;
}
/* image in blog align right without caption */
img.alignright{
	float: right;
	border: 1px solid;
}
/* caption text */
P.wp-caption-text{
	display: inline;
	font-size: 12px;
}
/*image in blog*/
DIV.wp-caption A IMG{
	border: 0px none #FFFFFF;
	padding: 5px 5px 0 5px;
}
/*small tag list after blog text*/
DIV.post_tag_list{
	font-size: 11px;
	color: #9ab5c4;
	text-align: right;
	padding-top: 15px;
}
/*HR between content and tags*/
HR#post_content_tags{
	border: none;
	border-top: 1px solid #9ab5c4;
	margin: 0px 0px 2px;
	height: 0;
}
/*category list and reply buttons*/
DIV.post_tag{
	padding-bottom: 30px;
	text-align: right;
	color: #9ab5c4;
	font-size: 12px;
}
div#page_nav{
	background-color: #eff7fb;
	background-image: url('./pagenav.png');
	margin: 0 0 10px 0;
	padding: 10px;
	line-height: 150%;
}
span.prev_posts{
	text-align: left;
}
	span.next_posts{
	float: right;
}
/* tables in post */
.post_content table{
border-collapse:collapse;
}
.post_content table td, .post_content table th{
	border: 1px solid #bbb;
	line-height: 130%;
	padding: 4px;
}

/*--------------------------------- Comments ---------------------------------*/
/*comment input area*/
TEXTAREA#comment{
	width: 680px;
}
/* comment list number */
ol.commentlist li{
	font-size: 40px;
	margin: 10px 30px;
	color: #e4f0f6;
}
/* comment container */
div.comment-body{
	color: #304060;
	font-size: 12px;
	padding: 15px;
	margin: 10px 20px 10px -20px;
	background-color: #e4f0f6;
}
li.bypostauthor div.comment-body{
	border: 1px solid #9ab5c4;
}
ol.commentlist ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/*---------------------------------- Footer ----------------------------------*/
DIV#footer{
	text-align: center;
	font-size: 12px;
	color: #8B8B8B;
	clear: both;
}
img#footer{
	border: none;
}
/* --- buttons --- */
.archive-catlist, .archive-yearlist{
	padding: 0 0 10px 0;
}
.more-link, .mybutton{
	margin: 0 10px 0px 0;
	padding: 3px 24px;
	background: #d8e6e6;
	border-radius: 6px;
	color: #2782b3;
	-moz-box-shadow:inset 0 0 3px #bcc;
	-webkit-box-shadow:inset 0 0 3px #bcc;
	box-shadow:inset 0 0 3px #bcc;
}
.more-link:hover, .mybutton:hover{
	margin: 0 10px 0px 0;
	padding: 3px 24px;
	background: #cdd;
	border-radius: 6px;
	color: #2782b3;
	text-shadow: 0px 0px 3px #fff;
	-moz-box-shadow:inset 0 0 3px #bcc;
	-webkit-box-shadow:inset 0 0 3px #bcc;
	box-shadow:inset 0 0 3px #bcc;
}
.mybuttonselected{
	margin: 0 8px 0px 0;
	padding: 3px 24px;
	background: #d8e6e6;
	border-radius: 6px;
	color: #2782b3;
	border: #88a6a6 1px solid;
	-moz-box-shadow:inset 0 0 3px #bcc;
	-webkit-box-shadow:inset 0 0 3px #bcc;
	box-shadow:inset 0 0 3px #bcc;
}
.mybuttonselected:hover{
	margin: 0 8px 0px 0;
	padding: 3px 24px;
	background: #cdd;
	border-radius: 6px;
	color: #2782b3;
	text-shadow: 0px 0px 3px #fff;
	border: #88a6a6 1px solid;
	-moz-box-shadow:inset 0 0 3px #bcc;
	-webkit-box-shadow:inset 0 0 3px #bcc;
	box-shadow:inset 0 0 3px #bcc;
}
