/**
 *
 * Esquire 
 * Author: Stefan Petre www.eyecon.ro
 * 
 * Copyright Stefan Petre
 * 
 */
body,
html {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff url(../images/background.gif) no-repeat center top;
	text-align: center;
	font-size: 11px;
}
.background {
	background: #fff url(../images/background.gif) no-repeat center top;
}
#homepage {
	background-image: url(../images/background_home.gif);
}
#outterWrapper {
	background: url(../images/media/deco_footer.jpg) no-repeat center bottom;
}
a {
	color: #e81921;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
button:hover {
	background: #e81921;
	color: #fff;
	cursor: pointer;
}
button span {
	text-decoration: underline;
	background:  url(../images/icons/arrow_black_right.gif) no-repeat right center;
	padding-right: 10px;
}
#outterWrapper {
}
#wrapper {
	width: 979px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 90px;
	position: relative;
	overflow: hidden;
}
#topMenu {
	position: absolute;
	right: 10px;
	top: 5px;
}
#topMenu li {
	float: left;
	padding: 10px;
	height: 20px;
	line-height: 20px;
}
#topMenu li a {
	color: #000;
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#RSS {
	padding-right: 25px;
	background-image: url(../images/icons/feed.gif);
	background-position: right center;
}
#twitter {
	padding-left: 23px;
	background-image: url(../images/icons/twitter.gif);
	background-position: left center;
}
#facebook {
	padding-left: 20px;
	background-image: url(../images/icons/facebook.gif);
	background-position: left center;
}
#topMenu li a:hover {
	color: #ed2931;
}
#header form {
	position: absolute;
	bottom: 4px;
	right: 19px;
	width: 231px;
	height: 29px;
	background: url(../images/search.gif) no-repeat left top;
}
#header form button {
	position: absolute;
	right: 3px;
	bottom: 4px;
	background: transparent;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	width: 67px;
	height: 20px;
	line-height: 20px;
	border: 0 none;
	text-transform: uppercase;
	text-decoration: none;
}
#header form button span {
	text-decoration: none;
}
#header form input {
	padding: 3px;
	border: 0 none;
	width: 150px;
	position: absolute;
	bottom: 4px;
	right: 70px;
	background: transparent;
	color: #ed2931;
}
#logo {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 275px;
	height: 76px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat left top;
}
#contactMenu {
	position: absolute;
	bottom: 12px;
	right: 249px;
}
#contactMenu li {
	float: left;
	padding-right: 20px;
}
#contactMenu li a {
	display: block;
	float: left;
	color: #000;
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#contactMenu li a:hover {
	text-decoration: none;
	color: #ed2931;
}
#mainMenu {
	height: 34px;
	z-index: 3000;
	padding-top: 2px;
	position: relative;
	background: url(../images/menu.gif) no-repeat center top;
	padding: 9px 9px 3px 10px;
}
#homepage #mainMenu {
	background: url(../images/bg_slideshow.gif) no-repeat left top;
	padding: 11px 9px 1px 10px;
}
#mainMenu ul {
	display: inline;
}
li.mainItem {
	float: left;
	position: relative;
	border-right: 1px solid #343434;
	margin-top: 2px;
}
a.mainItem {
	display:block;
	float: left;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 20px;
	float: left;
	font-weight: bold;
	font-family: Georgia, serif;
	text-decoration: none;
}
a.mainItem:hover,
li.mainItem:hover a.mainItem,
li.mainItem.active a.mainItem {
	background: #ed2931;
	text-decoration: none;
}
a.mainItem .cufon,
#currentIssue .cufon,
#featured .cufon {
	display: inline-block;
	display: -moz-inline-block;
	margin-top:  11px;
}
#featured .cufon {
	margin-top:  10px;
}
.subMenu {
	position: absolute;
	top: 32px;
	left: 0;
	display: none;
	width: 394px;
	overflow: hidden;
	background: #FEFEFE url(../images/submenu.gif) no-repeat left top;
	border: 1px solid #ed2931;
	border-top-width: 0;
}
li.mainItem:hover .subMenu,
li.mainItem.active .subMenu{
	display: block;
}
.subMenu ul {
	float: left;
	width: 148px;
	overflow: hidden;
	padding: 20px 0;
}
.subMenu ul li {
	padding: 6px 0 6px 26px;
	background: url(../images/icons/arrow_red_right.gif) no-repeat 16px center;
}
.subMenu ul li a {
	color: #4b4b4b;
	text-decoration: none;
	font-family: Georgia, serif;
	text-transform: uppercase;
	font-size: 11px;
}
.subMenu ul li a:hover {
	color: #c51314;
	text-decoration: underline;
}
.subArticles {
	width: 230px;
	float: right;
	margin: 20px 10px 10px 0;
}
.subArticle {
	width: 230px;
	overflow: hidden;
}
p.subArticleImage {
	float: left;
	width: 76px;
}
p.subArticleImage img {
	border-top: 2px solid #000;
}
p.subArticleImage a:hover img {
	border-top: 2px solid #c51314;
}
.subArticles h5,
p.subArticleTeaser {
	width: 140px;
	float: right;
}
.subArticles h5 {
	color: #c51314;
	font-size: 13px;
	font-weight: bold;
	font-family: Georgia, serif;
	margin-bottom: 8px;
}
p.subArticleTeaser {
	font-size: 11px;
	color: #444;
	margin-bottom: 13px;
}
#currentIssue a {
	display: block;
	position: absolute;
	width: 241px;
	padding: 0 0 0 13px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, serif;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
#currentIssue a:hover {
	text-decoration: none;
	color: #000;
}
#footerWrapper {
	clear: both;
	border-bottom: 50px solid transparent;
	padding: 0 9px 0 10px;
}
#footer {
	width: 100%;
	overflow: hidden;
	background: url(../images/footer_back.gif) no-repeat left top;
}
#footerMenu {
	width: 660px;
	overflow: hidden;
	float: left;
}
#footerMenu li.footerItem {
	float: left;
	padding:8px 0 10px 23px;
	width:85px;
}
li.footerItem a.footerItem {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, serif;
	margin-bottom: 13px;
}
li.footerItem li {
	padding: 0 0 3px 0;
}
li.footerItem li a {
	font-size: 14px;
	color: #000;
	font-family: Georgia, serif;
}
li.footerItem li a:hover {
	color: #df252d;
}
#footerSideMenu {
	float: right;
	padding: 23px 18px;
}
#footerSideMenu li {
	padding: 3px 0;
}
#footerSideMenu a {
	font-size: 14px;
	color: #000;
	font-family: Georgia, serif;
	font-weight: bold;
}
#footerSideMenu a:hover {
	color: #df252d;
}
#copyright {
	padding: 30px 23px;
	line-height: 16px;
}
#network {
	height: 50px;
	line-height: 50px;
	background: url(../images/footer_partners.gif) no-repeat left bottom;
}
#network li {
	float: left;
	padding-left: 23px;
}
#network li a {
	float: left;
}
#content {
	width: 960px;
	overflow: hidden;
	z-index: 1;
	margin: 0 9px 0 10px;
	background: #fff;
}
#left {
	width: 620px;
	float: left;
	overflow: hidden;
}
#issues #left {
	width: 960px;
}
#right {
	width: 300px;
	float: right;
}
#issues #right {
	display: none;
}
#subscription{
	margin: 20px 0;
	display: block;
}
.ad300 {
	margin: 0 0 20px 0;
	display: block;
}
#subscribeForm {
	background: url(../images/box_side_back.gif) no-repeat right bottom;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#subscribeForm p {
	margin: 2px 0;
	overflow: hidden;
	margin: 0 24px 10px 26px;
	width: 250px;
}
#subscribeForm p  label {
	display: block;
	float: left;
	width: 100px;
	height: 18px;
	line-height: 18px;
}
#subscribeForm p input.textfield {
	border: 1px solid #d3d3d3;
	background: url(../images/input.gif) no-repeat left top;
	padding: 3px 5px;
	width: 130px;
}
#subscribeForm em {
	color:#E81921;
}
#subscribeForm h4 {
	height: 16px;
	background: #fff url(../images/label_side.gif) no-repeat right bottom;
	font-size: 14px;
	text-transform: uppercase;
	text-indent: 8px;
	margin-bottom: 10px;
	color: #000;
}
#subscribeForm h4 .cufon {
	background: #fff;
	padding: 0 5px;
}
#slideshow {
	width: 960px;
	height: 365px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	clear:both;
	padding: 0 9px 0 10px;
	background: url(../images/bg_slideshow.gif) no-repeat 0% -47px;
}
#slideshowCover {
	position: absolute;
	top: 0;
	right: 9px;
	width: 253px;
	height: 350px;
}
#slideshowCover img {
}
#slideshowNavigation {
	width: 85px;
	height: 421px;
	position: absolute;
	top: 0;
	right: 237px;
	background: url("../images/slideshow/suspender.png") no-repeat 12px -40px;
}
#slideshowNavigation ul {
	position: absolute;
	left: 12px;
	bottom: 120px;
}
#slideshowNavigation ul a {
	display: block;
	height: 40px;
	width: 53px;
	position: relative;
	outline: 0 none;
	z-index: 1000;
	text-indent: -300px;
	background-position: center center;
	background-repeat: no-repeat;
	/*overflow: hidden;*/
	text-decoration: none;
}
#slideshowNav1 {
	background-image: url(../images/slideshow/1.gif);
}
#slideshowNav2 {
	background-image: url(../images/slideshow/2.gif);
}
#slideshowNav3 {
	background-image: url(../images/slideshow/3.gif);
}
#slideshowNav4 {
	background-image: url(../images/slideshow/4.gif);
}
#slideshowNav5 {
	background-image: url(../images/slideshow/5.gif);
}
#slideshowNav6 {
	background-image: url(../images/slideshow/6.gif);
}
#slideshowNav7 {
	background-image: url(../images/slideshow/7.gif);
}
#slideshowNav8 {
	background-image: url(../images/slideshow/8.gif);
}
#slideshowNav9 {
	background-image: url(../images/slideshow/9.gif);
}
li.active #slideshowNav1,
#slideshowNav1:hover {
	background-image: url(../images/slideshow/1a.gif);
}
li.active #slideshowNav2,
#slideshowNav2:hover {
	background-image: url(../images/slideshow/2a.gif);
}
li.active #slideshowNav3,
#slideshowNav3:hover {
	background-image: url(../images/slideshow/3a.gif);
}
li.active #slideshowNav4,
#slideshowNav4:hover {
	background-image: url(../images/slideshow/4a.gif);
}
li.active #slideshowNav5,
#slideshowNav5:hover {
	background-image: url(../images/slideshow/5a.gif);
}
li.active #slideshowNav6,
#slideshowNav6:hover {
	background-image: url(../images/slideshow/6a.gif);
}
li.active #slideshowNav7,
#slideshowNav7:hover {
	background-image: url(../images/slideshow/7a.gif);
}
li.active #slideshowNav8,
#slideshowNav8:hover {
	background-image: url(../images/slideshow/8a.gif);
}
li.active #slideshowNav9,
#slideshowNav9:hover {
	background-image: url(../images/slideshow/9a.gif);
}
#slideshowNavigation ul li {
	background: url(../images/slideshow/separator.gif) no-repeat center top;
	height: 40px;
	width: 53px;
}
#slideshowNavigation ul li.active {
	background-image: url(../images/slideshow/active_frame.png);
}
#slideshowNavigation ul a.active {
	z-index: 900;
}
#slideshowNavigation ul a:hover {
	z-index: 1001;
}
#slideshowNavigation ul a span.slideshowSlide {
	display: none;
}
/*#slideshowNavigation ul a span.slideshowSlide {
	display: block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #888888;
	background-image: url(../images/slideshow_slide.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 10px;
}
#slideshowNavigation ul a:hover span.slideshowSlide{
	background-image: url(../images/slideshow_hover.gif);
}
#slideshowNavigation ul a.active span.slideshowSlide {
	background-image: url(../images/slideshow_active.gif);
}*/
#slideshowNavigation ul a span.slideshowSlideImage,
#slideshowNavigation ul a.active span.slideshowSlideImage  {
	display: none;
	position: absolute;
	right: 49px;
	top: -70px;
	background: url(../images/slideshow/slideshow_preview.png) no-repeat left top;
	font-size: 12px;
	color: #b8b8b8;
	padding: 10px 5px;
	line-height: 11px;
	width: 170px;
	text-indent: 0;
	font-family: Georgia, serif;
}
#slideshowNavigation ul a span.slideshowSlideImage img {
	border-bottom: 5px solid #000;
}
#slideshowNavigation ul a:hover span.slideshowSlideImage {
	display: block;
}
#slideshowNavigation ul a.active:hover span.slideshowSlideImage {
	display: none;
}
#slideshowImages {
	width: 662px;
	height: 349px;
	position: absolute;
	top: 0;
	left: 10px;
}
.slideshowItem {
	width: 662px;
	height: 349px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #fff;
}
.slideshowItemMain {
	overflow:hidden;
	width:293px;
	padding: 30px 20px;
	float: left;
}
.slideshowItemMain p {
	height: 179px;
	overflow: hidden;
}
.slideshowItemMain h5 {
	margin-top:12px;
}
.slideshowItemMain h5 a {
	color:#E81921;
	font-family:Georgia,serif;
	font-size:18px;
	font-weight:bold;
}
.slideshowItemMain h5 a:hover {
	text-decoration: underline;
}
.slideshowItemLists {
	width: 300px;
	margin: 30px 10px 10px 0;
	float: right;
}
.slideshowItemList {
	width: 300px;
	overflow: hidden;
}
p.slideshowItemListImage {
	float: left;
	width: 76px;
}
p.slideshowItemListImage img {
	border-top: 2px solid #000;
}
p.slideshowItemListImage a:hover img {
	border-top: 2px solid #c51314;
}
.slideshowItemList h5,
p.slideshowItemListTeaser {
	width: 210px;
	float: right;
}
.slideshowItemList h5 {
	color: #c51314;
	font-size: 13px;
	font-weight: bold;
	font-family: Georgia, serif;
	margin-bottom: 8px;
}
p.slideshowItemListTeaser {
	font-size: 11px;
	color: #444;
	margin-bottom: 20px;
}
#featured {
	width: 620px;
	overflow: hidden;
	background: #f2f2f2;
	margin-bottom: 23px;
}
#featured h2 {
	height: 33px;
	line-height: 33px;
	padding-left: 17px;
	font-family: Georgia, serif;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	background: url(../images/label_featured.gif) no-repeat left top;
}
#featuredImage {
	width: 293px;
	float: left;
	margin-left: 1px;
}
#featuredContent {
	width: 280px;
	float: left;
	padding: 23px 0 0 23px;
	overflow: hidden;
}
#featuredContent h3 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 18px;
	color: #e81921;
	margin-bottom: 12px;
	
}
#featuredContent p {
	margin-bottom: 18px;
	line-height: 16px;
	overflow: hidden;
	width: 100%;
}
#featuredMore {
	color: #e81921;
	font-family: Georgia, serif;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	float: left;
	padding-right: 10px;
	background: url(../images/icons/arrow_black_right.gif) no-repeat right center;
	text-decoration: underline;
}
#featuredContent h3 a {
	color: #e81921;
	font-family: Georgia, serif;
	text-transform: uppercase;
	text-decoration: none;
}
#featuredMore:hover {
	text-decoration: none;
}
#featuredContent h3 a:hover {
	text-decoration: underline;
}
.articlesList {
	width: 620px;
	overflow: hidden;
	margin-bottom: 23px;
}
#mainCategory .articlesList {
	background: url(../images/devider.gif) no-repeat center 33px;
}
.articlesList h2,
.articlesList h1 {
	height: 21px;
	padding: 12px 0 0 17px;
	font-family: Georgia, serif;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	background: url(../images/label.gif) no-repeat left top;
	
}
/*.articlesList h2 .cufon {
	display: inline-block;
	display: -moz-inline-block;
	margin-top:  12px;
}*/
.articleList,
.listList {
	width: 293px;
	overflow: hidden;
	float: right;
	padding-top: 20px;
}
.articleList.first {
	float: left;
	clear: both;
}
.articleListTeaser {
	color: #363636;
	line-height: 15px;
	margin-top: 5px;
}
.articleList h3 {
	margin-top: 12px;
}
.articleList h3 a {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 18px;
	color: #e81921;
}
.articleListPicture img,
.articleListImage img {
	border-top: 2px solid #000;
}
.articleListPicture a:hover img,
.articleListImage a:hover img {
	border-top: 2px solid #e81921;
}
#pictorials h3,
.pictorial h3 {
	/*display: none;*/
}
.articleListInfo {
	background: #f1f1f1;
	color: #777777;
	font-style: italic;
	margin-top: 8px;
	height: 18px;
	line-height: 18px;
}
.articleListInfo em {
	font-style: italic;
}
.articleListComments {
	display: block;
	float: left;
	padding: 0 10px;
	height: 18px;
	line-height: 18px;
}
.articleListComments span {
	display: block;
	height: 18px;
	float: left;
	padding: 0 0 0 6px;
	background: url(../images/comments.gif) no-repeat left top;
	margin-right: 6px;
}
.articleListComments span span {
	display: block;
	height: 18px;
	line-height: 17px;
	float: left;
	padding: 0 6px 0 0;
	background: url(../images/comments.gif) no-repeat right top;
	color: #fff;
	margin-right: 0;
}
.articleListRatingStars {
	display: block;
	float: left;
	background:transparent url(../images/icons/star_grey.gif) repeat-x scroll left center;
	height:18px;
	width:60px;
	margin-right: 6px;
}
.articleListRatingStars span {
	display: block;
	float: left;
	height:18px;
	background:transparent url(../images/icons/star_orange.gif) repeat-x scroll left center;
}
#hot {
	margin-bottom: 23px;
	margin-top: 20px;
}
#hot h3 {
	background: url(../images/label_hot.gif) no-repeat left top;
	height: 41px;
	overflow: hidden;
	text-indent: -3000px;
}
/*#hot.homepage {
	margin-top: 0;
}
#hot.homepage h3 {
	background: url(../images/label_hot_homepage.gif) no-repeat left top;
	height: 48px;
}*/
#hotList {
	background: url(../images/box_hot_back.gif) no-repeat right bottom;
	width: 100%;
	overflow: hidden;
}
.hotArticle {
	width: 250px;
	overflow: hidden;
	margin:  20px 24px 20px 26px;
}
#tag .hotArticle,
#search .hotArticle {
	width: 570px;
}
.hotArticleImage {
	width: 90px;
	float: left;
}
.hotArticleImage img {
	border-top: 2px solid #e81921;
}
.hotArticleImage a:hover img {
	border-top: 2px solid #000;
}
#mainCategory img,
#tag .hotArticle img,
#search .hotArticle img {
	border-top: 2px solid #000;
}
#mainCategory a:hover img,
#search a:hover img,
#tag .hotArticle a:hover img {
	border-top: 2px solid #e81921;
}
.hotArticle h5 {
	font-family: Georgia, serif;
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 14px;
	width: 160px;
	float: right;
}
.hotArticle h5 a {
	color: #000;
}
#mainCategory h5 a,
#search h5 a,
#tag .hotArticle h5 a {
	color: #e81921;
}
#search .hotArticle h5,
#tag .hotArticle h5 {
	width: 480px;
	font-size: 18px;
}
.hotArticle h5 a:hover {
	color: #e81921;
}
#mainCategory h5 a:hover,
#search h5 a:hover,
#tag .hotArticle h5 a:hover {
	color: #000;
}
.hotArticleTeaser {
	width: 160px;
	float: right;
	line-height: 14px;
}
#tag .hotArticleTeaser,
#search .hotArticleTeaser {
	width: 480px;
}
#hotSubarticles {
	padding: 15px 24px 15px 16px;
	background: #f2f2f2;
}
#hotSubarticles li {
	padding: 5px 0 5px 10px;
	background: url(../images/icons/arrow_black_right.gif) no-repeat left center;
}
#hotSubarticles li a {
	font-family: Georgia, serif;
	color: #000;
	font-size: 14px;
}
button {
	background: #e6e6e6;
	border: 0 none;
	padding: 4px 14px;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	text-transform: uppercase;
	color: #000;
}
.sideBox {
	background: url(../images/box_side_back.gif) no-repeat left bottom;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.sideBox p {
	margin: 2px 0;
	overflow: hidden;
	margin: 0 24px 10px 26px;
	width: 250px;
}
.sideBox h4 {
	height: 16px;
	background: #fff url(../images/label_side.gif) no-repeat right bottom;
	font-size: 14px;
	text-transform: uppercase;
	text-indent: 8px;
	margin-bottom: 10px;
	color: #000;
}
.sideBox h4 .cufon {
	background: #fff;
	padding: 0 5px;
}
#tagCloud a {
	font-family: Georgia, serif;
	color: #444;
	font-weight: bold;
	display: inline-block;
	display: -moz-inline-block;
	white-space: nowrap;
	padding-right: 6px;
}
#tagCloud a:hover {
	text-decoration: none;
	color: #e81921;
}
#article {
	margin: 20px 0 0 0;
}
#pictorial {
	margin: 20px 0 0 0;
}
#article h2,
#pictorial h2{
	height: 20px;
	line-height: 20px;
	padding-left: 11px;
	font-family: Georgia, serif;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background: url(../images/label.gif) no-repeat left top;
	position: relative;
	padding-top: 13px;
}
#article h2 .cufon {
}
#article h2 a,
#pictorial h2 a {
	display: block;
	position: absolute;
	height: 33px;
	line-height: 33px;
	padding-left: 13px;
	background: url(../images/icons/arrow_left_hash.gif) no-repeat left center;
	font-size: 11px;
	font-family: Georgia, serif;
	font-weight: bold;
	color: #000;
	top: 0;
	right: 0;
}
#article h1,
#pictorial h1 {
	font-size: 24px;
	font-family: Georgia, serif;
	font-weight: bold;
	color: #e81921;
	margin: 16px 0 10px;
}
#articleInfo {
	width: 293px;
	margin: 0 0 20px 20px;
	float: right;
	z-index: 1;
	position: relative;
}
#pictorial #articleInfo {
 width: 219px;
}
#articleImage {
	margin-bottom: 10px;
}
#articleImage img {
	border-top: 2px solid #000;
}
#articleSocial {
	height: 18px;
	line-height: 18px;
	background: #f1f1f1;
	position: relative;
	margin-bottom: 10px;
	font-family: Georgia, serif;
}
#articleRating {
	display: block;
	float: left;	
}
#articleRating em {
	text-transform: uppercase;
	color: #575757;
	padding: 0 8px;
	display: block;
	float: left;
}
#articleRating span {
	display: block;
	position: relative;
	background: url(../images/icons/star_grey.gif) repeat-x left center;
	height: 18px;
	line-height: 18px;
	width: 60px;
	float: left;
}
#articleRating span span {
	position: absolute;
	background: url(../images/icons/star_orange.gif) repeat-x left center;
	height: 18px;
	line-height: 18px;
	top: 0;
	left: 0;
	display: block;
	float: none;
}
#articleRating span a {
	display: block;
	position: absolute;
	height: 18px;
	line-height: 18px;
	top: 0;
	left: 0;
}
#articleRating span a:hover {
	background: url(../images/icons/star_red.gif) repeat-x left center;
}
#rate5 {
	width: 60px;
}
#rate4 {
	width: 48px;
}
#rate3 {
	width: 36px;
}
#rate2 {
	width: 24px;
}
#rate1 {
	width: 12px;
}
#ratingLoading {
	display: none;
}
#articleTweet {
	display: block;
	position: absolute;
	height: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #575757;
	width: 16px;
	background: url(../images/icons/twitter_blue.gif) no-repeat left center;
	top: 0;
	right: 8px;
	overflow: hidden;
	text-indent: -3000px;
}
#articleFacebook {
	display: block;
	position: absolute;
	height: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #575757;
	width: 16px;
	background: url(../images/icons/facebook_blue.gif) no-repeat left center;
	top: 0;
	right: 28px;
	overflow: hidden;
	text-indent: -3000px;
}
#articleTags,
#articleAuthor,
#articlePhotoAuthor,
#articleIssue{
	line-height: 18px;
	margin-bottom: 3px;
	color: #636363;
	font-family: Georgia, serif;
	padding: 0 8px;
}
#articleTags strong,
#articleAuthor {
	font-weight: bold;
	color: #000;
}
#articleTags a {;
	color: #636363;
	text-decoration: underline;
}
#articleRelated {
	padding-top: 1px;
}
#articleRelated h5 {
	float: left;
	color: #000;
	font-family: Georgia, serif;
	font-weight: bold;
	padding: 4px 8px;
	float: left;
	background: #e2e2e2;
	font-size: 12px;
}
#articleRelated ul {
	padding: 15px 24px 15px 16px;
	border: 1px solid #c7c7c7;
	clear: left;
}
#articleRelated li {
	padding: 5px 0 5px 10px;
	background: url(../images/icons/arrow_red_right.gif) no-repeat left center;
}
#articleRelated li a {
	font-family: Georgia, serif;
	color: #000;
	font-size: 14px;
}
#articleContent {
	clear: left;
}
#articleChapter {
	background: #f1f1f1;
	height: 28px;
	line-height: 28px;
	color: #000;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
#articleChapter a {
	display: block;
	position: absolute;
	height: 28px;
	line-height: 28px;
	font-size: 10px;
	font-weight: normal;
	color: #e81921;
	top: 0;
}
#articleNext {
	padding-right: 10px;
	right: 10px;
	background: url(../images/icons/arrow_red_right.gif) no-repeat right center;
}
#articlePrev {
	padding-left: 10px;
	left: 10px;
	background: url(../images/icons/arrow_red_left.gif) no-repeat left center;
}
h3.label,
h1.label {
	background: url(../images/separator.gif) no-repeat left center;
	margin-bottom: 10px;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-indent: 8px;
	clear: both;
}
h3.label span,
h1.label span {
	padding: 0 8px;
	background: #fff;
	color: #000;
}
#articlePhotos {
	/*border: 1px solid #c7c7c7;*/
	height: 160px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	background: #f1f1f1;
}
#articlePhotosNext,
#articlePhotosPrev {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	display: none;
}
#articlePhotosNext {
	right: 10px;
}
#articlePhotosPrev {
	left: 10px;
}
#articlePhotosWrapper {
	position: absolute;
	height: 130px;
	left: 35px;
	top: 15px;
	width: 560px;
	overflow: hidden;
	white-space: nowrap;
}
#articlePhotosContent {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
}
#articlePhotosContent a {
	display: inline-block;
	display: -moz-inline-block;
	width: 130px;
	height: 130px;
	position: relative;
	margin-right: 10px;
	vertical-align: middle;
}
#articlePhotosContent a img {
}
.comment {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
.comment h5 {
	color: #777777;
	margin-bottom: 5px;
}
.comment h5 strong {
	color: #000;
}
.commentContent {
	margin-bottom: 5px;
	font-size: 13px;
}
.commentInfo {
	background: #f1f1f1;
	color: #777777;
	font-size: 10px;
	height: 14px;
	line-height: 14px;
	padding: 0 8px;
	float: left;
}
.commentInfo a {
	color: #777777;
	text-decoration: underline;
}
#mainCategory,
#subCategory,
#article,
#tag ,
#search,
#featured {
	border-top: 20px solid #fff;
}
.pager {
	background: #f1f1f1;
	height: 28px;
	line-height: 28px;
	color: #000;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 23px;
}
.pager span {
	display: block;
	height: 28px;
	line-height: 28px;
	float: left;
	padding-right: 4px;
}
.pager strong,
.pager a {
	height: 28px;
	line-height: 28px;
	font-weight: normal;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 0 4px;
}
.pager a {
	color:#e81921;
	text-decoration:none;
}
.pager a:hover {
	background-color: #ddd;
}
.pager strong {
	background-color: #ddd;
	color: #000;
}
.sideCommentInfo {
	background: #f1f1f1;
	position: relative;
	height:18px;
	line-height: 18px;
	padding: 0 4px;
	color: #777777;
	position: relative;
	font-style: italic;
}
.sideCommentInfo a {
	color: #777777;
}
.sideCommentInfo a strong {
	color:#e81921;
}
.sideCommentInfo a em {
	height:18px;
	line-height: 18px;
	padding: 0 4px;
	color: #777777;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.sideBox h5 {
	background: #fff;
	color:#e81921;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	font-style: italic;
}
strong.highlight {
	font-weight: bold;
	background: #E6E6E6;
}
#issuesList {
	background: url(../images/issues_back.jpg) no-repeat left top;
}
#issuesList h1 {
	height: 66px;
	overflow: hidden;
	margin: 0;
	position: relative;
}
#issuesList h1 span {
	color:#e81921;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	display: block;
	padding: 31px 0 0 25px;
}
#issuesItems {
	height: 402px;
	position: relative;
}
.issueItem {
	width: 960px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.issueItem.active {
	display: block;
}
.issueCover {
	position: absolute;
	top: 10px;
	right: 15px;
}
.issueSummary {
	top: 10px;
	left: 15px;
	position: absolute;
}
.issueSummary img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.issueSummary img.active {
	display: block;
}
.issueSummary h2 {
	height: 21px;
	padding: 12px 0 0 16px;
	font-family: Georgia, serif;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background: url(../images/label_issue.gif) no-repeat left top;
}
.issueSummary .contentEd {
	font-family: Georgia, serif;
	font-size: 11px;
	color: #363636;
	text-transform: uppercase;
}
.issueSummary .contentEd ul li {
	list-style-image: url(../images/icons/arrow_red_right.gif);
}
.issueNavigation {
	position: absolute;
	bottom: 0;
	left: 305px;
}
.issueNavigation li {
	float: left;
	padding-right:5px;
}
.issueNavigation li a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
	font-size: 14px;
	font-family: Georgia, serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.issueNavigation li a.active,
.issueNavigation li a:hover {
	background: #ed2931;
}
#issuesCarousel {
	height: 196px;
	overflow: hidden;
	position: relative;
	background: url(../images/issues_carousel.gif) no-repeat left top;
	margin-bottom: 40px;
}
#issuesCarouselOutter {
	width: 480px;
	height: 185px;
	position: absolute;
	top: 0;
	left: 238px;
	overflow: hidden;
}
#issuesCarouselWrapper {
	position: absolute;
	top: 0;
	left: 0;
}
#issuesCarouselWrapper a {
	display: block;
	float: left;
	width: 105px;
	height: 185px;
	position: relative;
	margin-right: 15px;
	text-decoration: none;
}
#issuesCarouselWrapper a strong {
	font-family: Georgia, serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #8b8b8b;
	font-size: 10px;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#issuesCarouselWrapper a:hover strong {
	color: #fff;
	text-decoration: none;
}
#issuesCarouselWrapper a img {
	border-top: 15px solid #303030;
}
#issuesCarouselLeft,
#issuesCarouselRight {
	position: absolute;
	top: 75px;
	
}
#issuesCarouselLeft {
	left: 180px;
}
#issuesCarouselRight {
	right: 216px;
}
#articleImages {
 width: 219px;
 overflow: hidden;
 margin-bottom: 10px;
}
#articleImages a {
 display: block;
 float: left;
 width: 100px;
 height: 141px;
 border: 4px solid #fff;
}
#articleImages a:hover {
 border-color: #d9d9d9;
}
#articleImages a.active {
 border-color: #e9232a;
}
#pictorialPhotos {
	width: 379px;
	float: left;
	/*margin-bottom: 20px;*/
	background: #fff;
	z-index: 1000;
	position: relative;
}
#pictorialNavigator {
	margin: 0 0 20px 0;
	background: #f1f1f1;
	position: relative;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-family: Georgia, serif;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 20px solid #fff;
}
#pictorialWrapper {
	width: 379px;
	height: 539px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
#pictorialWrapper img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    width: 100%;
}
#tooltipError {
	position: absolute;
	background: url(../images/tooltip_down.gif) no-repeat center bottom;
	padding-bottom: 9px;
	display: none;
	top: -400px;
	left: -400px;
	z-index: 4000;
}
#tooltipError div {
	background: #fff url(../images/error.gif) no-repeat center 10px;
	border: 1px solid #e9232a;
	padding: 50px 20px 10px;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 11px;
	color: #000;
	border-bottom-width: 0;
}
#pictorialControl {
	position: absolute;
	top: 14px;
	right: 14px;
}
#pictorialControl a {
	display: block;
	width: 28px;
	height: 27px;
	overflow: hidden;
	text-indent: -600px;
	background-image: url(../images/expand_collapse.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#pictorialControl a:hover {
	background-position: 0px -27px;
}
#pictorialControl a.expanded {
	background-position: 0px -54px;
}
#pictorialControl a.expanded:hover {
	background-position: 0px -81px;
}
.hidden {
	display: none;
}
#ad728 {
	height: 90px;
	padding: 10px 0;
	text-align: center;
	border-bottom: 2px solid #c2c2c2;
	background: #ebebeb;
	position: relative;
}
.slideshowFeatured {
	width: 620px;
	overflow: hidden;
	padding: 60px 0 20px;
	margin: 20px 21px 0;
	background: #F2F2F2 url(../images/label_featured_text.jpg) no-repeat 0 0;
}
.slideshowFeaturedImage {
	float: left;
	width: 293px;
}
.slideshowFeaturedContent {
	float:left;
	overflow:hidden;
	padding:23px 0 0 23px;
	width:280px;
}
.slideshowFeaturedContent h3  {
	color:#E81921;
	font-family:Georgia,serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:12px;
}
.slideshowFeaturedContent p {
	line-height:16px;
	margin-bottom:18px;
	overflow:hidden;
	width:100%;
}