/*
Theme Name: Hub LA Theme
Theme URI: http://diggingintowordpress.com/
Description: A minimalist WordPress template theme built with HTML 5.
Version: 1.0
Author: Will Tang
Author URI: http://squorange.com/
Tags: minimalist, template, html5
Date: SEP 18 2012
*/


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
@font-face {
font-family: DinPro;
src: 	url('http://www.thehubla.com/wp-content/themes/hubla-theme/fonts/DinPro-Light.otf'),
			font-weight: 100;
}
@font-face {
font-family: DinPro;
src: 	url('http://www.thehubla.com/wp-content/themes/hubla-theme/fonts/DinPro-Regular.otf'),
			font-weight: 300;
}
@font-face {
font-family: DinPro;
src: 	url('http://www.thehubla.com/wp-content/themes/hubla-theme/fonts/DinPro-Medium.otf'),
			font-weight: 500;
}
@font-face {
font-family: DinPro;
src: 	url('http://www.thehubla.com/wp-content/themes/hubla-theme/fonts/DinPro-Bold.otf'),
			font-weight: 700;
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family:  'Signika Negative', DinPro, sans-serif; color: #555; }

body { 
	margin: 0; 
	font-size: 0.9em; 
	font-family: 'Signika Negative', DinPro, sans-serif;
	font-weight: 300;	
	background: url(images/bg.png) top left #ececec;
	}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #832927; text-decoration: none; }
a:visited { color: #64201f; }
a:hover { text-decoration: underline; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }



/* =============================================================================
   Typography
   ========================================================================== */


abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1 {
	font-size: 1.25em !important;
	font-weight: 500;
}
	#featured_content h1 {
		margin-top: 0;
		padding-top: 0;
	}
h2 {
	font-size: 1.15em;
	font-weight: 500;
	text-transform: uppercase;
	color: #ccc;
	letter-spacing: 0.1em;
}

.center {
	text-align: center;
}

div[role="main"] p {
	line-height: 1.5em; 
}

.contact-map-label .sl {
	border-bottom: 1px solid #ED1C24;
}
.contact-map-label .p {
	border-bottom: 1px solid #EC008C;
}
.contact-map-label .wla {
	border-bottom: 1px solid #00AEEF;
}
.contact-map-label .ela {
	border-bottom: 1px solid #875DA7;
}
.contact-map-label .walk {
	border-bottom: 2px dotted #8DC63F;
}

.blog-details {
	font-family: 'Signika Negative', DinPro, sans-serif;;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.75em;
}

.side-panel {
	color: #aaa;
}
.side-text-big {
	font-family: 'Signika Negative', DinPro, sans-serif;;
	font-weight: 100;
	font-size: 2.2em;
	text-shadow: 0px 1px 0px #fff;
}
.side-panel p {
	text-shadow: 0px 1px 0px #fff;
}
	#section-blog .side-panel p {
		padding-left: 25px;
	}
	#section-blog .side-panel a {
		color: #aaa;
	}
	.blog-panel {
		padding-top: 50px;
	}

.footer-links li {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	text-decoration: none;
}
	.footer-links a {
		color: #bbb;
	}
	.footer-links a:hover {
		color: #999;
	}
.footer-credit {
	color: #ddd;
	font-size: 0.7em;
	font-weight: 500;
	text-shadow: 0px 1px 3px #333;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Will Tang
   ========================================================================== */

#maintenance {
	background: #832a26;
	color: #fff;
}
	.maintenance-container {
		width: 400px;
		min-height: 400px;
		margin: 100px auto;
	}
	.maintenance-container a {
		color: #fff;
	}
	.maintenance-logo a {
		display: block;
		width: 200px;
		height: 225px;
		margin: 25px auto;
		background: url(http://www.thehubla.com/wp-content/themes/hubla-theme/images/hub-logo-white.png) top center no-repeat;		
	}

header {
	width: 1000px;
	top: 0;
	margin: 0 auto -35px auto;
	z-index: 0;
}
	#section-home header {
		height: 600px;
		background: url(images/home-banner02.jpg) 0 0 no-repeat;
	}
	#section-page header {
		height: 350px;
		background: url(images/bg-header07.jpg) 0 0 no-repeat;
	}
	#section-features header,
	#section-about header {
		height: 350px;
		background: url(images/bg-header01.jpg) 0 0 no-repeat;
	}
	#section-experience header {
		height: 350px;
		background: url(images/bg-header09.jpg) 0 0 no-repeat;
	}
	#section-events header {
		height: 350px;
		background: url(images/bg-header05.jpg) 0 0 no-repeat;
	}
	#section-membership header {
		height: 350px;
		background: url(images/bg-header04.jpg) 0 0 no-repeat;
	}
	#section-blog header {
		height: 350px;
		background: url(images/bg-header03.jpg) 0 0 no-repeat;
	}
	#section-contact header {
		height: 350px;
		background: url(images/bg-header08.jpg) 0 0 no-repeat;
	}
	#section-about .s-about,
	#section-experience .s-experience,
	#section-events .s-events,
	#section-membership .s-membership,
	#section-blog .s-blog,
	#section-contact .s-contact,
	#section-features .s-features {
		border-bottom: 3px solid #fff;
	}
	
	#hub-logo {
		float: left;
		width: 200px;
		height: 275px;
		padding-top: 25px;
		margin-left: 25px;
	}
	#hub-logo a {
		display: block;
		width: 200px;
		height: 225px;
		background: url(images/hub-logo.png) 0 0 no-repeat;
	}
	.hub-opening {
		width: 200px;
		height: 40px;
		background: url(images/hub-opening.png) 25px 0 no-repeat;
	}
		#section-home .hub-opening {
			display: none;
		}
	#menu {
		float: right;
		margin-top: 50px;
		margin-right: 50px;
		font-family: 'Signika Negative', DinPro, sans-serif;, sans-serif;
		font-weight: medium;
		text-transform: uppercase;
	}
	#menu a {
		color: #fff;
		font-size: 0.8em;
		letter-spacing: 0.1em;
		text-decoration: none;
		margin-left: 25px;
		padding: 3px 3px 3px 4px;
		text-shadow: 0px 1px 3px #333;	
	}
	#menu a:hover {
		border-bottom: 3px solid #fff;
		color: #fff;
	}
		#menu a.s-experience:hover {
			border-bottom: 1px solid #fff;
			cursor:default;
		}

.b-apply {
	float: left;
	margin: 170px 0 0 50px;
}
	.b-apply a {
		background: url(images/b-apply.png) 0 0 no-repeat;
		display: block;
		height: 50px;
		width: 150px;
	}
	.b-apply a:hover {
		background-position: 0px -50px;
	}

	/*------------------------------------*\
		NAV
	\*------------------------------------*/
	.navigation {
		list-style:none;
		font-weight:bold;
		margin-bottom:10px;
		/* Clear floats */
		float:left;
		width:100%;
	}
	.navigation li{
		float:left;
		margin-right:10px;
		position:relative;
	}
	.navigation a{
		display:block;
	}
	
	/*--- DROPDOWN ---*/
	.navigation ul{
		background:#000; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
		background:rgba(0,0,0,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
		list-style:none;
		position:absolute;
		left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	}
	.navigation ul li{
		padding-top: 7px; /* Introducing a padding between the li and the a give the illusion spaced items */
		float:none;
	}
	.navigation ul a{
		white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	}
	.navigation li:hover ul{ /* Display the dropdown on hover */
		left: -40px; /* Bring back on-screen when needed */
		top: 8px;
	}
	.navigation li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
		border-bottom: 1px solid #fff;		
	}
	.navigation li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
		text-decoration:none;
		border-bottom: 0;
	}
	.navigation li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
		margin-bottom: -3px;
	}
	
	
div[role="main"] {
	width: 1000px;
	margin: 0 auto;
	min-height: 350px;
	z-index: 9999;
}
#archive {
	margin-top: -25px !important;
}
	.one-column-transparent {
		width: 950px;
		clear: both;
		margin: 0 25px 0px 25px;
	}
		.one-column-transparent .thirds2,
		.one-column-transparent .thirds3 {
			margin-left: 50px;
			}
		.one-column-transparent .half1,
		.one-column-transparent .half2 {
			width: 425px;
			margin: 0 25px;
			float: left;
			}
		.one-column-transparent .side-panel {
			width: 300px;
			margin-top: 20px;
		}
		#slider2 .side-panel {
			width: 300px;
			margin-top: 10px;
		}
		.one-column-transparent .right-column,
		#slider2 .right-column {
			width: 575px;
			float: left;
			margin-left: 25px;
		}
	.three-column .column, 
	.one-column .column,
	.one-columnR .column {
		min-height: 300px;
		background: #ececec;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#ececec'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(253,253,253,1)), to(rgba(253,253,253,0)), color-stop(.1, #fdfdfd)); /* for webkit browsers */
		background: -moz-linear-gradient(top, #fdfdfd, #ececec); /* for firefox 3.6+ */
	}
	.three-column {
		background: url(images/column3-shadow.png) 0 0 no-repeat;
	}
		.thirds {
			width: 300px;
			float: left;
			margin: 0 0 10px 25px;
		}
		.home-icon {
			width: 250px;
			margin: 20px 25px 0px 25px;
			padding-top: 190px;
			text-align: center;
		}
		a.home-link {
			color: #555;
			text-decoration: none;
		}
		.home-space {
			background: url(images/home-space.png) 0 0 no-repeat;
		}
		.home-community {
			background: url(images/home-community.png) 0 0 no-repeat;
		}
		.home-programs {
			background: url(images/home-programs.png) 0 0 no-repeat;
		}

	.one-columnR {
		background: url(images/columnR-shadow.png) 0 0 no-repeat;
	}	
		.one-columnR .column {
			width: 625px;
			margin: 0 25px 0px 0px;
			float: right;
		}
		.one-columnR .thirds2,
		.one-columnR .thirds3 {
			width: 250px;
			margin: 0px 25px 25px 0px;
			padding-top: 25px;
			float: left;
		}
		.icon-exp {
			float: left;
			margin: 25px 0 0 25px;
		}
		.icon-exp a {
			display: block;
			width: 175px;
			height: 165px;
			opacity:0.3;
			filter:alpha(opacity=30);
		}
		.icon-exp a:hover,
		.icon-exp a.active {
			opacity:1;
			filter:alpha(opacity=100);
		}
			.icon-experience-space a {
				background: url(images/icon-experience-space.png) 0 0 no-repeat;
			}
			.icon-experience-community a {
				background: url(images/icon-experience-community.png) 0 0 no-repeat;
			}
			.icon-experience-programs a {
				background: url(images/icon-experience-programs.png) 0 0 no-repeat;
			}	
					
		.one-columnR .full1 {
			width: 575px;
		}
		.side-panel {
			width: 325px;
			float: left;
			margin-left: 25px;
		}	
			.side-panel p {
				width: 290px;
			}
			.side-text-big {
				margin: 60px 25px 25px 0px;
				width: 300px;
			}
		
	.one-column {
		background: url(images/column1-shadow.png) 0 0 no-repeat;
	}	
		.one-column .column {
			width: 950px;
			clear: both;
			margin: 0 25px 0px 25px;	
		}
		.full1 {
			width: 900px;
			margin: 0 25px 25px 25px;
			padding-top: 15px;
		}
		.split1 {
			width: 600px;
			margin: 0 25px 25px 25px;
			padding-top: 15px;
			float: left;
		}
		.split2 {
			width: 250px;
			padding-top: 15px;
			float: left;
		}
		.thirds1, .thirds2, .thirds3 {
			width: 250px;
			margin: 0px 25px 25px 25px;
			padding-top: 25px;
			float: left;
		}
		#slider .thirds2, #slider .thirds3 {
			margin-left: 50px;
		}
		.quarter1, .quarter2, .quarter3, .quarter4 {
			margin: 0 25px;
			float: left;
		}
		.quarter1, .quarter4 {
			width: 187px;
		}
		.quarter2, .quarter3 {
			width: 188px;
		}

.hub-connect {
	padding-top: 125px;
	margin-bottom: 0;
	background: url(images/membership01.jpg) center top no-repeat;
}
.hub-club {
	padding-top: 125px;
	margin-bottom: 0;
	background: url(images/membership02.jpg) center top no-repeat;
}
.hub-productive {
	padding-top: 125px;
	margin-bottom: 0;
	background: url(images/membership03.jpg) center top no-repeat;
}

.no-gap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#featured_title {
	margin: 0 25px;
}
#featured_content {
	margin-left: 50px;
	float: left;
	width: 575px;
}
.blog-nav {
	margin-left: 50px;
}

footer {
	background: url(images/bg-footer.jpg) bottom center no-repeat;
	margin-bottom: 0;
}
	footer .thirds1 {
		margin-top: 0;
	}
	footer .thirds2 {
		margin-top: 0;
		margin-left: 50px;
	}
	footer .thirds3 {
		margin-top: 0;
		margin-left: 50px;
	}
	footer p {
		margin-top: 0;
	}
	footer h2 {
		margin: 15px 0 20px 0;
	}
	
div[role="footer"] {
	width: 1000px;
	margin: 0 auto;
	min-height: 350px;
	z-index: 9999;
}
.footer-links {
	width: 900px;
	margin: -15px 25px 50px 25px;
	padding: 0;
	text-align: center;
}
	.footer-links li {
		list-style-type: none;
		display: inline;
		margin-right: 25px;
	}
.social-media {
	width: 250px;
	height: 50px;
	margin: 25px 0 0 60px;
}
.social-media a {
	display: block;
	height: 50px;
	width: 60px;
	opacity:0.3;
	filter:alpha(opacity=30);
}
	.social-media a:hover {
		opacity:1;
		filter:alpha(opacity=100);
	}
	.sm-fb, .sm-tw {
		height: 50px;
		width: 60px;
		float: left;
	}
	.sm-fb a {
		background: url(images/sm-fb.png) 0 0 no-repeat;
	}
	.sm-tw a {
		background: url(images/sm-tw.png) 0 0 no-repeat;
	}	
.footer-credit {
	margin: 25px 0 0 50px;
	padding-bottom: 10px;
}


.clear {
	clear: both;
}
.clear-break {
	clear: both;
	height: 50px;
}
.right {
	float: right;
}
.left {
	float: left;
}

/* ==|== Images ======================================================
		Images for divs
   ========================================================================== */

.about-world {
	width: 575px;
	height: 300px;
	background: url(images/about-world.png) 0 0 no-repeat;
}

.side-about {
	width: 320px;
	height: 380px;
	margin-top: 65px;
	background: url(images/sidebar-about.jpg) 0 0 no-repeat;
}

.experience-space {
	width: 950px;
	height: 870px;
	background: url(images/photo-experience-space.jpg) center center no-repeat;
}
.side-space {
	width: 320px;
	height: 340px;
	margin-top: 65px;
	background: url(images/sidebar-space.jpg) 0 0 no-repeat;
}
.side-community {
	width: 320px;
	height: 190px;
	margin-top: 65px;
	background: url(images/sidebar-community.jpg) 0 0 no-repeat;
}
.experience-programs {
	width: 950px;
	height: 1125px;
	background: url(images/photo-experience-programs.jpg) center center no-repeat;
}
.side-programs {
	width: 320px;
	height: 195px;
	margin-top: 65px;
	background: url(images/sidebar-programs.jpg) 0 0 no-repeat;
}
.side-apply {
	width: 320px;
	height: 240px;
	margin-top: 65px;
	background: url(images/sidebar-apply.jpg) 0 0 no-repeat;
}

.membership-levels {
	width: 950px;
	height: 125px;
	margin-top: 25px;
	background: url(images/membership-levels.jpg) center center no-repeat;
}
.side-membership-connect {
	width: 325px;
	height: 150px;
	margin-top: 65px;
	background: url(images/sidebar-membership-connect.jpg) -5px center no-repeat;
}
.side-membership-club {
	width: 325px;
	height: 150px;
	margin-top: 65px;
	background: url(images/sidebar-membership-club.jpg) -5px center no-repeat;
}
.side-membership-productive {
	width: 325px;
	height: 150px;
	margin-top: 65px;
	background: url(images/sidebar-membership-productive.jpg) -5px center no-repeat;
}
.side-membership-desk {
	width: 325px;
	height: 150px;
	margin-top: 65px;
	background: url(images/sidebar-membership-desk.jpg) -5px center no-repeat;
}

.contact-map {
	width: 900px;
	height: 540px;
	background: url(images/contact-map.png) 0 0 no-repeat;
}


/* ==|== Plugins ======================================================
		Salesforce, Formstack, Twitter
   ========================================================================== */


form.fsForm {
	background: none !important;
	border: none !important;
	font-family:  'Signika Negative', DinPro, sans-serif; 
	color: #555 !important;
	}
table.fsTable td,
table.fsTable tr {
	border: none;
	background: none;
}
.fsRowTop .fsRowBody, 
.fsSpacerRow {
	display: none;
}
.fsForm .fsCell {
	padding: 0px !important;
	vertical-align:top;
	}
.fsOptionLabel {
	padding-left: 5px;
}
.fsBody {
	font-family: 'Signika Negative', DinPro, sans-serif !important;
}
.fsBody p,
.fsRow {
	padding-bottom: 10px !important;
}

div[role="footer"] pre {
	font-family:  'Signika Negative', DinPro, sans-serif;
	color: #555 !important;
	white-space: normal;
	margin: 0 !important;
}
#mc_embed_signup input {
	width: 238px;
	padding: 7px 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
#mc_embed_signup label {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#mc_embed_signup .button {
	width: 250px;
	margin: 0;
	padding: 10px;
	background: #731910 !important;
	border: none;
	color: #fff;
}

.twtr-tweets {
font-size: 1.15em;
font-family:  'Signika Negative', DinPro, sans-serif;
font-weight: 300;
color: #555 !important;
	}
#twitter { margin-top: -10px; }
.twtr-bd { padding: 1px !important;}
.twtr-tweet, .twtr-results-hr { border-bottom:0px solid #fff; }
.twtr-ft, .twtr-hd { display: none; }
.twtr-widget .twtr-tweet-wrap {
	padding: 0 0 8px 0 !important;
}

#section-experience .anythingControls {
	margin-right: 415px !important;
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media screen and (device-width: 768px), screen and (max-device-width: 480px), screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
	footer {
		background: url(images/bg-footer.jpg) bottom center no-repeat;
		margin-bottom: 0;
		width: 1000px !important;
	}
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}