/*
Theme Name: Yishu Online
Theme URI: http://yishu-online.com
Description: Designed by Lam Wong, HTML/CSS by Design Format.
Version: 1.0
Author: Design Format
Author URI: http://designformat.com
Tags:
*/

@import url("css/article.css");
@import url("css/back-issues.css");
@import url("css/art-editions.css");
@import url("css/browse.css");
@import url("css/header.css");
@import url("css/homepage.css");
@import url("css/layout.css");
@import url("css/sidebar.css");

/* Advertist Page */
span.wpcf7-list-item { display: block; }
#contact_response{
	border: 				1px solid #ffffff;
	height: 				100px;
}

/* Common */
body{
	background-color: 		#CCCCCC;
	color: 					#333333;
	font:					11px/13px "Arial";
	margin: 				0px;
	padding: 				0px;
}
:focus {
	outline:				0;
}
ol,ul{
	list-style-type: 		square;
	margin: 				0px 0px 0px 15px;
	padding: 				0px;
}

/* Links */
a{
	color: 					#000000;
	text-decoration: 		underline;
}
a:hover{
	color: 					#bb0214;
	text-decoration: 		none;
}
#sidebar .sidebar-heading-link:hover{
	color: 					#bb0214 !important;
}

/* Floating */
.float{
	float:					left;
}
.float_right{
	float:					right;
}
.clear{
	clear:					both;
}

/* user-account-tabs */
.user-account-tabs{
	border-bottom: 			1px solid #999999;
	height: 				20px;
	list-style-type:		none;
	margin: 				20px 0px 20px 0px;
	padding: 				0px;
}
.user-account-tabs li{
	float:					left;
	margin: 				0px 10px 0px 0px;
	padding: 				0px 0px 0px 0px;
}
.user-account-tabs a{
	background-color: 		#dcdadb;
	border: 				1px solid #999999;
	border-bottom: 			0px;
	color: 					#63686c;
	padding: 				5px;
	text-decoration: 		none;
	
	-moz-border-radius: 				5px;
	-moz-border-radius-bottomleft: 		0px;
	-moz-border-radius-bottomright: 	0px;
	
	-webkit-border-radius: 				5px;
	-webkit-border-bottom-left-radius:	0px;
  	-webkit-border-bottom-right-radius:	0px;
}
.user-account-tabs a:hover{
	background-color: 		#eeedeb;
	color: 					#63686c;
}
.user-account-tabs a.active{
	background-color: 		#eeedeb;
	color: 					#000000;
}

/* Image Caption */
#image_caption{
	font:				11px/13px "Arial";
	margin: 			13px 0px 0px 0px;
}

/* Headings */
h2{
	font:					24px/26px "Georgia";
	font-weight: 			normal;
	margin: 				0px 0px 25px 0px;
	padding: 				0px;
}
#page-formatted-content h2{
	font:					18px/22px "Georgia" !important;
}
h3{
	margin:					25px 0px 10px 0px;
}

/* Entry */
.entry{
	font:					12px/16px "Arial";
	padding: 				0px 20px 0px 0px;
}

/*.styled-form-small fieldset.order-button{
width:100%;}

.order-submit{float:right;}
*/