/*stylesheet for www.pamphletarchitecture.com */
/*Nicholas de Monchaux, Dec 14 2008*/

/*GLOBAL TAGS - set up basic typography*/

BODY {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:130%;
text-align:center;
vertical-align:center;
}

a {
	color: #f3744e;
	text-decoration: none;
}

a:hover {

	color:#F00;
}

/*PAGE STRUCTURE: sets up layout areas on all pages*/

.globalcontainer /*holds all content, centered top and bottom, left and right*/
{
width:574px;
height:auto;
margin-right:auto;
margin-left:auto;
margin-top:auto;
margin-bottom:auto;
}

.header-pamphlet /*holds "pamphlet architecture" text*/
{
width:412px;
height:212px;
padding:0;
margin:0;
float:left;
}

.header-papresslogo /*holds papresslogo rollover*/
{
width:162px;
height:212px;
padding:0;
margin:0;
float:left;
}

.hrule /*horizontal rule on top of home page*/
{
	width: 574px;
	height: 10px;
	float: left;
	border-top: 1px black solid;
}

.leftcontainer
{
	width: 162px;
	height: 100%;
	padding: 0;
	margin: 0;
	float: left;
}

.vrule
{
width:1px;
height:100%;
background-color:#000000;
float:left;
}

.midcontainer
{
width:248px;
height:100%;
padding:0;
margin:0;
float:left;
}

.rightcontainer
{
width:162px;
height:100%;
padding:0;
margin:0;
float:left;
}

.midright /*content area for most pages */
{
width:411px;
height:100%;
padding:0;
margin:0;
float:left;
}

.midright-blurb
{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	padding-left:10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 15px;
	float: left;
	text-align: left;
}

.midright-coverscontainer
{
width:auto;
height:auto;
padding-left:5px;
}

.midright-cover /*used for dynamic cover images*/
{
	width:81px;
	height:97px;
	float:left;
}


.menuitem
{
width:162px;
height:26px;
padding:0;
margin:0;
float:left;
}


.countdown
{
	width:141px;
	height:121px;
	margin-right: 9px;
	margin-bottom: 12px;
	margin-left: 12px;
	background-color:#000;
}

.countdownheader
{
width:141px;
height:23px;
}

.countdownheader2

{
width:141px;
height:39px;
}

.countdownspacer
{
width:6px;
height:59px;
float:left;
}


.countdown_COMINGSOON
{
width:141px;
height:98px;
float:left;
}

.countdownnumber
{
width:28px;
height:59px;
float:left;
}

.countdownfooter
{
width:141px;
height:39px
float:left;
}

.leftsub
{
	width: 146px;
	height: 26px;
	padding: 0;
	margin: 0 8px 0 8px;
	float: left;
}

.leftsub-dynamic /* used for changing text */
{
width:auto;
height:auto;
padding-right:10px;
font-family: Courier, Courier-New, monospace;
font-size: 12px;
line-height: 15px;
float: left;
text-align: left;
color:#f3744e;
}

/* feedburner specific */

li
{
text-align:left;
}

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
font-family: Courier, Courier New, monospace;
display:block;
margin:12px 0 0 0;
}

