/* @override 
	http://www.atlasimprov.com/Update/Main.css */

body {
	background: #1f272f url(Images/Background.png) repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: #101519 0 0 1px, #101519 0 1px 2px;
	font: 15px/1.30 HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a3b7c7;
}

#Glow {
	min-height: 746px;
	min-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background: url(Images/Glow.png) no-repeat center top;
	text-align: center;
	width: 1024px;
	opacity: 1;
}

/* @group Landing */

#Ticker {
	width: 1024px;
	min-height: 25px;
	background: url(Images/Ticker.png) no-repeat center bottom;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #a3b7c7;
	font-size: 20px;
	text-shadow: #101519 0 1px 2px;
	padding-top: 8px;
	letter-spacing: 0;
	line-height: 1.3;
	padding-bottom: 13px;
}

#Ticker a {
	color: #a3b7c7;
	text-decoration: none;
}

#Ticker a:hover {
	color: #a3b7c7;
	text-decoration: underline;
}

/* @group Tabs */

#Tabs {
	clear: both;
	margin-top: 45px;
	opacity: 1;
}

#Left-Tabs {
	float: left;
	width: 501px;
	height: 481px;
}

#Shows {
	position: relative;
	width: 501px;
	height: 320px;
	padding-top: 0;
}

#Shows a.Shows {
	background: url(Images/Tab-Shows.png) no-repeat right top;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#Shows a.Shows:hover {
	background: url(Images/Tab-Shows.png) no-repeat right bottom;
}

#The-Cut {
	position: relative;
	width: 501px;
	height: 161px;
	padding-top: 0;
}

#The-Cut a.The-Cut {
	background: url(Images/Tab-The-Cut.png) no-repeat right top;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#TheCut a.The-Cut:hover {
	background: url(Images/Tab-The-Cut.png) no-repeat right bottom;
}

#Company {
	position: relative;
	width: 501px;
	height: 161px;
	padding-top: 0;
}

#Company a.Company {
	background: url(Images/Tab-Company.png) no-repeat right top;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#Company a.Company:hover {
	background: url(Images/Tab-Company.png) no-repeat right bottom;
}

#Right-Tabs {
	float: right;
	width: 501px;
	height: 481px;
}

#Classes {
	position: relative;
	width: 501px;
	height: 161px;
}

#Classes a.Classes {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background: url(Images/Tab-Classes.png) no-repeat left top;
	width: 501px;
	height: 161px;
}

#Classes a.Classes:hover {
	background: url(Images/Tab-Classes.png) no-repeat left bottom;
}

#Hire-Us {
	position: relative;
	width: 501px;
	height: 161px;
}

#Hire-Us a.Hire-Us {
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	background: url(Images/Tab-Hire-Us.png) no-repeat left top;
	width: 501px;
	height: 161px;
}

#Hire-Us a.Hire-Us:hover {
	background: url(Images/Tab-Hire-Us.png) no-repeat left bottom;
}

#Press {
	position: relative;
	width: 501px;
	height: 161px;
h}

#Press a.Press {
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	background: url(Images/Tab-Merchandise.png) no-repeat left top;
	width: 501px;
	height: 161px;
}

#Press a.Press:hover {
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	background: url(Images/Tab-Merchandise.png) no-repeat left bottom;
	width: 501px;
	height: 161px;
}

/* @end */

/* @group News */

#News-Summary {
	width: 1024px;
	height: 175px;
	padding-top: 15px;
	color: #7d91a1;
	text-align: left;
	background: url(Images/News-Summary.png) no-repeat center top;
	font-size: 14px;
	opacity: 1;
	margin-top: 38px;
	display: none;
}

#News-Summary a {
	color: #7d91a1;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}

#News-Summary a:hover {
	color: #7d91a1;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
}

#News-Summary #Posts {
	width: 518px;
	margin-left: auto;
	margin-right: auto;
}

#News-Summary #More {
	margin-top: 15px;
}

#News-Summary .Post {
	margin-bottom: 9px;
}

/* @end */


/* @end */

/* @group Navigation */

#Nav {
	padding-top: 11px;
	width: 624px;
	margin-left: auto;
	margin-right: auto;
	height: 31px;
	opacity: 1;
}

#Nav a {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 0.65;
	margin-left: 19px;
	margin-right: 19px;
}

#Nav a:hover, #Nav a.On:hover {
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	-o-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
	opacity: 1;
}

#Nav a.On {
	opacity: 0.9;
}

#Nav a.Home {
	padding-top: 0;
	width: 57px;
	height: 31px;
	float: left;
	background: url(Images/Nav-Home.png) no-repeat center top;
	margin-left: 0;
}

#Nav a.News {
	padding-top: 0;
	width: 58px;
	height: 31px;
	float: left;
	background: url(Images/Nav-News.png) no-repeat center top;
}

#Nav a.News:hover {
	background: url(Images/Nav-News.png) no-repeat center top;
}

#Nav a.Shows {
	padding-top: 0;
	width: 70px;
	height: 31px;
	float: left;
	background: url(Images/Nav-Shows.png) no-repeat center top;
}

#Nav a.Shows:hover {
	background: url(Images/Nav-Shows.png) no-repeat center top;
}

#Nav a.Classes {
	padding-top: 0;
	width: 85px;
	height: 31px;
	float: left;
	background: url(Images/Nav-Classes.png) no-repeat center top;
}

#Nav a.Classes:hover {
	background: url(Images/Nav-Classes.png) no-repeat center top;
}

#Nav a.Hire-Us {
	padding-top: 0;
	width: 74px;
	height: 31px;
	float: left;
	background: url(Images/Nav-Hire-Us.png) no-repeat center top;
}

#Nav a.Hire-Us:hover {
	background: url(Images/Nav-Hire-Us.png) no-repeat center top;
}

#Nav a.Company {
	padding-top: 0;
	width: 90px;
	height: 31px;
	float: left;
	background: url(Images/Nav-Company.png) no-repeat center top;
	margin-right: 0;
}

#Nav a.Company:hover {
	background: url(Images/Nav-Company.png) no-repeat center top;
}

/* @end */

/* @group Page */

#News-Masthead {
	background: url(Images/Masthead-News.png) no-repeat center top;
	width: 1024px;
	height: 49px;
}

#Shows-Masthead {
	width: 1024px;
	height: 49px;
	background: url(Images/Masthead-Shows.png) no-repeat center top;
	padding-top: 104px;
}

#Classes-Masthead {
	width: 1024px;
	height: 49px;
	background: url(Images/Masthead-Classes.png) no-repeat center top;
	padding-top: 104px;
}

#Hire-Us-Masthead {
	width: 1024px;
	height: 49px;
	background: url(Images/Masthead-Hire-Us.png) no-repeat center top;
	padding-top: 104px;
}

#Merchandise-Masthead {
	width: 1024px;
	height: 49px;
	background: url(Images/Masthead-Press.png) no-repeat center top;
	padding-top: 104px;
}

#Company-Masthead {
	width: 1024px;
	height: 49px;
	background: url(Images/Masthead-Company.png) no-repeat center top;
	padding-top: 104px;
}

#Page {
	width: 1024px;
	color: #7d91a1;
	text-align: left;
	font-size: inherit;
	opacity: 1;
}

#Page a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
	font-size: inherit;
}

#Page a:hover {
	color: #7d91a1;
	font-weight: bold;
	text-decoration: underline;
	font-size: inherit;
}

#Content-Top {
	width: 1024px;
	height: 24px;
	background: url(Images/ContentTop.png) no-repeat center top;
}

#Content {
	width: 620px;
	padding-right: 202px;
	padding-left: 202px;
	background: url(Images/Content.png) center top;
	/*min-height: 200px;*/
}

#Content-Header {
	padding-left: 0;
	background: url(Images/SectionBreak.png) no-repeat 0 bottom;
	padding-bottom: 4px;
	margin-bottom: 15px;
	display: none;
}

#Content-Bottom {
	width: 1024px;
	height: 28px;
	background: url(Images/ContentBottom.png) no-repeat center bottom;
}

.Section {
	
}

h2.Section-Header {
/*	font: 38px HelveticaNeue-Bold, "Helvetica Neue Bold", Helvetica, Arial, sans-serif;*/

	background: url(Images/SectionBreak.png) no-repeat 0 bottom;
	margin: 0 0 10px;
	padding: 0 0 8px;
	font-size: 38px;
	font-weight: normal;
	font-style: normal;
}

h3.Inline-Header {
	background: url(Images/SectionBreak.png) no-repeat 0 bottom;
	margin: 0 0 10px;
	padding: 0 0 8px;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	
}

h3.Sub-Header {
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	
}

.Section-Break {
	width: 619px;
	height: 6px;
	background: url(Images/SectionBreak.png) no-repeat center top;
	margin-bottom: 4px;
	margin-top: 4px;
}

.Section ul {
	margin: 0 0 0 25px;
	padding: 0;
}

.Section li {
	margin-top: 3px;
	margin-bottom: 3px;
}

.Quote {
	font: italic 20px/1.3 Georgia, serif;
}

.Source {
	text-align: right;
}

#Clients {
	line-height: 1.8;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	font-size: 18px;
}

#Clients #Left-Clients {
	float: left;
	width: 49%;
}

#Clients #Right-Clients {
	float: right;
	width: 49%;
}

/* @end */

/* @group News */

#News {
	width: 1024px;
	color: #7d91a1;
	text-align: left;
	font-size: 14px;
	opacity: 1;
}
/*
#News a {
	color: #7d91a1;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
}*/

#News a:hover {
	color: #7d91a1;
	font-weight: bold;
	text-decoration: underline;
}

#News #Posts-Top {
	width: 1024px;
	height: 24px;
	background: url(Images/ContentTop.png) no-repeat center top;
}

#News #Posts {
	width: 620px;
	padding-right: 202px;
	padding-left: 202px;
	background: url(Images/Content.png) center top;
	padding-top: 0;
}

#News #Posts-Bottom {
	width: 1024px;
	height: 28px;
	background: url(Images/ContentBottom.png) no-repeat center bottom;
}


#News #Post {
	width: 620px;
	padding-right: 202px;
	padding-left: 202px;
	background: url(Images/Content.png) center top;
	word-wrap: break-word;
	min-height: 300px;
}


#News .Post {
	padding: 15px 0 25px;
	word-wrap: break-word;
	background: url(Images/SectionBreak.png) no-repeat center bottom;
	margin-top: 0;
}


#News #Posts .Post a.Post-Header {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
/*	font: 24px HelveticaNeue-Bold, "Helvetica Neue Bold", Helvetica, Arial, sans-serif;*/
}

#News .Post-Content ul {
	margin: 0 0 0 25px;
	padding: 0;
}

#News .Post-Content li {
	margin-top: 3px;
	margin-bottom: 3px;
}

#News .Post-Content img {
	padding: 10px;
	border: none;
}

#News h2 {
	margin: 0 0 8px;
	padding: 0;
}

#News h3 {
	padding: 0;
	margin: 0 0 5px;
}

/* @end */

/* @group Company */

.Bio {
	
}

.Bio-Picture {
	margin: 5px 3px 10px 20px;
	padding: 0;
	float: right;
	width: 150px;
	height: 150px;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.Bio-Picture img {
	width: 150px;
	height: 150px;
}

h3.Bio-Header {
	font-weight: normal;
	margin: 0 0 4px;
	padding: 0;
	font-size: 26px;
	font-style: normal;
}

/* @end */

/* @group Merchandise */

.T-Shirt {
	float: left;
	padding-top: 20px;
	padding-bottom: 25px;
	text-align: center;
	width: 292px;
}



/* @end */


/* @group Downloads */

a.File-Download {
	text-align: center;
	border: dashed 2px #68757f;
	padding: 10px;
	font: 14px/17px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif  !important;
	width: 25%;
	float: left;
	text-decoration: none;
	text-transform: none;
	margin: 10px;
	min-height: 110px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: #101519 0 1px 2px, inset #101519 0 1px 2px;
	-moz-box-shadow: #101519 0 1px 2px, inset #101519 0 1px 2px;
	box-shadow: #101519 0 1px 2px, inset #101519 0 1px 2px;

}

a.File-Download:hover {
	border: dashed 2px #a3b7c7;
}

/* @end */

/* @group Footer */

#Footer {
	opacity: 1;
	margin-top: 28px;
	margin-left: 1px;
	text-align: center;
	margin-bottom: 24px;
}

#Footer a, .btn {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

#Footer a:hover, .btn:hover {
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	-o-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
}

#Social-Badges a, a.Atlas-Logo {
	opacity: 0.5;
}

#Social-Badges a:hover, a.Atlas-Logo:hover {
	opacity: 1;
}

#Mailing-List {
	width: 291px;
	text-align: center;
	color: #7d91a1;
	float: left;
	padding-left: 50px;
	padding-top: 23px;
}

.mc-field-group {
	float: left;
}

.requiredemail {
/*	background-color: #233039;*/
	color: #7d91a1;
	text-shadow: #101519 0 1px 2px;
	float: left;
	width: 202px;
	height: 27px;
	vertical-align: top;
	
	
	border-color: rgba(0, 0, 0, 0.22);
	border-width: 1px;
	border-style: solid;
	padding-left: 7px;

	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-background-clip: padding-box;
	-webkit-background-origin: padding-box;
	-moz-background-clip: padding;
	-moz-background-origin: padding;
	background-clip: padding-box;
	background-origin: padding-box;

	outline: none;
	margin: 0;
	padding-top: 0;
	font-style: inherit;
	font-weight: bold;
	font-size: 13px;
	background-color: rgba(0, 0, 0, 0.1);
}

.requiredemail:focus {
	background-color: rgba(140, 174, 203, 0.1);
}

.btn {
	float: left;
	margin-left: 15px;
	width: 64px;
	background: url(Images/JoinButton.png) left top;
	height: 25px;
	margin-top: 3px;
	opacity: 0.65;
}

.btn:hover {
	opacity: 0.8;
}

.btn:active {
	opacity: 1;
}

#mc-field-group {
	margin: 0;
	padding: 0;
}

#mce-responses {
	font-size: 13px;
	float: left;
}

#Company-Info {
	color: #51677c;
	width: 327px;
	float: left;
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 14px;
}

#Company-Info a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#Company-Info a:hover {
	color: #73879b;
}

a.Atlas-Logo {
	background: url(Images/Atlas-Logo.png) no-repeat center top;
	width: 183px;
	height: 72px;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	display: block;
}

a.Atlas-Logo:hover {
	background: url(Images/Atlas-Logo.png) no-repeat center bottom;
}

.Phone {
	margin-right: 10px;
	display: inline;
}

a.Email {
	margin-left: 10px;
	display: inline;
}

#Social-Badges {
	width: 200px;
	float: left;
	text-align: center;
	padding-top: 8px;	
	opacity: 1;
	padding-left: 30px;
}

#Social-Badges .Twitter {
	width: 34px;
	height: 24px;
	background: url(Images/TwitterBadge.png) no-repeat center top;
	float: left;
	margin: 6px 25px;
}

#Social-Badges .Twitter:hover {
	background: url(Images/TwitterBadge.png) no-repeat center bottom;
}

#Social-Badges .Facebook {
	width: 24px;
	height: 24px;
	background: url(Images/FacebookBadge.png) no-repeat center top;
	float: left;
	margin: 6px 40px;
}

#Social-Badges .Facebook:hover {
	background: url(Images/FacebookBadge.png) no-repeat center bottom;
}

#Social-Badges .Yelp {
	width: 61px;
	height: 31px;
	background: url(Images/YelpBadge.png) no-repeat center top;
	float: left;
	margin: 6px 12px;
}

#Social-Badges .Yelp:hover {
	background: url(Images/YelpBadge.png) no-repeat center bottom;
}

#Social-Badges .Foursquare {
	width: 99px;
	height: 31px;
	margin-left: 12px;
	background: url(Images/FoursquareBadge.png) no-repeat center top;
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
}

#Social-Badges .Foursquare:hover {
	background: url(Images/FoursquareBadge.png) no-repeat center bottom;
}

/* @end */


.Clear {
	clear: both;
}

img {
	border-style: none;
	border-width: 0;
}
