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

/* structure */

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin-bottom:40px;
	
}

h1{
	font-size:28px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	color:#F7931E;
}

h2{
	font-size:24px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	color:#F7931E;
}

h3{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	color:#F7931E;
}

h4{
	font-size:24px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	color:#01A0E4;
	max-width:500px;
}



form{
	display:inline;
	margin:0px;
	padding:0px;
}


input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

a{
	outline:none;
	color:#01A0E4;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

hr{
	background-color:#CCCCCC;
	height:1px;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
}

.clear{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
}

.site{
	width:900px;
	margin:0 auto;
	background-color:#fff;
	border-left:3px #fff solid;
	border-right:3px #fff solid;
	background-image:url(../images/site_bg.jpg);
	background-repeat:repeat-x;
}

/* header */

.header{
	height:180px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:20px;
}

.nav{
	border-top:1px #cccccc dashed;
	border-bottom:1px #cccccc dashed;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:15px;
}

.nav a{
	border-right:1px #cccccc dashed;
	padding-left:26px;
	padding-right:25px;
	display:block;
	float:left;
}

.nav .nr{
	border-right:none;
}

.newsletter{
	border-bottom:1px #cccccc dashed;
	padding-bottom:15px;
	margin-bottom:20px;
}

.newsletter .n_left{
	background-image:url(../images/times.png);
	width:680px;
	height:47px;
	float:left;
}

.newsletter .n_left h1{
	margin:0px;
	color:#008EE6;
	font-style:italic;
}

/*.newsletter .n_right{
	width:420px;
	height:30px;
	float:left;
	
}*/

.newsletter_link{
	display:block;
	float:left;
	width:70px;
	height:30px;
	margin-left:12px;
}

.input{
	float:left;
	border:0;
	width:320px;
	margin-left:10px;
	margin-top:5px;
	padding:3px;
	color:#666;
	outline:none;
	background:none;
}

/* sub nav */

.subnav h1{
	margin:0px;
	margin-top:10px;
}

.subnav a{
	font-size:14px;
	line-height:18px;
}

/* content */

.left{
	float:left;
	width:150px;
	min-height:200px;
	padding-right:20px;
	border-right: 1px #cccccc solid;
}

.middle{
	float:left;
	width:160px;
	min-height:200px;
	padding-left:10px;
	padding-right:10px;
	border-right: 1px #cccccc solid;
	overflow:hidden;
}

.right{
	float:left;
	width:530px;
	min-height:200px;
	padding-left:10px;
}

.full{
	float:left;
	width:700px;
	min-height:200px;
	padding-left:20px;
}

.full_half{
	float:left;
	width:550px;
	min-height:200px;
	padding-left:20px;
}

.full p{
	//width:500px;
}

.gallery{
	min-height:200px;
}

.gallery_image{
	width:150px;
	height:150px;
	overflow:hidden;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	border:3px #F7931E solid;
}

.nr{
	margin-right:0px;
}

.full p{
	line-height:18px;
}

.copy{
	min-height:100px;
}

.border_bottom{
	padding-bottom:10px;
	border-bottom: 1px #cccccc dashed;
}

.book{
	width:80px;
	height:140px;
	background-image:url(../images/paper.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
}


.old_book{
	width:88px;
	height:140px;
	background-image:url(../images/old_book.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
}

.line_break{
	border-top:1px #cccccc dashed;
	margin-top:20px;
	height:1px;
}

.buy_the_book{
	width:147px;
	height:30px;
	background-image:url(../images/buy_the_book.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-bottom:10px;
	display:block;
}

.download_audio{
	width:147px;
	height:30px;
	background-image:url(../images/download_audio.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-bottom:10px;
	display:block;
}

.twitter{
	width:147px;
	height:30px;
	background-image:url(../images/twitter.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-bottom:10px;
	display:block;
}

.tweets{
	min-height:100px;
}

.follow{
	width:147px;
	height:30px;
	background-image:url(../images/follow.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:20px;
	display:block;
}

/* twitter */

ul#twitter_update_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#twitter_update_list li {
	display: block;
	border-bottom:1px #cccccc dashed;
	padding-bottom:10px;
	padding-top:10px;
}

/* twitvid */

.video_link{
	display:block;
	line-height:18px;
	font-size:14px;
}

.coming_soon{
	margin:0 auto;
	margin-top:100px;
	text-align:center;
	width:300px;

}

/* footer */

.footer{
	height:40px;
	background-image:url(../images/footer.jpg);
	margin-top:20px;
	padding-top:20px;
	color:#999999;
}

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

.footer a:hover{
	text-decoration:underline;
}

.footer .fleft{
	float:left;
}

.footer .fright{
	float:right;
}


