@charset "UTF-8";
/* CSS Document */

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*------------------------------------------------------------------------  Global */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	/*background: #FFF url(images/site/bg.jpg) no-repeat top left fixed;*/
	/*background-size: 100%;*/
	background:#201b2f;
}

table {
	position:relative;
}

p {
    margin-bottom: 10px;
	text-align:left;
}

a {
	color:#446677;
	text-decoration:none;
}

a:hover {
	color:#5a88a0;
}

h1 {
	font-family: "adelle-1","adelle-2",serif;
	color:#ddd3c7;
	font-size:35px;
	font-weight:100;
}

h2 {
	font-family: "adelle-1","adelle-2",serif;
	font-size:16px;
	font-weight:600;
	color:#446677;
}

h3 {
	font-family: "adelle-1","adelle-2",serif;
	font-size:24px;
	font-weight:100;
	color:#f7f5f1;
	background:#36312a;
	padding:5px;
	padding-left:25px;
	-moz-border-radius-bottomright:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-top-right-radius:10px;
	opacity: 0.9;
    filter: alpha(opacity=90);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}

/*------------------------------------------------------------------------  Body */

#wrap {
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:2;
}

/*------------------------------------------------------------------------  Header */

#header {
	width:960px;
	height:100px;
	margin-top:75px;
	margin-bottom:75px;
	background:#FFF;
	position:relative;
}

#header img.cover {
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	position:absolute;
	top: -35px;
	right:-50px;
	z-index:5;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}

#header img.logo {
	position:absolute;
	top: -55px;
	left:-50px;
	z-index:5;
}

#header span.title {
	font-family: "adelle-1","adelle-2",serif;
	font-size:30px;
	color:#514b42;
	margin-top:35px;
	margin-left: 180px;
	float:left;
	text-shadow:0px 5px 5px rgba(0,0,0,0.2);
}

#header span.subtitle {
	font-family: "adelle-1","adelle-2",serif;
	font-size:14px;
	color:#514b42;
	margin-top:0px;
	margin-left: 300px;
	float:left;
	text-shadow:0px 5px 5px rgba(0,0,0,0.2);
}

#header span.issue {
	font-family: "adelle-1","adelle-2",serif;
	font-size:12px;
	color:#514b42;
	float:right;
	text-align:right;
	margin-right: 100px;
}

#media {
	background:#446677;
	color:#FFF;
	padding:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	border:solid 1px #5a88a0;
	border-top:none;
	position:fixed;
	top:0px;
	left:40%;
	z-index:25;
}

#media strong {
	font-family: "adelle-1","adelle-2",serif;
	color:#282f33;
	font-size:20px;
	font-weight:100;
	display:block;
	padding-bottom:5px;
	border-bottom:1px dotted #315060;
}

#media ul li {
	list-style:none;
	text-align:center;
	display:inline-block;
	color:#5a88a0;
}

#media ul li a {
	font-family: "adelle-1","adelle-2",serif;
	color:#FFF;
	padding:5px;
	display:block;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	background:#446677;
	text-decoration:none;
	font-size:14px;
}

#media ul li a:hover {
	background:#5a88a0;
}

/*------------------------------------------------------------------------  Slider */

#features {
	width:960px;
	height:250px;
	position:relative;
	border-top:#36312a 5px solid;
}

#minibar {
	width:310px;
	height:230px;
	padding:10px;
	float:left;
	background:url(../images/site/trans-bg-dark.png) repeat;
	border-bottom: solid 5px #36312a;
}
#minibar li a {
	color:#CCC;
	text-decoration:none;
}
#minibar li a:hover {
	color:#a8d5e4;
}

#minibar #RSS_Listing_Body li {
	border-bottom:none;
	color:#98856b;
}

#minibar #RSS_Listing_Body li img {
	max-height:100px;
	width:auto;
	margin-right: 10px;
	float:left;
	border:solid 5px #514b42;
}

#minibar #RSS_Listing_Body li a:first-child {
	font-family: "adelle-1","adelle-2",serif;
	font-size:16px;
	font-weight:600;
	display:block;
	margin-bottom:5px;
	clear:both;
}

/*------------------------------------------------------------------------ Main Content */

#content {
	width:930px;
	padding:15px;
	background:#FFF;
	color:#36312a;
	border-top: solid 5px #36312a;
}

#article {
	width:550px;
	float:left;
}

#article #RSS_Listing_Body li {
    height: 120px;
    list-style:none;
	padding: 10px;
	clear:both;
}

#article #RSS_Listing_Body li a:first-child {
	font-family: "adelle-1","adelle-2",serif;
	font-size:16px;
	font-weight:600;
}

#article #RSS_Listing_Body li:nth-child(even) {
    background-color:#f7f5f1;
}

#article #RSS_Listing_Body li:nth-child(odd) img {
	margin: 5px;
	float:left;
	clear:both;
}

#article #RSS_Listing_Body li:nth-child(even) img {
	margin: 5px;
	float:right;
	clear:both;
}

#article #RSS_Detail_Body img {
	float:right;
	margin-left:15px;
	margin-bottom: 10px;
	border:solid 5px #514b42;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	max-width: 250px;
	height:auto;
}

#article #PageMenu {
	float:none;
	clear:both;
}

#article #PageMenu img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
	float:none;
	margin:none;
	padding: none;
}

#fade {
	width:100%;
	height:250px;
	position:relative;
	overflow:hidden;
}

.fade {
	width:100%;
	height:40px;
	padding-top:30px;
	background:url(../images/site/fade.png) repeat-x bottom left;
	position:absolute;
	bottom:0px;
	left:0px;
}

a.more-btn {
	background:#446677 url(../images/site/btn-go.png) no-repeat 60px 10px;
	padding:10px;
	padding-right:30px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	float:right;
}

a.more-btn:hover {
	background:#5a88a0 url(../images/site/btn-go.png) no-repeat 60px 10px;
}

ul.staff {
}

ul.staff li {
	list-style:none;
	margin:10px;
	padding-bottom:5px;
	border-bottom:dotted 1px #ddd3c7;
}

ul.staff li img {
	float:left;
	margin-right: 8px;
	margin-bottom: 8px;
}

/*------------------------------------------------------------------------  Sidebar */

#sidebar {
	width:350px;
	float:left;
	margin-left:30px;
	position:relative;
}

ul.reviews {
	background:#f7f5f1;
}

ul.reviews li {
	width:310px;
	list-style:none;
	font-size:9px;
	font-style:italic;
	padding:5px;
	padding-bottom:10px;
	padding-left:15px;
	margin:10px;
	border-bottom:dotted 1px #ddd3c7;
	clear:both;
}

ul.reviews li #RSS_Listing_Body li {
	border-bottom:none;
}

ul.reviews li #RSS_Listing_Body li img {
	max-height:100px;
	width:auto;
	margin-right: 10px;
	float:left;
	border:solid 5px #514b42;
}

ul.reviews li #RSS_Listing_Body li a:first-child {
	font-family: "adelle-1","adelle-2",serif;
	font-size:16px;
	font-weight:600;
	display:block;
	margin-bottom:5px;
	clear:both;
}

/* ------------------------------------------------------------------------ Footer */

#footer {
	width:100%;
	background:#000;
	position:relative;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: solid 5px #5a88a0;
}

.footer {
	width:960px;
	margin:0 auto;
}

.footer ul li {
	width:300px;
	height:330px;
	float:left;
	margin-left:5px;
	padding:5px;
	border-left:dotted 1px #5a88a0;
	list-style:none;
	color:#CCC;
}

.footer ul li:first-child {
	margin-left:0px;
	border:none;
}

.footer ul li:first-child h2 a {
	color:#446677;
}

.footer ul li:first-child h2 a:hover {
	color:#5a88a0;
}

.footer ul li:first-child a {
	color:#CCC;
}

.footer ul li:first-child a:hover {
	color:#FFF;
}

/*------------------------------------------------------------------------  Bubble */

#bubble {
	position:absolute;
	padding-bottom:20px;
	background:url(../images/site/bubble.png) no-repeat bottom center;
	z-index:10;
	display:none;
}

.bubble {
	background:#5a88a0;
	color:#CCC;
	font-weight:100;
	padding: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.bubble a {
	color:#FFF;
}

.bubble a:hover {
	color:#9CC;
}

.bubble .rss-item a {
	font-size:12px;
	background:#000;
}

.bubble .rss-item a:hover {
	font-size:12px;
}

.bubble .rss-date {
	font-size: 10px;
}

.bubble strong {
	font-family: "adelle-1","adelle-2",serif;
	color:#315060;
	font-size:16px;
	font-weight:600;
}

/*------------------------------------------------------------------------  Jukebox */

#jukebox {
	width:100%;
	height:200px;
	background:#000;
	border-bottom:solid 5px #5a88a0;
	position:relative;
	padding-top: 80px;
	padding-bottom: 30px;
	display:none;
	z-index:20;
}

.jukebox {
	width:960px;
	margin:0 auto;
}

.ocradio {
	float:left;
}

.ocradio-txt {
	width:400px;
	font-family: "adelle-1","adelle-2",serif;
	color:#666;
	font-size:14px;
	float:left;
	margin-left: 20px;
}

.ocradio-txt a.closejuke {
	color:#FFF;
	padding:10px;
	display:block;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	background:#446677;
	text-decoration:none;
	float:right;
}

.ocradio-txt a.closejuke:hover {
	background:#5a88a0;
}

/* ------------------------------------------------------------------------ Menu */

#menu {
	width:960px;
	height:40px;
	margin-bottom:2px;
	background:#36312a;
	z-index:15;
}

ul.menu {
}

ul.menu li {
	list-style:none;
	float:left;
	position:relative;
}

ul.menu li a {
	font-family: "adelle-1","adelle-2",serif;
	font-weight:200;
	color:#CCC;
	text-decoration:none;
	padding:10px;
	display:block;
	font-size:20px;
}

ul.menu li a:hover {
	color:#FFF;
	background:#1a150e;
	text-decoration:none;
	display:block;
	font-size:20px;
}

ul.subnav {
	width:200px;
	background:#1a150e;
	display:none;
	position:absolute;
	top:40px;
	left:0px;
	padding:10px;
	z-index:10;
}

ul.subnav li {
	clear:both;
	float:none;
	display:block;
}

ul.subnav li a {
	font-size:12px;
	color:#FFF;
}

ul.subnav li a:hover {
	font-size:12px;
	color:#CCC;
}
