/*
Theme Name: New Atlantians
Theme URI: http://www.newatlantians.com
Author: Kristin Falkner
Author URI: http://www.k-in-la.com
*/

/*
RESET
*/

*									{ margin: 0; padding: 0; }
ul									{ list-style: none; }
ol									{ list-style: none; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; }
img									{ vertical-align: middle; }
table								{ border-collapse: collapse; }

/*
UTILITY
*/

.floatLeft							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.smpad								{ padding: 5px 0; }
.top								{vertical-align: top;}
.small								{font-size: 9px;}
.bold								{font-weight: bold;}
.fourteen							{font-size: 14px;}

/*
STRUCTURE
*/

html, body, #container {height: 100%;}
body > #container {height: auto; min-height: 100%;}
body 			{font: 11px  Helvetica, Arial, sans-serif; color: #bbbbbb; text-align: center; background-color: #000000; margin: 0; padding: 0;}
p				{padding-top:10px; padding-bottom: 10px;}
#header			{margin: 0px;}
#container 		{margin: 0 auto;  text-align:left; width:950px; position:relative;}
#mainNav 		{position: absolute; top: 103px; left: 230px; z-index:100;}
#mainNav li 	{float:left; padding-top:2px; margin:0px;}
#searchbox		{position: absolute; top: 322px; left: 0px;}
#footer			{position: relative; margin-top: -19px; height: 19px; clear:both; text-align: right; border-top:1px solid #444444; padding-top:2px;}
#footer_main	{}
#content		{height:auto; padding-bottom:19px;}
#sidebar		{float:left; width:250px; margin-left:15px; padding-top:15px;}
a 			{color: #851e19; text-decoration: none;}
a:hover		{text-decoration: underline;}
a {color: #fff; text-decoration: none; }
a:visited {color: #fff; text-decoration: none; }
a:hover {color: #851e19; text-decoration: underline;}
a:active {color: #851e19; }

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.roundcont {
	width: 210px;
	background-image:url(http://www.newatlantians.com/wp-content/images/searchboxbg.jpg);
	background-repeat: no-repeat;
	color: #fff;
	padding-top:27px;
	padding-left:4px;
	padding-bottom:23px;
}

/*
SIDEBAR
*/
#sidebar-gallery	{padding-top:10px; font-size:12px;}

/*
MAIN
*/
#main-page	{width:650px; float:left; padding-top: 15px;}

/*
ABOUT
*/
#about-page	{width:700px; margin-top: 15px; font-size:14pt; text-align:justify;}

/*
EVENTS
*/
#events-page	{padding-top: 15px; text-align:center; font-size:12pt;}

/*
PHOTOS
*/
#photos-page	{width:650px; float:left; padding-left: 20px; padding-top: 15px;}
.photos-gallery {width:600px; float:left;}

/*
VIDEO
*/
#video-page	{width:640px; float:left; margin-top:10px; font-size:14pt;}
#video-player {background-image:url(http://www.newatlantians.com/wp-content/images/videoboxbg.jpg); background-repeat: no-repeat; margin-left:70px; padding-top:20px; padding-bottom:30px;}
#player {padding-left:35px;}
#sidebar_video {width:310px; float:left; font-size:14pt; padding-top:5px;}
#link_code, #embed_code {
	color: #fff;
	background-color: #444;
	border: thin #fff solid;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 200px;
	float: right;
}
#linkcode {width:100%; padding-bottom:10px; text-align:left;}
#embedcode {width:100%; padding-bottom:10px; text-align:left;}
#highlight {float:left; width: 35px;}


/*
FORUMS
*/
#forums-page	{margin-top: 15px; font-size:18pt;}

/*
STORE
*/
#store-page	{margin-top: 15px; font-size:18pt;}

/*
CONTACT
*/
#contact-page	{margin-top: 15px; font-size:16pt;}

/*
SEARCH RESULTS
*/
#searchresults-page	{margin-top: 15px; font-size:14pt;}

/*
SLIDESHOW
*/
#slideshow {
    position:relative;
    height:416px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


