/*
 Theme Name:   Mesh Office Seating
 Description:  Mesh's default theme
 Author:       Scott McGready
 Author URI:   http://scottmcgready.co.uk
 Version:      1.0.0
 Text Domain:  meshoffice
*/


@charset "utf-8";

/*********** reset **********/

html, body, div, span, h1, h2, h3, h4, em, font, img, strong ol, ul, li, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
div, p, a, li, td { -webkit-text-size-adjust:none; }
ol, ul {
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* end reset */

body {
	font-family: 'Roboto', sans-serif;
	font-size:62.5%;
	color:#333333;
	margin:0px;
	padding:0px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}
/* ----- Generic styles ----- */

p {
	font-size: 1.2em;
	margin:0px;
	padding:0px 0px 20px 0px;
	line-height: 1.4em;
	color:#333333;
}
abbr {
	cursor:help;
}
.clear {
	clear:both;
}

/* ----- Anchors ----- */
	
a:link, a:visited, a:active {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#BFCD44;
	text-decoration:none;
}
.footer a:link, .footer a:visited {
	color: #7A7A7A;
}
.footer a:hover {
	color: #CCC;
}
a.pagelink:link, a.pagelink:visited {
	color: #FF6600;
	font-weight:bold;
	text-align: right;
	display: block;
}
a.pagelink:hover {
	color: #666666;
}
/* ----- Headers ----- */

h1 {
	font-weight:normal;
font-family: 'Roboto', sans-serif;; font-weight: 300;
padding:0px 0px 10px;
	margin:0px;
	color: #333333;
	font-size:1.8em;
	text-transform: uppercase;
}
h2 {
		font-weight:normal;
font-family: 'Roboto', sans-serif;; font-weight: 300;
padding:10px 0px;
	margin:0px;
	color:#333333;
	font-size:1.6em;
}
h3 {
	font-weight:normal;
font-family: 'Roboto', sans-serif;; font-weight: 300;
	padding:0px;
	margin:0px;
	color:#333333;
	font-size:1.2em;
}
/* ----- Main Containers ----- */

.topbar {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 50;
	width: 100%;
	background: url(images/faded-background.png);
}
.header {
	width: 800px;
	margin: auto;
	position: relative;
}
.logo {
	padding: 5px 0px 7px 10px;
}
.message {
	position: absolute;
	top: -200px;
	left: 280px;
}
.content {
	background: url(images/faded-background.png); 
position: absolute;
	left: 50%;
	z-index: 50;
	width: 800px;
	margin-left: -400px;
}
.columns {
	padding: 20px 0px;
	top: 430px;
}
.text {
	top: 200px;
/*	height: 500px;*/
}

.prods{
	padding: 40px 20px 20px 20px;
}
.evenpad { padding: 20px; }

.column {
	width: 225px;
	float: left;
	padding: 0px 20px;
	border-left: 1px #ccc solid;
}
.column a:link, .column a:visited {
	background-color: #BFCD44;
	color: #000;
	padding: 5px 20px;
	margin-left: -21px;
	font-weight: normal;
}
.column a:hover {
	color: #fff;
}
.noborder {
	border: none;
	padding-left:21px;
}

.leftcontent { 
float: left;
width: 250px; 
height: 400px;
background-color: #none;
padding: 20px;
}
.archive .leftcontent { height: auto; }
.single .leftcontent { height: auto; }
.rightcontent {
float: right;
width: 450px;
padding-top: 20px;
}
.overviewtext { padding-top: 140px; }
.leftimg { float: left; padding: 0px 20px 20px 0px; }
.download { position: absolute; bottom: 10px; right: 20px; }
.copyright { position: fixed; bottom: 5px; left: 50%;width: 800px;	margin-left: -400px; text-align: center; color: #666; overflow: none; }
.whitespace { position: absolute; bottom: -20px; left: 0; width: 800px; text-align: center; color: #999; height: 20px; } 
.siteby a:link, .siteby a:visited { position: fixed; bottom: 5px; right: 10px; color: #333; }
/***************** Background ************************/


#bgimg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#maincontent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
/******************* Tabs *****************************/

.subtabs { position: absolute; top: -27px; left: 0px; width: 800px; }

.subtabs ul li {
	float:left;
	padding:0;
	margin:0 !important;
}
.subtabs ul a {
	background-color: #E0E0E0;
	display:block;
	font-size:1.2em;
	text-align:center;
	color:#333333;
	padding:7px 15px;
	margin:0px 1px 1px 0px;
	text-transform: uppercase;
}
.subtabs ul a:hover {
	background-color: #999999;
	color: #666;
}
.subtabs ul a.menuactive, .subtabs ul a.menuactive:hover {
	background: url(images/faded-background.png);
	cursor:default;
	color:#999;
}

.subtabs ul ul { position: absolute; left: 0px; top: 30px; display: none; }

.subtabs ul li.menuactive ul { display: block; }

.subtabs ul ul a { background: none; text-transform:lowercase; color: #FFF; }

.subtabs ul ul a:hover, .subtabs ul ul a.menuactive, .subtabs ul ul a.menuactive:hover  { background:none; }

.pane {
	padding:100px 150px;
	clear: both;
}



.subsubtabs ul li {
	float:left;
	padding:0;
	margin:0 !important;
}
.subsubtabs ul a {
	display:block;
	font-size:1.2em;
	text-align:center;
	color:#666666;
	padding:7px 20px;
	margin:0px 1px 1px 0px;
	text-transform: lowercase;
}
.subsubtabs ul a:hover {
	color: #333333;
}

/***************** Navigation ************************/


.header ul {
	position: absolute;
	right: 10px;
	bottom: 10px;
margin: 0px;
padding: 0px;
}
.header ul li {
	display: inline;
	padding: 0px 10px;
}
.header ul li a {
	font-family: 'Roboto', sans-serif; font-weight: 300;
	text-transform: uppercase;
	color: #999999;

}
/******************* Page styles *************************/
a.menuactive{
	color: #333333!important;
}

/******************* Contact form **************************/

label { width: 140px; color: #333333; text-align: right; padding: 5px 5px 0px 0px; font-size: 1.2em; float: left;}

.contactform div div { display: inline-block; }

.contactform div div label { width: 60px; }
.contactform div div input { width: 30px; border: none; }

.contactform div, #loginform p { padding: 2px 0px; }

.contactform input, .contactform textarea { background-color: #FFF; border: 1px #CCC solid; color: #666; font-family: 'Roboto', sans-serif; font-weight: 300; width: 260px; padding: 0px 5px; }
.contactform textarea { font-size: 1.1em; padding: 5px;}
.contactform .submit { padding: 10px 0px 0px 145px; }
.contactform input.fbsubmit { color: #ccc; width: 140px; cursor: pointer;  }
.error_message { background-color: #FF2200; padding: 10px; margin-bottom: 10px; color: #FFF; font-size: 1.2em; position: absolute; left: 0px; top: -30px; z-index: 1000; }
.errror { color: #ff2200; display: block; padding-left: 145px; }

#loginform label { width: 100px; font-size: 12px; line-height: 12px; }
#loginform input { background-color: #FFF; border: 1px #666 solid; color: #666; font-family: 'Roboto', sans-serif; font-weight: 300; width: 120px; padding: 0px 5px; }
#loginform .login-submit { width: 100px!important; color: #e4de37!important; cursor: pointer; padding-left: 105px!important; }
#loginform .login-submit input {color: #e4de37!important;}
/**************************** Downloads *******************************/

ul#ressources_list li { display: inline-block; padding-left: 20px; font-size: 1.1em; }

.downloadblock { border-bottom: 1px #ccc dotted; padding: 20px 0 0 0; }

.casestudyimage { float: left; padding-right: 10px; }
.downloadbtn { font-size: 1.2em; padding-bottom: 5px; }

/**************************** Tables *******************************/

table { margin-bottom: 20px; border-collapse: collapse; }
table td { border: 1px #505050 solid; padding: 10px 20px; }
table p { padding: 5px 0px; }


/****************************Accordion***************************/

.basic  {
	width: 100%;
border-bottom: 1px #fff solid;
}
div.title {
	cursor:pointer;
	display:block;
	font-family: 'Roboto', sans-serif; font-weight: 300;
    text-transform: uppercase;
	padding:10px 0 10px 15px;
	margin:0px;
	color:#666;
	font-size:1.3em;
font-weight: bold;
background: #ececec url(/uploads/images/down-arrow.jpg) no-repeat left;
border: 1px #fff solid;
border-bottom: none;
}
.file a:link, .file a:visited { 

font-weight: normal!important; 
}
div.selected {
	color: #FFF;
background: #ccc url(/uploads/images/up-arrow.jpg) no-repeat left;
}
div.downloadcontent {
border: 1px #fff solid; 
border-bottom: none;
background-color: #fff;
padding: 5px 15px;
}
.size {
	font-size:1.3em;

color: #FFF;
float: right;
padding: 0;
}

/************************* News *******************************/

.NewsSummary { padding-bottom: 10px; } 
.NewsSummaryLink { padding-bottom: 10px; }
.NewsSummaryLink a:link, .NewsSummaryLink a:visited {
font-size:1.2em;
color: #666;
font-weight: bold;
}
.NewsSummaryMorelink a:link, .NewsSummaryMorelink a:visited {
	text-align: right;
	display: block;
}

.NewsPageSummary {
border-top: #666 1px solid;
padding: 20px 0;
}
.NewsPageSummaryLink a:link, .NewsPageSummaryLink a:visited {
font-size:1.3em;
color: #666;
text-transform: uppercase;
}
.NewsSummaryLink a:hover, .NewsPageSummaryLink a:hover { color: #BFCD44; }
/* End of 'ergo' */

.gallery-item{
    margin: 5px;
    width: auto !important;
}

.gallery a img{
	border: none !important;
	width: 80px;
	height: 80px;
	padding-bottom: 5px;
}

.products-overview {
	width: 140px;
	height: 250px;
	display: block;
}

pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:940px;
	}	
		
/* image replacement */
	.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}
/* // image replacement */
		
		

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:140px;
		overflow:hidden; 
		padding: 0px 6px;
		text-align: center;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:20px;
		height:20px;
		position:absolute;
		left:6px;
		top:250px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:780px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:14px;
		height:20px;
		background: url("images/ae_scroll_back.png") no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background: url("images/ae_scroll_forward.png") no-repeat 0 0;	
		}	
		

		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#333333;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
#slider { position: relative; }
#slider li { float: left; }

.menu_horiz a:link { background-position: top left!important; }
.menu_horiz a:hover { background-position: top right!important; }
/* End of 'slider' */

.gallery-item {
	width: 80px !important;
}

.wp-video{
	width: 100% !important;
	height: 100% !important;
}

.wp-vide-shortcode{
	width: 100% !important;
	height: 100% !important;
}