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

body {
	background: #000 url(images/bg.jpg) top center no-repeat fixed;
	margin: 0;
	padding: 0;
	min-width: 1060px;
	font: 14px  "Myriad Web Pro", Helvetica, Arial, sans-serif;
	color: #CCC;
	line-height: 140%;
}
a {
	color: #E95039;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #657D44;
	outline: none;
}
object {
	outline: none;
}
img {
	border: none;
}
h1, h2, h3 {
	font-weight: normal;
	font-family: "Myriad Web Pro", Helvetica, Arial, sans-serif;
	line-height: 130%;
	text-align: left;
}
h1 {
	margin: 0 0 20px 0;
	font-size: 26px;
	color: #FFF;
}
h2 {
	margin: 0 0 15px 0;
	font-size: 21px;
	color: #FFF;
}
h3 {
	margin: 15px 0 0 0;
	font-size: 18px;
	color: #FFF;
}
hr {
	clear: both;
	border-bottom: 1px dotted #999;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 30px 0;
	color: #000; /*IE needs this*/
}
#box1060 {
	width: 1060px;
	margin: 0 auto;
}
#header {
	background: #000 url(images/bg.jpg) top center no-repeat;
	width: 1060px;
	position: fixed;
	top: 0;
	z-index:999;
}
#logo {
	padding: 15px 50px;
}
#addthis {
	float: right;
	padding-top: 25px;
	font: 9px Verdana, Geneva, sans-serif;
	width: 140px;
}
#content, #content-credits {
	margin-top: 170px;
}
#content {
	padding: 40px 50px;
	text-align: justify;
}
#content-credits {
	padding: 40px 50px;
	text-transform: uppercase;
}
#content-credits h1, #content-credits h2, #content-credits h3 {
	text-align: center;
}
#content p {
	margin: 0 0 12px 0;
}
.intro {
	padding-top: 20px;
}
.back {
	clear: both;
	float: right;
	text-align: right;
	padding: 12px 0 12px 20px;
	margin: 0;
}

/* pics */

.pic-left {
	float: left;
	margin: 0 20px 3px 0;
}
.pic-right {
	float: right;
	margin: 0 0 3px 20px;
}
#pic-rgt-caption {
	float: right;
	width: 500px;
	margin: 0 0 15px 20px;
	font-size: 12px;
	line-height: 120%;
	background: url(images/bg-pic500.png) bottom center no-repeat;
}
#pic-rgt-caption p {
	margin: 5px 0;
	text-align: center;
}

/* Media */

.post-box {
	float: left;
	width: 210px;
	height: 100px;
	margin: 0 15px 12px 15px;
	padding-top: 12px;
	border-top: 1px dotted #ccc;
	text-align: left;
	line-height: 130%;
}
.post-box h3, .post-box h3 a {
	font-size: 14px;
	color: #fff;
}
.post-box h3 {
	margin: 0;
	text-align: left;
}
.post-box p {
	font-size: 14px;
	margin: 0;
}
.post-box a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.post-box a:hover {
	color: #E95039;
}
.post-box img {
	float: right;
	width: 100px;
	height: auto;
	margin: 0 0 7px 5px;
}

/* nav */

#nav {
	list-style: none;
	background: url(images/line.png) center bottom no-repeat;
	padding: 0 50px 10px 50px;
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav li {
	list-style: none;
	display: inline;
	padding-right: 30px;
}
#nav a, #footer a {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover, #footer a:hover {
	color: #E95039;
	outline: none;
}

/* footer */

#footer {
	clear: both;
	list-style: none;
	background: url(images/line.png) center top no-repeat;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
}
#footer ul {
	padding: 0;
	margin: 15px 0;
}
#footer li {
	list-style: none;
	display: inline;
	padding: 0 20px;
	border-left: 1px solid #999;
}
.last {
	border-right: 1px solid #999;
}
#partners {
	list-style: none;
	background: #FFF;
	text-align: center;
	margin: 25px 50px;
	padding: 4px 0;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}
#partners ul {
	margin: 0;
	padding: 0;
}
#partners li {
	list-style: none;
	display: inline;
	padding: 0 8px;
	border-left: none;
}
.ao {
	font-size: 10px;
}