/*---------------------------------------------------------------
	Theme Name: Playhouse
	Theme URI: http://www.happinesz.cn/archives/767/
	Description: LaJolla Playhouse default blog theme.
	Tags: 2 columns, clear, fixed width
	Version: 1.0
	Author: <a href="http://www.happinesz.cn/">LaJolla Playhouse/a>
	Author URI: http://www.lajollaplayhouse.org
*---------------------------------------------------------------*/


/* Main Reset
---------------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:400;
	line-height:1em;
}
q:before, q:after {
	content:'';
}
fieldset, img, abbr, acronym {
	border:0;
}
/* xHtml Elements
---------------------------------------------*/
a {
	text-decoration:none;
	color:#005aa2;
}
a:hover {
	color:#005aa2;
	text-decoration: underline
}
img, img a {
	border:none;
}
p {
	margin-bottom:15px
}
code {
	font-family:Arial, Helvetica, serif;
}
blockquote {
	background:#f5f5f5;
	border:1px dotted #a3a3a3;
	padding:15px 15px 0 15px;
	margin-bottom:15px;
}
blockquote blockquote {
	padding:0;
	border:none;
	border-left:25px solid #f5f5f5;
	margin-bottom:0;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: Arial, Helvetica, sans-serif;
}
input, textarea, select {
}
/* Layout
---------------------------------------------*/
body {
	position:relative;
	font: 12px Arial, helvetica, sans-serif;
	background:#fff;
}
#top {
	background: url("images/top.jpg") no-repeat center;
	height: 0;
	padding-top: 506px;
	width: 100%
	}
	
#logo {	
	background: url("images/logo.gif") no-repeat bottom right; 
	width: 911px;
	margin-right :1px;
	margin-top: -100px;
	height: 100px;
	border:1px solid #d3d3d3;
	border-left: 0;
	border-top:0 
	}
	
#logo p { display: none; }

#wrapper {
	width:850px;
	margin:0 auto;
	background:#fff url("images/sidebar.png") right top repeat-y;
	padding:35px 30px 25px;
	border:1px solid #d3d3d3;
	border-bottom: 0
	}
#border-box {
	border:9px solid #e8edef;
	width:912px;
	margin:0 auto;
}
#container, #sidebar {

}
#container {
	float:left;
}
#content {
	width:538px;
	line-height:1.5em;
}
.sidebar {
	float:right;
	padding-bottom: 100px;
	width:256px;
}
#sidebar li { list-style-type: none }
#sidebar ul li li { 
background:transparent url(/templates/LJP/images/arrow_sprite.gif) no-repeat -180px 50%;
padding-left: 25px;
}
.iborder {
	border:1px solid #b9b9b9;
	padding:4px;
	background-color:#fff;
}
.i2border {
	border:5px solid #e8edef;
}
.iclear {
	clear:both;
	height: 0.01em;
	overflow: hidden;
}
/* Header
---------------------------------------------*/
#header {
	width:910px;
	padding:75px 15px 0;
	margin:0 auto;
	margin-top: -510px !important;
	height:155px;
	position:relative;
}


#header h1 a {
	height: 0;
	padding-top: 155px;
	overflow: hidden;
	display: block;
	width: 910px;
	}

/* Top Navigation
---------------------------------------------*/
#topnav {
	font-size:13px;
	text-transform:lowercase;
	position:absolute;
	right:15px;
	bottom:20px;
}
#topnav ul li {
	float:left;
}
#topnav ul li a {
	padding:5px 10px;
	display:block;
	background:#fff;
	border:1px solid #d3d3d3;
	margin-left:20px;
	color:#111;
}
#topnav ul li a:hover {
	background:#9c0;
	color:#fff;
}
#topnav ul li a.home {
	margin-left:0;
}
#topnav ul li.current_page_item a {
	background:#f36;
	color:#fff;
}
/* Content
---------------------------------------------*/
h2.entry-title a {
}
.entry-title {
	clear:both;
	color: #0d3f84;
	padding-bottom: 7px;
	font-size:20px;
	margin-bottom:15px;
}
.page-title {
	font-size:24px;
	border-bottom:1px dotted #b3b3b3;
	padding-bottom:7px;
	margin-bottom:20px;
	color:#003f89;
}
.arc-title {
	background:#f5f5f5;
	padding:5px 8px;
	border:1px dotted #b3b3b3;
	margin-bottom:20px;
	text-align:center;
}

.entry-title {
	border-bottom:1px dotted #a3a3a3;
	margin-bottom: 8px

}

.entry-title h2 {float: left; }

.entry-bookmark { float: right }

.entry-bookmark li { list-style-type: none !important; float: left }

.entry-bookmark a { float: left }

.entry-bookmark .mail a {
	background: url("images/mail.gif");
	display: block;
	height: 0;
	padding-top: 19px;
	margin-right: 8px;
	overflow: hidden;
	width: 22px;
	}
	
.entry-bookmark .addthis a {
	background: url("images/addthis.gif");
	display: block;
	height: 0;
	padding-top: 19px;
	overflow: hidden;
	width: 24px;
	}
	
.comment-count a {
	background: url("images/comments.gif") no-repeat;
	color: #fff;
	line-height: 29px;
	text-align: center;
	height: 38px;
	display: block;
	width: 102px;
	margin-bottom: 20px;
	}

.comment-count a:hover { color: #eee; text-decoration: none }

.entry-info {
	color: #007ece;
	margin-bottom: 16px;
}
.entry-content a {
	border-bottom:1px dotted #a3a3a3;
}
.entry-content a.more-link, .entry-meta a {
	color:#005aa2;
	border-bottom:none;
}
.entry-meta {
	margin-bottom:15px;
	color:#aaa;
}
.entry-meta span {
	color:#005aa2;
}
.post ol, .post ul {
	margin:0 41px 15px 28px;
}
.post ul li {
	list-style: disc;
}
.post ol li {
	list-style:decimal;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	padding-bottom:15px;
}
.entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .entry-content h6 a {
	border-bottom:none;
}
.entry-content h1 a:hover, .entry-content h2 a:hover, .entry-content h3 a:hover, .entry-content h4 a:hover, .entry-content h5 a:hover, .entry-content h6 a:hover {
	border-bottom:none;
}
.entry-content h1 {
	font-size:24px;
}
.entry-content h2 {
	font-size:24px;
}
.entry-content h3 {
	font-size:12px;
}
.entry-content h4 {
	font-size:12px;
}
.entry-content h5 {
	font-size:12px;
}
.entry-content h6 {
	font-size:12px;
}
h2.entry-title a:hover, .entry-content a.more-link:hover, .entry-meta a:hover, #comments-list a:hover, .entry-info a:hover, .sidebar a:hover {
	text-decoration:underline;
}
/* Related Posts
---------------------------------------------*/
#r_posts {
	color:#005aa2;
	background:#f5f5f5;
	border-top:1px dotted #b3b3b3;
	border-bottom:1px dotted #b3b3b3;
	padding:25px 0;
	margin-bottom:15px;
}
.post ul.st-related-posts {
	margin:0;
	padding:0;
}
.post ul.st-related-posts li {
	list-style:square;
	line-height:1.6em;
	margin-left:1em;
}
.post ul.st-related-posts li a:hover {
	text-decoration:underline;
}
/* Page Navigation
---------------------------------------------*/
.navigation {
	padding-top:15px;
	padding-bottom:2px;/*visivility-IE*/
	border:1px solid #fff;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.aligncenter, div.aligncenter {
	display: block;
	margin:0 auto;
}
.wp-pagenavi {
	text-transform:uppercase;
}
.wp-pagenavi a {
	text-decoration:none;
	border:1px solid #b3b3b3;
	color:#005aa2;
	margin:2px;
	padding:2px 6px;
}
.wp-pagenavi a:hover {
	color:#fff;
	background-color:#9c0;
}
.wp-pagenavi span {
	border:1px solid #b3b3b3;
	margin:2px;
	padding:2px 6px;
}
.wp-pagenavi span.pages {
	color:#777;
	margin-left:0;
	color:#000;
	word-spacing:0.2em;
}
.wp-pagenavi span.current {
	color:#005aa2;
	background-color:#e8edef;
}
/* Comment
---------------------------------------------*/
#comments-list {
	width:538px;
}
#comments-list h3, #trackbacks-list h3 {
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:15px;
}
#comments-list ol {
	border-bottom:1px solid #d3d3d3;
	margin-bottom:20px;
}
#comments-list ol li {
	border-top:1px solid #d3d3d3;
}
.moderation {
	font:italic 13px Arial, Helvetica, serif;
	color:#005aa2;
}
.comment-text {
	width:350px;
	float:right;
}
.comment-meta {
	padding-top:13px;
	width:155px;
	float:left;
	padding-right:15px;
	border-right:1px solid #e1e1e1;
}
.cmt-author {
	padding-bottom:7px;
	border-bottom:1px solid #e1e1e1;
}
.avatar {
	float:left;
	display:inline;
	padding-right:20px;
}
#trackbacks-list {
	padding:25px 15px 15px;
	background:#f5f5f5;
	border:1px dotted #b3b3b3;
	margin-bottom:20px;
}
#trackbacks-list h3 {
	padding-bottom:7px;
	border-bottom:1px solid #d3d3d3;
}
#trackbacks-list ol li {
	margin-left:1em;
	list-style:square;
	line-height:1.6em;
}
#respond {
	border:1px solid #c3c3c3;
	padding:25px 15px 15px;
	background:#e8edef;
}
.required {
	color:#f36;
	font-family:Georgia;
}
#respond input, #respond textarea {
	margin-right:15px;
	padding:3px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#b3b3b3 #d9d9d9 #d9d9d9 #b3b3b3;
}
input#submit {
	border-color:#e8edef #000 #000 #e8edef;
	background:#333;
	padding: 4px;
	cursor: pointer;
	color:#fff;
}
/* Sidebar
---------------------------------------------*/
.sidebar {
	font-size:12px;
	line-height:1.50em;
}
.sidebar a {
	color:#005aa2;
}
.sidebar p {
	line-height:1.5em;
}
.sidebar h4 {
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:1px solid #ddd;
	padding-bottom:8px;
	margin-bottom:15px;
}
.sidebar ul li {
	list-style:disc;
	margin-bottom:15px;
}
.sidebar ul ul li {
	list-style:disc;
	margin:0 0 0 1em;
}
#rssfeed { float: left }
#rssfeed a {
	background:url(images/rss.png) no-repeat left center;
	padding-left:20px;
}
#rssfeed a.postfeed {
	border-right:15px solid #e4eeec;
}
.homelink a { font-size: 10px; display: block; float: right; background-color: #005b9c; color: #fff; padding: 2px 4px; }
/* Search
---------------------------------------------*/
#isearchform {
	clear:both;
	height:45px;
	margin-bottom:15px;
	width:256px;
	padding:5px 0 0;
	background:url("images/search.gif") no-repeat left top;
}
#is {
	width:174px;
	padding:0 5px;
	line-height:18px;
	border:none;
	background:none;
}
input#isearchsubmit {
	border:none;
	background:none;
	cursor:pointer;
	font:italic 15px Arial, Helvetica, serif;
	padding:0;
	color:#fff;
	width:65px;
	text-align:center;
}
/* Footer
---------------------------------------------*/
#footer {
	text-align: center;
	font:12px Arial, Helvetica, serif;
}

#footerbox {
	background: #e7edf0;
	color: #1f3c58;
	width:930px;
	margin:0 auto 16px auto;
}
#footerbox p { border-top: 1px solid #ccc; margin: 0; padding: 8px 0 }


/* extras */
.wp-caption {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin:10px;
padding-top:4px;
font-size: 11px;
color: #555;
font-family: georgia;
text-align:center;
}
.wp-caption img { margin-bottom: 5px; }
.alignleft {
float:left;
}

.wp-caption-dd {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
text-align:center;
}

.entry-info,.entry-comment { clear: both; }