/*  
Theme Name: OtakuHouse
Version: 1.2 for Mozilla Firefox, Opera and other standard browsers
Last Dated: 22nd Nov 2008
*/

/* ----------------------General---------------------- */

/* background of otaku homepage */

*
{
margin: 0px;
padding: 0px;
}

hr {margin-top: 10px; margin-bottom: 5px; }

body {
	background: repeat-x url("images/off_background.jpg"); /*to repeat the top layer only in x-axis using image*/
	background-color: #FFCC00;  /*to cover the rest of the background in x and y axis using color*/
	text-align: center; /*use for IE browsers only*/
        font-family: Verdana;
        font-size: 20px;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto 0 auto;
	width: 889px;
	padding: 0;
	text-align: left; /*to make sure all alignment of words are left*/
}

/* ----------------------Header---------------------- */

#header { /* banner for the otaku house */
	width: 889px;
	height: 248px;
	background: url("images/off_banner.jpg") no-repeat;
	margin: 0;
	padding:0;
	position: relative;
}

/* ----------------------Main---------------------- */

#main {  /* generic background image for all sidebars and content*/
	width: 889px;
	background: #262626 url("images/main.jpg") repeat-y;
	/*border: solid;
	border-color:#FF0000;*/
}
	
#main-bottom { /* image of off_bottom: on top of footer.php */
	width: 889px;
	min-height: 50px;
	background: url("images/off_bottom.jpg") no-repeat left bottom;
}

	/* ----------------------Main - Content in index.php, single.php and page.php----------------------*/
	
	#content {
		float: left;
		width: 538px;
		padding: 12px 16px 0px 16px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 495px;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
			background: none no-repeat;
			height: 25px;
			color: #000000;
			text-align: left;
			font: 12px Verdana;
                        padding: 0 15px;
		}
		
		/* Post - Title */
		
		#content .post .post-title {
			width: 463px;
			height: 45px;
			border: 0px;
			background: none repeat-x;
			color: #000000;
			font: bold 10px Verdana;
			padding: 0 15px;
		}
		
		#content .post .post-title a, .post-title-info a {
			color: #660000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover, .post-title-info a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #000000;
			font: bold 25px/25px Verdana;
			float: left;
		}
		
		#content .post .post-title h2 a {
			color: #000000;
			text-decoration: none;
			
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			float: left;
			line-height: 15px;
			
		}
		
		.post-title-info {
			display:block;
			width:100%;
			text-align:left;
			color: #333333;
			font: 12px Verdana;
			padding-top: 0px;
                        padding-left: 0px;	
                        padding-bottom: 5px				
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Verdana;
			color: #000000;
			padding: 0 15px;
			width: 465px;
			float: left;
			background-color: #FFFFCC;
			
		}
		
		#content .post .post-entry a {
			color: #660000;
			text-decoration: underline;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Verdana;
			color: #000000;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 10px 0 0;
			width: 485px;
			clear: both;
			font: 12px Verdana;
			color: #333333;
			background-color: #FFFFCC;
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #660000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
			color: #000000;
			font: bold 14px Verdana;
			margin: 10px 0 5px 0;
		}
		
		#content .post .post-entry .comments {
			font: normal 11px/18px Arial;
			color: #000000;
			width: 465px;
		}
		
		#content .post .post-entry .comments a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 10px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-entry .comments ol li.alt {
			background: none;
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry #commentform {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 450px;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px/25px Verdana;
		color: #000000;
		width: 495px;
		height: 25px;
		float: left;
		margin-bottom: 25px;
	}
	
	#content .navigation a {
		color: #000000;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
			
.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
	/* ----------------------Main - Sidebar---------------------- */

	.sidebar {  /*sidebar.php */
		float: left;
		width: 44px; /*same width as the #lefttopcol */
		background-image:url(images/off_lefttopcol.jpg);
		background-repeat:no-repeat;
		padding: 8px 3px 15px 16px;
                font-family: Verdana;
                font-size: 20px;

	}
	
	.midbar {  /*sidebar-left.php*/
		float: left;
		width: 34px; /*same width as the #midtopcol */
		background-image:url(images/off_midtopcol.jpg);
		background-repeat:no-repeat;
	}
	
	.sidebarMenu { /*sidebar-menu.php*/
		float: left;
		width: 170px; /*same width as the #lefttopcol */
		color: #660000;
                font-family: Verdana;
                font-size: 20px;

	}
	
	.rightbar { /*sidebar-right.php*/
		float: left;
		width: 52px; /*same width as the #righttopcol */
		background-image:url(images/off_righttopcol.jpg);
		background-repeat:no-repeat;
	}
	
	.sidebarMenu a {
		color: #660000;
		text-decoration: none;
	}
	
	.sidebarMenu a:hover {
		text-decoration: underline;
	}
		
		/* SidebarMenu - Titles */
		
		.sidebarMenu h3 {
			padding-left: 10px;
			font: normal 14px/26px Verdana;
			color: #660000;
			width: 159px;
			height: 26px;
                        font-weight: bold;
		}
		
		/* Sidebar - Menus */
		
		.sidebarMenu ul {
			margin: 5px 0 8px 0;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebarMenu ul li {
			padding-left: 11px;
			color:  #660000;
                font-family: Verdana;
                font-size: 12px;
		}
		
		.sidebarMenu ul li a {
			color: #660000;
			text-decoration: none;
		}
		
		.sidebarMenu ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Submenus */
			
			.sidebarMenu ul li ul {
				margin: 0;
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		.sidebarMenu #searchform {
			margin: 0;
			padding: 5px 0 8px 0;
			width: 170px;
			text-align: center;
		}
		
		.sidebarMenu #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		.sidebarMenu #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 8px 0;
			width: 130px;
		}
		
		.sidebarMenu #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebarMenu #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebarMenu #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebarMenu #calendar_wrap #today {
			font-weight: bold;
		}
		
/* ----------------------Footer---------------------- */

#footer {
	width: 889px;
	height:50px;
	color: #660000;
	font: 12px/20px Verdana;
	text-align: center;
	background-image: url(images/off_footerbackground.jpg);
	background-repeat: repeat-y;
	padding: 10px 10px 10px 10px;
	border:none;
}

#footer a {
	color: #660000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

