/*
THEME NAME: page-style
THEME URI: http://www.pagemod.cn/2008/10/page-style-released.html
Description: 3-column wordpress theme , created by <a href="http://www.pagemod.cn/">page</a>.Compatible :WP v2.5-v2.7.
VERSION: 1.5
AUTHOR: page
AUTHOR URI: http://www.pagemod.cn
TAGS: three-columns,fixed-width,right-sidebar,green,orange,yellow

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	2009.01.16 update v1.5
	fixed IE7bug
	
	2008.12.24  update v1.4
	Compatible :WP v2.5-v2.7
*/

/* Begin html tags */
* { margin:0; padding:0; list-style-type: none;} 

@font-face {font-family: 'SouvenirGotURW-Reg';src: url('webfonts/F3080_0.eot');src: url('webfonts/F3080_0.eot?#iefix') format('embedded-opentype'),url('webfonts/F3080_0.woff') format('woff'),url('webfonts/F3080_0.ttf') format('truetype'),url('webfonts/F3080_0.svg#wf') format('svg');}

body {font-size: 62.5%; /* Resets 1em to 10px */font-family: SouvenirGotURW-Reg, Georgia, "Lucida Grande", Verdana, Arial, Sans-Serif;background: #d0c7af;color: #333;margin:10px auto;height:auto;}
hr{display: none;}
a{color: #9a9c82;text-decoration: none;}
a:hover {color: #C78D4D;text-decoration: underline;}
h1,h2,h3,h4 {
	font-family: Futura, "Century Gothic", "ITC Avant Garde", "Lucida Grande", Verdana, Arial, sans-serif;
}

h2{font-size:1.5em;}
h3,h4{font-size:1.1em;font-weight:bold;}
h3 {
	background: #8e8e76;overflow:hidden;
   -moz-border-radius: 6px;
   -khtml-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
	padding: 1.0em;
	margin: 12px 1.0em 40px;
}


small{font-size:1em;}
.clear{clear:both;}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }


/* End html tags */

/* Begin Structure */
#header {background: #7f1545 url(img/header.gif) no-repeat;width: 960px;height:100px;margin:auto;color: #efebdb;font-size:1.2em;}
#content{width:950px;margin:10px auto;font-size:1.2em;background: #91856f url(img/content.gif) no-repeat center; padding:5px;
   -moz-border-radius: 10px;
   -khtml-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}
#maincontent{background: #efecdb url(img/contentback-730.gif) repeat-y;float:left;width:730px;line-height:1.5em;}
.wide #maincontent {
	width: 949px;
	background-image: url(img/contentback-wide.gif);
}
#sidebar{float:right;width:215px;color: #efebdb;font-family: Futura, "Century Gothic", "ITC Avant Garde", "Lucida Grande", Verdana, Arial, sans-serif;}
#sidebar-left{float:left;width:180px;}
#sidebar-right{float:right;width:215px;}
#footer{background: url(img/footer.gif) no-repeat;width:840px;height:60px;margin:auto;font-size:1.2em;padding:20px 0 0 120px;color: #91856f;}
*html #sidebar-right{clear:right;}

/* End Structure */

/* begin header*/
#header h1{font-size:2.5em;padding:25px 150px 0 0px;text-align:right;}
#header h1 a{color:#D8DED3;}
.description{padding: 3px 151px 0 0;text-align:right;
	font-size: 1.2em;
}

#menu{ width: 949px; background: #5d574c url(img/wide-menu.gif) no-repeat; 	font-family: Futura, "Century Gothic", "ITC Avant Garde", "Lucida Grande", Verdana, Arial, sans-serif;
}
.menub{ width: 949px; background:url(img/wide-menu-b.gif) no-repeat bottom;height:15px; margin-bottom: 5px;}
#menu li {
	float: left;
	margin-left: 27px;
	margin-top: 13px;
	width: 131px;
}
#menu a {
	color: #ccd4b9;
	font-weight: bold;
	font-size: 1.2em;
}
/* End header*/

/* begin maincontent*/
.contentpadding{padding: 23px 50px 2px;z-index:10px;}
.topcorner{background: url(img/contentt-730.gif) no-repeat top center;height:15px;}
.bottomcorner{background: url(img/contentb-730.gif) no-repeat bottom center;height:15px;}
.wide .topcorner {
	background-image: url(img/contentt-wide.gif);
}
.wide .bottomcorner {
	background-image: url(img/contentb-wide.gif);	
}

#maincontent a:hover{color:#C78D4D;}
#maincontent h2 a{color:#58573F;}

.entry{margin-top: 1em;overflow:hidden;
	font-size: 1.3em;
}

.post {
	font-size: 1.3em;
}

#home .post {
	margin-bottom: 34px;
	margin-left: 360px;
}

#home .post .post-thumb {
	float: left;
	margin-left: -360px;
	width: 300px;
	text-align: right;
}

#home .post .post_header {
	margin-bottom: 0;
	color: #c3b6a1;
}

#home .post h2 {
	margin: 0;
}

.post .readmore {
	float: right;
	margin-top: -26px;
}

.post img {
	background: rgba(255,255,255,.4);
	padding:10px;
	margin-top: 0;
	margin-bottom: 5px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.post h2 {
	font-weight: normal;
	font-style: normal;
	margin-bottom: 50px;
	font-size: 18px;
}


h2.posttitle {
	font-weight: bold;
	font-size: 19px;
}

.post_header {
	font-family: Futura, "Century Gothic", "ITC Avant Garde", "Lucida Grande", Verdana, Arial, sans-serif;
	display: block;
	margin-bottom: 60px;
}

.entry p, .entry li, .entry td, .entry blockquote {
		font-size: 16pt;
		line-height: 20pt;
}

.entry h1, .entry h2, .post .entry h2 {
	margin-bottom: 30px;
}
.entry p {
	margin-bottom: 1.5em;
}
.entry ol {padding: 0 0 0 35px;
	margin-bottom: 19px;
	margin-top: 17px;
}
.entry ol li {list-style-type: decimal;}

.entry ul {
   margin-bottom: 19px;
	margin-top: 17px;
}
.entry ul li{padding: 0 0 0 15px; list-style-type: disc; margin-left:30px;}
.entry img {border:medium none;}
.entry table {border:1px solid #A39856;}
.entry table tr th{padding:1px 10px;background:#C5CFB0;}
.entry table tr td{padding:2px 10px;background:#DDD9C0;}

.entry blockquote,.entry pre{margin:10px 20px;padding:5px;background: #8e8e76;overflow:hidden;
   -moz-border-radius: 6px;
   -khtml-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   padding: 10px;
}
.entry blockquote p {
   margin: 0px;
}
.entry blockquote p + p {
   margin-top: 10px;
}
.entry .flickrpress-container .flickrpress-navigation {
	font-size: 15px;
}
.entry .flickrpress-container {
	margin-bottom: 41px;
}
.postmetadata{padding:1px 5px;margin:0.5em 0 25px;}

.post #subscribe-blog {
	margin: 40px 40px 95px;
}

.post #subscribe-blog input {
	width: auto;
	float: right;
	margin-top: -30px;
	width: 100px;
	margin-right: 72px;
	line-height: 25px;
	padding: 2px 2px;
}

.post #subscribe-blog #subscribe-field {
	width: 300px !important;
	float: none;
	display: block;
	margin-left: 65px;
	margin-top: 26px;
}

.ping-track{padding:5px;background: #91856f;}
.postnav{margin:1em 0; font-size: 16px;}
.postnav a {
	margin: 7px;
}

/* End maincontent */

/* Begin sidebar */
.sidebar-box{margin-bottom:5px;background: #9b9c83;padding-top:8px;
}


.sidebar-box p, .sidebar-box div {
	padding-right: 15px;
	padding-left: 15px;
}
#sidebar h2{padding:5px 0 5px 15px;text-transform:uppercase;font-size:1.1em;color: #7f1545;}
#sidebar li{list-style-position:inside;}
#sidebar ul li{padding:0 20px;margin-bottom:3px;list-style-position:outside; font-size: 14px; }
#sidebar ul li a{color: #efebdb;}
#sidebar img{border:0;}
#sidebar a{color: #efebdb;}

#sidebar #social-media li {
	width: 215px;
	height: 50px;
	margin: 0 0 6px;
	padding: 0;
}

#sidebar-right .widget_tag_cloud div {
	text-align: right;
}

#social-media li a {
	display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; width: 100%; height: 100%;
}



#social-media .rss {
	background-image: url(img/feed.gif);
}
#social-media .twitter {
	background-image: url(img/sm_twitter.gif);
}
#social-media .facebook {
	background-image: url(img/sm_facebook.gif);
}
#social-media .newsletter {
	background-image: url(img/sm_newsletter.gif);
}
#social-media .flickr {
	background-image: url(img/sm_flickr.gif);
}
#social-media .deviantart {
	background-image: url(img/sm_deviant.gif);
}

div.flickrpress-container {
	padding: 0;
	padding-top: 20px;
}

div.flickrpress-items {
	padding: 0;
	margin: 0;
}

div.flickrpress-items .flickr_item.flickr_item_view_squares {
	padding: 8px;
	background: rgba(255,254,255,0.1);
   -moz-border-radius: 6px;
   -khtml-border-radius: 6px;
   -webkit-border-radius: 6px;
    border-radius: 6px;
	border: none;
}

.top_posts_n_pages_widget li {
	margin-top: 10px;
}


#subscribe-blog input {
	background-color: #5d574c;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #eaebd9;
	width: 97%;
	font-size: 12px;
	padding: 4px 2px;
	margin-top: 2px;
	border-bottom: 1px solid #484239;
	border-top: 1px solid #b3b296;
	text-shadow: #3d3931 0 1px 0;
}

#subscribe-blog #subscribe-field {
	background-color: #807f6a;
	border: none;
	color: #eaebd9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 10px;
	font-size: 13px;
	border-top: 1px solid #5e5d4d;
	border-bottom: 1px solid #c0bfa2;
}

.widget_categories ul {
	padding-left: 20px;
}

.widget_categories li {
	width: 89px;
	display: inline-block;
	vertical-align: top;
	padding: 0 !important;
}

.widget_categories li a {
	display: block;
	width: 100%;
	height: 100%;
}

.s-menu{background: #5d574c url(img/smenut.gif) no-repeat;}
.s-menub{background:url(img/smenub.gif) no-repeat bottom;height:15px}
.s-category{background: #929278 url(img/scatet.gif) no-repeat;}
.s-categoryb{background:url(img/scateb.gif) no-repeat bottom;height:15px}
.s-ark{background: #5d574c url(img/sarkt.gif) no-repeat;}
.s-arkb{background:url(img/sarkb.gif) no-repeat bottom;height:15px;}
.s-roll{background:#a39856 url(img/scatet.gif) no-repeat;}
.s-rollb{background:url(img/scateb.gif) no-repeat bottom;height:10px;}
.s-right{background: #9b9a82 url(img/srightt.gif) no-repeat;}
.s-rightb{background:url(img/srightb.gif) no-repeat bottom;height:10px;}

#sidebar .s-right:nth-child(odd){background: #5d574c url(img/srightt_b.gif) no-repeat;}
#sidebar .s-right:nth-child(odd) .s-rightb{background:url(img/srightb_b.gif) no-repeat bottom;height:10px;}



#myworks ul li{margin-left:-20px;}

#subfeed{margin-bottom:5px;}
.textwidget{padding:0 15px;}

#sidebar div.etsy {
	padding: 11px;
}
/* End sidebar */


/* Begin footer */
#footer a{text-decoration: none;}
#footer a:hover{text-decoration: underline;}
#footer-left {
	float: left;
	width: 600px;
}
#footer-right {
	float: right;
	margin-right: 80px;
	width: 100px;
}
/* End footer */


/* Begin wp-tags*/
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;}

.aligncenter,div.aligncenter {display: block;margin-left: auto;margin-right: auto;margin-top: 40px !important; margin-bottom: bottom: 40px !important;}
.alignright {float: right;}
.alignleft {float: left}

.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 {line-height: 17px; padding: 0 4px 5px; margin: 0;}

#wp-calendar{width:100%;color:#C1C08C;text-align:center;}
#wp-calendar a{color:#DADAB7;}
#wp-calendar td { text-align:center;}
#wp-calendar tfoot{width:100%;}
/* End wp-tags */

/* Begin comments*/
.message{width:100%;}
#response{margin-top:2em;}
.message-by{float:left;}
.message-count{float:right;}
.message-content{border:1px solid #ddd;padding:5px;margin-top:10px;}
.alt{background:#DCDBBF;}
.message-entry{border-top:1px solid #ddd;}
.submit{margin-top:10px;}

.avatar-place{}
.inputs input,#commentform input{margin:4px 0;background: #9b9a82 url(img/input.gif) no-repeat center;border:0;padding:2px;width:166px;height:16px;}
.message textarea,#comment{border:0;width:380px;height:180px;overflow:hidden;background: #d0c7af url(img/textarea.gif) no-repeat center;padding:10px;}
.submit input,#commentform #submit{border:0;width:60px;height:30px;background: #d0c7af url(img/submit.gif) no-repeat left;color:#fff;}
.children li{margin-left:15px;}
.commentlist li{margin-bottom:5px;padding:5px;}
.comment{border:solid 1px #B3B29C;}
.alt{background:#DCDBBF;}

/* End comments */

.editComment, .editableComment, .textComment{display: inline;}
.comment-childs{margin: 5px 2px 2px 4px;padding: 4px 2px 2px 4px;background-color: #D3D2AE;}
.chalt{background-color: #BFBE8F;}
#newcomment{border:1px dashed #777;width:90%;}
#newcommentsubmit{color:red;}
.adminreplycomment{border:1px dashed #777;width:99%;margin:4px;padding:4px;}
.mvccls{color: #999;}
			
/* Google ICS */
#search_form{width:180px;background:url(img/search_bg.gif) no-repeat;height:33px; margin:3px 0 0 18px;*left:18px;position:relative; padding: 0; }
#search_form div { padding: 0; }
#search_form input{padding:10px 10px 0;width:130px;border:0;color: #efebdb;background:none;font-size:12px;height:19px;}
#search_form input.search_btn{margin:4px 0 0 ;padding:0;width:25px;border:0;background:url(img/search_button.gif) no-repeat;text-indent:-999em;height:25px;cursor:pointer;}
/* end Google ICS */


/* pagenav*/
	.wp-pagenavi {position:relative; left:10px; z-index:300; }
	.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active  {float:left;  background:#BFBE8F  !important; padding:3px 8px !important; color:#555 !important; margin:0 3px 0 0 !important; border:none !important;}
	.wp-pagenavi a:hover {background:#C78D4D !important; color:#eee !important; text-decoration:none; border:none !important;}
	.wp-pagenavi span.pages {float:left; padding: 3px 10px !important; margin: 0px 3px 0px 0px !important; color: #555 !important; border: none !important;	background:#8C9862 !important;}
	.wp-pagenavi span.current {float:left; background:#8C9862  !important;  padding:3px 5px !important; color:#555 !important; margin:0 3px 0 0 !important; border:none !important;}
	.wp-pagenavi span.extend {float:left;  background:none !important;  padding:3px 5px !important; color:#602600 !important; margin:0 3px 0 0 !important; border:none !important;}
/* end pagenav */

#wpsf_contact_form label, #wpsf_contact_form p {
	font-family: Futura, "Century Gothic", "ITC Avant Garde", "Lucida Grande", Verdana, Arial, sans-serif;	
}

.trackable_sharing {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.trackable_sharing img {
	margin: 0;
	padding: 0;
	background: none;
}

.related-posts {
	font-size: 0.8em;
	line-height: 1.0em;
	margin: 0.5em 0 0;
}

.related-posts .excerpt {
	width: 150px;
	float: left;
	margin-left: 133px;
	margin-bottom: 20px;
	height: 200px;
	background: rgba(255,255,255,.2);
	padding:10px;
}

.related-posts .excerpt-thumb {
	float: left;
	clear: both;
	margin-left: -120px;
	margin-right: 20px;
	margin-top: -10px;
}

.related-posts .excerpt-thumb img {
	width: 80px;
	height: auto;
}

.related-posts .excerpt h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 9px;
}

.related-posts .excerpt .time {
	float: left;
	font-weight: bold;
	margin-right: 10px;
	color: #a6a39a;
}

.related-posts .excerpt p {
	color: #676767;
	font-size: 14px;
	line-height: 13px;
}
