/*  
Theme Name: Inoriz
Theme URI: http://www.inori.com
Description: Inori's Theme
Version: 1.0
Author: Daniel Porter
Author URI: http://www.danielswww.com
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td { margin:0; padding:0 }
/* removed ul, ol, li, p from the above line */
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */


/*Layout */
body {
	text-align: center;
	background: url(images/gradient.png) 0% 0% repeat-x;

}

#wrapper {
	margin-left: auto;
	margin-right:auto;
	text-align: left;
	width:750px;
}

/* Header formatting */
#header {
	width: 750px;
	height: 261px;
        margin-bottom: 5px;
	background: url('images/header.jpg') no-repeat bottom left;
}

#headerimg{ 
	height: 261px; 
	width: 750px; 
}

#headertitle {
        display:none;
}

.headerdescription {
        display:none;    
}

/* Sidebar formatting */
#sidebar {
	background: #E5E5FF url('images/nav_bg.png') repeat-y center;
	float:left;
	width: 205px;
}

#sidebar-top {
  	background: url('images/nav_bg_top.png') no-repeat top center;
  	height: 10px;
}

#sidebar-bottom {
  	background: url('images/nav_bg_bottom.png') no-repeat bottom center;
  	height: 16px;
}

/* Sidebar content formatting */

#sidebar-content{
	padding: 0px 15px 10px 0;

}

#sidebar form {
	margin: 0;
}

#sidebar h2 {
	text-align: center;
	margin: 5px 0 0;
	padding: 0;
	font-size: .9em;
	font-style: bold;
	color: #000066;
	text-decoration: none;
}

#sidebar ul ul li:before{
	content: "\00BB \0020";
}

#sidebar ul ul li, #sidebar ul ol li {
/*	color: #777;  */
	font-size:.7em;
}

#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 15px;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 95px;
	padding: 2px;
	font-size:.7em;
}

#sidebar #searchsubmit {
	padding: 1px;
	color: #000;
	font-size:.7em;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	font-size:.8em;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	font-weight: bold;
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar th {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar caption, cite {
	text-decoration: none;
}
	
/* End Calendar */

/* Content Box */
#content {
  	float:left;
	width: 545px;
}

/* Post formatting */
.post	{
  	width: 535px;
        margin-bottom:10px;
  	margin-left:auto;
  	margin-right:auto;
	background: #E5E5FF url('images/post_bg.png') repeat-y center;
}
.post-top {
  	background: url('images/post_bg_top.png') no-repeat top center;
  	width: 535px;  	
  	height:40px;
}
/* post-left contains the title */
.post-left{
  	font-size: 1.2em;
	padding: 5px 0 0 10px;
  	float:left;
  	width:370px;
}

.post-left a:visited{
  	text-decoration:none;
	color: #000066;
}
.post-left a:hover{
  	text-decoration:underline;
	color: #000066;
}
.post-left a:link{
	color: #000066;
  	text-decoration:none;
}

.post-date{
  	font-size: .8em;
  	font-style: italic;
	padding: 5px 15px 0 0;
  	float:right;
/*	color: #000066; */
}

.entry{
        padding: 3px 15px 2px 10px;
}

.post-bottom {
  	background: url('images/post_bg_bottom.png') no-repeat bottom center;
  	width: 535px;  	
}
	
.post-bottom-content {
        padding: 10px 10px 15px 10px;
        text-align:center;
}

/* Footer Formatting */
#footer {
	width: 750px;
	clear: both;
}	

#footer p {
	padding: 5px 0 5px 0;
	text-align: center;
	font-size:.8em;
	color:#000066;
}

/* Setting global fonts  */

*{
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	color:#3367ba;
}

.entry p {
	font-size: .8em;
	margin-top: 1em;
	margin-bottom: 1em;
} 

.entry ul, .entry li {
	font-size: .8em;
	margin-top: 1em;
	margin-bottom: 1em;
        padding-left:10px;
} 


/* Generic Formattin */
.alignright {
	float: right;
}

.alignleft {
	float: left
}
.floatright {
	float:right;
	margin-left:15px;
}
	
.floatleft {
	float:left;
	margin-right:10px;
}
.center {
	text-align: center;
}



/*  from others */

.alt {
	padding-top:10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #3367ba;
	}
h1{
  	font-size:1.5em;
}

h2{
  	font-size:1.3em;
}

h3{
  	font-size:1.2em;
}

h4{
  	font-size:1.1em;
}



#headerimg .header {
	font-size: 1.2em;
	text-align: center;
	}

a:link{
	color: #3367ba;
	text-decoration: underline;
}
	
a:hover,a:visited{
	color: #3367ba;
	text-decoration: underline;
}


/* Comments form and formatting */

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: .9em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.comments{
        padding: 3px 15px 2px 10px;
}
/*
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
*/
small, .nocomments, .postmetadata, blockquote, strike {
	color: #000066;
	font-size:.7em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



.post hr {
	display: block;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */

ol li{
	list-style: decimal outside;
}

/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;

	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	color: #000;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #000;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #3367ba;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

