	/* 
* Skeleton V1.0.3
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 7/17/2011
*/

/* Custom Styles added by Scottblew.me
================================================== */


body {
	background:#fff;
	color:#333;
	font-family: museo-slab,serif;
}

div.container {
	overflow: visible !important;
	width: 940px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:600;	
	font-family: museo-slab,serif;
}

h1 {
	text-transform:uppercase;
}

p {
	line-height: 1.6em;
}

.menu {
	position: fixed;
	height: 45px;
	background: #222;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.menu-container {
	width: 940px;
	margin: 0 auto;
	background: #222;
	height: 45px;
	display: block;
}

#nav {
	float: left;
	margin: 14px 0 0;
	color:#dbdbdb;
	font-weight: 600;
}

#nav li {
	float:left;
	margin:0px 20px;
}

#nav li.dollar {
	margin:0px 6px;
}

#nav li.nav-title {
	margin:0
}


#nav li a {
  text-decoration:none;
	color:#dbdbdb;
}
/*#nav li.current a,*/#nav li a:hover {
  text-decoration:underline;
}

#nav li ul.sub {
	margin:0;
	padding:0;
}

#nav li ul.sub span{
	float:left;
}

#take-action {
	padding:34px 0 0;
}

.logo {
	margin: 70px 44% 2%;
}

.intro h2{
	line-height: 1.7em;
}

hr {
	border:none;
	background:transparent url(../images/hr_bg.png) repeat-x 0 0;
	height:2px;
}

hr.small {
	margin: 10px 0 15px;
}

hr.space {
	margin: 10px 0 35px;
}

hr.hidden {
	background:none;
}

.header hr {
	margin:10px 0 20px;
}

#galleria{
	height:465px;
}

.header h1 {
	color:#000;
	font-size: 5em;
	line-height: 1.2em;
}

.addthis_toolbox {
	float: right;
	min-width: 210px;
	margin: 12px 0 0;
}

.center {
	text-align:center;
}

.press ul {
	margin:0px auto;
	margin-bottom: 20px;
	float: left;
}

.press ul li{
	float:left;
	margin:0 20px;
}

.press img {
	/* for IE */
	  filter:alpha(opacity=75);
	opacity:0.75;
}

article.container {
	margin:0 0 55px;
	padding: 75px 0 0;
}

.caption { 
	background: #323232;
	height: 94px;
	position:relative;
	margin:30px 0 0;
}

.caption .tip {
	height: 24px;
	width: 37px;
	position: absolute;
	top: -24px;
	left: 100px;
	background:transparent url(../img/tip.png) no-repeat 0 0;
}

.caption p{
	color:#fff;
	font-weight:600;
}

.caption .title {
	margin: 20px;
	width: 500px;
	float: left;
	height: 54px;
}

.caption .share {
	margin:20px 0 0;
	float:left;
	width:240px;
	border-left: 1px solid white;
	height: 54px;
}

.caption .source {
	float: right;
	margin: 20px 20px 0 0;
	height: 54px;
	width: 115px;
	border-left: 1px solid white;
	padding-left: 20px;
}

.caption h2 {
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	line-height:1em;
	text-align:center;
}

.caption h2 a {
	color:#fff;
	text-decoration:none;
}

.caption .addthis_toolbox {
	float: left;
	margin: 5px 0 0 30px;
	min-width: 196px;
	width: 196px;
	height: 27px;
}

.caption .addthis_toolbox a {
	float:left;
	margin: 0 10px 0;
}

.caption a:hover img {
	opacity:0.9;
	/* for IE */
	  filter:alpha(opacity=90);
}


.caption a.view_source img{
	margin: 13px 0 0;
}

#download .caption a.view_source img {
	margin:10px 0 0;
}

article.container.intro .caption {
	height:175px;
}

article.container.intro .caption .title {
	height: 135px;
	float: right;
	border: none;
	width: 600px;
	margin: 31px 15px 0px;
}

article.container.intro .caption p{
	font-size: 18px;
	font-weight: 400;
}

article.container.intro .caption img {
	margin: 28px 0 0 28px;
}

article#download .title {
	width: 740px;
}

.cover .eiz-magnifier {
	background: transparent !important;
	border: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.intro .caption {
	margin:40px 0 0;
}

#footer {
	text-align:center;
	font-size:0.9em;
	font-weight: 600;
}

#footer p {
	margin: 0 0 10px 0;
}

.container#map {
	margin:0 0 0;
}

.fb-like {
	top: -4px;
}

#action {
	position: fixed;
	top: 45px;
	background: #B00B11;
	width: 100%;
	color: white;
	font-weight: 600;
	z-index: 10
}

#action a {
	color:#fff;
}

#action p {
	padding: 10px 20px;
	margin: 0 auto 0;
}