/*  
	Theme Name: Improper White
	Theme URI: http://yuina.lovesickly.com
	Description: A three columns theme. Widget ready. Adsense-Deluxe plugin name = Improper. Edit = page,single,theloop.
	Author: Yuina Saeki
	Author URI: http://yuina.lovesickly.com
	Version: 2.0
*/

/* Reset Margins */
* {
	padding: 0px;
	margin: 0px;
}


/* Body Classes Start*/
body {
 font-size:10pt;
 /*Resets1emto10px*/
 color:#333;
 text-align: center;
 margin: 0;
 padding: 0;
 background-color:#CCCCCC;
 font-family:‚l‚r ‚oƒSƒVƒbƒN,‚l‚r ƒSƒVƒbƒN,Arial;
}
* html body {
 background-color:#CCCCCC;
}
#page {
 margin: 0 auto;
 padding: 0;
 width:800px;
 text-align: left;
 background-color:#FFFFFF;
 background-image:url('images/header-w.gif');
 background-repeat:no-repeat;
}
* html #page {
 background-color:#FFFFFF;
 background-image:url('images/header-w.gif');
 background-repeat:no-repeat;
}
/* Body Classes End*/


/* Header Classes */
#header {
 height:240px;
 width:800px;
 margin:0;
 position:relative;
 border-bottom-color:#CCCCCC;
 border-bottom-style:solid;
 border-bottom-width:2pt;
 margin-bottom:30px;
}
#headernav {
 float: right;
 margin-right: 5px;
 margin-top:9pt;
 padding-top:5px;
}
html * #headernav {
 margin-right: 5px;
 margin-top:3px;
 padding-top:5px;
}
#headernav li {
 list-style-type:none;
 display:inline;
 background-color:#CCCCCC;
 padding-left:5px;
 padding-right:5px;
 margin:6px 5px;
}
#headernav ul, ol {
    background-color:transparent;
    margin:6px 5px;
}
#headernav a {
    color:#0054e3;
    font-size:11pt;
    font-weight:bold;
    text-decoration:none;
}
#headernav a:hover {
    color:#0aa3fe;
    font-weight:bold;
    text-decoration:none;
}
#headertitle {
 margin-top:15px;
 text-align:left;
 height:50px;
 width:800px;
 padding-top:175px;
 margin: 7px 9px 0;
}
* html #headertitle {
 padding-top:175px;
}
h1 {
    font-size:20pt;
    color:#0054e3;
    margin: 0px;
    font-weight: bold;
}
h1, h1 a,h1 a:visited {
    text-decoration: none;
    color:#0054e3;
}
h1 a:hover {
    text-decoration: none;
    color:#0aa3fe;
}
#headerimg .description {
    font-size:8pt;
    text-decoration: none;
    color: #000000;
}
/* Header Classes End*/

/* Post Structure Classes Start*/
#content {
    font-size:10pt;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 40px 0px 0px 0px;
    width: 435px;
}
.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    width: 380px;
    float:inherit;
    margin: auto;
}
/* Post Structure Classes End */

/* Post Classes Start */
.post {
    width: 430px;
    text-align: justify;
    margin:0;
    padding-left:5px;
    padding-right:0px;
}
.post-head {
    background: url('images/post_header.png') bottom center no-repeat;
}
* html .post-head {
	background: url('images/post_header.gif') bottom center no-repeat;
}
.post-head h2 {
    float: left;
    font-size:15pt;
    color:#0054e3;
    margin: 8px 0px 0px 0px;
    width: 350px;
}
.post-head h2 a{
    color:#0054e3;
    text-decoration:none;
    font-weight:bold;
}
.post-head h2 a:hover {
    text-decoration:none;
    color:#0aa3fe;
    font-weight:bold;
}
.post-head .post-chrono {
    color:#404040;
    font-size:9pt;
    float: left;
    padding-top:18px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:inherit;
    margin-right:10px;
}
.post hr {
	display: block;
}
#singlepostmetadata {
    color: #fcca00;
    padding-top: 3px;
    margin-left: 3px;
    font-weight: bold;
    clear: left;
    background-color:#808080;
}
.postmetadata {
	color: #fcca00;
	padding-top: 3px;
	margin-left: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	clear: left;
}
.postmetadata a{
	color: #fcca00;
}
.postmetadata a:hover {
    text-decoration:none;
    color:#66ccff;
}
.postcategory {
    color:#808080;
    padding-top: 5px;
    margin-left: 5px;
    padding-bottom: 2px;
    font-weight: bold;
    clear: left;
    font-size: .8em;
}
.postcategory a{
    color:#0054e3;
    text-decoration:none;
}
.postcategory a:hover {
    color:#0aa3fe;
    text-decoration:none;
}
.post-content {
    color:#404040;
}
.post-content ul, .post-content ol {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Post Classes End */

/* Begin Sidebar */
#sidebar_total {
	margin-left: 435px;
	width: 365px;
}
* html #sidebar_total {
	width: 365px;
}
#sidebar {
    margin: 0px;
    padding: 0px;
    font-size:10pt;
    background: url('images/sidebar_grad.png') bottom center no-repeat;
}
* html #sidebar {
	background: url('images/sidebar_grad.gif') bottom center no-repeat;
}
#sidebarleft {
 width: 165px;
 margin-left: 5px;
 color:#0054e3;
 background-color:#fcc700;
 position:absolute;
}
#sidebarleft h2 {
    margin: 5px 5px 5px 10px;
    padding: 0;
    font-size:11pt;
    color:#0054e3;
}
#sidebarleft a{
    color:#0054e3;
}
#sidebarleft a:hover {
    color:#0aa3fe;
    text-decoration:underline overline;
}
#sidebarright {
    width: 175px;
    float: right;
    margin-right: 10px;
    color:#fde302;
    margin-left:5px;
    background-color:#66c7ff;
}
#sidebarright h2 {
    margin: 5px 5px 5px 5px;
    padding: 0;
    font-size:11pt;
    color:#fde302;
}
#sidebarright a{
    color:#fde302;
}
#sidebarright a:hover {
    color:#ffffa4;
    text-decoration:underline overline;
}

#rssfavwrapper {
    background: url('images/rss_fav_background.png') bottom center no-repeat;
    width: 147px;
    height: 90px;
    float:inherit;
    text-align: center;
    margin-left:10px;
}
* html #rssfavwrapper {
	background: url('images/rss_fav_background.jpg') bottom center no-repeat;
	margin-right: 10px;
}
#rssfavwrapper img {
	float: left;
	width: 26px;
	margin-left: 10px;
}
* html #rssfavwrapper img{
    float: left;
    margin-left:10px;
    padding-top: 5px;
}
#rssfavwrapper a {
    display: block;
    font-size:10pt;
    font-weight: bold;
    text-align: center;
}
* html #rssfavwrapper a {
	display: inline;
}
#rssfavwrapper .textlink {
	padding-top: 3px;
	padding-bottom: 3px;
}
#rssfavwrapper span{
	margin-top: 5px;
}
#searchformwrapper {
    background: url('images/search_background.png') bottom center no-repeat;
    width: 147px;
    height: 90px;
    margin-right:14px;
    margin-left:auto;
    margin-top:auto;
    margin-bottom:auto;
}
* html #searchformwrapper {
    background: url('images/search_background.png') bottom center no-repeat;
    margin-right:14px;
    margin-left:auto;
    margin-top:auto;
    margin-bottom:auto;
}
#searchformwrapper h2 {
    color:#fde302;
    font-size:11pt;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight:bold;
    margin:0;
    padding-top:10px;
}
#searchform {
	margin: 5px auto;
	padding: 0px 3px; 
	text-align: center;
}
#s {
    border:1px;
    width:100px;
    padding: 2px;
    color:#0054e3;
    background-color:#66ccff;
    border-style:solid;
    border-color:#0054e3;
}
#searchsubmit {
    padding: 1px;
    border:1px;
    color:#0054e3;
    background-color:#66ccff;
    border-color:#0054e3;
    border-style:solid;
}
#sidebar form {
	margin: 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 20px 0px 0px 0px;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 5px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li{
	list-style: circle;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
#sidebar ul li div{
	margin-left: 5px;
}
#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Sidebar */

/* Begin Calendar */
#calendar_wrap {
 height:183px;
 float: center;
 width:150px;
}
* html #calendar_wrap {
 width:150px;
}
#wp-calendar {
 empty-cells: show;
 margin: 10px auto 0;
 width:150px;
 height: 143px;
 border-collapse: collapse;
}
* html #wp-calendar {
	margin: 0px auto 0;
}
#wp-calendar caption {
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    height: 15px;
    width: 100%;
    border-collapse: collapse;
    background: none;
    font-size:11pt;
    font-weight:bold;
}
* html #wp-calendar caption {
	padding-top: 0px;
}
#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    border-collapse: collapse;
    background-color:#ff00ff;
}
#wp-calendar tbody {
    color: #ffffff;
    border-collapse: collapse;
    background-color:#ff80c0;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	border-collapse: collapse;
}

#wp-calendar td.pad:hover {
    background-color:inherit;
}
#wp-calendar tfoot {
	background: none;
	color: #ffffff;
	border-collapse: collapse;
}
#wp-calendar a {
	text-decoration: none;
	display: block;
	color: #a32299;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
	color: #a32299;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
	color: #a32299;
}
/* End Calendar */

p {
	margin-top: 10px;
}

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #606060;
	color: #fffbcf;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
h2 {
    font-size:15pt;
    color:#0054e3;
}
.entry {
    color:#404040;
}

.alt {
	background-color: #ccc8c8;
	border-top: 1px solid #552062;
	border-bottom: 1px solid #552062;
	}

small {
    font-size:8pt;
}

h3 {
    font-weight: bold;
    font-size:12pt;
}

h3, h3 a, h3 a:hover, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
    font-size:10pt;
    font-family:‚l‚r ‚oƒSƒVƒbƒN,Arial;
}

.commentlist li {
    background-color: #b3afaf;
    border-top:1px;
    border-bottom:1px;
    font-weight: bold;
    border-top-style:solid;
    border-top-color:#0054e3;
    border-bottom-color:#0054e3;
    border-bottom-style:solid;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size:10pt;
}

.commentlist p {
    font-weight: normal;
    text-transform: none;
}

#commentform p {
	color: #ffffff;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .nocomments, strike {
    color:#404040;
}

code {
    font:'Courier New', Courier, Fixed;
    font-size:10pt;
}

acronym, abbr, span.caps
{
    font-size:8pt;
    letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
    color:#0054e3;
    text-decoration: none;
}

a:hover {
    color:#0aa3fe;
    text-decoration: underline;
}
h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
p img {
	padding: 0;
	max-width: 100%;
	}
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
	}
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	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 */



/* Begin Form Elements */

select {
	width: 130px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}



#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
.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;
	}
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



.center {
	text-align: center;
}

hr {
	display: none;
	}

a img {
	border: none;
	}



/* Footer Classes Start */
#footer {
    padding: 51px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 800px;
    clear: both;
    height: 18px;
    background: url('images/footer_background.png');
    background-position:center top;
    background-repeat:no-repeat;
}
* html #footer {
    background: url('images/footer_background.gif');
    background-position:center top;
    background-repeat:no-repeat;
}
#footer p {
    font-size:8pt;
    color:#c0c0c0;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#footer a {
    color:#f0f0f0;
}
/* Footer Classes End */

