/* Basic tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #D6ECFE;
}
#contentWrapper {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	background-color: #D6ECFE;
}
#mainContent {
	width: 100%;
	background: #FFF;
	border-spacing: 0px;
	border: 1px solid #006;
}
#mainContent td {
	text-align: left;
	vertical-align: top;
}
/* Layout basics */
#centerPanel {
	background-color: #FFF;
	border-spacing: 10px;
	padding: 10px;
}
#leftPanel {
	width: 15%;
	color: #006;
	font-weight: bold;
	padding: 2px 10px 2px 2px;
	border-right: 1px solid #006;
	background: #DCDCF5;
}
#rightPanel {
	width: 15%;
	font-weight: bold;
	background-color: #FFF;
	padding: 2px 10px 2px 2px;
	border-left: 1px solid #006;
}
.columnSpace {
	width: 1%;
}
#header {
	padding: 0px;
}
#header_left {
	padding: 0px;
	height: 100px;
	width: 680px;
	float: left;
}
#header_left img {
	border-style: none;
}

#header_right {
	padding: 0px;
	height: 100px;
	float: right;
	width: 153px;
	background: #FFF url(/skins/animania/assets/header_right.png);
}
#footer {
	clear: both;
	height: 50px;
	margin-bottom: 10px;
}
#tabRow {
	border-bottom: 2px solid #6F69CD;
	padding: 0px;
}
#tabNavigation {
	list-style: none;
	margin: 0px;
	position: relative;
	bottom: 0px;
}
#tabNavigation li {
	float: right;
	margin-left: 5px;
}
#tabNavigation .current_page_item a, #tabNavigation .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#tabNavigation .page_item a {
	color: #FFF;
	text-decoration: none;
	background: #006;
	padding: 5px 15px;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #6F69CD;
	border-right: 1px solid #6F69CD;
	display: block;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
}
#tabNavigation .page_item a:hover {
	color: #FF0;
	background: #600;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #FF80FF;
	border-right: 1px solid #FF80FF;
}

/* Left Side Panel Formatting */
#leftPanel a:link, #leftPanel a:visited {
	color: #600;
	text-decoration: none;
}
#leftPanel a:active, #leftPanel a:hover {
	color: #090;
	text-decoration: underline;
}
#leftPanel #copyrightNotice p {
	font: normal 95% Tahoma, Geneva, sans-serif;
	color: #069;
}

#rightPanel a:link, #rightPanel a:visited {
	color: #006;
	text-decoration: underline;
}
#rightPanel a:active, #rightPanel a:hover {
	color: #900;
	text-decoration: underline overline;
}
/* Side Bar formatting */
.sideBar {
	padding: 2px;
	width: 100%;
	margin-bottom: 10px;
	
}
.sideBar ul {
	list-style: square url(none);
	margin: 0px;
	padding: 0px 15px 0px 25px;
	
}
.sideBar li {
	margin: 0px 0px 5px;
	
}
.sideBarHeader {
	font-size: 140%;
	color: #336;
	margin: 0px 0px 5px;
	padding: 1px;
	
}

/* Entry formatting */
#centerPanel .article{
}
#centerPanel a:link, #centerPanel a:visited {
	color: #900;
}
#centerPanel a:active, #centerPanel a:hover {
	color: #FC0;
	text-decoration: underline overline;
}
#centerPanel .article p {
	color: #000;
	margin: 2px 20px 12px;
}
#centerPanel .articleDateLine{
	font-weight: bold;
	color: #666;
	margin: 0;
	margin-top: -22px;
	text-align: right;
}
#centerPanel .articleTitle{
	font: italic bold 150% Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #936;
	margin-bottom: 5px;
	padding: 2px 2px 0px;
	border-bottom: 1px solid #600;
}
.articleTitle a:link, .articleTitle a:visited   {
	text-decoration: none;
	color: #936;
}
.articleTitle a:hover, .articleTitle a:active   {
	text-decoration: overline;
	color: #606;
}
#centerPanel .articleTagLines {
	width: 100%;
	clear: both;
	margin-bottom: 40px;
}
#centerPanel .articleAuthorLine {
	font-size: 95%;
	color: #369;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	float: left;
}
#centerPanel .articleCategories{
	font-size: 95%;
	color: #369;
	float: right;
	padding: 2px;
}
#centerPanel .navigation {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align: center;
}
.archive_head {
	text-align: center;
	font-style: italic;
	color: #454D8F;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 1px;
}



/* Search Bar */
#searchform {
	white-space: nowrap;
	margin: 10 10px 30;
	display: block;
	width: 180px;
	padding: 10px 10px 30px;
}
/* The search box */
#searchform #s {
	border :1px solid #203346;
	width: 100px;
	height: 22px;
	padding: 4px 5px 0px;
	border: 1px solid #003;
	background: #F4F5FA;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search button */
#searchform input {
	border: none;
	width: 67px;
	height: 28px;
	color: #FFFFFF;
	vertical-align: middle;
	background: #006;
	font-weight: bold;
}
#singlePost .articleCategories{
	color: #369;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	float: none;
}
#commentArea {
	width: 100%;
	padding: 2px;
	margin-top: 10px;
	border-top: 2px double #006;
}
#commentArea #comments {
	margin: 5px;
}

#commentArea dt {
	font-weight: bold;
}
#commentArea dd {
	margin-bottom: 10px;
}
#commentArea dl {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.commentPostDate {
	font-style: italic;
}
#commentform table {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#commentform th {
	white-space: nowrap;
}
#commentform tr {
	vertical-align: top;
}
#commentform .requiredfield {
	color: #C00;
	font-weight: bold;
}
#commentform .center {
	text-align: center !important;
}
/* Pretty submits */
#commentform #submit {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#commentform #submit button {
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
}
#commentform #submit .ButtonNorm {
	background-color:#FEFEFE; 
	border: 1px solid #666666;
	color: #3E0D10;
}
#commentform #submit .ButtonHover {
	background-color:#3E0D10;
	border: 1px solid #280000;
	color: #FEFEFE;
	cursor: pointer;
}
#error {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#results {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006633;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#linkBlock a {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
#linkBlock img, #shareThis img {
	border-style: none;
}
