@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, img, p, body, div{
	margin:0;
	padding:0;
	border:0;
	font-family:Garamond;
	overflow:auto;
}

h1, h2 {
	font-size:16px;	
}

body{
	padding:10px;
	background:lightgray;	
}

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

#contentShell img{
	border:thin solid black;
	float:left;
	margin-right: 10px;	
}

/* IDs */

#container{
	min-width:900px;
	max-width:1015px;
	width:85%;
}
/* Search Bar */
#searchDiv{
	padding:5px 5px 0;
	border-bottom:thin solid;
	overflow:hidden;
}

#searchDiv #links{
	height:25px;
	overflow:hidden;
}

/*Title Picture*/
#titleDiv{
	border-left:0 none;
	border-right:0 none;
	border-bottom:0 none;
	overflow:hidden;
}
#titleDiv img{
	float:none;	
	border:0;
	margin:0;
	width:100%;
}

/* Menu Bar */
#menuDiv ul li{
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
	list-style-type:none;
	margin:0 3.7%;
}

#menuDiv ul ul{
	position:absolute;
	display:none;
	border:thin solid #ff8040;
	left:-2px;
	padding:2px;
	z-index:999;
	text-align:left;	
}

#menuDiv ul ul li{
	margin:0;
	display:block;	
}

#menuDiv ul{
	margin:0;
	padding:0;
}

#menuDiv a{
	color:white;	
}

#menuDiv ul ul a{
	color:black;
}

#menuDiv ul ul a:hover{
	color:#ff8040;
}

#menuDiv{
	padding:5px 0;
	overflow:visible;
*padding:0;
*margin:0;
}

.dropDown{
		position:relative;	
}

/* content div */
#contentShell{
	/*padding:20px 20px 0 20px;	*/
	border:thin solid;
}

#content{
	padding:10px;
}



/*  Tools */
#tools{
	float:right;
}

#tools h2{
	background-color:white;
	background-image:url(../images/layout/backwards_icon.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:thin solid;
	height:40px;
	line-height:40px;
}

#tools img{
	border:none;
	width:25px;
	float:none;
	margin:	0 1px;
}


/* more_bar */
#more_bar{
	clear:both;
}

#more_bar #previous{
	display:block;
	float:left;
}

#more_bar #next{
	display:block;
	float:right;
}

/* Email Sign Up*/
#email_sign_up{
	border:thin solid;
}

#email_sign_up h2{
	background-color:white;
	background-image:url(http://www.somethingyoushouldread.com/images/layout/backwards_icon.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:thin solid;
	height:40px;
	line-height:40px;
	padding-left:5px;
	font-size:85%;
}

#email_sign_up input[type=text]{
	text-align:center;
	border:none;
	width:75%;
	float:left;
}

#email_sign_up input[type=submit]{
	float:right;
	background:white;
	border:0;
	border-left:thin solid black;
}

#showPreview{
	background:#ff8040;
	position:fixed;
	border:thick solid;
	z-index:999;
}
#backCover{
	background :black;
	position:fixed;
	top :0px;
	left :0px;
	height:100%;
	width:100%;
	z-index:2;
	opacity:.5;
	
}

#blogIcons{
	text-align:right;
	padding-right:2px;
}
#contentShell #blogIcons img, #contentShell #blogIcons a{
	float:none;
	border: 0;
	margin:0;
	display:inline;
}

.huffington{
	width:auto;
	border:thin solid;
	overflow:hidden;
}
#contentShell .huffington img{
	width:95%;
	border:0;
	float:none;
	margin:0 auto;
	display:block;
}	