body { 
	font-size: 12px;
	background: #FFFFFF;
	color: #000000;
}

a {
	color: #358bff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
}

header {
	background: #fff;
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #0060d6;
	z-index: 100;
}

#logo{
	margin: 5px;
	float: left;
	width: 175px;
	height: 62px;
	background: url(images/US-Review-Book-Review.gif) no-repeat center;
	display: block;
}

nav {
	float: right;
	padding: 20px;	
}

#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: #0060d6 url(images/menu-icon.png) center;
}

a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}

ul-menu {
	list-style: none;
}

li-menu {
	font: 15px Arial;
	display: inline-block;
	float: left;
	padding: 10px
}

.current {
	color: #2262AD;
}

section {
	margin: 40px auto 10px;
	max-width: 980px;
	position: relative;
	padding: 5px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.8em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2.8em;
}

h3 {
	letter-spacing: -1px;
	font-size: 2.4em;
	margin: 2;
	border-bottom: 2px solid #0000FF;
}

#header h1 {
}

#header h2 {
}

#header p {
	padding-left: 10px;
}

#header a {
}

p {
	line-height: 1.45em;
	margin-bottom: 10px;
}

#content {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 3px solid #0000FF;
}

.subtitle {
	font:22px Arial;
	line-height:22px;
	color:#000000;
	letter-spacing:0.1em;
}

.logo {
	margin: 0;
}

.bodyText {
	font:14px Arial;
	line-height:20px;
	color:#000000;
	letter-spacing:0.1em;
	}

.feedbackText {
	font:14px Arial;
	line-height:20px;
	color:#000000;
	letter-spacing:0.1em;
	}
		
.buyMenuText {
	font:14px Arial;
	line-height:16px;
	color:#000000;
	letter-spacing:0.1em;
	}	
	
.quoteText {
	font:14px Arial;
	line-height:22px;
	color:#000000;
	letter-spacing:0.1em;
	font-style:italic;
	}
		
.bookTitle {
	font: 16px Arial;
	line-height:22px;
	color:#000000;
	letter-spacing:0.1em;
	}
		
.CatType {
	font: 16px Arial;
	line-height:22px;
	color:#000000;
	letter-spacing:0.4em;
	}
		
.byline {
	font: 14px Arial;
	line-height:14px;
	color:#000000;
	letter-spacing:0.1em;
	margin: 0;
}

.small {
	padding: 0 0 20px 0;
	font: 12px Arial;	
}

/* book banner */

.bookBannerText {
	font: 10px Arial;
	line-height:10px;
	color:#000000;
	letter-spacing:0.1em;
	}

/* Footer */

#footer {
	clear: both;
	padding: 5px 0;
	background: #beedfe;
	border-top: 2px solid #000000;
	text-align: center;
	font-size: smaller;
	max-width: 980px;
	margin: 10px auto 10px;
}


/*Query screen size for menu change*/
@media only screen and (max-width : 750px) {
	header {
		position: absolute;
	}

	#menu-icon {
		display:inline-block;
	}

	nav ul-menu, nav:active ul-menu { 
		display: none;
		position: absolute;
		padding: 10px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;
	}

	nav li-menu {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	nav:hover ul-menu {
		display: block;
	}
}

/* begin styles for RSS Feed */

.rss-box {
	 margin: 0.5em;
	 width: 230px;
	 background-color: #FFFFFF;
         border: 7px solid #00b9fe;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color: #FFFFFF;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 16px;
	background-color:#00b9fe;
	color:white;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 13px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color: #3300FF;
	font-size: 14px;
	font-weight:light;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
.rss-item a:visited {
	color: #330066;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	} 

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }