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

body {
	font: 100%/1.4em Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #CCC;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	text-align: left;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 25px;
}

h2 {
	font-size: 22px;
	font-weight:bold;
	color: #FFFFFF;
	margin: 0px 0px 3px;
	padding: 0px;
}

h5 {
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0px 0px 6px;
	line-height: 1.2em;
	color: #b9c1ca;
	font-weight:normal;
}

a, p a, a:visited {
	text-decoration: none;
	color: #8798A3;
}

a img {
	border: none;
}



.logo {
	width: 980px;
	margin: 0 auto; 
	padding-top: 10px;
	padding-bottom: 8px;
	}
	
.multimedia {
	float: right;
	margin-top: 5px;
}

.multimedia a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	text-align: right;
}

.container {
	background: #000000;
	overflow:hidden;
}
.container a:link {
	color: #0099CC;
	text-decoration: none;
}
.container a:visited {
	color: #8797A3;
	text-decoration: underline;
}
.container a:hover, a:active, a:focus {
	text-decoration: none;
	color: #cdd74c;
}

.container .innertube {
	width: 980px;
	background: #000000;
	margin: 0 auto; 
}
header {
	background: #001630;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0CF;
}

.content {
	padding: 20px 0;
	width: 700px;
	float: left;
	height: 580px;
	position: relative;
	text-align: center;
}

.content .media img {
	max-height:500px;
	max-width: 700px;
	overflow:hidden;
}

/* Image of the Day Archive */

#iod-archive {
  
	
}

#iod-archive ul{
	padding: 0;
	list-style: none;
	width: auto;
  }

#iod-archive  li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
  } 

#iod-archive li a {
  display: block;
  }
  
#iod-archive li img {
	width: 98px;
	height: auto;
  }
  
  #iod-archive li a:hover img {
opacity:0.3; filter:alpha(opacity=30);
}

#iod-archive .dropdown {
	float:right;
	margin-right: 12px;	
}

aside {
	float: right;
	width: 250px;
	padding-top: 20px;
	padding-right:12px;
	padding-bottom: 10px;
}

#scroll {
	width: 238px;
	height: 495px;
	overflow: auto;
	position: relative;
	padding: 0px 20px 0px 0px;
	font-size: 14px;
	line-height: 1.5em;
	z-index:0;
	
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 7px;
background-color: #5e5e5e;
}
.vscrollerbar {
width: 7px;
background-color: #adadad;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
}


.back {
	font-size: .9em;
	padding-top: 10px;
	text-align: left;
}

.tools {
	margin-bottom: 10px;
	margin-top: 45px;
}

.tools p {
	font-size: 0.8em;
	color:#999999;
	margin-bottom: 10px;
	float: left;
	height: 28px;
	margin-right: 10px;
}

.tools .img {
	padding-left: 3px;
	vertical-align: bottom;
	margin-top:0px;

}

.buttons {
	width: 170px;
	height: 29px;
	background-color: #396a94;
	color: #FFF;
	position: relative;
	margin-bottom: 16px;
}
 .buttons p {
	padding-bottom: 8px;
	position: absolute;
	top: 5px;
	left: 36px;
	width: 98px;
	text-align:center;
}
 
.buttons div {
	float: right;
	width: 36px;
 	display: block;
}
 
.button {
	margin-top: 6px;
	font-size: .9em;
	text-transform:uppercase;
	float:right;
	}

.button a {
	margin-left:12px;
	background-color: #1c3556;
	border: 1px solid #336699;
	font-size:.85em;
	padding: 4px;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-opera-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background-image:-moz-linear-gradient(0% 100px 90deg, #27668f, #01162E);
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#27668f), to(#01162E));
	}

.button a:hover {
	color: #00162E;
	background-color: #cdd74c;
	background-image:-moz-linear-gradient(0% 100px 90deg, #9fac46, #cdd74c); 
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#9fac46), to(#cdd74c));
}


.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	position: relative;
	clear: both;
	font-size: 0.8em;
}

footer a {
	color: #b9c1ca;
}

.innertube {
	width: 980px;
	margin: 0 auto; 
	padding-top: 10px;
	padding-bottom: 8px;
	
}


footer ul li {
	float: left;
	line-height: normal;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 15px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}


footer .last {
	border: 0px none #000;
	padding-right: 5px;
	margin-right: 0px;
}


footer ul li a {
	color: #b9c1ca;
	display: block;
	text-decoration: underline;
}

footer ul li a:hover {
	color: #fff;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}
