/* ---- Basics ---- */


#hideme{
display: none;
}

.Clear,
.clear {
clear: both;
}

.left,
.Left{
float:left;
}

.right,
.Right{
float:right;
}

.center,
.Center{
text-align:center;
}


/* ---- Universal ---- */

body {
background: #FFFFFF;
}

#body-inner {
width: 900px;
margin: 0 auto;
}

.wrapper {
margin: 0 auto 0 auto;
width: 900px;
}

#content-inner {
border: 1px solid #eaeaea;
}

.indent{
padding-bottom: 30px;
}



/*  ---- Header ---- */

#header {
position: relative;
clear: both;
width: 890px;
margin: 0 auto;
height: 354px;
border: 1px solid #eaeaea;
padding: 5px;

}

#headerbase{
height: 30px;
background: #eaeaea;
width: 902px;
margin: 0 auto;
margin-top: 1px;
}

#slider{
width: 890px;
height: 354px;
overflow: hidden;
}
#slider img{

}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

/* Control nav styles (e.g. 1,2,3...) */



.nivo-controlNav a {
	display:block;
	width:13px;
	height:14px;
	background:url("/wp-content/themes/scottgage/images/headersquare.jpg");
	text-indent:-9999px;
	border:0;
	margin: 0 3px;
	float:left;
}
.nivo-controlNav a.active {
	background: url("/wp-content/themes/scottgage/images/headerbox.jpg");
}

/* ----Welcome ---- */

#mainlogo{
width: 161px;
height: 148px;
float: left;
padding: 20px 0;
}

#welcometext{
float: right;
width: 710px;
font-size: 21px;
color: #3f3f3f;
margin-top: 20px;
}



/* ---- Footer ---- */

#footer {
margin-top: -30px;
padding-bottom: 3px;
text-align: center;
}

#footer .Left {
float: left;
}

#footer .Right{
float: right;
}

#footer-info {
padding-bottom: 24px;
}

#footer-info p {
display: inline;
}

#footer a{
padding: 0 5px;
}

#bottombox{
width: 900px;
height: 10px;
margin: 0 auto;
margin-bottom: 25px;
background: #ee372b;

}

/* ---- aWP Plugin styles ---- */
.awpcomments{
height:150px;
overflow:auto;
padding:10px;
margin-top: 20px;
}

#DOMWindow .commentform,
#DOMWindow .commentform p,
#DOMWindow .commentform .submit{
color: #666666;
}

#DOMWindow .commentform a{
color: #666666;
}

#DOMWindow .commentform h3{
display:none;
}

#DOMWindow .commentform p{
padding:4px 0;
}

#DOMWindow .commentform hr{
display:none;
}

#DOMWindow .commentform input,
#DOMWindow .commentform textarea{
border: 1px solid #666666;
padding:4px;
}

#DOMWindow .commentform textarea.commentbox{
width:40px;
height:100px;
}

#DOMWindow .commentform .commentform_link img{
display:none;
}

#DOMWindow .commentform .submit{
background: none;
}

#DOMWindow .close{
color: #666666;
cursor:pointer;
padding:0 0 10px 0;
float:right;
}

.throbber{
display:none;
}

#DOMWindow{
border: 3px solid #bdbdbd !important;
background: #eaeaea !important;
}

#DOMWindow .commentform input, #DOMWindow .commentform textarea{
border: none;
}

#DOMWindow .commentform .submit{
color: #FFFFFF;
background: #888888;
}


