/*
Theme Name: Sakura modified for MidnightVelvet
Theme URI: http://www.area381.com/
Description: Widget ready WordPress theme with two columns and sakura motive (japanese cherry blossom). Created by <a href="http://www.area381.com">area381</a>. Modified for MidnightVelvet.
Version: 1.5
Author: area381 modified by MidnightVelvet
Last Update: 13/sept/2008
Tags: fixed width, widget ready, 2 columns, right sidebar, custom header, seo friendly, gravatars, wpmu, sakura, spring, brown, rounded corners, woman, feminine, asia, japan
Licence: The CSS, XHTML and design is released under GPL: http://creativecommons.org/licenses/GPL/2.0/
*/ 

* {
	padding:0;
	margin:0;
}
body {
	color: #555447;
	font: 0.9em 	Arial,Helvetica,sans-serif;
	background: #d6e2e4 ;
}

a {
	outline: none;
	text-decoration: none;
} 
a:link,
a:visited {
	color:#0091ac;
	text-decoration: none;
}
a:hover {
	color:#0091ac;
	text-decoration: underline;
}
img, a img {
	border:none;
}
code {
	font-family: "Courier New", Courier, mono;
	color: #333333;
}
.clear {
	clear: both;
}


/*		
//////////////////////////////////////////////////////
		LAYOUT
//////////////////////////////////////////////////////
*/ 

#wrapp {
	width: 1000px;
	margin: 0px auto;
	background: #FFF url(images/header_bg.gif) 0 0 no-repeat;
        padding-bottom:10px;
}

/*		
//////////////////////////////////////////////////////
		HEADER
//////////////////////////////////////////////////////
*/ 

#header {
	width: 1000px;
	height: 118px;
	top:0px;
	display:block;
}
#HederTitle {
        padding-top:0px;
	width: 1000px;
        
}
#header #BottomHeader {
        position:absolute;
        top:75px;
        width:1000px;
        background:url(http://www.midnightvelvet.com/assets/images/midnight/header_nav/globalNavBG_201201.gif) top left no-repeat;
}

#header #BottomHeader a:hover {
  text-decoration: none;
}

#header #BottomHeader ul li {
  display: inline;
}

#header #BottomHeader #qm0 {
  margin: 0;
  padding: 0;
  float: left;
  background: #555447;
}

#header #BottomHeader #qm1 {
  position: absolute;
  left: 790px;
}

/*		
//////////////////////////////////////////////////////
		MAIN
//////////////////////////////////////////////////////
*/ 

#main {
	width: 600px;
	float: left;
	margin: 0px 0px 0px 15px;
}
#main .navigation {
	width: 550px;	
}
#main .navigation .alignleft {
	float: left;
}
#main .navigation .alignleft a:link,
#main .navigation .alignleft a:visited {
	color:#BD413D;
	text-decoration: none;
}
#main .navigation .alignleft a:hover {
	color:#BD413D;
	text-decoration: underline;	
}
#main .navigation .alignright {
	float: right;
}
#main .navigation .alignright a:link,
#main .navigation .alignright a:visited {
	color:#BD413D;
	text-decoration: none;
}
#main .navigation .alignright a:hover {
	color:#BD413D;
	text-decoration: underline;
}
#main .entryBox {
	width: 670px;
	background: #FFF;
	margin: 15px 0px 55px;
}
#main .entryBox .title h2 {
        text-transform:none;
	font-weight: bold;
        font-size:16px;
	color: #555447;
	padding: 15px 15px 5px;
}
#main .entryBox .title h2 a:link,
#main .entryBox .title h2 a:visited {
	font-weight: normal;
	text-transform: none;
	color: #555447;
}
#main .entryBox .title h2 a:hover {
	color: #000000;
}
#main .entryBox span.date {
	font-size: 12px;
	color: #555447;
	display: block;
	float:left;
	margin: 0px 3px 0px 15px;
}
#main .entryBox span.edit {
	font-size: 0.9em;
	color: #555447;
	display: block;
	float:left;
	margin: 0px 3px 0px 0px;
}
#main .entryBox span.comment {
	font-size: 0.9em;
	color: #555447;
	display: block;
	float:left;
	/*margin: 5px 0px 5px 0px;*/
}
#main .entryBox span.comment a {
	color: #0091ac;
}
#main .entryBox .entry {
	width: 707px;
	overflow: auto;
        margin-left:15px;
	padding: 0px 0px 10px 0px;
}
#main .entryBox .entry p {
	color: #555447;
	font-size: 12px;
	padding: 10px 0px 15px -0px;
}
#main .entryBox .entry a:link,
#main .entryBox .entry p a:link {
	text-decoration: none;
	color:#0091ac;
}
#main .entryBox .entry a:hover,
#main .entryBox .entry p a:hover {
	text-decoration: underline;
	color: #0091ac;
}
#main .entryBox .entry a:visited,
#main .entryBox .entry p a:visited {
	text-decoration: none;
	color: #0091ac;
}
#main .entryBox .entry img {
	padding:0 !important;
        margin:0 !important;
        border:0 !important;
}
#main .entryBox .entry ol,
#main .entryBox .entry ul,
#main .entryBox .entry li  {
	list-style-type: none;
	padding: 2px;
	margin: 0px 0px 0px 8px;
	line-height: 20px;
}
#main .entryBox .entry ol li {
	list-style: decimal outside;
	margin: 0px 0px 0px 15px;
	font-size: 1.1em;
}
#main .entryBox .entry ol li ul li {
	list-style: disc outside;
	margin: 2px 0px 0px 8px;
	font-size: 1.0em;
	font-weight: normal!important;
}
#main .entryBox .entry ul li {
	list-style: disc outside;
	margin: 0px 0px 0px 8px;
	font-size: 1.1em;
}
#main .entryBox .entry ul li ul li {
	list-style: circle outside;
	margin: 2px 0px 0px 8px;
	font-size: 1.0em;
	font-weight: normal!important;
}
#main .entryBox .entry img.alignleft {
	float: left;
	display: block;
	border: 2px solid #0091ac;
	margin: 28px 5px 0px 0px;
	background: #f8f0f2;
}
#main .entryBox .entry img.alignright {
	float: right;
	display: block;
	border: 2px solid #0091ac;
	margin: 28px 5px 0px 0px;
	background: #f8f0f2;
}
#main .entryBox .entry img,
#main .entryBox .entry img.alignnone {
	border: 2px solid #0091ac;
	margin: 0px 5px 0px 0px;
	background: #f8f0f2;
}
#main .entryBox .entry img.aligncenter {
	margin: 0px auto 5px;
	display: block;
	border: 2px solid #0091ac;
	background: #f8f0f2;
}
#main .entryBox .entry .wp-caption p.wp-caption-text {
	font-size: 0.8em!important;
	padding: 5px 10px 5px 5px!important;
	text-align: center;
	background: #f8f0f2;
	clear: both;
	display: block;
	width: 97%;
	color: #333333;
	line-height: 1.1em;
}
#main .entryBox .entry code {
	display: block;
	background-color: #f8f0f2;
	padding: 3px;
	margin: 10px 5px 10px 0px;
	font: 1em/1.5em "Courier New", Courier, mono;
}
#main .entryBox .entry blockquote {
	font-size: 0.9em;
	line-height: 1.5em;
	font-style: oblique;
	padding: 5px 10px;
	border-left: 3px solid #0091ac;
}
#main .entryBox .entry pre {
	width: 500px;
}
#main .entryBox .entryBottom {
	height:60px;

}
#main .entryBox .tags {
	clear:both;
	margin: 2px 0px 5px;
}
#main .entryBox .entryBottom span,
#main .entryBox .tags span {
	font-size: 0.8em;
	display:block;
	padding: 0px 7px 0px 17px;
}
#main .entryBox .entryBottom a:link,
#main .entryBox .entryBottom a:visited,
#main .entryBox .tags a:link,
#main .entryBox .tags a:visited {
	text-decoration: none;
	color: #0091ac;
	font-weight: bold;	
}
#main .entryBox .entryBottom a:hover,
#main .entryBox .tags a:hover{
	text-decoration: underline;
	color: #0091ac;
	font-weight: bold;	
}
#main #blogHomeContainer {
    position: relative;
    width:707px;
    height:165px;
   }
#main #blogHomeContainer h1,
#main #blogHomeContainer p {
    float: left;
   }
#main #blogHomeContainer img {
    position: absolute;
    top: 20px;
    right: 0;
   }
#main #blogHome {
        padding: 20px 0 0 20px;
        margin: -15px 0 0 0px;
        top: 0px;
        height:165px;
        width:707px;
        background-color:#eef4f5;
        color:#555447;
}
#main #blogHome h1 {
        display:inline;
        font-size:18px;
        font-weight:bold;
        color:#0091ac;
}
/*		
//////////////////////////////////////////////////////
		SINGLE/COMMENT PAGE
//////////////////////////////////////////////////////
*/ 

#main .entryBox .entryDescription,
#main .entryBoxAlt .entryDescription {
	width: 510px;
	overflow: auto;
	margin: 0px auto;
}
#main .entryBox .entryDesc {
	width: 510px;
	overflow: auto;
	margin: 0px auto;
	position:relative;
	top:20px;
}
#main .entryBox .entryDescription p,
#main .entryBoxAlt .entryDescription p,
#main .entryBox .entryDesc p {
	padding: 15px 8px 0px;
	line-height: 1.5em;
}
#main .entryBox .entryDescription p a:link,
#main .entryBoxAlt .entryDescription p a:link,
#main .entryBox .entryDescription p a:visited,
#main .entryBoxAlt .entryDescription p a:visited,
#main .entryBox .entryDesc p a:link,
#main .entryBox .entryDesc p a:visited {
	text-decoration: none;
	color:#0091ac;
}
#main .entryBox .entryDescription p a:hover,
#main .entryBoxAlt .entryDescription p a:hover,
#main .entryBox .entryDesc p a:hover {
	text-decoration: underline;
	color: #0091ac;
}
#main .entryBox p.who,
#main .entryBoxAlt p.who {
	padding: 5px 0px 5px 15px;	
}
#main .entryBox p.who img,
#main .entryBoxAlt p.who img {
	padding-top:5px;
}
#main .entryBox p.who a:link,
#main .entryBox p.who a:visited,
#main .entryBox .entryBottom p.commentmetadata a:link,
#main .entryBox .entryBottom p.commentmetadata a:visited,
#main .entryBoxAlt p.who a:link,
#main .entryBoxAlt p.who a:visited,
#main .entryBoxAlt .entryBottom p.commentmetadata a:link,
#main .entryBoxAlt .entryBottom p.commentmetadata a:visited {
	text-decoration: none;
	color: #0091ac;
}
#main .entryBox .entryBottom p.commentmetadata a:hover,
#main .entryBoxAlt .entryBottom p.commentmetadata a:hover,
#main .entryBox p.who a:hover,
#main .entryBoxAlt p.who a:hover {
	text-decoration: underline;
	color: #0091ac;
}
#main .entryBox .entryBottom p.commentmetadata,
#main .entryBoxAlt .entryBottom p.commentmetadata {
	font-size: 0.8em;
	color: #c9c9c3;
	padding: 15px 0px 5px 15px;
}
#main .entryBoxAlt {
	width: 547px;
	background: #D4CFC1 url(images/entry_bg_top_alt.jpg) no-repeat -1px 0px;
	margin: 0px 0px 55px;
}
#main .entryBoxAlt .entryBottom {
	height: 40px;
	background: url(images/entry_bg_bottom_alt.jpg) no-repeat -1px 1px;
}

#main #commentForm {
	width:550px;
}
#main #commentForm p.tags {
	padding: 10px;
	width: 530px;
}
#main #commentForm p {
	padding:5px;
}
#main #commentForm p a:link,
#main #commentForm p a:visited {
	color:#0091ac;
	text-decoration: none;
}
#main #commentForm p a:hover {
	color:#0091ac;
	text-decoration: underline;
}
#main #commentForm input#submit {
	border:none;
	font-size: 1em;
	padding: 5px;
	cursor:pointer;
}
#main #commentForm input#author,
#main #commentForm input#email,
#main #commentForm input#url,
#main #commentForm textarea#comment {
	padding: 8px 5px;
	background-color: #fafafa;
	border: 1px solid #c9c9c3;
	font: normal 1em "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
}
#main #commentForm input#author:hover,
#main #commentForm input#email:hover,
#main #commentForm input#url:hover,
#main #commentForm textarea#comment:hover {
	background-color: #F7F7F3;
	border: 1px solid #c9c9c3;
}
#main h3.respond,
#main h3#respond,
#main h3.response {
	padding: 10px 5px 10px;
}
.aligncenter {
	display: block;
	margin: 0px auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}



/*		
//////////////////////////////////////////////////////
		SIDEBAR
//////////////////////////////////////////////////////
*/ 

#sidebar {
	float: right;
	width: 220px;
	margin: 0 16px 0 0;
        padding:12px 0 0 9px;
        background-color:#eef4f5;
}
#sidebar h2,
#sidebar h3 {
	font-size: 14px;
	color: #0091ac;
	font-weight:bold;
	padding:0px 0 14px 10px;
}
#sidebar ul {
        padding-bottom:14px;
        padding-left:16px;
}
#sidebar ul,
#sidebar li {
        font-size:14px;
        color: #555447;
	list-style-type: none;
}
#sidebar ul li {
	padding: 0px 3px 0px 0px;
	list-style-type: none;
	color: #6C5E5E;

}
#sidebar ul.fixMargins {
        padding-left:0px !important;
        padding-bottom:0px;
        margin-bottom:0px;
}
#sidebar a:link,
#sidebar ul li a:link,
#sidebar a:visited,
#sidebar ul li a:visited {
	color: #555447;
	text-decoration: none;
}
#sidebar a:hover,
#sidebar ul li a:hover {
	text-decoration: underline;
	color:#555447;
}
#sidebar form input#s {
        padding: 5px 8px 5px 8px;
	margin:0px 0px 16px ;
        width:158px;
	background-color: #fff;
	border: 1px solid #f8f0f2;
        color:#555447;
	font: bold 14px Arial,Helvetica,sans-serif;
        float:left;
}
#sidebar form .goBtn {
        float:left;        
        padding:4px 0 0 5px;
}
#sidebar #wp-calendar {}
#sidebar #wp-calendar caption {
	font-size: 1.5em;
	color: #555447;
	margin: 15px 0px;
	text-align: left;
	font-weight: bold;
}
#sidebar #wp-calendar thead {}
#sidebar #wp-calendar thead tr {}
#sidebar #wp-calendar thead tr th {
	text-align: left;
	padding: 5px;
}
#sidebar #wp-calendar tbody {}
#sidebar #wp-calendar tbody tr {}
#sidebar #wp-calendar tbody tr td {
	padding: 5px;
}
#sidebar #wp-calendar tbody tr td a {
	color: #0091ac;
}
#sidebar #wp-calendar tbody tr td a:hover {
	text-decoration: underline;
}
#sidebar .textwidget {
	font-size: 1.1em;
}
/*		
//////////////////////////////////////////////////////
		FOOTER
//////////////////////////////////////////////////////
*/ 

#footer {
        background-color:#d6e2e4;
        color:#555447;
	clear: both;
	font-size:12px;
}
#footer p {
	text-align:center;
}
#footer p a:link,
#footer p a:visited {
	color: #555447;
	text-decoration: none;
}
#footer p a:hover {
	color: #555447;
	text-decoration: underline;
}
