/*  
Theme Name: Altpress
Theme URI: http://www.altruistictheatre.com/
Description: WordPress for Altruistic Theatre
Version: 1.0
Author: Gene
Author URI: http://www.altruistictheatre.com/

*/


/*
	COLOR PALLETTE 

White: #ffffff
Light Grey: #999999
Tan: #CDAF8B
Light Green: #aadd99

*/



/*
	STANDARDIZING CONTROLS
*/

* { margin:0; padding:0; } /* Normalizes margins and padding */
body { font:12px Verdana, Arial, Helvetica, sans-serif; } /* Sets default font size and family */
h1,h2,h3,h4,h5,h6 { font-size:100%; font-family: Verdana, Arial, Helvetica, sans-serif; } /* Normalizes font-size for headers */
ol,ul { list-style:none; } /* Removes list-style from lists */
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; } /* Normalizes font-style and font-weight */
table { border-collapse:collapse; border-spacing:0; } /* Normalizes borders */
fieldset, img { border:0; } /* Removes border from fieldset and img */
caption, th { text-align:left; } /* Left-aligns text in caption and th */
q:before, q:after { content:''; } /* Removes quotation marks from q */
a { border:0; text-decoration:none; }
strong    { font-weight:bold; }
em        { font-style:italic; }



/* 
	HEADER 
*/

#header{
	float: left;
	width: 950px;
	height: 125px;
	background: #161616;
	/* border-style: solid; border-color: red; */
}


#site-logo{
	height: 125px;
	margin: 0;
	float: left;
	display: inline;
	/* border-style: solid; border-color: red; */
}

#logo-text{
	display: none;
	float: left;
	/* border-style: solid; border-color: red; */
}





/*
	FOOTER
*/

#footer{
	clear: both;
	/* clear both means stay below body and sidebar */
	float: left;
	width: 925px;
	padding: 25px 0 0 0;
	color: #999999;
	font-size: 10px;
	text-align: center
}

#footer.p{
	line-height: 18px;
}





/* 
	STRUCTURE
*/


body{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #161616;
	background: url('images/bg-main.gif') top repeat-y;
	color: #999999;
	/* behavior: url("csshover3.htc"); */
}

h2{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 15px;
	padding: 0;
}

h2 a:link{
	text-decoration: underline;
	color: #ffffff;
}

h2 a:visited{
	text-decoration: underline;
	color: #ffffff;
}

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

h3{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	padding: 0;
}

h3 a:link{
	text-decoration: none;
	color: #aadd99;
}

h3 a:visited{
	text-decoration: none;
	color: #aadd99;
}

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



a:link{
	text-decoration: none;
	color: #999999;
}

a:visited{
	text-decoration: none;
	color: #999999;
}

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

p{
	/* add 10 px padding to top of paragraph tags */
	padding: 10px 0 0 0;
}

li { 
	list-style-type: disc; 
	margin: 0px 0px 0px 50px;
} 

input[type="text"], textarea, select {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px; 
    background-color: #000000;
    border: 1px solid #999999;
    color: #ffffff;
}


#wrapper{
	margin: 0 auto 0 auto;
	width: 950px;
	text-align: left;
}

#container{
	float: left;
	width: 600px;
	/* padding: 8px 8px 12px 8px; */
	/* border-style: solid; border-color: red; */
}

#container-standard{
	float: left;
	width: 530px;
	padding: 10px 0px 0px 0px;
	/* border-style: solid; border-color: red; */
}

#container-wide{
	float: left;
	width: 860px;
	padding: 12px 16px 0px 50px;
	
	/* border-style: solid; border-color: red; */
}

#container-single{
	float: left;
	width: 860px;
	padding: 12px 16px 0px 50px;
	
	/* border-style: solid; border-color: red; */
}

#container-photo{
	float: left;
	width: 925px;
	padding: 30px 16px 0px 0px;
	text-align: center;
	
	/* border-style: solid; border-color: red; */
}

.title-wide{
	text-align: center;
}	

#blog-holder{
	width: 580px;
}

.sidebar{
	float: left;
	width: 305px;
	padding: 15px 16px 0px 16px;
	display: inline;
}

.sidebar-standard{
	float: left;
	width: 360px;

	padding: 15px 18px 0px 16px;
	display: inline;
}

/* navigation for bottom of journal entries on home page */

.navigation{
	color: #999999;
	padding: 10px 10px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.navigation a:link{
	text-decoration: none;
	color: #999999;
}

.navigation a:visited{
	text-decoration: none;
	color: #999999;
}

.navigation a:hover{
	text-decoration: underline;
	color: #CDAF8B;
}

.post-index{
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #666666;
}

.post-standard{
	padding: 10px 0 10px 0;
	/* border-bottom: 1px solid #ccc; */
}

p.postmetadata{
	font-size: 10px;
	clear: both;
}

.postmetadata{
	font-size: 10px;
	clear: both;
}

.post-date{
	padding: 0 0 5px 0;
	font-size: 9px;
}

p.donate-link{
	text-align: center
}

p.donate-link a:link{
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}

p.donate-link a:visited{
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}

p.donate-link a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #CDAF8B;
}

.release-date{
	font-size: 10px;
}


.container-excerpt-index{
}


.excerpt-index{
	display: inline:
	float: left;
}

.excerpt-standard{
	display: inline:
	float: left;
}

.excerpt-standard a:link{
	text-decoration: underline;
	color: #ffffff;
}

.excerpt-standard a:visited{
	text-decoration: underline;
	color: #ffffff;
}

.excerpt-standard a:hover{
	text-decoration: underline;
	color: #CDAF8B;
}


#icon-nav{
	/* border-style: solid; border-color: red; */
}



/*
	NAV BAR
*/

#navcontainer{
	float: left;
	width: 950px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #999999;
	margin: 8px 0px 16px 0px;
	/* border-style: solid; border-color: red; */
}

.next-prev-links{
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	margin: 40px 0px 0px 0px;
	/* border-style: solid; border-color: red; */

}

.next-prev-links a:link{
	text-decoration: none;
	color: #ffffff;
}

.next-prev-links a:visited{
	text-decoration: none;
	color: #ffffff;
}

.next-prev-links a:hover{
	text-decoration: underline;
	color: #CDAF8B;
}

.next-prev-links-cast{
	width: 350px;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	/* border-style: solid; border-color: red; */
}

.next-prev-links-cast a:link{
	text-decoration: none;
	color: #ffffff;
}

.next-prev-links-cast a:visited{
	text-decoration: none;
	color: #ffffff;
}

.next-prev-links-cast a:hover{
	text-decoration: underline;
	color: #CDAF8B;
}






/*
	COMMENTS
*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* MoreComments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	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: 20px;
}

.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;
	}
	
/* Still more Comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

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

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

.commentmetadata {
	font-weight: normal;
	}

