/* -----------------------------------------------------------------------

   Single in USA Layout Style.

----------------------------------------------------------------------- */

/* @group Layout */

#header {
	height: 120px;
	border-bottom: 1px solid #ddd;
}

#header span {
	display: none;
}

#header .container {
	position: relative;
}

#header h1, #header h2 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 370px; /* 184 */
	height: 90px; /* 46*/
	background: url(/img/singleinusa.png) center left no-repeat;
}

#header h2 {
	height: 19px;
	width: 233px;
	background: url(/assets/images/subtitle.png) center left no-repeat;
	margin-left: 5px;
	margin-top: 5px;
}

#header #logo {
	position: absolute;
	width: 233px;
	top: 25px;
	left: 0;
}

#navigation {
	position: absolute;
	right: 0;
	top: 60px;
}

#navigation a {
	padding: 0.5em 1em;
	border-left: 1px solid #ddd;
	font-size: 1.1em;
	text-decoration: none;
}

#navigation a.first {
	border: 0;
}

#header, #footer {
	background: #FFFFFF;
}

#wrapper {
	background: #f4f5f5 url(/assets/images/gradient.png) repeat-x top left;
	padding-top: 3em;
	padding-bottom: 3em;
}

#footer p {
	margin: 0;
}

#footer {
	padding: 2em;
	text-align: center;
	border-top: 1px solid #ddd;
	font-size: 0.75em;
	color: #888;
}

p.copy {
	text-align: center;
}

a#mucca {
	display: block;
	height: 57px;
	background: url(/assets/images/mucca.png) center center no-repeat;
}

a#mediatemple {
	display: block;
	position: absolute;
	right: 0;
	background: url(/assets/images/mediatemple.png);
	height: 16px;
	width: 108px;
	top: 20px;
}
form#searchmootools {
	position: absolute;
	right: 120px;
	top: 20px;
}
	form#searchmootools #query {
		border: 1px solid #BBB;
		font-family: Helvetica,Arial;
		font-size: 11px;
		padding: 4px 5px 2px;
		width: 193px;
	}
	form#searchmootools #query.labelled {
		color: #AAA;
		font-style: italic;
	}




#form_box {
	float: left;
	width: 340px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font-size: 11px;
	font-weight: bold;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 100px;
}
 

	
/* @end */


