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

@import url(reset.css);

body {
	background: #000;
	color: #fff;
	font: normal 100% Helvetica, Arial, sans-serif;
	text-align: left;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	min-width: 960px;
	max-width: 2600px;
	overflow: hidden;
}



/*** TOP NAV STYLES ***/

#topnav {
	background: transparent url(../images/bg-topnav.jpg) repeat-x top left;
	height: 23px;
	padding: 10px 0 0 0;
	width: 100%;
	min-width: 1055px;
	display: block;
	border-bottom: 1px solid #cfcfcf;
	font-size: 0.75em;
	position: relative;
	color: #ccc;
}

#topnav .behindTheBars {
	float: left;
	display: inline;
	font-family: Helvetica Neue, Helvetica, Arial Narrow, Arial, sans-serif;
	margin-left: 10px;
}

#topnav .behindTheBars strong {
	text-transform: uppercase;
	font-weight: bold;
}

#topnav .behindTheBars a {
	color: #ccc;
}

#topnav ul {
	position: absolute;
	right: 0px;
	top: 10px;
	margin: 0;
	padding: 0;
}

#topnav ul li {
	float: left;
	display: inline;
	margin: 0 10px;
	padding: 0;
}

#topnav ul li a {
	color: #ccc;
	text-transform: uppercase;
}

#topnav ul li a:hover {
	text-decoration: none;
	color: #aaa;
}


/*** SIDEBAR STYLES ***/

#sidebar {
	position: absolute;
	top: 34px;
	right: 0;
	width: 270px;
	padding: 0 0 0 86px;
	height: 100%;
	background: transparent url(../images/bg-cogs.gif) no-repeat top right;
	z-index: 10;
	color: #fff;
}

#sidebar[id] {
	background-image:url(../images/bg-cogs.png);
}

#sidebar div.inner {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	overflow: auto;
}

#sidebar h3 {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
}

#sidebar h3 a.expando {
	color: #fff;
	padding-left: 18px;
}

#sidebar h3 a.expando:hover {
	color: #ffcc00;
}

#sidebar h3 a.expando.closed {
	background: transparent url(../images/icon-plus.gif) no-repeat top left;
}

#sidebar h3 a.expando.open {
	background: transparent url(../images/icon-minus.gif) no-repeat top left;
}

#sidebar p,
#sidebar li {
	font-size: 0.8em;
	color: #ccc;
}

#sidebar a {
	text-decoration: none;
	color: #ffcc00;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .social {
	text-align: right;
	width: 240px;
}

#sidebar .social a img {
	border: none;
}

#sidebar .aroundTheWorld {
	padding-top: 10px;
}

#sidebar .indent h3 {
	
}
#sidebar .indent p {
	padding-left: 18px !important;
}

#sidebar .smallText {
	font-size: 0.8em;
}

#sidebar .imgLeft {
	display: block;
	position: relative;
	clear: left;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

#sidebar .imgLeft img {
	float: left;
	display: inline;
	width:100px;
	height:100px;
}

#sidebar .imgLeft .copy {
	position: absolute;
	bottom: 0;
	left: 100px;
	width: 140px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#sidebar .item {
	margin-bottom: 30px;
}

#sidebar .item p {
	margin: 0;
	padding: 0;
}

#sidebar .currentIssue {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#sidebar .currentIssue img {
	float: left;
	display: inline;
}

#sidebar .currentIssue .copy {
	float: left;
	display: inline;
	width: 110px;
	padding-left: 5px;
	position: absolute;
	bottom: 0;
}

#sidebar .currentIssue .copy * {
	margin: 0;
	padding: 0;
}

#sidebar .indent div.hideable {
	width: 200px;
	padding-left: 18px;
}

#sidebar .indent div.hideable p {
	padding-left: 0 !important;
}

#sidebar .inner .item.article {
	cursor: pointer;
}

#sidebar .inner .item.article p {
	font-size: 0.62em;
	width: 190px;
}

#sidebar .inner .item.article p a {
	color: #999;
}

#sidebar .inner li {
	list-style: none;
	font-size: 0.7em;
}

#sidebar .inner li a {
	color: #999;
	padding-left: 8px;
	background: transparent url(../images/small-grey-right-arrow.gif) no-repeat 0 4px;
	display: block;
}

#sidebar .inner .item.article img {
	display: block;
	margin-bottom: 10px;
}

#sidebar .inner h4 {
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}


/*** ARTICLES CONTAINER STYLES ***/

#articles {
	width: 100%;
	overflow: hidden;
	height: 100%;
	position: relative;
}


/*** FOOTER STYLES ***/

#footer {
	position: fixed;
	width: 100%;
	height: 25px;
	left: 0;
	bottom: 0;
	z-index: 11;
	background: #000;
	color: #fff;
	min-width: 1188px;
	overflow: hidden;
}

#footer p {
	font-size: 0.68em;
	padding: 3px 0 0 10px;
	color: #fff;
}

#footer a {
	color: #ffcc00;
}


/*** HIDEABLE ELEMENTS ***/
div.hideable.closed {
	display: none;	
}
div.hideable.open {
	display: display;
}

.floatright { float: right; margin-left: 50px; }

.caption {
	text-align: right;
}