/*
Theme Name: Ya
Theme URI: http://www.clelandillustration.com
Description: A theme designed by Josh Cleland for Ya Theatre.
Version: 1
Author: Josh Cleland
Author URI: http://www.clelandillustration.com

*/

/*Resent*/

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; 
	} 
body { 
border-collapse:collapse; 
border-spacing:0; 
} 
fieldset,img {  
border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
font-style:normal; 
font-weight:normal; 
} 
ol,ul { 
  list-style:none; 
} 
caption,th { 
 text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-size:100%; 
font-weight:normal; 
} 
q:before,q:after { 
content:''; 
} 
abbr,acronym { border:0; 
} 


/*End Resent*/
body {
	background-color: #84171b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	line-height: 150%;
	color: #111111;
}
a {
	color: #78a22f;
}
#nav li {
	font-size: 125%;
	padding-bottom: 25px;
}
#nav a {
	text-decoration: none;
}
a:hover {
	color: #83171D;
}
#content {
	float: right;
	width: 420px;
	margin-right: 170px;
	margin-top: 25px;
}
#page {
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 151px;
	width: 860px;
	position: relative;
}
#content-wrapper {
	background-color: #ffffff;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	width: 860px;
	overflow: hidden;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	width: 860px;
	margin-bottom: 20px;
	color: #999;
}
.credits {
	margin-left: 270px;
}
.post-comments {
	float: right;
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 24px;
	padding-left: 31px;
}
.post-date {
	float: left;
	margin-right: 20px;
}
#sidebar {
	float: left;
	margin-left: 60px;
	width: 180px;
	margin-top: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidebar li {
	list-style-type: none;
}
.widgettitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
}
.widget {
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 10px;
}
.widget a {
	color: #999;
	text-decoration: none;
}
.widget a:hover {
	color: #78A22F;
}
h2 {
	font-size: 170%;
	color: #78a22f;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 130%;
}
h3 {
	font-size: 140%;
	font-weight: bolder;
}
h4 {
	font-size: 120%;
	font-weight: bolder;
}
h5 {
	font-weight: bolder;
}
h6 {
	font-size: 80%;
}
h2 a {
	text-decoration: none;
}
#searchform {
	height: 20px;
	width: 285px;
	float: right;
	margin-top: 10px;
}
#s {
	background-color: #9f1c20;
	height: 20px;
	width: 285px;
	border: 1px solid #c52228;
	color: #f22a31;
	padding-left: 5px;
	padding-top: 5px;
}
strong {
	font-weight: bolder;
}
em {
	font-style: italic;
}
.entry {
	margin-top: 20px;
	margin-bottom: 50px;
}
.post {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.post-single {
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.alignright {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.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;
	font-style: italic;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 10px;
}
blockquote {
	font-style: italic;
	color: #666;
	padding-left: 30px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.navigation {
	clear: both;
	margin-bottom: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.navigation a, .navigation a:visited {
	color: #78A22F;
}
.navigation a:hover {
	color: #671413;
}
.previous-entries {
	float: left;
	background-image: url(images/mini-nav-left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
.next-entries {
	float: right;
	background: url(images/mini-nav-right.gif) no-repeat right center;
	padding-right: 18px;
	margin-right: -90px;
}
#comments, #respond {
	padding-bottom: 5px;
}
.commentlist {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.commentlist li{
	position: relative;
	padding: 20px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	width: 475px;
}
.commentlist .avatar {
	top: 5px;
	border: solid 1px #ededed;
	padding: 5px;
	background: #fff;
	float: left;
	left: 5px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: -10px;
}
.commentlist .alt {
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	background-position: left top;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 20px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	border: 1px solid #dadada;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 562px;
	height: 115px;
	padding: 2px;
	margin-top: 3px;
	font-family: "trebuchet MS", helvetica, geneva, sans-serif;
	font-size: 90%;
	border-width: 1px;
	border-style: solid;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit {
	color: #666;
	border: none;
	float:left;
	width: 156px;
	height: 38px;
	display: block;
	background-image: url(images/btn-bg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
	background-position: center top;
	padding-bottom: 7px;
	text-shadow: #fff 0 1px 0;
}


#submit {
	color: #666;
	border: none;
	float:left;
	width: 156px;
	height: 38px;
	display: block;
	background-image: url(images/btn-bg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
	background-position: center top;
	padding-bottom: 7px;
	text-shadow: #fff 0 1px 0;
}

#wpcf7-f1-p53-o1 {
	clear: right;
	margin-bottom: 45px;
}
#respond {
	margin-top: 25px;
}
.breadcrumb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #999;
}
.breadcrumb a {
	text-decoration: none;
}
.subscribe-txt {
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
	height: 35px;
	display: block;
	padding-top: 10px;
}

.facebook-txt {
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
	height: 35px;
	display: block;
	padding-top: 0px;
	margin-top: 10px;
}
.entry li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 17px;
}
#content ul {
	margin-bottom: 20px;
}
#content div.post div.entry p {
	text-align: justify;
}