/* 
	Theme Name: MythStyle by Dvillangelo
	Theme URI: http://mythcloth.info
	Description: A customized wordpress theme for MythCloth.info
	Author: Dvillangelo
	Author URI: http://mythcloth.info
	Version: beta
	Tags: 2 column, white
*/

body {
	background: #fff;
	color: #333;
	font-family: Verdana, "lucida console", sans-serif;
	font-size: 9pt;
	margin: 0 auto;
	padding: 0;
	}


/* Structure Divs */
html, body {
	height: 100%;
}

html { overflow-y: scroll; }

#content {
	margin: 0 auto;
	padding: 0;
	padding-bottom: 80px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -71px; /* the bottom margin is the negative value of the footer's height */
}

#block {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 100%;
	background: #E9EFF3;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px solid #DCE1E5;
	}

#pages {
	margin: 0;
	padding: 8px 0;
	text-align: left;
	background: #333;
	}
	
#post {
	float: left;
	margin: 0;
	padding: 0 10px 20px;
	width: 700px;
	}
	
#page {
	clear: both;
	padding: 0 10px 100px;
}
#page h2 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
}
#page h3 {
	font-size: 1.6em;
}

#sidebar {
	float: right;
	line-height: 1.2em;
	margin: 0;
	padding: 0 10px;
	width: 220px;
	}

#footer { 
	height: 70px;
	background: #E9EFF3;
	border-top: 1px solid #DCE1E5;
	font-size: 9pt;
	font-family: Verdana;
        margin-top: 20px;
	clear: both;
}


	
/* Config Structure Divs */

/* Header */

#header h1 {
	font-size: 88px;
	font-weight: normal;
	margin:0;
	font-family: Arial;
	padding: 10px;
	letter-spacing: -6px;
	text-align: left;
	text-transform: lowercase;
	line-height: 55px;
	}
		
#header a, #header a:hover {
	color: #D9DFE3;
	text-decoration: none;
	}

	
/* Pages */

#pages li {
	display: inline;
	list-style: none;
	padding: 0 10px;
	border-right: 1px solid #fff;
	}
		
#pages ul {
	margin: 0;
	padding: 0;
	}

#pages a {
	color: #fff;
	text-decoration: none;
	}
		
.current_page_item a {
	text-decoration: underline;
	}

/* post */
#post p, #post ul, #post ol {
	line-height: 1.5em;
	}
			
#post ol, #post ul {
	margin: 0;
	padding: 0;
	}

#post ul {
	list-style: square inside;
	}

#post li {
	margin: 0;
	padding: 0;
	}

#post a{
	color: #0066CC;
	text-decoration: underline;
	}

#post a:hover{
	color: #C51500;
	text-decoration: underline;
	}

#post h2 {
	font-size: 20pt;
	font-weight: normal;
	font-family: Arial;
	margin: 0;
	letter-spacing: -1px;
	padding: 0;
	}

#post h2 a{
	color: #333;
	text-decoration: none;
	}

#post h2 a:hover{
	color: #C51500;
	text-decoration: none;
	}
		
#post h3 { 
	color: #666;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Arial;
	letter-spacing: 0.5px;
	}

#post small {
	font-size: 8pt;
	font-family: Tahoma;
	}
		
.feedback {
	font-size: 8pt;
	font-family: Tahoma;
	margin-bottom: 40px;
	padding: 10px 5px;
	background: #E9EFF3 url(images/blue_degrade.png) top repeat-x;
	border-bottom: 1px solid #DCE1E5;
	border-left: 1px solid #DCE1E5;
	border-right: 1px solid #DCE1E5;
	text-align: right;
	}

.postinfo {
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 3px;
	color: #aaa;
}

#pagination {
	margin: 10px 0;
	text-align: center;
	}
		

/* Comments */

#commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#commentlist li {
	border: 1px solid #DCE1E5;
	margin: 16px 0;
	padding: 0 10px;
	background: #fffeec;
	}

#commentlist small {
	text-align: right;
	font-size: 8pt;
	font-family: Tahoma;
	}

#comments, #postcomment {
	margin: 40px 0 10px 10px;
	}


/* Form */

form textarea {
	border: 1px solid #DCE1E5;
	padding: 8px;
	font-size: 9pt;
	font-family: Verdana;
	color: #333;
	background: #fff;
	}

form input {
	border: 1px solid #DCE1E5;
	padding: 8px;
	font-size: 9pt;
	font-family: Verdana;
	color: #333;
	background: #fff;
	}

form input:focus {
	background: #fffeec;
	}

form textarea:focus {
	background: #fffeec;
	}


/* Sidebar */
/*
#sidebar h2 {
	font-size: 11pt;
	letter-spacing: -0.5px;
	font-family: Arial;
        font-weight: normal;
	margin: 0;
	padding: 0;
	}*/
		
#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 5px 0;
	}
	
#sidebar li {
	list-style-image: url(images/dot.png);
	margin-left: 20px;
	border-bottom: 1px solid #DCE1E5;
	padding: 5px 0;
	}
	
#sidebar div { 
	margin: 20px 0;
	padding: 0;
	}

#sidebar input {
	border: 1px solid #DCE1E5;
	padding: 8px;
	font-size: 9pt;
	font-family: Verdana;
	color: #333;
	background: #fff;
	}

#sidebar input:focus {
	background: #fffeec;
	}

#sidebar a:hover {
	color: #C51500;
}


/*	Credits */

#credits p {
	margin: 0;
	padding: 0;
	}


/* General */

a {
	color: #0066CC;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

acronym, abbr, span.caps {
	border: 0;
	cursor: help;
	text-decoration: underline;
	}
	
blockquote {
	color: #555;
	border-left: 5px solid #DCE1E5;
	padding-left: 15px;
	margin: 0;
	}

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	}


/* Float and Clear */

div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	

/* Images align */

img.border {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #E3F5FE;
	}

img.center {
	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	

/* Text align */

.aligncenter {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}
	

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
	}

/* 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;
}

#sidebar-ul>li {
	border: 0; margin-bottom: 10px; list-style: none;
}	
#sidebar-ul h2 {
	font-size: 11pt;
	letter-spacing: -0.5px;
	font-family: Arial;
	margin: 0;
	padding: 0;
}
/* End captions */


.post-edit-link  { 
	clear: both;
}



br { clear: both; }




/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}


.ul-tabs-selected a { cursor:default; }
.ui-tabs-selected a:hover { text-decoration: none; cursor: default; }






/* POST CATEGORIES */
#post .post-categories { font-size: 80%; color: #ccc; }
#post .post-categories a { margin-left: 1px; text-decoration: none; color: #999; text-transform: uppercase; }
#post .post-categories a:hover { text-decoration: underline; }




/* COMMENTS */
.comment-by-author { background-color: #ddd; }




/* ADSENSE */
#ads-post { width: 470px; margin: 30px auto; clear:both; }





/* MYTHSHOP */
#mythshop { width: 960px; margin: 0 auto; font-family: Arial, Helvetica, sans-serif; }
#mythshop h2 { display: inline; color: #505050; }
#mythshop #shopmenu { display: inline; list-style: none; padding: 0; margin-left: 20px; }
#mythshop #shopmenu li { display: inline; font-weight: bold; margin-right: 15px; }
#mythshop hr { }
#mythshop h3 { }
#mythshop h4 { font-size: 150%; margin: 0; padding: 0; }
#mythshop #products, #mythshop #terms, #mythshop #chat { clear: both; }
#mythshop #products ul { margin: 0; padding: 0; list-style: none; }
#mythshop #products .section { padding-bottom: 50px; clear: both; }
#mythshop #products .item { width: 444px; padding: 10px; margin: 8px; float: left; background: url(images/product-item-bg.jpg) no-repeat; }
#mythshop #products .item .thumb { width: 80px; height: 80px; display: block; background: #fff; float: left; border: 1px solid #ccc; margin-right: 10px; }
#mythshop #products .item .code { float: right; font-size: 80%; }
#mythshop #products .item .name-jp { font-size: 80%; }
#mythshop #products .item .name-en { font-size: 120%; font-weight: bold; display: block; padding: 3px 0; margin-bottom: 12px; }
#mythshop #products .item .price { display: block; float: left; width: 160px; font-size: 120%; }
#mythshop #products .item .weight { display: block; float: left; width: 160px; font-size: 120%; }
#mythshop #products .item .release { display: block; float: left; width: 160px; font-size: 120%; }
#mythshop #terms .split { width: 45%; margin: 0 1px; float: left; }
#mythshop #chat #live-messenger { margin: auto; width: 600px; }




del { color: #ccc; font-style: italic; text-decoration: line-through; }
ins { color: #339; font-weight: bold; text-decoration: none; }



#blog-name { float: left; margin-top: 5px;}
#fj-banner { float: right; width: 90px; height: 68px; border: 1px solid #d8dfea; clear: none; margin: 3px; margin-right: 15px;}
#fb-likes { float: right; background: #f8fafb; margin: 3px; margin-right: 5px; border: 1px solid #d8dfea; clear:none; }
