/** CSS - Sanitizements Media - Landing Page

==============================================================================*/

* { /* removes defaults from all elements */
margin: 0;
padding: 0;
list-style: none;
}

/** Body
==============================================================================*/

body {
font-family: trebuchet ms, sans-serif;
font-size: 16px;
line-height: 22px;
color: #333;
/*background: url(../images/body_bg1.jpg) no-repeat top #000033;*/
background: #fff;
margin: 0 auto;
}

/** Container
==============================================================================*/

#container {
width: 975px;
margin: 0 auto;
} 

/** Floats
==============================================================================*/

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

/** H Tags
==============================================================================*/

h1 {
font-size: 26px;
line-height: 26px;
margin: 10px 0 20px 0;
color: #333;
font-weight: normal;
}

h2 {
font-size: 36px;
line-height: 36px;
width: 63%;
color: #222;
padding: 4px 64px 4px 12px;
background-color: #f9f8f7;
text-transform: uppercase;
font-weight: bold;
}



h4 {
font-size: 12px;
color: #006699;
font-weight: normal;
}

/** Links
==============================================================================*/

a:link {
color: #fff;
text-decoration: none;
}

a:visited {
color: #fff;
text-decoration: none;
}

a:hover {
color: #fff;
text-decoration: none;
}

a:active {
color: #fff;
text-decoration: none;
}

/** Logo
==============================================================================*/

#logo {
margin: 0 0 10px 0;
}

a img {
border: none;
}

/** Ad Week Logo
==============================================================================*/

#adweeklogo {
margin: 0 0 0 0;
}

a img {
border: none;
}

/** Twitter
==============================================================================*/

#twitter {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
color: #000000;
width: 448px;
height: 50px;
margin: 30px 0 15px 0;
padding: 9px 12px 12px 50px;
background: url(../images/twitter_bg.png) no-repeat;
}

.tweet .tweet_text {
font-size: 10px;
color: #000;
line-height: 12px;
}

.date, .author {
text-transform: uppercase;
font-size: 10px;
color: #fff;
}

/** For Sale
==============================================================================*/

#media {
width: 975px;
padding: 20px 0 20px 0;
background: url(../images/divider.png) repeat-x 0 0;
}

/** Contact
==============================================================================*/

#contact {
width: 975px;
padding: 30px 0 30px 0;
background: url(../images/divider.png) repeat-x 0 0;
}

#intro {
width: 465px;
}

/** Form
==============================================================================*/

#formwrap {
width: 450px;
}

#form {
width: 100%;
padding: 30px;
margin: 60px 0 0 0;
border: 1px solid #fff;
}

p {
margin: 0 0 25px 0;
}

fieldset {
border: none;
}

label {
display: block;
float: left;
width: 15%;
font-weight: bold;
padding: 6px 0 0 0;
margin: 0 25px 0 0;
text-align: right;
font-size: 10px;
text-transform: uppercase;
}

.text-input, select {
width: 71%;
color: #7f7f7f;
font-size: 11px;
margin: 0 5px 10px 0;
border: 1px solid #8f9f69;
background-color: #fff;
}

input.text-input {
height: 19px;
padding: 6px 15px 0 15px;
}

select {
padding: 5px 3px 5px 15px;
}

textarea.text-input {
height: 178px;
padding: 6px 15px 0 15px;
}

input:focus, select:focus, textarea:focus {
background: #efefef;
}

#submit {
position: relative;
left: 81%;
}

/** Sponsors Box
==============================================================================*/

.sponsors-box{
	width:100%;
	overflow:hidden;
	margin:-3px 0 0;
	position:relative;
}
.sponsors-box h2{
	color:#333;
	width:100%;
	overflow:hidden;
	margin:0 0 3px;
	font-family: trebuchet ms, sans-serif;
font-size: 20px;
line-height: 25px;
color: #333;
}
.sponsors-box h2 .cufon{
	float:left;
	margin:0 !important;
}
.sponsors-box ul{
	width:100%;
	overflow:hidden;
}
.sponsors-box li{
	float:left;
	display:inline;
	margin:0 18px 0 0;
}
.sponsors-box a{float:left;}
.sponsors-box li img{display:block;}


/** Footer
==============================================================================*/

#footer {
width: 975px;
padding: 16px 0 30px 0;
color: #8f9f69;
font-size: 10px;
text-transform: uppercase;
background: url(../images/divider.png) repeat-x top;
}

