/*
Theme Name: ATA Default
Theme URI: http://wordpress.org/
Description: The default ATA theme.
Version: 1.0
Author: DeGray Systems
Author URI: http://www.degraysystems.com/
Tags: custom
*/



html, div, span,   
blockquote, pre,   
abbr, acronym, address, big, cite, code,  
ins, kbd, q, s, samp,  
small, strike, strong,   
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    font-size: 100%;  
    vertical-align: baselinebaseline;  
    background: transparent;  
}  

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;  
}  
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
}

body {
	background-image: url(images/ata-wi-bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #77787c;
	font-family: Arial, Helvetica, sans-serif;
}

.holder {
	width:850px;
	min-height:650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
}

.center-holder {
	width:850px;
	height:auto;
	margin: 0px;
	padding: 0px;
}

.center-bg {
	width:1200px;
	position:absolute;
	height:375px;
	background-image:url(images/ata-center-bg.png);
	background-repeat:no-repeat;
	background-position: center 15px;
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -175px;
	z-index:1;
}

.header {
	height: 50px;
	background-image:url(images/ata-logo.png);
	background-repeat:no-repeat;
	width: 785px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.menu {
	height:30px;
	width: 785px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 55px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.menu a:hover {
	color:#09F;
	text-decoration: none;
}

.link{
	margin-right:25px;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#FFF;
	width: 125px;
	float: left;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.menu-sub {
	font-weight:normal;
	font-size:12px;
	background-color:#578db1;
	border: 1px solid #FFF;
	width: 770px;
	color: #FFF;
	margin-top: -60px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 22px;
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 8px;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.menu-sub a:hover {
	color:#0F5B90;
	text-decoration: none;
}
.search-box-white {
	border:solid 1px #FFF;
	color:#FFF;
	width: 225px;
	height: 15px;
	float: right;
	padding: 5px;
	/*background-image: url(images/ata-arrow-whitepng.png);
	background-repeat: no-repeat;
	background-position: 260px center;*/
	font-weight: bold;
}

.search-box-rsvp {
	border:solid 1px #FFF;
	color:#FFF;
	width: 425px;
	height: 15px;
	float: right;
	padding: 5px;
	font-weight: bold;
}


.search-box-blue {
	border:solid 1px #0970b4;
	color:#333333;
	width: 210px;
	height: 15px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 0px;
	background:white;
}

.photo-wh {
	width: 765px;
	height: 207px;
	border:solid 10px #FFF;
	/*background-image:url(images/ata-wh-1.png);*/
	background-repeat:no-repeat;
	margin-top: -55px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center center;
}

.photo-wi {
	width: auto;
	height: auto;
	border:solid 10px #FFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: none;
	float: left;
	max-width:435px;
}

.logos {
	width:810px;
	height:100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.logo-box {
	width:70px;
	height:70px;
	background-color:#FFF;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	position:relative;
	z-index:51;
}

.logos img {
	display:block;
	float: left;
}

.left-text {
	width:475px;
	padding:15px;
	font-size:13px;
	color:#000;
	line-height:20px;
	margin-right:10px;
	margin-bottom:10px;
	/*background-color:white;*/
	background-color:#E7E7E7;
	/*filter:alpha(opacity=80);*/
	margin-left: 30px;
	min-height:210px;
	margin-top: 0px;
	position:relative;
	z-index:50;
}

.left-text ul {
	list-style: disc;
	padding: 0 0 0 30px;
}

.left-text il {
	margin: 7px 0 8px 10px;
}

.right-text {
	width:240px;
	float:right;
	background-color:#F2F2F2;
	filter:alpha(opacity=80);
	padding: 15px;
	margin-right: 30px;
	font-size: 12px;
	height: 210px;
	position:relative;
	z-index:50;
}

.right-text img {
	display:block;
	float: right;
	margin-top: 10px;
}

.right-text-input {
	display:block;
	float: right;
	margin-top: 5px;
}

.heading {
	width:auto;
	padding-bottom:10px;
	border-bottom:solid 1px #0970b4;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#033658;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h1 {
	font-size:30px;
	font-style:italic;
	letter-spacing:-1px;
	color:#033658;
	text-transform:capitalize;
	display:inline;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footer {
	background-color:#033658;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFF;
	width:100%;
	height:150px;
	padding-top: 15px;
}

.footer-text {
	font-size:11px;
	text-align:center;
	width:785px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.clear {
	clear:both;
}

.rsvp {
	background-color:#0F5C90;
	color:white;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	border:none;
	margin:-3px 0 0 0;
	width:425px;
}

.rsvpOption {
	background-color:#0F5C90;
	font-size:100%;
}

.rsvpOptionDefault {
	background-color:#0F5C90;
}

.rsvpFormLabel {
	width:142px;
	float:left;
}

.rsvpFormField {
	float:left;
	width:275px;
}

.programTitle {
	color:#033658;
	margin:0 0 8px 0;
	font-size:120%;
	font-weight:bold;
}

.submitButton {
	border:solid 1px blue;
	background-color:#033658;
	color:white
}

#tinymce {
	background-image:none;
}

body.mceContentBody {
	background-image:none;
}

#programSearchResults {
	color:black;
}

#programSearchResults a {
	color:black;
	text-decoration:underline;
}

#programSearchResults a:hover {
	color:blue;
	text-decoration:underline;
}

.regionOption {
	background-color:white;
	font-size:100%;
}

.regionOptionDefault {
	background-color:white;
}

.region {
	background-color:white;
	color:#333333;
	font-size:14px;
	border:none;
	margin:-3px 0 0 0;
	width:210px;
}

#itineraryLinks {
	text-align:center;
	width:100%;
	color: #3a85c4;
	font-weight:bold;
	margin-bottom: 15px;
}

#itineraryLinks a {
	color:inherit;
}

#itineraryLinks a:hover {
	color:black;
}

.itineraryLinks {
	text-align:center;
	width:100%;
	color: #3a85c4;
	font-weight:bold;
	margin-bottom: 15px;
}

.itineraryLinks a {
	color:inherit;
}

.itineraryLinks a:hover {
	color:black;
}
.itineraryDay {
	margin:0 0 0 0;
	width:744px;
}

.itineraryTitle {
	background-color: #578DB1; /*#FFFFDF*/
	margin-left:-1px;
	padding:2px 0px 2px 0px;
	width:742px;
	border:solid 1px #ffffff;
	font-weight:600;
	color:white;

}

.itineraryBody {
	margin: 0 0 15px 0;
}

.itineraryLeftColumn {
	width:200px;
	/*border-right:solid 1px #cccccc;*/
	margin:0 0 0 0px;
	padding:0 15px 0 15px;
	float:left;
}

.itineraryRightColumn {
	width:481px;
	/*border-left:solid 1px #cccccc;*/
	float:left;
	margin-left:-1px;
	padding:0 15px 0 15px;
	height: 100%
}

.itineraryFullColumn {
	width:714px;
	padding:0 15px 0 15px;
	border-top:solid 1px #cccccc;
}

.userTableColumn {
	width: 75px;
	float: left;
	font-size:9px;
	line-height: normal;
	padding: 3px;
}

.userTableColumn_long {
	width: 140px;
	float: left;
	font-size:9px;
}

.userTableColumn_short {
	width: 50px;
}


.userTableHeader {
	font-weight: bold;
}

.odd_row {
	background-color: #999999;
}

.center-text {
	text-align: center;
}

.gallery-links a {
	color: black;
	text-decoration: underline;
}

.gallery-links a:hover {
	color: white;
}

.blacklinks a {
	color: black;
	text-decoration: underline;
}

.blacklinks a:hover {
	color: white;
}

.blacklinks a:visited {
	color: black;
	text-decoration: underline;
}

.labelColumn td {
	min-width: 140px;
}
