/*
Theme Name: UPB Final Again
Theme URI: http://websitesforthepeople.com/
Description: University Press Books' New Style
Version: 1.4
Author: Jesse Loesberg
Author URI: http://websitesforthepeople.com/


	

	This theme was designed and built by Websites For The People.
	Liberty! Equality! Affordability.

	

*/

body {
	background-color: #E6E0CA;
	margin: 0;
	color: black;
	text-align: left;
	font-family: Helvetica, sans-serif;
}

a:link, a:visited {
	color: #800000;
	text-decoration: none;
}

a:hover, a:active {
	color: #A1A1A1;
	text-decoration: none;
}

h2 {
	font-size: larger;
	text-align: center;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
}

#blogContent h2 {
	text-align: left;
	}
	

h3 {
	font-family: Georgia, serif;
	font-size: 2.6em;
    text-align: center;
    font-weight: normal;
}	

#content p {
	margin-top: 30px;
}

#content p + p {
	margin-top: auto;
}

#firstpageheader {
	background-color: #330000;
	height: 170px;
	text-align: center;
	margin: 0 auto;
}

#header {
	background-color: #330000;
	height: 120px;
	text-align: center;
	margin: 0 auto;

}

#firstpageheader img {
	border: none;
	padding: 20px;
}

#navBox {
	float: left;
	width: 230px;
}

#header img {
	border: none;
	padding: 20px;
}

#navigation {
	text-align: right;
	padding: 10px 20px 0px 5px;
	font-size: 0.75em;
	line-height: 1.7em;
	border-right: 1px dotted black;
	list-style: none;
}

#blognavigation {
	text-align: right;
	padding: 10px 20px 0px 5px;
	font-size: 0.9em;
	line-height: 1.7em;
	border: none;
}


#contentBox {
	float: left;
	width: 650px;
}

#content {
	padding: 10px 0px 20px 20px;
	font-family: Georgia, serif; 
	line-height: 1.3em;
}

/* Blog Structre */

#blogContentBox {
	width: 560px;
	float: left;
}

#blogContent {
	float: left;
	padding: 10px 20px 20px 20px;
 	line-height: 1.45em;
   	font-size: 0.9em;
    font-family: Georgia, serif;
    text-align: left;
    border-right: 1px dotted black;
    border-bottom: 1px dotted black;
    border-left: 1px dotted black;
    background-color: #FFFFF0;
}

#blogRightSidebarBox {
	width: 150px;
	float: left;
}

#blogRightSidebar {
	padding: 10px 10px 20px 10px;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 0.7em;	
}

#blogContent img {
 	max-width: 470px;
}

/*End Blog Structure */

h4 {
	font-weight: normal;
	text-decoration: none;
	font-size: inherit;
}

h4 p + p {
	margin-top: -16px;
}

/* Images */

img.alignright {
	float:right; 
	border: 1px solid black; 
	margin:0 0 3px 5px;
	}

img.alignleft {
	float:left; 
	border: 1px solid black;
	margin: 0px 15px 3px 0px;
	}

img.aligncenter {
	display: block;
	border: 1px solid black; 
	margin-left: auto; 
	margin-right: auto;
	}

a img.alignright {
	float:right; 
	border: 1px solid black; 
	margin:0 0 3px 5px;
	}
	
a img.alignleft {
	float:left; 
	border: 1px solid black;
	margin: 0px 15px 3px 0px;
	}
	
a img.aligncenter {
	display: block;
	border: 1px solid black; 
	margin-left: auto; 
	margin-right: auto;
	}
	
.wp-caption {
   border: none;
   text-align: center;
   padding-top: 10px;
   margin: 5px;
   /* 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: 1px solid black;
   max-width: 90%;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.wp-caption.alignleft, img.alignleft{
 float:left;
 margin: 0px 15px 3px 0px;
}

.wp-caption.alignright, img.alignright{
 float:right;
 margin: 0 0 3px 5px;
}

.wp-caption.aligncenter, img.aligncenter{
 margin: 0pt auto
}

	
/* End Images */

#wrapper {
	width: 1000px;
}


#blogwrapper {
	width: 1000px;
	margin: 0 auto;
}

#footerBox {
	height: 60px;
	text-align: center;
}

#footer {
	text-align: center;
	margin: 0 auto;
	width: 700px;
	font-size: 0.75em;
	padding: 0px;
	font-family: Georgia, serif;
	
}

#newbooks {
	font-size: smaller;
	line-height: normal;
}

#newbooks h2 {
	margin-top: 30px;
}

#newbooks h3 {
	
}



.quotee {
	margin-top: 15px;
	color: #330000;
}



#newbooks ul {
        list-style: none;
}

#newbooks li {
       margin-top: 15px;
}
 
ol li {
	margin-top: 15px;
} 

.authorevent {
	width: 600px;
	margin: 0 auto;
}
 





/* Blog Stuff */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.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: 10px;
}

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

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
#blogRightSidebar h2 {
	font-family: inherit;
	font-size: inherit;
	font-weight: bolder;
	list-style: none;
	margin-left: 0;
}	




#blogRightSidebar li.categories {
	list-style: none;
	text-indent: -2.6em;
}

#blogRightSidebar ul li {
	list-style: none;
	list-style-position: inside;
	margin-left: 0;	
}
	
/* End Various Tags & Classes*/



/* End Blog Stuff*/
 
 


/* Print Styles */
@media print {
body { background:white; color:black; margin:0 }
#header {display:block; }
#content {display: block; }
#navigation {display: none; }
#footer {display: block; }

}


display: none; }
#footer {display: block; }

}


 
 


/* Print Styles */
@media print {
body { background:white; color:black; margin:0 }
#header {display:block; }
#content {display: block; }
#navigation {display: none; }
#footer {display: block; }

}



