@charset "utf-8";
/*
Theme Name: Museyon Theme #1
Theme URI: http://www.suzerain.com/
Description: Developed by Simary.
Version: 1.0
Author: Simary
Author URI: http://www.suzerain.com/
Tags: Museyon


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

*/



/* Begin Typography & Colors */
html{background-color:#e8e8e8;}
body {
	font-family: Verdana;
	color: #333;
	text-align: center;
	width:100%;
	font-size:12px;
	}


#page {
	background-color: white;
	text-align: left;
	width:980px;
	font-family: Verdana;
	}



#content {
	font-size: 12px;

	}

.widecolumn .entry p {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 20px;
	}

.widecolumn {
	line-height: 16px;
	}

.narrowcolumn .postmetadata {
	/*text-align: center;*/
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	height:50px; 
	width:980px; 
	clear:both;
	border-top:#999999 solid 1px; 
	font-size:10px; 
	text-align:center; 
	color:#666666; 
	
	}

small {
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 40px;
	text-align: center;
	}

#headerimg .description {
	font-size: 12px;
	text-align: center;
	}

h2 {
	font-size: 16px;
	}

h2.pagetitle {
	font-size: 16px;
	}

#sidebar h2 {
	font-family:Verdana, Sans-Serif;
	font-size: 12px;
	}

h3 {
	font-size: 13px;
	}

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

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

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

.entry p a:visited {
	/*color: #b85b5a;*/
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 11px Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 10px;
}

.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: 11px;
	}

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 10px Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #808080;
	}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 9px;
	letter-spacing: 1px;
	}

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

a:hover {
	color: #ff6600;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 13px Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	}


.narrowcolumn {
	float: left;
	width: 653px;
	}

.widecolumn {
	width: 653px;
	float:left;
	}
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0 35px;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 10px 0 0 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

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

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

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

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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;
	margin-right:35px;
	}

.alignleft {
	float: left;
	margin-left:35px;
	}
/* 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: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	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;
	}

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	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 {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin:0 35px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 7px;
	float:left;
	width: 310px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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 {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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: 10px;
	font-size:12px;
	color:#FF6600;
	}
.navigation a {color:#FF6600;}
.post_nav{border-bottom:#80AE00 2px solid; height:30px;}
#blog_time{ font-size:10px; text-align:right; margin:0 35px; border-bottom:1px #333333 dotted;}
/* 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 */
.entry_cate_com { font-size:13px; margin-bottom:20px;}
.entry_cate_com a { color:#ff6600;}
.entry_cate_com p { color:#ff6600;}
.entry_tags { font-size:13px; margin-top:10px;}
.entry_tags a { color:#ff6600;}

h2.blog_h2{ font-size:30px; color:#999900; margin:20px 0;font-family:"Times New Roman", Times, serif;line-height:30px;}
h2.blog_h2 a{ color:#999900; font-family:"Times New Roman", Times, serif; line-height:30px;}

#respond{margin: 0 35px;}

#tag_cloud{ padding-left:8px;}
#tag_cloud a{color:#aba700;}
#tag_cloud h2{ font-size:14px; border-bottom:1px #999999 solid; color:#797979; padding-left:3px; line-height:20px;}

#tag_cloud-3{ padding-left:8px;}
#tag_cloud-3 a{color:#aba700;}
#tag_cloud-3 h2{ font-size:14px; border-bottom:1px #999999 solid; color:#797979; padding-left:3px; line-height:20px;}

#tagcloud{ margin:5px 0 0 8px;}
/* Recent Articles/Comments  */
#right{width:317px; float:left;	border-left:#666666 1px dotted;}
.Recent { margin: 10px 0 10px 8px;  float:left;}

.TabMenu { float: left; margin: 0px; padding: 0px; background:url(./images/recent1.gif) no-repeat left top; height:43px;width:317px;}
.TabMenu_a { background:url(./images/recent2.gif) no-repeat left top;}

.TabMenu li { padding: 0px; margin: 0px; list-style-type: none; display: inline; }
.TabMenu li a {  width:144px; height:29px;float: left;margin:8px 0 0 9px;}


.TabContent { clear: left; padding-top: 10px; background:url(./images/recent_bg.gif) repeat-y;}
.TabContent ul { padding: 0px; margin: 0 8px 0 6px;}
.TabContent li {  padding: 1px 0px 1px 0px; margin: 0px; list-style-type: none; font-size: 10px;}
.TabContent li a { text-decoration: none;}
.TabContent li a:visited { text-decoration: none;}
.TabContent li a:hover { text-decoration: none;}
.recenttime{ border-bottom:1px dotted #333333;}
.recenttitle{ color:#999900; font-size:14px;}
.recentmore{ text-align:right;}
.recentmore a{  color:#FF6600;}

#Recent_bottom{background:url(./images/recent_bottom.gif) no-repeat; width:313px;  height:3px;}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
input , textarea{ font-size:12px;font-family:Verdana;}
#wrapper{width:980px;margin:0 auto;overflow:hidden; background-color:#FFFFFF;}
.green{ color:#ABA700;}
.left{ float:left;}
.right{ float:right;}

#navi{overflow:hidden;font-size:14px;border-bottom:5px #3e3e3e solid;}
#search_bar{float:right;width:172px;overflow:hidden;height:36px;line-height:36px;background:url(/_graphics/search_bg.gif) no-repeat left top;}
#search_bar input{border:0;}
#search_bar .query_text{font-size:10px;height:14px; margin:12px 0 0 36px; background:none;}
#menu{width:980px;overflow:hidden;clear:both;height:194px; }
#menu_left{ float:left;height:194px; width:87px;background:url(images/logo.gif) no-repeat;}
#menu_right{ float:left;height:194px; width:893px;}
#menu_flash{ width:893px; height:169px;}
#menu_nav{ width:893px;}

#yuimenuitem{ width:100px;}
#obsmenu {position: static;}
#nav_myg{ background:#000000; font-size:10px; color:#a9a9a9; width:118px; padding:10px;}
#nav_myg a { color:#999999;}
#nav_myg a:hover { color:#FFFFFF;}
#nav_obs{ background:#000000; font-size:10px; width:135px; padding:2px 0px 1px 0px;}
#nav_obs .l1{ border-bottom:1px #333333 solid; line-height:24px; padding-left:20px;}
#nav_obs .l1 a{ color:#a9a9a9;}
#nav_obs .l1 a:hover{ color:#FFFFFF;}
#nav_obs .l2 a { color:#FFFFFF; font-size:12px; text-decoration:underline;padding: 0 20px;}
#nav_obs .l2 a:hover{ background:url(/_graphics/nav_arrow.gif) no-repeat 2px 8px;}
#nav_obs .l3{ line-height:16px;}
#nav_obs .l3 a { color:#FFFFFF; font-size:10px;line-height:16px;padding: 0 20px;}
#nav_obs .l3 a:hover{ background:url(/_graphics/nav_arrow.gif) no-repeat 2px 5px;}
#filmtravel{ background-color:#f29919; border:1px  #666666 solid;opacity:.9; filter:alpha(opacity=90);-moz-opacity:0.9;}
#musictravel{ background-color:#598eb7; border:1px  #666666 solid; width:180px;opacity:.9; filter:alpha(opacity=90);-moz-opacity:0.9;}
#arttravel{ background-color:#bb4a40; border:1px  #666666 solid; width:180px; height:100px;opacity:.9; filter:alpha(opacity=90);-moz-opacity:0.9;}

#signup{background:url(/_graphics/signup_bg.gif) no-repeat; height:0px; width:980px; visibility: hidden; overflow:hidden;}
#sign_content{  height:173px; margin:20px 0 0 450px; float:left;}
#sign_input{ height:173px;}
#sign_success{ margin:60px 0 0 140px; color:#FFFFFF;}
.sign_title{ width:135px; float:left; text-align:right; font-size:12px; color:#999999; line-height:23px;}
.sign_row{ width:400px; margin-top:7px;}
.sign_input {border:0 none;background:url(/_graphics/sign_input.gif); height:18px;padding:6px 4px 0 4px; width:180px;}
#sign_close{ float:right; margin:10px 10px 0 0;}
#sign_submit{ float:right; clear:right; margin:100px 8px 0 0;}


#blog_bg{background: #fff url(images/blog_bg.gif) no-repeat top; width:653px; height:109px;}
#shopimg{ margin:7px 0 0 7px;}

/* obsession */	
#content_left{margin:12px 0 10px 6px; width:220px;}
#content_myg{ margin: 15px 0 3px 0;}

#guide_list{padding:10px 5px 10px 30px;background:url(images/left_mid.gif) repeat-y; font-size:10px;}
#guide_list a{ color:#000000; font-size:11px;}
#cate_list{padding:10px 10px 10px 11px;background:url(images/left_mid.gif) repeat-y; }
.cat-item a{ color:#000000; font-family:Verdana;background:url(images/right_arrow.gif) no-repeat 0 3px; padding-left:22px; }
.children{border-top:1px #666666 dotted;}
.children .cat-item a{ color:#676767; font-size:10px; background:none; border:0px none; padding-left:50px;}
/* end obsession  */

/* obsession */	
#content_right{margin:12px 0 0 6px; width:420px;}
#navigation{ height:24px; border-bottom:1px #000000 solid; background:url(images/recentfeatures.gif) no-repeat; padding-right:15px;}
#bnavigation{ height:24px; border-top:1px #000000 solid; clear:both; padding-top:5px;padding-right:15px;}
.navnext{ width:51px; height:17px;background:url(images/nextno.gif) no-repeat;}
.navprev{ width:92px; height:17px;background:url(images/prevno.gif) no-repeat;}

.ob_post_title { width:420px;padding:25px 0 6px 0;}
.ob_post_title a{ font-size:18px; color:#333333;}

.ob_post_content{ width:420px; float:left; margin-bottom:5px;}
.imgtfe { float:left; padding:5px; border:#666666 1px solid;}
.ob_content_img{ width:160px;  float:left;}

.ob_post_content , .ob_post_content p{ line-height:13px; font-size:11px; color:#666666;}
p.ob_content_time { font-size:10px; line-height:16px;}
.ob_content_text{ width:250px; float:right; margin-right:8px;}
.ob_content_more{width:250px; float:right; margin-right:8px;}

.post{ clear:both; }
.page{ margin-bottom:40px;}
/* end obsession  */

/* obsession sidebar*/	
#isbn{ background:url(images/isbn_bg.gif) no-repeat; width:314px; height:202px; margin:7px 0 0 7px; }
.isbn_input{ text-align:center; border:none; margin:0 0 0 92px; width:130px; background:none; height:20px;}
.isbn_submit{ margin-top:49px;background:url(images/isbn_submit.gif); border:none; width:50px; height:20px;}
#isbn_content{ margin:13px 15px 0 15px;}
#isbn_content p{line-height:12px;}

/* end obsession  sidebar*/	

/* Twitter */
#twitter{clear:both;padding-left:7px;}
#tw_hd{background:url(/_graphics/twitter_hd.gif) no-repeat; margin-top:25px; width:314px; height:51px;}
#tw_bd{background:url(/_graphics/twitter_bd.gif) repeat-y;width:314px; }
#tw_bd .twitter-timestamp{  font-size:10px; color:#999999;}
#tw_ft{background:url(/_graphics/twitter_ft.gif) no-repeat; width:314px; height:11px;}
#tw_fl{ text-align:right; padding:24px 15px 12px 0;}
#tweet li{ padding:15px 20px 0 15px;}
/* End Twitter */


#footer{height:50px; width:980px; clear:both;border-top:#999999 solid 1px; font-size:10px; text-align:center; color:#333333; line-height:50px;}
#footer a{ color:#666666;}
