/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: url('img/sitepattern.jpg');
	font-family: 'Source Sans Pro', sans-serif;
	color: #565656;
	font-weight: bold;
	font-size:12px;
}
#wrapper {
	width: 100%;
	border-top: 6px solid #ff8e00;
	
}
#content {
	width: 721px;
	margin: 75px auto;
}
.stage {
	margin-top: 45px;
	background: url('img/shadow.png') no-repeat;
	background-position: 0 361px;
	height: 400px;
	position: relative;
}
.stage img{
	position: absolute;
	top: 0;
	left: 0;
}
.stage ul {
	float: left;
    left: 50%;
    list-style-type: none;
    margin: 362px auto;
    padding: 0;
    position: relative;
}
.stage ul li {
	float: left;
    position: relative;
    right: 50%;
	width: 12px;
	height: 13px;
	margin: 12px 3px;
} 
.stage ul li a {
	width: 12px;
	height: 13px;
	display: block;
	background: url('img/dotsprite.png') 0 0 no-repeat;
	text-indent: -10000px;
}
.stage ul li a.active , .stage ul li a:hover{
	background-position: 0 -13px;
	
}
#socialbar {
	margin: 30px 0 0 -59px;
    text-align: center;
    width: 721px;
}
#filter img {
    float: left;
}
#filter a img {
  	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	border: none;
}
img.dd-rotate {
  	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
#category-dd ul {
    list-style: none outside none;
}
#category-dd {
    background: none repeat scroll 0 0 #E9E9E9;
    display: none;
    font-size: 1.2em;
    left: 0;
    min-width: 250px;
    position: absolute;
    top: 38px;
    z-index: 10000;
}
#filter {
    font-size: 12px;
    margin: 55px 0 0;
    padding: 0;
    position: relative;
	font-size: 1.2em;
	
}
#category-dd ul li  {
    border-bottom: 1px dotted #FFFFFF;
    padding: 0 10px;
	min-width: 244px;
}
#category-dd ul li a, span.currentDWN , #category-dd ul li span {
    display: inline-block;
    line-height: 33px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
ul li span {
    color:#ccc;
    font-style: italic;
    font-weight: lighter;
}
span.currentDWN {
	background: none repeat scroll 0 0 #E9E9E9;
	position: absolute;
	top: 0px;
	left: 36px;
	line-height: 33px;
	min-width: 228px;
}
span.currentDWN span {
	padding-left: 10px;
}
span.sharebtn {
	background: none repeat scroll 0 0 #8e8e8e;
	position: absolute;
	top: 0px;
	left: 280px;
	line-height: 33px;
	width: 442px;
	text-align: center;
	color: #fff;
}
span.atlecticoShare {
	position: absolute;
	top: 53px;
	left: 280px;
	font-weight: lighter;
	font-size: .8em;
	line-height: 1.4em;
	color: #dbdbdb;
	width: 442px;
	display: inline-block;
	text-align: center;
	letter-spacing: .1em;
}
span.atlecticoShare a {
	text-decoration: none;
	color: #2aa1d9;
}

span.sharebtn  a {
	display: block;
	text-align: center;
	cursor: pointer;
}


#category-dd a {
	text-decoration: none;
	color:  #565656;
} 
 a#cat-dd {
	left: 0;
    position: absolute;
    top: 0;
}
.declare {
	margin-top: 240px;
	text-align: center;
	font-weight: lighter;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #dbdbdb;
}

.declare a , #imprint a{
	text-decoration: none;
	color: #2aa1d9;
}
.footerlinks {
	color: #a4a4a4;
}
#imprint-wrapper {
	display: none;
	clear: both;
	margin: 0;
	padding: 0 0 85px 0;
	width: 100%;
	text-align: center;
	background-color: #5f5f5f;
}
#imprint {
	margin: 0px auto;
	padding: 30px 0 15px 0;
	width: 721px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
}
a { outline: none }
.centered {
	text-align: center;
}























