@charset "utf-8";
/* CSS Document */

/* Global Resetting * clear browser defaults *************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span {
	margin:0;
	padding:0;
	}
ol,ul {
	list-style:none;
	}
a img{
	border:0;
}
	
* {
	font-size: 1em;
	padding: 0;
	margin: 0;
}
.clear{
	clear:both;
}

/*Standard HTML Elements */
html{	
	width: 100%;
	height: 100%;
	background-color: #FFF;
	}	
body{
	width:100%;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size: 12pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	text-align:left;
	background-color:#FFFFFF;
	}
a:link, a:visited {
	color:#AE1F23;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
h1, h2, h3, h4 {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-weight: bold;
	color:#ae1f23;
	}
p{
	margin-bottom: 1em;
}	
blockquote {
	color:#d8c16a;
	font-family: Georgia,serif;
	font-size:107%;
	line-height:1.5em;
	padding-left:20px;
	}

blockquote em {
	font-style:italic;
	display: block;
	padding-left:50%;
	}
hr {
	margin-top:10px;
	margin-bottom:20px;
	border:none;
	width:100%;
	color:#ae1f23;
	background-color:#ae1f23;
	height:1px;
	clear:both;
	}
	
	/*#PageContainer{
position:static;
	width:auto;
	overflow: hidden;
	}*/
	
/* Header Styles *******************************************************************/
#top{display: none; }
#top div.leftSpacer{
	float:none !important;
	display: none;
	}
#top div.centerSpacer{
	float:none !important;
  display: none;	
	}
#top div.rightSpacer{
	float:none !important;
	display: none;
	}
/* Nav Bar Styles    ***************************************************************/
#nav{ display: none; }
#nav div.leftSpacer{
	float:none !important;
	display: none;
	}
#nav div.centerSpacer{
	float:none !important;
  display: none;	
	}
#nav div.rightSpacer{
	float:none !important;
	display: none;
	}
	
#helper { display: none; }
#helper div.leftSpacer{
	float:none !important;
	display: none;
	}
#helper div.centerSpacer{
	float:none !important;
  display: none;	
	}
#helper div.rightSpacer{
	float:none !important;
	display: none;
	}

/* InfoBar Styles    ***************************************************************/
#infoBar div.leftSpacer{
	float:none !important;
	display: none;
	}
#infoBar div.rightSpacer{
	float:none !important;
	display: none;
	}
#infoBar div.centerSpacer{
	width: auto;
	height: 60px;
	margin-top: 1em;
	/*display: inline;*/
	float:none !important;
	border: solid #999 1px;
	}
	#infoBar div.pagetitle{
	/*position: static; */
	width: auto;
	height: 60px;
	display :block;
/*	float: left;*/
	vertical-align: middle;
	padding: 5px 0px 5px 5px;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	color: #000077;
	text-transform: capitalize;
	letter-spacing: 1px;
		}
	#infoBar div.slogan{ display :none;}
	

/*  Main          ***************************************************************/
#main { 
	/*position:static;*/
	/*overflow: hidden;*/
	background: #FFF; 
	}
	
#main div.leftSpacer{
	float:none !important;
	display: none;
	}
#main div.rightSpacer{
	float:none !important;
	display: none;
	}
#main div.centerSpacer{
	/*Used for all pages except home*/
	background:#FFF;
	width: auto;
	display: inline;
	float:none !important;	
	}	

#SubMenu,	
#Breadcrumbs {
display: none;
}
#content {
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
/*print the links*/	
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
  content: " (http://www.alistapart.com" attr(href) ") ";
   }   	
#Content.homePageArticle {
	width:auto;
	margin-top: 2em;
	margin-bottom: 5.5em;
	margin-left: 62px;
	line-height:1.1em;	
	}
#Content.typography {
	width: auto;
	margin-top: 2em;
	margin-bottom: 1.5em;
	margin-right: 1em;
	margin-left: 1em;
	float: none !important;
	line-height:1.1em;
	}
#Content.fullsize {
	width: auto;
	margin-top: 2em;
	margin-bottom: 1.5em;
	line-height:1.1em;
	}	
#Content h2{
	font-size: 1.85em;
	line-height: 1.3em;
	color: #636567;
	margin: 5px 0pt;
	}
#Content h3{
	font-size: 1.35em;
	color: #636567;
	margin: 10px 0pt;
	}
/*#Content img{ display: none; }	*/

#Menu2 {display: none;}


#leftInfo{display:none;	}

.left {
	text-align:left;
}
.center {
	text-align:center;
	display: inline;
}
.right {
	text-align:right;
}


/** BOOKS AND NEWS STYLES *******************************************************/	
#NewsList,
#BookList {
	border:1px dotted #ccc;
	padding:10px;
	margin: 10px 0;
}

#NewsList li,
#BookList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#333;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#ae1f23;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #000080;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#ae1f23;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #000080;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

/** BOOK SPECIFIC STYLES *******************************************************/
#BookData{
	font-size: .8em;
	}
#BookList .bookname { 
	clear: both;
	padding-left: 70px;
	height: 2em;
}

#BookList .bookphoto {
/*	float: left;*/
	margin-left: 3px;
	margin-top: -1.2em;
}     
#BookList .bookphoto img {
	border:1px solid #AAA;
}

#BookList .bookdescription {
	margin-left: 70px;
	margin-bottom:30px;
}

#BookPhoto {
/*	float: left;*/
	margin-right: 10px;
}

#BookPhoto img {
	border:1px solid #AAA;
}

#BookBuy {
	border:1px solid #AAA;
	background-color:#FFFF33
}
	

/* Footer Styles ***************************************************************/	
#footer{ display: none; }
	
/* footer menu*/	

#bottomInfo #bmenu{display: none; }

#bottomInfo div.leftSpacer{
	float:none !important;
	display: none;
	}
#bottomInfo div.rightSpacer{
	float:none !important;
	display: none;
	}	
#bottomInfo div.centerSpacer{
	width: auto;
	display: none;
	float:none !important;	
	}
#bottomInfo #copyright{
	clear: both;
	padding: 5px;
	}
#bottomInfo #copyright p {
	text-align: center;
	font-size: 10px;
	}
#bottomInfo #copyright a {
	color: #d8c16a;
	}
#bottomInfo #copyright a:hover {
	color:#F00;
	}

