/*
Theme Name: Ambit Studios
Theme URI: http://ambit-studios.com/
Description: The third design iteration of Ambit Studios, modified for use with WordPress.
Version: 3.1
Author: Ryan Boswell
Author URI: http://ryanboswell.com/
*/

/* -----------------  Global  -------------------------------------------------------*/
html, body {
	margin: 0px;
	padding:0px;
	background: #fffdee;
	font-family:"Trebuchet MS";
	font-size:12.5px;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

h2{
	font-size:26px;
	color:#444;
	text-decoration:none;
	padding-bottom:5px;
}


a {
	color:#693;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#444;
	font-weight:bold;
	text-decoration:none;
}

div {
margin:0px;padding:0px;
}

p, div p {
	margin-bottom: 10px;
}

#wrapper {
	width:800px;
	margin: 0 auto;
	padding: 40px 0 0;
	position: relative;
}



/* -----------------  Splash  -------------------------------------------------------*/

#splash {
	width:800px;
	height:500px;
	background: url(/images/splash.png) no-repeat;
}

.logo {
	float: left;
	width: 350px; }
.message {
	position:absolute;
	width:370px;
	margin:80px 0px 0px 400px; }
.message h1 {
	font-size: 48px;
	padding-bottom: 50px;
}
.message h2 {
	font-size: 24px;
	padding-bottom: 50px;
}
.message p {
	font-size: 18px;
	line-height: 1.1em;
}

/* -----------------  Header  -------------------------------------------------------*/

#top {
	padding-bottom: 10px;
	display:block;
        height: 30px;
}

h1 {
display: block;
}
h1 a { position: absolute; display: block; text-indent: -9999px; width: 200px; height: 28px; background: transparent url(/images/as_logo.png) no-repeat 0 0; border: none; text-align: left; }
	/*\*/ h1 a { overflow: hidden; } /**/
	h1 a:hover, h1 strong a:focus { background-position: 0 -30px; background-color: transparent; }

#top span {
font-style: italic; text-align: right;
float:right; margin-top: 10px;
}

h1 a {
text-align: left;
}

#links {
	height: 30px;
	border-bottom: 2px solid #444;
}

#links ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}

#links li{
	float:left;
	list-style-type:none;
	text-align:center;
}

#links a{
	padding-top:6px;
	display: block;
	width:196px;
	height:20px;
	color:#693;
	text-decoration:none;
	border:2px solid #fffdee;
}

#links a:hover{
	color:#444;
	border:2px solid #693;
}

/* -----------------  Content  -------------------------------------------------------*/


div #content {
	padding: 20px;
}


.large-left {
	float: left;
	width: 415px; }
.large-right {
	float: left;
	width: 415px;
	margin-left:25px; }
.left {
	float: left;
	width: 360px; }
.right {
	float: left;
	width: 360px;
	margin-left:25px; }
.small-left {
	float: left;
	width: 300px; }
.small-right {
	float: left;
	width: 300px;
	margin-left:25px; }


.thumbs img{
	position:relative;
	padding:1px;
	margin:5px 8px 5px 9px;
	border:2px solid #693;
	background:none; }
.thumbs img:hover{
	border:2px solid #894e4e;
	background:none; }

.pic{
	position:relative;
	padding:1px;
	margin:5px 8px 5px 9px;
	border:2px solid #693;
	background:none; }
.pic:hover{
	border:2px solid #894e4e;
	background:none; }

/* -----------------  Footer  -------------------------------------------------------*/

#bottom {
	clear:both;
        background: url(/images/foot_back.png) no-repeat;
	border-top: 2px solid #444;
	padding:10px;
        font-size: 11.5px;
	font-weight:normal;
}
#bottom p {
        text-align:center;
	position: relative;
}

/* -----------------  Forms  -------------------------------------------------------*/

form {
	font: 1em "Helvetica Neue", Helvetica, Arial, sans-serif; 
	line-height: 1.5em;
	}
	form fieldset {
	border: none;
	margin-bottom: 10px;
	}
	form legend {
	font-size: 14px;
	letter-spacing: 1px;
	margin: 5px 0 5px 0;
	text-transform: lowercase;
	}
	form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 120px;
	}	
	form fieldset ol {
	margin: 0;
	padding: 0;
	}
	form fieldset li {
	list-style: none;
	margin: 0;
	padding: 5px 10px 7px;
}

.wpcf7{ line-height:1.5em;margin:10px;}
form fieldset{border:none;margin-bottom:10px;}
.wpcf7 legend{font-size:14px;letter-spacing:1px;text-transform:lowercase;margin:5px 0;}
.wpcf7 label{display:inline-block;line-height:1.8;vertical-align:top;width:100px;padding-right:20px;}
.wpcf7 fieldset ol{margin:0;padding:0;}
.wpcf7 fieldset li{list-style:none;margin:0;padding:5px 10px 7px;}