 /*    
Theme Name: SHIFTED
Theme URI: http://getshifted.org/
Description: Theme designed by Hangar 18 for SHIFTED.
Author: Samantha Bridgehouse
Author URI: http://www.sbridgehouse.com
Version: 1.0 
 */

/**************** LAYOUT & STRUCTURE *****************/

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	background: #f6d04b;
}

#container {
	
	background-repeat: no-repeat;
}

#head #logo {
	height: 175px; padding-bottom: 30px; padding-top: 30px
}

#main {
	width: 530px;
	margin-left: 101px;
}

#foot {
	clear: both;
	margin: 0 0 15px 101px;
}


/**************** TEXT, LINKS, & IMAGES *****************/

h1 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	margin: 0 0 25px 0;
}

a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
}

#head #logo h1 {
	margin: 0px;
	padding: 0px;
}

#head #logo a {
	background-image: url(_img/logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 168px;
	width: 454px;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* homepage text block */
.title-large-text {
	display: block;
	font-size: 32px;
	line-height: 32px;
	font-weight: lighter;
	margin: 55px 0 0 0;
}

/* homepage text block */
.title-medium-text {
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

/* homepage text block superscript text */
.title-medium-text sup {
	font-size: 11px;
	line-height: 0px;
	vertical-align: 7px;
}

/* homepage text block */
.title-small-text {
	font-size: 16px;
	line-height: 18px;
}

img.speaker-image {
	clear: both;
	float: left;
	padding: 0 17px 17px 0;
}


/**************** MAIN NAVIGATION *****************/

#head #navigation {
	margin-left: 85px;
	height: 50px;
}

ul#main-nav {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000;
	height: 40px;
	zoom: 1;
	*display: inline;
}

ul#main-nav li {
	float: left;
	position: relative;
	margin: 10px 10px 0 10px;
	padding: 0 0 10px 0;
}

ul#main-nav li a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1px;
	padding: 5px;
}

/* hover and current page */
ul#main-nav li a:hover,
ul#main-nav li:hover a,
ul#main-nav li.current_page_parent a,
ul#main-nav li.current_page_item a {
	color: #fce164;
}


/**************** SUB NAVIGATION *****************/

ul#main-nav li ul.children {
	display: none;
	margin: 0;
	padding: 5px 25px 5px 25px;
	list-style: none;
	position: absolute;
	left: -35px;
	top: 30px;
	text-align: center;
	width: 100px;
	background-image: url(_img/bg-subnav-transwhite2.png); 
}

ul#main-nav li:hover ul.children,
ul#main-nav li.over ul.children {
	display: block;
}

ul#main-nav li ul.children li {
	float: none;
	border-bottom: 1px solid #000000;
	margin: 0;
	padding: 0;
}

ul#main-nav li ul.children li a {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-transform: none;
	margin: 0;
	padding: 8px 0 5px 0;
	font-weight: normal;
}

ul#main-nav li ul.children li a:hover,
ul#main-nav li ul.children li.current_page_item a {
	color: #fccf00;
}


/**************** FOOTER *****************/

#foot #media-block {
	float: left;
	width: 530px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 40px 0 15px 0;
	font-size: 12px;
	line-height: 15px;
}

#foot #media-block #media-block-left {
	float: left;
	width: 250px;
/*	margin: 80px 0 15px 0; */
	margin: 15px 0 15px 0;
	padding: 35px 0 0 0;
	font-size: 16px;
	line-height: normal;
	background: url(_img/quote-open.png) no-repeat;
}

#foot #media-block #media-block-left div {
	background: url(_img/quote-close.png) no-repeat bottom right;	
	padding-bottom: 30px;
}

#foot #media-block #media-block-right {
	float: left;
	width: 250px;
	margin: 15px 0 15px 30px;
}

#foot #social-networks {
	float: left;
	margin: 26px 0 0 13px;
}

#foot #sponsor-logos {
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
	clear: both;
	width: 530px;
}

#foot #sponsor-logos span#copyright {
	float: left;	
	font-weight: bold;
}

#foot #sponsor-logos div#credit,
#foot #sponsor-logos div#credit a {
	font-weight: normal;
	font-size: 9px;
	padding-top: 15px;
}

#foot #sponsor-logos span#sponsored-by {
	float: right; 
}

#foot #sponsor-logos #logos {
	clear: both;
	padding-top: 10px;
}


/**************** TWITTER *****************/

ul.twitter {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.twitter li.twitter-item {
	margin: 15px 0 0 0;
}

ul.twitter li.twitter-item span.twitter-timestamp abbr {
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	border: none;
	display: block;
}


/**************** CONTACT FORM *****************/

div#contact-form p {
	margin: 0 0 10px 0;
}

div#contact-form input,
div#contact-form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	border: 1px solid #000;
	background: #fff;
	padding: 4px;
}
div#contact-form input {
	width: 200px;
}

div#contact-form textarea {
	width: 350px;
	height: 130px;
}

div#contact-form .label {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

div#contact-form input.wpcf7-submit {
	background: #000;
	font-weight: bold;
	border: none;
	color: #fff;
	text-transform: uppercase;
	width: 130px;
}

div#contact-form input.wpcf7-submit:hover {
	color: #fce164;
	cursor: pointer;
}


/**************** GOOGLE MAPS *****************/

div.mapp-poweredby {
	font-size: 8px;
	text-transform: uppercase;
	text-align: right;
}



