/*  
Theme Name: RetroOtakuV2
Theme URI: http://www.retro-otaku.com/
Description: Custom theme for my blog.
Version: 2.0
Author: Sean Boden
Author URI: http://www.retro-otaku.com/
*/

body {
 padding: 0px;
 margin: 0px;
 font: 10pt/16pt Verdana,Arial,sans-serif;
 text-align: center;
 color: #f1f1f1;
 background: #2e2b32 url(images/bg-gradient.jpg) repeat-x;
 border: none;
}

a {
 color: #98c0e7;
 text-decoration: none;
}

a:hover {
 color: #f1f1f1;
 text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
 color: #ebebeb;
}

#container-gradient {
 padding: 0px;
 margin: 0px auto;
 background: transparent url(images/bg-gradient.png) repeat-x;
 height: 100%;
 width: 100%;
 }


#container-whole {
 padding: 0px;
 margin: 0px auto;
 background: transparent url(images/bg-fulltexture.jpg) no-repeat top;
 height: 100%;
 width: 100%;
}

#container-main {
 margin: 0px auto;
 padding: 0px;
 height: 100%;
 width: 1024px;
}

#header {
 padding: 0px;
 background: transparent url(images/header-block.jpg) no-repeat;
 width: 1024px;
 height: 303px;
}

#header-top {
 background: none;
 margin: 0px;
 padding: 0px;
 vertical-align: middle;
 text-align: right;
 width: 1024px;
 height: 230px;
}

#searchbar-container {
 margin: 0px;
 padding: 115px 80px 0px 0px;
 background: none;
 height: 33px;
}

.searchbar-input{
 padding: 9px;
 border: none;
 background: transparent url(images/searchbar-main.png) no-repeat;
 margin: 0px;
}

.searchbar-submit {
 margin: 0px 0px 0px -7px;
 border: none;
 height: 33px;
 width: 83px;
 background: transparent url(images/searchbar-button.png) no-repeat;
 vertical-align: top;
}

#header-bottom {
 height: 61px;
}

#nav-menu, #nav-menu ul {
 margin: 0px;
 padding: 5px 35px 10px 35px;
 list-style-type: none;
 list-style-position: outside;
 position: relative;
 z-index: 50; /* Causes bugs for NGG, has to be smaller than #stimuli_overlay z-index, which is 90 by default, so move value of #nav-menu to 50 instead of 300 */
 width: 100%;
 height: 100%;
 background: none;
 text-align: left;
 font: 18pt/24pt Tahoma,Arial,sans-serif;
 font-weight: bold;
 color: #ebebeb
}

#nav-menu a {
 display: block;
 padding: 0.25em 1em;
 color: #ebebeb;
 text-decoration: none;
}

#nav-menu a:hover {
 text-decoration: underline;
}

#nav-menu li {
 float:left;
 position:relative;
}

#nav-menu ul {
 position: absolute;
 display: none;
 width: 12em;
 left: -1px;
}

ul#nav-menu li.nav-menu-divider {
 margin: 0px;
 padding: 0px;
 height: 44px;
 width: 5px;
 background: transparent url(images/navbar-dividers.png) no-repeat bottom;
}

#body-container {
 padding: 0px;
 margin: 0px;
 background: transparent;
 width: 1024px;
 height: 100%
}

#breadcrumbs-block {
 padding: 0px;
 margin: 0px;
 background: transparent url(images/breadcrumb-block.jpg) no-repeat top;
 width: 1024px;
 height: 72px;
}

#breadcrumbs-block-content {
 padding: 18px 0px 5px 50px;
 text-align: left;
 font-weight: bold;
}

#content-block-left {
 padding: 0px;
 margin: 0px;
 float: left;
 width: 734px;
 text-align: left;
 display: inline;
 height: 100%;
}

#content-block-left h2 a {
 text-decoration: none;
 color: #ebebeb;
}

#content-block-left h2 a:hover {
 text-decoration: underline;
}

.post-container {
 padding: 0px;
 margin: 0px;
 height: 100%;
 width: 734px; 
}

.post-top {
 padding: 0px;
 margin: 0px;
 height: 19px;
 width: 734px;
 background: transparent url(images/posts-top.png) no-repeat top;
}

.post-repeater {
 padding: 0px;
 margin: 0px;
 height: 100%;
 width: 734px;
 background: transparent url(images/posts-main_repeat.png) repeat-y;
}

.post-main {
 padding: 0px;
 margin: 0px;
 min-height: 367px !important;
 height: 100%;
 width: 734px;
 background: transparent url(images/posts-main_static.png) no-repeat top;
 overflow: hidden;
}

.posts-content {
 padding: 0px 70px 5px 50px;
 margin: 0px;
 min-height: 367px !important;
 height: 100%;
 width: 650px;
 background: transparent;
 overflow: hidden;
}

.post-main h2 {
 background: url("images/posts-h2_underline.png") no-repeat scroll right bottom transparent;
 padding: 0 0 1em;
}

.post-footer_text {
 padding: 20px 0px 0px 0px;
 margin: 0px;
 color: #e7bc7f;
}

.postmetadata-timeCat {
 padding: 0px;
 font-size: 8pt;
 color: #e7bc7f;
}

.post-base {
 padding: 0px;
 margin: 0px;
 height: 26px;
 width: 734px;
 background: transparent url(images/posts-base.png) no-repeat top;
}

#content-block-right {
 padding: 0px;
 margin: 0px;
 float: right;
 text-align: left;
 width: 290px;
 display: inline;
 height: 100%;
}

.sidemenu-container {
 padding: 0px;
 margin: 0px;
 height: 100%;
 width: 290px;
}

.sidemenu-top {
 padding: 0px;
 margin: 0px;
 height: 19px;
 width: 290px;
 background: transparent url(images/sidemenu-top.png) no-repeat top;
}


.sidemenu-repeater {
 padding: 0px;
 margin: 0px;
 height: 100%;
 width: 290px;
 background: transparent url(images/sidemenu-repeat.png) repeat-y;
}

.sidemenu-main {
 padding: 0px;
 margin: 0px;
 min-height: 359px !important;
 height: 100%;
 width: 290px;
 background: transparent url(images/sidemenu-static.png) no-repeat top;
 overflow: hidden;
}

.sidemenu-content {
 padding: 0px 0px 5px 38px;
 margin: 0px;
 height: 100%;
 width: 210px;
 background: transparent;
 overflow: hidden;
}

.sidemenu-main h2 {
 background: transparent url(images/sidemenu-h2_underline.png) no-repeat bottom;
 padding: 0;
}

.sidemenu-main a {
 text-decoration: none;
}

.sidemenu-main a:hover {
 text-decoration: underline;
}

.sidemenu-main ul {
 color: #98c0e7;
 margin: 0px;
 padding: 0px 0px 0px 25px;
}

.sidemenu-base {
 padding: 0px;
 margin: 0px;
 height: 30px;
 width: 290px;
 background: transparent url(images/sidemenu-base.png) no-repeat top;
}

/* Calendar styles */

#calendar_wrap {
 padding: 7px;
}

table#wp-calendar{
 width: 100%;
 padding: 5px;
 border: none;
 text-align: centre;
}

table#wp-calendar a {
 font-weight: bold;
}

table#wp-calendar caption {
 font-size: 12pt;
 font-weight: bold;
 padding: 0px 0px 5px 0px;
}

table#wp-calendar th {
 border: 0px;
}

#navigation-block {
 padding: 0px;
 margin: 0px;
 background: transparent url(images/navigation-block.png) no-repeat top;
 width: 1024px;
 height: 72px;
 clear: both
}

#navigation-block-content {
 padding: 22px 0px 5px 50px;
 text-align: left;
 font-weight: bold;
 text-align: center;
 color: #98c0e7;
}

.navigation {
 text-align: center;
}

#footer-block {
 padding: 0px;
 margin: 0px;
 width: 1024px;
 height: 117px;
 background: transparent url(images/footer-bg.png) no-repeat;
 color: #ffffff;
 font: 8pt Tahoma,Arial,sans-serif;
}

#footer-block a {
 color: #f1f1f1;
 text-decoration: none;
}

#footer-block a:hover {
 text-decoration: underline;
}

#footer-left {
 padding: 10px 10px 5px 50px;
 margin: 0px;
 float: left;
 text-align: left;
 max-width: 50%;
 display: inline;
}

#footer-right {
 padding: 0px;
 margin: 0px;
 float: right;
 text-align: center;
 width: 45%;
 display: inline;
}

#footer-right img {
 border: none;
 padding: 0px;
}

/* Other elements */

.table-style {
 border-collapse: collapse;
 background-color: #192142;
}

.table-style th {
 font-weight: strong;
 text-align: center;
}

.table-style td, th {
 border: solid 1px #6383Ba;
 padding: 5px;
}

/* Comments template styles */

.postmeta-comments {
 margin: 0px;
 font-size: 10px;
}

.postmetadata {
 padding-bottom: 10px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Tahoma,Arial,sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
}