/*
Theme Name: JH
Theme URI: http://crazy.zoetic.me
Version: 2.0
Description: Jindai High 2.0. XHTML and CSS verified. IE6 compatible.
Author: Tricia Valdez
Author URI: http://crazy.zoetic.me

Tags: full metal panic

Author Notes:  This is a private theme only for use on www.jindai-high.com.
In no way is it free for use on another website, altered or in its original form
without the expressed permission of the owner.

*/



body {
	margin: 0 auto;
	padding: 0px 0 0 1px;
	color: #4d4d4d;
	background: url('images/bg.jpg');
	font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	}
	
/* Alignments */

.left { float:left; } 
.right { float:right; } 
.clear { clear:both; } 
.center { margin:0 auto; display:block; }

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 15px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 15px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }

/* HTML Elements */

a {
    outline: none;
	}

a, a:link, a:active, a:visited{ 
	text-decoration: none; 
	font-style: normal;
	color: #1d4a77;
	outline: none; 
	}

a:hover { 
	color: #ccc; 
	outline: none;
	}
	
hr{
	background: #ccc;
	height: 1px;
	border: 0px;
	padding: 0px;
	margin: 5px 0px;
	}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Century Gothic', "Times New Roman", Times, serif;
	font-weight: normal;
	}
	
h5 {
	font-size: 14px;
	padding: 0px;
	margin: 0px 0 -3px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
cite {
	text-transform: uppercase;
	font-style: italic;
	font-size: 8px !important;
	}
	
blockquote, blockquote.blockquote {
	overflow: auto;
	padding: 0px 10px;
	margin: 10px 20px 0px 20px;
	line-height: 1.6em;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #4d4d4d;
	}
	
block {
	padding: 0px 10px;
	display: block;
	}

pre { 
	overflow: auto;
	padding: 5px 10px;
	margin: 10px 20px 0px 20px;
	line-height: 1.7em;
	background-color: #999;
	border: 2px solid #ccc;
	font-size: 12px;
	color: #4d4d4d;
	display: block;
	}

code { 
	font-family: "Courier New", Consolas, Verdana, Sans-Serif; 
	overflow: auto;
	padding: 0px 10px;
	margin: 10px 20px 0px 20px;
	line-height: 1.6em;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #4d4d4d;
	display: block;
	}

ul, ol { line-height: 1.8em; }
ul { }

abbr, acronym { 
	font-style: normal; 
	border-bottom: 1px dotted #ccc; 
	cursor: help; 
	}

del { text-decoration: line-through; }
ins { text-decoration: none; }
s { text-decoration: line-through; }

table {
	margin-top: 5px; }
	
td.special {
	line-height: 1.0em;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 136px;
	}

/* Layout */

#wrapper2 {
	width: 977px;
	margin: 0 auto;
	margin-top: 0px;
	}

#header {
	width: 977px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 210px;
	background: url('images/header.jpg') no-repeat;
	margin: 0 auto;}

#wrapper {
	float: left;
	color: #4d4d4d;
	width: 977px;
	display: inline;
	padding: 0px;
	background: url('images/wrapper.jpg') repeat-y;
	}

#content-page {
	width: 977px;
	}

#content-wrapper {
	float: left;
	width: 677px;
	margin: 0px;
	padding: 30px;
	background: transparent;
	overflow: hidden;
	}

#sidebar-wrapper {
	width: 240px;
	float: right;
	background: #474747 url('images/sidebar.jpg') repeat-x;
	}

#sidebar {
	padding: 10px 0 0 0px;
	margin: 0px;
	}

#footer {
	clear: both;
	float: left;
	width: 977px;
	height: 35px;
	text-align: center;
	background: url('images/footer.jpg') repeat-x;
	color: #999;
	font-size: 10px;
	padding-bottom: 0px;
	padding-top: 15px;
	}



/* Header */

#header-title, .slogan {
	display: none;
	}

/* Javascript Menu */

/* Horizontal Navigation Bar */

#navigation{
	width: 977px;
	margin: 0 auto;
	height: 41px;
	font-size: 12px; 
	font-family: 'Century Gothic', Arial, sans-serif;
	text-transform: uppercase;
    color: #999; 
	background: url('images/navbar.jpg') repeat-x;
	}

#navigation ul {
	height: 31px;
	padding: 10px 0px 0 0px;
	margin: 0px;
	width: 977px;
	}
	
#navigation ul li {
    float: left;
	display: inline;
    list-style-type: none;
	padding: 0px 38px;
	color: #999;
	background: url('images/vline.jpg') no-repeat;
    }
	
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
    color: #b9b9b9;
	}

#navigation ul li a:hover {
    color: #fff;
	}
	
#ie-message {
	position:absolute;
	top:0;
	left: 0px;
	width:150px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}
	
#ie-message a, #ie-message a:link, #ie-message a:hover {
	border: 0px;
	background: transparent; 
	}
	

/* Content */

.post-wrapper {	
	padding: 0px;
	margin: 0px;
	color: #4d4d4d;
	text-align: justify;
	background: transparent;
	}

.pagetitles {
	margin: 0 0 8px 0;
	padding: 3px 0px;
	font-weight: lighter;
	font-size: 20px; 
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Century Gothic', Arial, sans-serif;
	color: #1d4a77;
	}

.titles { 
	margin: 0;
	padding: 3px 0px;
	font-weight: lighter;
	font-size: 20px; 
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Century Gothic', Arial, sans-serif;
	color: #1d4a77;
	}
	
.titles a:link, .titles a:visited, .titles a:active {
	color: #1d4a77;
	}
	
.titles a:hover {
	color: #ccc;
	}

small { font-size: 10px; }	

p { text-align: justify; }

.post {
    line-height: 1.6em;
	background: transparent;
	padding: 0px 0px;
	margin: 0px 0 0px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	}

.post h3 {
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	padding: 5px 0px; 
	}	
	
.post img{ 
	padding: 3px;
	border: 1px solid #ccc;
	}
	
.post li {
	margin-left: 20px;
	}
	
a img {
	padding: 3px; 
	border: 1px solid #ccc; 
	margin-right: 5px;
	}

a:hover img{ 
	background: #ccc; 
	filter: alpha(opacity=90); 
	-moz-opacity: .9; 
	opacity: .9; 
	border-color:#333;
	}
	
.metadata {
	text-align: right;
	margin: 10px 0 30px 0;
	padding: 0px;
	font-size: 10px;
	color: #747474;
	border-top: 1px solid #bebebe;
	text-transform: uppercase;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	}
	
.pagination {	text-align: center; }
	
.navigation {
	display: block;
	text-align: center;
	margin: 20px 0 60px 0;
	font-weight: lighter;
	clear: both;
	}
	
.navleft {
	float: left;
	margin-left: 0px;
	}
	
.navright {
	float: right;
	margin-right: 0px;
	}
	
.navigation a, .navigation a:link, .navigation a:visited {
	color: #1d4a77;
	}

.navigation a:hover {	color: #ccc;}
	
tags {	
	font-size: 11px;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it 
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;*/
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
	
/* Post Buttons */

back {
	background: transparent;
	width: 62px;
	height: 30px;
	margin: 0 auto;
	padding: 0px;
	display: block;
	}
	
back a img, back a:link img, back a:visited img {
	padding: 3px; 
	border: 0px; 
	margin-right: 0px;
	}

back a:hover img{ 
	background: transparent;
	border: 0px;
	}


/* Sidebar */

.sideblock {
	margin-bottom: 20px;
	background: transparent;
	padding: 0px 10px;
	color: #ccc;
	}

.sideblock a, .sideblock a:link, .sideblock a:visited{
	color: #eaeaea;
	font-style: normal;
	}
	
.sideblock a:hover{
	color: #ccc;
	}

.sideblock ul li{ 
	margin-left: -40px;
    display: block;
	line-height: 1.5em;
	}	
	
.sideblock h3 { 
	margin-top: 5px; 
	color: #999999; 
	padding: 3px 10px 0px 10px;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase; 
	text-decoration: none;
	font-family: 'Century Gothic', Arial, sans-serif;
	}
	
.sideblock a img {
	padding: 3px; 
	border: 1px solid #ccc; 
	margin-right: 0px;
	}

.sideblock a:hover img{ 
	background: transparent;
	}

#sidebar dt { 
	margin: 0; 
	padding-top: 5px; 
	font-weight: bold; 
	color: #e3e3e3; 
	}

#sidebar dd { 
	margin: 0 0 5px; 
	padding-bottom: 5px; 
	line-height: 1.6em; 
	}

#sidebar dd a:link { 
	font-weight: normal;  
	border-bottom: none; 
	text-decoration: none;
	}

#sidebar dd a:visited { 
	font-weight: normal; 
	border-bottom: none; 
	text-decoration: none; 
	}

#sidebar dd a:hover, #sidebar dd a:active { 
	border-bottom: none; 
	text-decoration: none;
	}
	
.sideblock .textwidget {
	font-size: 12px;
	color: #ccc;
	padding: 0px;
	line-height: 1.5em;
	}
	
.middle {
	padding: 0 10px; /* keeps everything in the sidebar widget padded to match */
	}
	

/* Bottom */

#bottom { 
	clear: both; 
	float: left; 
	width: 977px; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	background: #494949 url('images/bottom.jpg') repeat-x; 
	text-align: left; 
	color: #999999; 
	}
.titles-bottom {
	margin: 0;
	padding: 3px 0px;
	font-weight: lighter;
	font-size: 20px; 
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Century Gothic', Arial, sans-serif;
	color: #999;
	}
	
#bottom-divs { 
	float: left; 
	clear: both; 
	margin: 0; 
	padding: 20px; 
	}

#bottom-left { 
	width: 30%; 
	padding: 20px 0 20px 30px; 
	float: left; 
	}

#bottom-mid, #bottom-right { 
	width: 30%; 
	padding: 20px 0 20px 20px; 
	float: left; 
	}

#bottom h2 { 
	margin: 0 0 10px 0; 
	padding: 0 8px; 
	font-size: 1.6em; 
	color: #e3e3e3; 
	}

#bottom h3 { 
	margin: 0; 
	padding: 10px 10px; 
	font-size: 1em; 
	color: #999; 
	text-align: center; 
	}

#bottom h3:hover { 
	color: #ffffff; 
	}

#bottom ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	border-top: 1px solid #999999; 
	}

#bottom ul li { 
	line-height: 26px;
	margin-left: 0px; 
	color: #b9b9b9; 
	}

#bottom ul li a { 
	padding: 0 0px; 
	color: #b9b9b9; 
	text-decoration: none; 
	}

#bottom ul li a:hover { 
	color: #fff; 
	text-decoration: none; 
	}

#bottom-sep { 
	clear: both;
	height: 11px;
	background: #000 url('images/bottom-sep.jpg') no-repeat; 
	}


/* Footer */

#footer a, #footer a:link, #footer a:visited {
	color: #e3e3e3;
	font-size: 10px;
	}

#footer a:hover {
	color: #ccc;
	border-bottom: 1px dashed #fff;
	}



/* Comments Styling */
	
.commentlist {
	padding: 0;
	margin: 0;
	color: #4d4d4d;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	}

.commentlist li {
	list-style: none;
	background: transparent;
	margin: 0 20px 10px 20px;
	padding: 0px 10px;
	line-height: 1.4em;
	border: 1px solid #ccc;
	}

.commentlist h2 {
	font-size: 14px;
	color: #4d4d4d;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	margin: 5px 0 0 2px;
	}

.commentlist h3 {
	font-size: 18px;
	margin: 0 0 10px 20px;
	color: #4d4d4d;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	}
	
.commentmetadata {
	text-align: left;
	font-size: 11px;
	padding: 0 0 3px 15px;
	margin: 0px 0 0px 0px;
	background: url('images/clock.jpg') no-repeat;
	border-bottom: 1px dotted #999;
	}

#commentbox {
	padding: 0px;
	margin: 0px; 
	}
	
#commentbox h3 {
	font-size: 18px;
	margin: 0 0 10px 20px;
	color: #4d4d4d;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	}

#commentform {
	margin: 1em 0 0 20px;
	background: transparent;
	width: 430px;
	}

#commentform textarea {
	background: #fff;
	border: 1px solid #ccc;
	width: 500px;
	margin-left: 0px !important;
	margin-left: -20px; /* IE6 Fix */
	}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #fff;
	border: 1px solid #ccc;
	width: 280px;
	}
	
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: #fff;
	border: 1px solid #ccc;
	width: 280px;
	}
	
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: #fff;
	border: 1px solid #ccc;
	width: 280px;
	}
	
#commentform input{
	margin-bottom: 3px;
	}
	
.nocomments {
	margin-left: 40px;
	}
	
#email, #author, #url {
	margin-left: 0px !important;
	margin-left: -20px; /* IE6 Fix */
	}
	
#avatar {
	border: 1px solid #ccc;
	width: 25px;
	padding: 2px;
	margin: 5px 0 0 0;
	}	
	
#submit {
	background: url('images/submit.jpg') no-repeat;
	width: 64px;
	height: 24px;
	border: 0px;
	cursor: pointer;
	}

#submit:hover {
	background: url('images/submit-hover.jpg') no-repeat;
	width: 64px;
	height: 24px;
	border: 0px;
	cursor: pointer;
	}


/* Sidebar Widget Search */

#searchform-sidebar {
	height: 29px;
	width: 186px;
	background: url('images/searchbox.jpg') no-repeat;
	margin-left: 10px;
	}

#searchbox-sidebar {
	width: 150px;
	height: 23px;
	padding: 0 0 0 4px;
	background: transparent;
	border: 0px;
	font: 14px 'Verdana', Arial, Helvetica, sans-serif;
	padding: 5px 0 0 5px;
	color: #4d4d4d;
	}

#submit-sidebar {
	position: relative;
	top: -30px;
	left: 156px;
	height: 29px;
	width: 30px;
	color: #fff;
	background: transparent;
	border: 0px;
	margin-left: 0px;
	}

#submit-sidebar:hover {
	background: transparent; 
	border: 0px;
	margin-left: 0px;
	cursor: pointer;
	}
	


/* Begin Calendar*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	color: #eaeaea;
	}

#wp-calendar a:hover{
	text-decoration: none;
	color: #ccc;
	}
	
#wp-calendar caption {
	margin-top: 0px; 
	font-size: 14px; 
	color: #999; 
	font-weight: lighter;  
	padding-top: 2px;
	text-align: center;
	text-transform: lowercase;
	padding: 0px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #999;
	}
	
#wp-calendar {
	empty-cells: hide;
	margin: 10px 0 0 15px;
	width: 140px;
	color: #999999;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
	
#wp-calendar a, #wp-calendar a:link, #wp-calendar a:visited {
	display: block;
	color: #eaeaea;
	}

#wp-calendar a:hover {
	display: block;
	color: #ccc;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}
	
#wp-calendar tr {
	border: 1px solid red;
	empty-cells: hide;
	}

#wp-calendar td {
	margin: 5px 0;
	text-align: center;
	empty-cells: hide;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #999;
	}