/*  
Theme Name: mm3
Theme URI: http://www.michaelmartine.com/
Description: A WordPress theme with a classic, slightly scholarly look perfect for writers, artists, philosophers, and those that notice the turning of the earth.
Version: 1.0
Author: Michael Martine
Author URI: http://www.michaelmartine.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Tweak this CSS howsoever thow wilt.
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
	
	CSS SECTIONS IN ORDER:
	Sidebar, Posts, Headings, Images, Forms, Comments, Content Area, Tags, Footer
	

*/

/* Sidebar */

#sidebar {
	padding: 20px 0 10px 0;
	margin-right: 44px;
	width: 200px;
	font: 1.2em Tahoma, sans-serif;
	color: #eee;
	float: right;
	display: inline;
	}

#sidebar h2, #sidebar h2 a, #sidebar h2 a:visited, #sidebar h3, #sidebar h3 a, #sidebar h3 a:visited {
	color: #eee;
	}

#sidebar a {
	color: #eee;
	text-decoration: none;
	}

	
#sidebar a:hover {
	color: #fff;
	text-decoration: none;
	}
	

#sidebar h2 {
	font-family: Verdana, "lr SVbN", "Osaka|";
	font-size: 1.2em;
	margin: 15px 0 10px 0;
	padding: 0;
	color: #eee;
	border-color: #eee;
	}

.page_item a {
	font-weight: normal;
	font-size: 140%;
	border: 1px dotted #ccc;
	padding: 2px;
	display: block;
	margin: 0;
	}

.page_item a:hover {
	text-decoration: none;
	background: #222;
	}

#sidebar ul ul .page_item {
	font-size: 80%;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#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;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* Posts */

.widecolumn .postmetadata {
	margin: 20px 0;
	font-size: 1em;
	}

.entry p a:visited {
	color: #666;
	}

.entry p, .entrytext  {
	font-family: Verdana, "lr SVbN", "Osaka|";
	font-size: 1em;
	line-height: 1.6;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #330000;
	}
	
small {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.8em;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
	}

.narrowcolumn {
	float: left;
	width: 454px;
	display: inline;
	background-image: url(images/maincont_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, "lr SVbN", "Osaka|";
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 24px;
	/* \*//*/
	padding-right: 0px;
	width: 474px;
	/**/
	}
@media tty {i{content:"\";/*" "*/}} @import 'wie5x.css'; /*";}}/* */


.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 100px;
	width: 444px;
	}
	
.post {
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 40px;
	margin-left: 0;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 5px;
	line-height: 1.5;
	font-family: Verdana,Tahoma, sans-serif;
	float: none;
	text-align: right;
	}

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 ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/* Headings */

h1, h2, h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	}

.description {
	font-size: 1.3em;
	position:absolute;
	top: -1000px;
	left:-1000px;
	}

h2 {
	margin: 30px 0 5px 0;
	font-size: 1.2em;
	font-family: Verdana, "lr SVbN", "Osaka|";
	font-weight:bold;
	padding-bottom: 3px;
	border-bottom: 1px dotted #300;
	color: #300;
	}

h2.pagetitle {
	font-size: 1.5em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #300;
	}

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

h1 {
	padding-top: 230px;
	margin: 0 0 0 24px;
	font-size: 2.3em;
	}

h3 {
	font-size: 1.2em;
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
#header #headerimg h1{
	display:none;
	}

/* Images */
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
	}

/* Forms */
#searchform {
	margin: 0 auto 10px;
	padding: 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 105px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 420px;
	padding: 10px;
	border: 1px solid #300;
	}

/* Comments */
.alt {
	margin: 0;
	padding: 10px;
	border: 1px solid #300;
	}

.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;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Georgia, Times, serif;
	}

.commentlist li {
	font-weight: bold;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Tahoma, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Main Content Area */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, "lr SVbN", "Osaka|";
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0; 
	}
	
#page {
	text-align: left;
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}

#content {
	font-size: 1.2em;
	padding-top: 0px;
	line-height: 160%;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

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

a:hover {
	color: #f90;
	text-decoration: underline;
	}
	
#headerimg {
	margin: 0;
	height: 141px;
	width: 100%;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 10px 20px;
	border: 1px dotted #300;
	text-align: justify;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

blockquote ul {
	text-align: left;
	list-style-type: auto;
	}	

hr {
	display: none;
	}

a img {
	border: none;
	}
	
/* Tags */

.utwrelposts {
	font-family: Tahoma, sans-serif;
	font-size: .9em;
	}	

/* Footer */

#footer {
	color: #fff;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	font-family: Tahoma, sans-serif;
	font-size: 1.2em;
	}

#footer p {
	margin: 0;
	padding: 20px 30px;
	color: #ddd;
	}

#footer a {
	color: #fff;
	}	

#footer-left {
	float: left;
	width: 150px;
	margin: 10px;
	border-right: 1px dotted #eee;
	}

#footer-center {
	float: left;
	width: 250px;
	margin: 10px;
	border-right: 1px dotted #eee;
	padding-left: 10px;
	}

#footer-right {
	float: left;
	width: 250px;
	margin: 10px;
	}			
	
#footer h2 {
	color: #eee;
	font-size: 100%;
	margin: 0 10px 3px 20px;
	border-bottom: none;
	}	
	
#footer-center h2 {
	color: #eee;
	font-size: 100%;
	margin: 0 10px 3px 0;
	border-bottom: none;
	}		

#footer-center h3 {
	color: #eee;
	font-size: 95%;
	margin: 0 10px 3px 5px;
	border-bottom: none;
	margin-bottom: 3px;
	}
/* Tophome.php */
.maphaikei {
	height: 400px;
	width: 463px;
	background-image: url(images/maphaikei2.gif);
	background-repeat: no-repeat;
	padding-left: 260px;
	}

.maphaikei  li {
	font-family: Verdana, "lr SVbN", "Osaka|";
	font-size: 0.8em;
	line-height: 150%;
	list-style-image: none;
	list-style-type: none;	
	}
.maphaikei  ul {
	list-style-image: none;
	list-style-type: none;
	left: -25px;
	position: relative;
	}
.maphaikei  ul  {
	list-style-image: none;
	list-style-type: none;
	padding-top: -10px;
	}
.maphaikei  ul  ul li{
	list-style-image: none;
	list-style-type: none;
	left: -50px;
	position: relative;
	}
	
.concepttext{
	width:400px;
	font-family: Verdana, "lr SVbN", "Osaka|";
	font-size: 0.9em;
	line-height: 160%;
	color: #660000;
	padding-left: 44px;
	height: 180px;
	}

.top {
	background-color: #FFF1CC;
	background-image: url(images/top_logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 283px;
	width: 760px;
	position: relative;

}
.top_back {
	height: 283px;
	width: 100%;
}
.top_sname {
	font-family: Verdana, "lr SVbN", "Osaka|";
	font-size: 12px;
	line-height: 150%;
	color: #3C0C02;
	text-align: left;
	float: right;
	width: 283px;
	padding-top: 50px;
	height: 201px;
}
.top_sname li {
	list-style-type: none;
	}

.top_sname p{
	margin: 0px;
	padding: 0px;	
	}
.top_news {
	width: 394px;
	height: 225px;
	padding-top: 20px;
	text-align: left;
	line-height: 160%;
	float: left;
	font-size: 12px;
}

.top_news ul  {
	margin:0;
	padding: 0px;
	list-style-type: none;
	line-height: 200%;
}

.top_sita {
	display: block;
	width: 760px;
	float: none;
	height: 250px;
}
.top_concept {
	padding-top: 20px;
	float: right;
	width: 320px;
	height: 250px;
}
.top_sita .top_concept p {
	font-family: Verdana, "lr oSVbN", Osaka;
	font-size: 12px;
	line-height: 180%;
	color: #FFF1CC;
	float: right;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
}

.top_concept_link {
	font-family: Verdana, "lr oSVbN", Osaka;
	font-size: 12px;
	line-height: 180%;
	color: #FFF1CC;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.top_concept_link a{
	color: #FF0000;
	text-decoration: underline;
	}
.top_footer {
	display: block;
	font-family: Verdana;
	font-size: 12px;
	color: #E6D6BF;
	text-align: center;
	width: 760px;
	padding-top: 20px;
	float: none;
}


.globalNavi {
	float: right;
	margin-bottom:0px;
	/* width: 650px; \*/
/* \*//*/
	width: 700px;
/**/	
	height: 20px;
	padding-bottom: 0px;
	width: 606px;
}

.globalNavi ul{
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

.globalNavi li{
	display: inline;
	}

.globalNavi a{
	display: block;
	float:right;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFF1CC;
	}
/* top_home_btn */
p.button1 a {
	background:url(images/top_btn_home.gif) 0 -20px no-repeat;
	width:93px;
	height:20px;
	display:block;
	line-height:180%;
	text-decoration:none;
	text-indent: -2024pt;
	
}
.globalNavi p {
	position: relative;
	width: 93px;
	display: inline;
}


p.button1 a:hover {
	background:url(images/top_btn_home.gif) 0 0px no-repeat;
	padding-top:2px;
}

/* IEΘOuEUpnbN */
p.button1 > a:hover {
	padding-top:2px;
	height:18px;
}
/* top_concept_btn */
p.button2 a {
	background:url(images/top_btn_concept.gif) 0 -20px no-repeat;
	width:93px;
	height:20px;
	display:block;
	line-height:180%;
	text-decoration:none;
	text-indent: -2024pt;
}

p.button2 a:hover {
	background:url(images/top_btn_concept.gif) 0 0px no-repeat;
	padding-top:2px;
}

/* IEΘOuEUpnbN */
p.button2 > a:hover {
	padding-top:2px;
	height:18px;
}
/* top_news_btn */
p.button3 a {
	background:url(images/top_btn_news.gif) 0 -20px no-repeat;
	width:93px;
	height:20px;
	display:block;
	line-height:180%;
	text-decoration:none;
	text-indent: -2024pt;
}

p.button3 a:hover {
	background:url(images/top_btn_news.gif) 0 0px no-repeat;
	padding-top:2px;
}

/* IEΘOuEUpnbN */
p.button3 > a:hover {
	padding-top:2px;
	height:18px;
}
/* top_products_btn */
p.button4 a {
	background:url(images/top_btn_product.gif) 0 -20px no-repeat;
	width:93px;
	height:20px;
	display:block;
	line-height:180%;
	text-decoration:none;
	text-indent: -2024pt;
}

p.button4 a:hover {
	background:url(images/top_btn_product.gif) 0 0px no-repeat;
	padding-top:2px;
}

/* IEΘOuEUpnbN */
p.button4 > a:hover {
	padding-top:2px;
	height:18px;
}
/* top_sinfo_btn */
p.button5 a {
	background:url(images/top_btn_shopinfo.gif) 0 -20px no-repeat;
	width:141px;
	display:block;
	text-decoration:none;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-indent: -2024pt;
}

p.button5 a:hover {
	background:url(images/top_btn_shopinfo.gif) 0 0px no-repeat;
	padding-top:2px;
}

/* IEΘOuEUpnbN */
p.button5 > a:hover {
	padding-top:2px;
	height:18px;
}
/* top_blog_btn */
p.button6 a {
	background:url(images/top_btn_blog.gif) 0 -20px no-repeat;
	width:93px;
	height:20px;
	display:block;
	line-height:180%;
	text-decoration:none;
	text-indent: -2024pt;
}

p.button6 a:hover {
	background:url(images/top_btn_blog.gif) 0 0px no-repeat;
	padding-top:2px;
}

/* IEΘOuEUpnbN */
p.button6 > a:hover {
	padding-top:2px;
	height:18px;
}


.globalNavi a:hover{
	color:#FFF1CC
	}
	

.top_back .top .top_sname p {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: -10px;
}

/* shop info y[W */

.shop_table{
	font-size:14px;
	font-family: Verdana, "lr SVbN", "Osaka|";
	text-align: justify;
	margin-top: 20px;
	}

.shop_tra{
	font-size:14px;
	font-family: Verdana, "lr SVbN", "Osaka|";
	text-align: left;
	padding-left: 50px;
	}

.shop_tra ul{
	list-style-type: none;
	}

.shop_tra li{
	list-style-type: none;
	}
	
/* concept y[W */

.concept_tx{
	font-size:14px;
	font-family: Verdana, "lr SVbN", "Osaka|";
	text-align: left;
	line-height: 160%;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	}

.concept_tx ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}

.concept_tx ul li{
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: -8px;
	}
	
.red{
	color: #FF3300;
	}
	
.underline{
	text-decoration: underline;
	}

/* top_home_btn */
p.side_button1 a {
	background:url(images/side_btn_home.gif) 0 0px no-repeat;
	width:198px;
	height:29px;
	display:block;
	line-height:180%;
	text-decoration:none;
	text-indent: -2024pt;
}

p.side_button1 a:hover {
	background:url(images/side_btn_home.gif) 0 -29px no-repeat;
	padding-top:2px;
}

/* IEΘOuEUpnbN */
p.side_button1 > a:hover {
	padding-top:2px;
	height:27px;
}
/* top_concept_btn */
p.side_button2 a {
	background:url(images/side_btn_concept.gif) 0 0px no-repeat;
	width:198px;
	height:29px;
	display:block;
	line-height:180%;
	text-decoration:none;
	text-indent: -2024pt;
}

p.side_button2 a:hover {
	background:url(images/side_btn_concept.gif) 0 -29px no-repeat;
	padding-top:2px;
}

/* IEΘOuEUpnbN */
p.side_button2 > a:hover {
	padding-top:2px;
	height:27px;
}
/* top_news_btn side_button4*/
p.toggleinfo a {
	background:url(images/side_btn_product.gif) 0 0px no-repeat;
	width:198px;
	height:29px;
	display:block;
	line-height:180%;
	text-decoration:none;
	text-indent: -2024pt;
	
}

p.toggleinfo a:hover {
	background:url(images/side_btn_product.gif) 0 -29px no-repeat;
	padding-top:2px;
}

/* IEΘOuEUpnbN */
p.toggleinfo > a:hover {
	padding-top:2px;
	height:27px;
}
/* top_products_btn */
p.side_button3 a {
	background:url(images/side_btn_news.gif) 0 0px no-repeat;
	width:198px;
	height:29px;
	display:block;
	line-height:180%;
	text-decoration:none;
	text-indent: -2024pt;
}

p.side_button3 a:hover {
	background:url(images/side_btn_news.gif) 0 -29px no-repeat;
	padding-top:2px;
}

/* IEΘOuEUpnbN */
p.side_button3 > a:hover {
	padding-top:2px;
	height:27px;
}
/* top_sinfo_btn */
p.side_button5 a {
	background:url(images/side_btn_shopinfo.gif) 0 0px no-repeat;
	width:198px;
	height:29px;
	display:block;
	line-height:180%;
	text-decoration:none;
	text-indent: -2024pt;
}

p.side_button5 a:hover {
	background:url(images/side_btn_shopinfo.gif) 0 -29px no-repeat;
	padding-top:2px;
}

/* IEΘOuEUpnbN */
p.side_button5 > a:hover {
	padding-top:2px;
	height:27px;
}
/* top_blog_btn */
p.side_button6 a {
	background:url(images/side_btn_blog.gif) 0 0px no-repeat;
	width:198px;
	height:29px;
	display:block;
	line-height:180%;
	text-decoration:none;
	text-indent: -2024pt;
}

p.side_button6 a:hover {
	background:url(images/side_btn_blog.gif) 0 -29px no-repeat;
	padding-top:2px;
}

/* IEΘOuEUpnbN */
p.side_button6 > a:hover {
	padding-top:2px;
	height:27px;
}

.imgcat{
	padding: 15px;
}
.product_page_btn {
	display: none;
}

/* top_newsϊt\¦ */

.top_news_tx {
	font-size:x-small;
	padding-left: 20px;
	} 
/*JeS[_newsϊt\¦ */

.cat_news_tx {
	font-size:x-small;
	text-align: right;
	} 

/*€iTCY */

.size {
	font-size:x-small;
	} 
.smallstyle1 {
	font-size:x-small;
	text-align: right;
	color: #FF6600;
	padding-bottom: 30px;
	}

.top_small {
	margin: 0px;
	padding: 0px;
}
	.top_h1 {
	font-size: 10px;
	color: #FF3333;
	padding: 0px;
	float: left;
	margin: 0px;
	display: block;
	width: 270px;
}
	.header_h1 {
	font-size: 10px;
	color: #FF3333;
	text-align: center;
	background-color: #c0b8ad;
	display: block;
	padding: 0px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
}
.linkthumb {
    line-height: 0.5;
}

/*newsy[Wζ */
	.news_img {
	padding: 0;
	margin: 0;
	width: 280px;
	border: 1px solid #330000;
}
