/*
Theme Name: Vision_Theme
Theme URI: http://www.example.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2.8
Author: Paul Ferney/Mike Gniewosz
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/***** CSS Reset *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #e7e6e1 url(style/images/bg_image.png) no-repeat top center;
	font-family: arial, sans-serif;
	color: #000;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #0090ff;
}

a:hover, a:focus, a:active {
	color: #074cfd;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

h1 {
	font-size: 3em;
	font-weight: normal;
}

h2 {
	font-size: 2.5em;
	font-weight: normal;
}

h3 {
	font-size: 2.5em;
	font-weight: normal;
}

h4 {
	font-size: 1.5em;
	font-weight: normal;
}

h5 {
	font-size: 1.2em;
	font-weight: normal;
}

h6 {
	font-size: .95em;
}

br.clear { 
	clear:both; 
	display:block; 
	height:1px; 
	margin:-1px 0 0 0; 
}

/***** Main Styles *****/
	
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	overflow: inherit;
	*height: 100%;
}

/***** Header Styles *****/

#header {
	background: url(style/images/2010_header_logo.png) no-repeat 650px 0;	
	position: relative;
	padding: 5px 0 0;
}

#logo {
	background: url(style/images/header_logo.png) no-repeat top left;
	width: 408px;
	height: 105px;
}

#logo h1{
	text-indent: -9999px;
}

#logo a {
	display: block;
	height: 105px;
}

#header_nav {
	margin: 10px 0 0;
	padding: 5px 0 10px;
	background: #402f2b;
}

#header_nav li {
	display: inline;
	padding: 9px 10px;
	font-size: 10px;
	letter-spacing: 1px;
}

#header_nav li.current_page_item {
	background: #ffa00a;
}

#header_nav li a {
	text-transform: uppercase;
	color: #fff;
	z-index: 100;
	position: relative;
}

#treeswing_image {
	position: absolute;
	left: 750px;
	top: 0;
	z-index: 1;
}

/***** Main Content Styles *****/

#main_content {
	background: #fff;
	padding: 90px 0 0;
	overflow: hidden;
	height: 100%
}

#page_title {
	position: absolute;
	width: 680px;
	padding: 20px 20px 0;
	overflow: hidden;
	background: #fff;
}

#page_title h2 {
	float: left;
	color:#ffa00a;
	font-size: 42px;
	font-weight: bold;
}

#page_title a.print_button {
	float: right;
	background: url(style/images/print_button.png) no-repeat top left;
	width: 100px;
	height: 30px;
	text-indent: -9999px;
	display: none;
}

#center_column {
	float: left;
	width: 528px;
	padding: 0 20px;
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	overflow: hidden;
}

#front_page_message {
	margin: 0 0 20px;
	border-bottom: 1px dotted gray;
}

#front_page_message p {
	font-size: 14px;
	margin: 15px 0;
}

#pres_quote {
	font-weight: bold;
}

#front_page_message h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}

#keynote_speakers {
	margin: 0 0 10px;
	padding: 0 0 30px;
	border-bottom: 1px dotted gray;
	overflow: hidden;
}

#keynote_speakers h3 {
	font-size: 22px;
	margin: 0 0 20px;
}

.speaker {
	float: left;
	width: 175px;
	font-size: 14px;
}

.speaker img {
	margin: 0 0 5px;
}

.speaker p {
	margin: 2px 5px;;
}

/***** Page Content Styles *****/

#page_content {
	font-size: 13px;
	font-family: arial, sans-serif;
	line-height: 16px;
	overflow: hidden;
	position: relative;
}

#page_content ul {
	margin: 0 0 0 20px;
}

#page_content li {
	margin: 5px 0;
	list-style: disc;
}

#page_content h3 {
	font-size: 20px;
	margin: 10px 0;
	font-weight: bold;
}

#page_content h4 a {
	color: #000;
}

#page_content h4 {
	font-size: 14px;
	margin: 7px 0 3px;
	font-weight: bold;
}

#page_content p {
	margin: 7px 0;
}

#page-content ul {
	list-style-type: disc;
}

#page_title li.current_page_item a {
	color: #ffa00a;
}

#main_content li.current_page_item a {
	color: #ffa00a;
}

.keynote_speaker {
	margin: 30px 0 10px;
}

#page_content .keynote_speaker h4 {
	font-size: 20px;
}

#no_right_column_style {
	margin-left: 162px; 
	width: 515px;
}

#image_positioning {
	position: absolute;
	top: 0;
	left: 0;
}

.push_down {
	padding: 95px 0 0;
}

.keynote_speaker p img {
	float: left;
	margin: 0 10px 0 0;
}

h5.underline {
	font-size: 15px;
	text-decoration: underline;
}

#asterisk {
	font-size: 12px;
	font-style: italic;
}

#signature {
	margin: 5px 0 -10px -7px; 
}

#registration li {
	list-style: decimal;
}

#search_list li {
	list-style: decimal;
	list-style-position: inside;
}

div.fill {  /*** Used to push down content borders ***/
	height: 400px;
	width: 300px;
}

div.board {
	margin: 15px 0;
	border-top: 1px solid #d3d3d3;
}

#leadership_table {
	font-size: 10px;
	width: 690px;
}

#leadership_table td {
	border: 1px solid #d3d3d3;
}
	
tr.leadership_header td {
	font-weight: bold;	
}

/***** Session/Workshop Page Styles *****/

table.session_holder {
	border-bottom: 1px dotted gray;
	margin: 30px 0 0;
	padding: 10px 0;
	font-size: 12px;
}

td {
	padding: 2px 0;
}

tr.session_info {
	background: #d3d3d3;
	border: 1px solid #bbb;
	font-weight: bold;
	text-align: left;
}

tr.session_title {
	font-weight: bold;
}

td.session_day {
	text-align: left;
	width: 15%;
}

td.session_date {
	text-align: left;
}

tr.session_description td {
	padding: 10px 0 30px;
}

table.workshop_holder {
	border-bottom: 1px dotted gray;
	margin: 30px 0 0;
	padding: 10px 0;
	font-size: 12px;
}

tr.workshop_description {
	background: #d3d3d3;
	border: 1px solid #bbb;
	font-weight: bold;
}

td.workshop_type {
	width: 80px;
}

td.workshop_title {
	width: 400px;
}

/***** Schedule Tables Styles *****/

#schedule_table {
	width: 690px;
	font-size: 12px;
}

#schedule_table td {
	padding: 0 0 0 5px;
	vertical-align: middle;
}

tr.schedule_date {
	background: #a2a2a2;
	color: #fff;
	font-weight: bold;
}

tr.schedule_date td {
	height: 25px;
	vertical-align: bottom;
	font-size: 14px;
	background: #a2a2a2;

}

#session_schedule_table {
	width: 695px;
	font-size: 11px;
}

#session_schedule_table tr td {
	padding: 4px 0 4px 3px;
}

td.session_schedule_day {
	width: 85px;
	font-size: 14px;
	font-weight: bold;
}

tr.date_header {
	background: #a2a2a2;
	color: #fff;
}

tr.date_header td {
	background: #a2a2a2;
	color: #fff;
}


td.track {
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
}

tr.session_schedule_type {
	background: #8c8c8c;
	color: #fff;
	font-size: 14px;
	padding: 0 0 0 5px;
}

tr.session_schedule_type td {
	padding: 2px 5px;
	background: #8c8c8c;
}

tr.session_schedule_info td{
	text-transform: uppercase;
	border-bottom: 1px solid #d3d3d3;
}

tr.bold {
	font-weight: bold;
}

table.workshop_glance_table {
	width: 690px;
}

table.workshop_glance_table td {
	padding: 4px 3px;
	border-bottom: 1px solid #ccc;
}

td.wg_date {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #8c8c8c;
}

td.wg_type {
	width: 15%;
}

#center_column_schedule {
	float: left;
	width: 700px;
	padding: 0 0 0 20px;
	margin: 30px 0 0;
	border-right: 1px dotted gray;
	background: #fff;
	overflow: hidden;
}

#schedule_links {
	float: left;
	margin: 20px 50px 0 0;
}

#schedule_links li {
	display: inline;
	margin: 0 20px 0 0;
}



/***** Sidebar Left *****/

#sidebar_left {
	float: left;
	width: 140px;
	padding: 0 0 0 20px;

}

#home_anchor_links {
	border-bottom: 1px dotted gray;
	padding: 0 10px 0 0;
	font-size: 14px;
}

#countdown_calendar {
	background: #f4f3f1;
	padding: 15px 10px;
	margin: 25px 15px 25px 0;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e7e6e1;
}

#countdown_number {
	font-size: 62px;
	color: #ffa00a;
}

#countdown_now {
	font-size: 30px;
	color: #ffa00a;
}

#follow_us_links {
	padding: 0 10px 0 0;
	margin: 25px 0;
	border-top: 1px dotted gray;
}

#follow_us_links h4 {
	background: transparent url(style/images/follow_us_title.png) no-repeat bottom left;
	height: 24px;
	width: 124px;
	text-indent: -9999px;
	margin: 35px 0 20px;
}

#fb_logo {
	margin: 0 20px 0 0;
}

#sidebar_left li {
	margin: 0 0 20px;
}

/***** Sidebar Right *****/

#sidebar_right {
	float: right;
	width: 270px;
	margin: 220px 0 0;
	border-top: 1px dotted gray;
	overflow: hidden;
}

#quick_nav_buttons {
	margin: 20px 0;
	padding: 0 0 35px 15px;;
	border-bottom: 1px dotted gray;
}


#search_widget {
	color: #addd51;
	font-size: 18px;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#searchform #s {
	width: 150px;
	padding: 2px;
	border: 1px solid #000
}

#searchsubmit {
	margin: 10px 20px;
	padding: 1px;
	float: right;
	border: none;
	background: url(style/images/search_go_button.png) no-repeat center;
	width: 50px;
	height: 26px;
	text-indent: -9999px;
}

#twitter_feed {
	margin: 0 20px 0;
	padding: 10px 0 20px;
	background: #dedede;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}

#twitter_feed h5 {
	padding: 0px 0 20px 35px;
	margin: 0 0 0 10px;
	background: url('style/images/MS4Vision.png') no-repeat top left;
}

#twitter_feed p {
	margin: 12px 0 0 0;
	padding: 0 0 0 110px;
	font-size: 12px;
	background: url('style/images/twitter_logo.png') no-repeat 10px -3px;
	height: 15px;
}

ul.twitter {
	padding: 10px 10px 10px 5px;
	background: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
}

li.twitter-item {
	font-size: 12px;
	font-family: verdana;
	padding: 8px;
	border-bottom: 1px solid #d3d3d3;
}

span.twitter-timestamp {
	font-style: italic;
	font-size: 10px;
	display: block;
}

/***** Footer Styles *****/

#footer {
background: #fff;
padding: 45px 0 0 0;
overflow: hidden;
}

#sponsors_section {
	background: #fff;
	margin: 0 0 30px 20px;
}

#sponsors_section h5 {
	margin: 0 0 30px;
	font-size: 14px;
	color: #bbb;
}

#sponsors {
	width: 980px;
	height: 55px;
	background: url(style/images/sponsors.png) no-repeat top left;
}

#sponsors p {
	text-indent: -9999px;
}

#sponsors a {
	float: left;
	height: 60px;
}

.ibm {
	width: 100px;
	margin: 0 20px 0 0;
}

.cardon {
	width: 150px;
	margin: 0 20px 0 0;
}

.siemens {
	width: 160px;
	margin: 0 20px 0 0;
}

.ccc {
	width: 125px;
	margin: 0 20px 0 0;
}

.premier {
	width: 160px;
	margin: 0 20px 0 0;
}

.thinid {
	width: 150px;
	margin: 0 20px 0 0;
}

#sitemap {
	height: 400px;
	background: #231a18;
	padding: 30px 0 0 20px;
}

#sitemap .page-item-2,#sitemap .page-item-3,#sitemap  .page-item-4,#sitemap  .page-item-5,#sitemap  .page-item-6,#sitemap  .page-item-7,#sitemap  .page-item-8,#sitemap  .page-item-9,#sitemap  .page-item-19,#sitemap .page-item-10 {
	float: left;
	font-size: 13px;	
	margin: 0 10px 0 0;
}

#sitemap ul.subpage {
	font-size: 11px;
	margin: 5px 0 0 8px;
}

#sitemap a {
	color: #ff9c00;
}

#sitemap a:hover, sitemap a:active {
	color: #ff8a00;
}

#sitemap ul.subpage a {
	color: #a87320;
}

#sitemap ul.subpage a:hover, #sitemap ul.subpage a:active, #sitemap ul.subpage a:focus {
	color: #ff8a00;
}

#sitemap h6 {
	color: #434343;
	font-size: 12px;
	margin-top: 30px;
}


