/*
Theme Name: OrbitVu
Theme URI: http://yeswework.com
Description: OrbitVu custom theme
Version: 1.0
Author: Yes We Work
*/

/* RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* FONTS */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* orbitvu fresh minty green = #01b7a8 */

/* ------------------------------------------------------------ tags */
body {
	color: #565757;
	font-family: arial,sans-serif;
}
h2,h3,h4,h5,h6,p {
	margin-bottom: 10px;
}
p {
	line-height: 140%;
}
a {
	color: #0263b6;
	text-decoration: none;
}
a:focus { 
	outline: none;
}
a:hover {
	text-decoration: underline;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}

/* ------------------------------------------------------------ menu */
#menu {
	position: fixed;
	top: 40px;
	left: 40px;
	width: 100px;
}
#menu li a:hover {
	background-color: #283837;
}
#menu li a {
	display: block;
	text-transform: uppercase;
	background-color: #737a7a;
	padding: 12px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 85%;
	text-align: right;
	margin-bottom: 10px;
	text-decoration: none;
	color: #fff;
	z-index: 10;
}
#menu li#menu-orbitvu a {
	background-color: #243937;
	margin-bottom: 40px;
	height: 100px;
	text-indent: 5000px;
	background-image: url(img/orbitvu.png);
	background-repeat: no-repeat;
	background-position: 18px 18px;
}
#menu li#ventis {
	z-index: -1;
}

#menu li#ventis a {
	position: fixed;
	bottom: 0px;
	background-image: url(img/ventis_logo.png);
	background-color: #f30b2c;
	background-repeat: no-repeat;
	background-position: 16px 6px;
	margin-bottom: 0px;
	width: 90px;
	padding: 8px 5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	text-indent: 5000px;
}
#menu li#ventis a:hover {
	background-color: #283837;
}
/* ------------------------------------------------------------ main content */
.content {
	margin: 40px 0px 0px 180px;
}
/* ------------------------------------------------------------ individual sections */
.section {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 30px;
	width: 750px;
	margin-bottom: 40px;
	background-color: #f0f2f2;
}
/* ------------------------------------------------------------ inside section: header */
.sectionheader {
	overflow: auto;
}
.section h1 {
	text-transform: uppercase;
	font-size: 153.9%;
}
.sectionheader h1 {
	float: left;
}
.section h2 {
	font-size: 123.1%;
}
.section h3 {
	font-size: 116%;
	color: #01b7a8;
}
.sectionheader h2 {
	/* just make sure it goes underneath the h1 */
	clear: left;
}
/* ------------------------------------------------------------ inside section: slider, buttons and subnav */
.buttons {
	float: right;
	overflow: auto;
}
.buttons li {
	float: left;
}
.buttons li a {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	overflow: hidden;
	color: #565757;
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding-top: 95px;
	height: 25px;
	width: 120px;
	margin-left: 20px;
	background-color: #e1e3e3;
    -moz-box-shadow: inset 0 -20px 30px -20px #bec0c0;
    -webkit-box-shadow: inset 0 -20px 30px -20px #bec0c0;
    box-shadow: inset 0 -20px 30px -20px #bec0c0;
}
.buttons li a:hover {
	text-decoration: none;
	background-color: #ddd;
}
.buttons li a.on {
	background-color: #fff;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
.sectioncontent {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	width: 750px;
}
.slider {
	width: 5000px;
}
.sectioncontent .slider>li {
	width: 700px;
	float: left;
	margin-right: 20px;
	padding: 25px;
}
/* ------------------------------------------------------------ actual post content */
/* ------------------------------------------------------------ individual post level is .sectioncontent .slider>li */
.sectioncontent .slider>li ul, .single ul, div.column>ul li {
	margin-bottom: 10px;
	margin-left: 20px;
}
.sectioncontent .slider>li ul li, .single ul li, div.column>ul li{
	list-style-type: square;
}
.sectioncontent .slider>li div.column, .single div.column {
	width: 340px;
	margin-right: 20px;
	float: left;
}
.sectioncontent .slider>li div.column+div.column, .single div.column+div.column {
	margin-right: 0px;
}
.sectioncontent .slider>li h3 {
	color: #01b7a8;
}
.sectioncontent .slider>li h4 {
	font-size: 85%;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #737a7a;
}
.alignleft {
	margin-right: 25px;
	float: left;
}
/* #orbitvu {
	height: 64px;
} WE Do not want fixed height TB*/
.editlink {
	font-size: 85%;
	text-align: right;
}
/* ------------------------------------------------------------ orbitvu injection stuff */
.orbitvu-container {
	margin-bottom: 10px;
}
.orbitvu-container div {
	border: 1px solid #ccc;
}
/* following stuff possibly temporary, to be removed after they've done a proper preloader */
.orbitvu-container div a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 85%;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}
.orbitvu-container div a span {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 20px;
	text-align: center;
}

.sectioncontent table{
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	border-style: 1px solid #00b6a7;
	margin: 0px;
	padding: 0px;
	
}

.sectioncontent th {
	border: collapse;
	text-align: center;
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: baseline;
	font-weight: bold; 
	
}

.sectioncontent tr, td{
	border: collapse;
	vertical-align: middle;
	margin: 5px;
	padding: 5px;
	
}


