/* main.css */

/* 
Title:		HighEdWeb 2008 Conference: Infinite Solutions Website
Author: 	jimwelch@missouristate.edu
*/
* {margin:0;padding:0;}

body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #fffcee;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 0;
	}

p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #554840;
	}

h1 {font-size: 1.8em;}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px #39302b dotted;
	}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.4em;
	}

h1,h2,h3 {margin: 1em 0;}

h4, h5 {
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
ul {
	margin: 0;
	padding-left: 20px;
	/*list-style-type: none;*/
	list-style-image: url(../images/orangebullet.gif);
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	}
	 
img {
  border-style: none;
  }
  
.bigquote {
	color: #f9c88a;
	margin: 0;
	padding: 0;
	font: 9em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	float: left;
	}
	
blockquote {
	margin: 0 10px 10px 0;
	font: 1.5em/1.6 Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding-left: 64px;
	/*background: url(../images/quote-mark.gif)  no-repeat left top;*/
	}
	
cite {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	float: right;
	margin-right: 10px;
	}

dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

dd {
	margin: 0;
	}
	
th {
	font-weight:bold;
	text-align:center;
	}
	
/*----------------------------------------------------------------LAYOUT---*/
.inner-wrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	} 
#inner-wrap a {text-decoration:none; color:#fff; font-size:80%; font-weight:bold;}
#inner-wrap a:hover {text-decoration:underline;}

#branding {
	height: 130px;
	background: #8eb5d9 url(../images/branding-bg.jpg) repeat-x left top;
	}
	
#branding .inner-wrap {
	position: relative;
	}
	 
#branding h1 {
/*	margin: 0 0 0 10px;
	padding: 10px 0;
	background: url(../images/logo4.gif) no-repeat;
	background-position: 10px 14px;*/
	width: 340px;
	margin: 0;
	height: 93px;
	padding: 15px 0 10px 0;
	/*	text-indent: -9999px;*/
	}

#branding h1 img	{
	float:left;
	}
#promo a {
	text-decoration:underline;
	color: #e1dfdf;
}
#promo a:hover {text-decoration:underline;}	
/*--------------------------------------------------------------NAVIGATION---- */

#top-nav{
	position: absolute;
/*	top: 95px; */
	margin-top: -13px;
	*margin-top: 45px;
	_margin-top: -13px;
	right: 8px;
	z-index: 999;
	list-style: none;
	list-style-image: none;
	}
		
#top-nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	}
	
#top-nav li a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #39302b;
	border: 1px #5b82b6 solid;
	border-bottom: none;
	background: #8eb5d9 url(../images/off-tab.gif) repeat-x left top;
	}
	
/* apply styles for a 'current page' tab **************/
#top-nav li a:hover, 
#top-nav li.SelectedSection a{
	color: #fff;
	background: #39302b url(../images/on-tab.gif) repeat-x left top; 
	}
#pix {
	float: left;
	padding: 0 10px 0px 10px;
	margin: 0 5px 5px 0;
}
#promo {
	background: #39302b;
	border-bottom: 80px #554840 solid;
	margin: 0;
	height: 200px;
	}
	
#promo .inner-wrap {
	position: relative;
	}
	
#promo h2 {
	background: url(../images/tagline2.gif) no-repeat;
	background-position: 10px 28px;
	height: 128px;
	width: 600px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	}
	
#promo .hightlight {
	font-size: 3em;
	margin: 0;
	padding: 0;
	}
		
#promo p {
	color: #fbf9f0;
	margin: 12px 320px 0 15px;
	font-size: 1.2em;
	line-height: 1.8em;
	}
	
#promo strong {
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: bold;
	/*text-transform: uppercase; */	
	}

#promo .inner-wrap p {
	color: #e1dfdf;
	margin: 6px 310px 0 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	}

/*
.reg-button {
	float: right;
	margin-top: 36px;
	border: none;
	}
*/

	
.prop-button, .reg-button {
	position: absolute;
	top: 218px;
	border: none;
	}
	
.reg-button {
	left: 415px;
	}
	
.prop-button {
	left: 245px;
	}
	
#promo .inner-wrap #flashmovie {
	position: absolute;
	right: 10px;
	top: 0;
	}

/* ----------------------------------style for promo section of interior pages */
#interior-promo {
	background: #39302b;
	border-bottom: 30px #554840 solid;
	margin: 0;
	height: 70px;
	}
	
/*#interior-promo h3 {
	font: 3em bold "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	letter-spacing: -1px;
	color: #f9a336;
	margin: 0 0 0 10px;
	padding: 14px 0 0 0;
	}*/

/*--------------------------------------------------content-main---*/	

#content-main {
	color: #39302b;
	padding: 12px 0 24px 0;
	}
	
#content-main img {
	padding: 4px;
	background: #fff;
	border: 1px #999 solid;
	}
	
/*s---------------------------------------------------links---------*/	

#content-main a {
	color:#39302b;
	text-decoration:underline;
	}
	
#content-main a:hover {
	color:#f5a336;
	text-decoration:none;
	}
/*--------------------------------------------------content-sub-----*/	
	
#content-sub {
	background: #39302b url(../images/content-sub-bg.jpg) repeat-x left bottom;
	color: #fbf9f0;
	padding: 12px 0 16px 0;
	border-top: 20px #f9a336 solid;
	}
	
#content-sub p {
	color: #fbf9f0
	}
	
#content-sub .inner-wrap {
	background: #554840 url(../images/rounded-top.gif) no-repeat 0 0;
	margin-top: 12px;
	}
	
#content-sub a {
	color:#fffcee;
	/*text-decoration:none;*/
	}
	
#content-sub a:hover {
	color:#f5a336;
	text-decoration:underline;
	}
	
#content-sub h3 {
	color: #f5a336;
	border-bottom: 1px #927b6e dotted;
	}
	
#exhibitor-list {
	width: 120px;
	float: left;
	}
	
#footer {
	background: url(../images/inner-cont_sub-bg.gif) no-repeat right bottom;
	}
	
#footer .col1, #footer .col2, #footer .col3 {
	padding-top: 0;
	}
	
#footer h4 {
	font-size: 110%;
	margin-left: 10px;
	}

#footer ul  {
	margin-left: 30px;
	padding-left: 0;
	list-style-image: url(../images/darkorangebullet.gif);
	}

ul#airlines {
	font-size: 90%;
	list-style-type: none;
	padding-left: 23px;
	list-style-image: none;
	}
	
#airlines img {
	border: none;
	background: none;
	}

img.Plain{
	border: none !important;
	background: none !important;

}

#airlines li {
	padding-left: 0;
	margin-left: -10px;
	padding-bottom:5px;
	background: none;
	width: 202px;
	float: left;
	}

#airlines ul 
{
	float: left;
}

#keynotes 
{
	width:100%;
}
	
#keynotes div
{
	float:left;
	width:45%;
	margin-bottom:1em;	
}

#keynotes div#Veen 
{
	margin-right: 30px;
	}

#home #keynotes div#Veen 
{
	margin-right: 15px;
	margin-left: 10px;
	}

#keynotes div img
{
	float:left;
	margin-bottom: 10px;
}

#keynotes h4
{
	margin-top:0;
	font-size:130%;
}

#keynotes p
{
	font-size:105%;
	margin-left: 0;
}

#NingBadge
{
	margin: 10px;
}

#FinalNotes h4 {
	font-size: 120%;
	margin-left: 10px;
	}

#FinalNotes ul {
	font-size: 100%;
	margin-left: 0;
	}
	
#VideosPodcasts 
{
	margin-left: 10px;
}

#VideosPodcasts .keynote
{
	width:45%;
	float:left;
	padding-bottom: 15px;
	font-size: 120%;
}

#VideosPodcasts h4
{
	font-size: 120%;

}

#VideosPodcasts p
{
	margin-left: 0;

}

/* ----------------------------------------------------custom bullets--*/

#conf-sched dd {
	padding-left: 14px;
	background: url(../images/bullet-orange_lightmatte.gif) no-repeat 0 50%;
	}

dl#conf-sched {
	padding-left: 15px;	
	}

#conf-sched dt {
	margin-bottom: 0;
	margin-top: 5px;
	}	

.interior-col2 li {
	/*padding-left: 14px;
	background: url(../images/bullet-orange_lightmatte.gif) no-repeat 0 50%;*/
	}

ul.rsslist 
{
	padding-left: 20px;

}

.rsslist li {
	list-style-image: url(../images/orangebullet.gif);	
	
	}

li.NoBullet {	
	list-style-image: none;
	list-style-type: none;
	margin-left: -15px;
	}
/* ------------------------------------------------END custom bullets--*/

.col1, .col2 {
	float: left;
	width: 600px;
	}
	
.col3 {
	float: left;
	width: 299px;
	}
	
.col1 h3, .col1 p, .col1 ul, .col1 dl {
	margin-left: 10px;
	margin-right: 10px;
	}
	
.col2 h3, .col2 p, .col2 ul, .col2 dl {
	margin-left: 10px;
	margin-right: 10px;	
	}
	
.col3 h3, .col3 p, .col3 ul, .col3 dl {
	margin-left: 10px;
	margin-right: 10px;	
	}

.col3 dt {
	font-weight: bold;
	margin-top: 6px;
	}

#content-sub .col3 img {
	background: #eee;
	border: 2px #eee solid;
	margin-left: 10px;
	margin-bottom: 10px;
	}

#content-sub .col3 p {
	margin-top: 16px;
	}
	
.Shaded 
{
	background-color: #f9a336;
	padding: 10px;
}

.Shaded h3 
{
	margin-top: 0px;
}

/*--------------------------------interior page styling of column layout--*/
	
.interior-col1 {
	float: left;
	width: 599px;
	border-right: 1px #dddacc dotted;
	padding-left: 10px;
	padding-right: 14px;
	}
	
.interior-col2 {
	float: left;
	width: 252px;
	padding-left: 10px;
	padding-right: 14px;
	border-left: 1px #dddacc dotted;
	margin-left: -1px;
	}
	
/*.interior-col1 h3, .interior-col1 h4, .interior-col1 h5, .interior-col1 p, .interior-col1 ul, .interior-col1 ul, .interior-col1 dl {
	margin-left: 10px;
	margin-right: 14px;
	}
	
.interior-col2 h3, .interior-col2 h4, .interior-col2 h5, .interior-col2 p, .interior-col2 ul, .interior-col2 ul {
	margin-left: 14px;
	margin-right: 10px;
	}*/
	
.interior-col1 h5 {
	margin: 8px 0;
	padding: 0;
	font-weight: bold;
	/*font-size: 1.4em;*/
	}
	
.interior-col1 dl {
	list-style-type: disc;
	line-height: 1.5em;
	}

.interior-col1 dt {
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.4em;
	}
	
.interior-col1 dd {
	margin: 0 0 22px 0;
	padding: 0;
	line-height: 1.6em;
	}
	
.interior-col1 img {
	margin: 0 10px 0 0;
	padding: 5px;
	}
	
.interior-col1 ul {
	list-style-type: disc;
	line-height: 1.5em;
	margin-bottom: 10px;
	}
	
.interior-col1 li {
	margin: 8px 0 2px 10px;
	/*font-weight: bold;*/
	}
	
div#NewsResources h4 {
	font-size: 1.2em;
	padding-left: 10px;
	}
	
div#NewsResources img {
	border: none;
	padding: 5px 3px 0 0;
	background: none;
	}
	
/*--------------------------------------------------- begin site-info-nav---------*/

#site-info { 
/*	background: url(../images/inner-cont_sub-bg.gif) no-repeat right bottom;*/
	margin:0;
	}

#site-info a {
	color: #927b6e;
	text-decoration: none;
	}
	
ul#site-info-nav { 
	margin: 20px 0 0 5px;
	padding: 20px 0 0 5px;
	color: #dcd6bb;
	list-style-type: none;
	}
	
#site-info-nav li { 
	display: inline;
	}
	
#site-info-nav li a {
	color: #927b6e;
	padding: 0 5px 0 0; 
	border-right: 1px #927b6e solid;
	}
	
#site-info-nav a:hover, a:active {
	text-decoration: none;
	}

#site-info-nav li .last {
	border-right: none;
	}	

a#rss-feed {
	margin-left: 20px;
	padding-left: 18px;
	background: url(../images/feed-icon.gif) no-repeat 0 50%;
	color: #cc7c14;
	font-size: 90%;
	font-weight: bold;
	text-transform:uppercase;	
	text-decoration: none;
	}
	
#site-info p { 
	color: #927b6e;
	margin: 0 0 0 10px;
	padding: 0 0 6px 0;
	}	
	
/*----------------------------------------float classes--*/

.fltrt { 
	float: right;
	margin-left: 8px;
	}
	
.fltlft {
	float: left;
	margin-right: 8px;
	margin-left: 10px;
	}
	
img.fltrt 
{
	margin-left: 12px;
}	

img.fltlt 
{
	margin-right: 12px;
}	
	
.interior-col1 dd .fltrt { 
	float: right;
	margin-left: 8px;
	}
	
.interior-col1 dd .fltlft {
	float: left;
	margin-right: 8px;
	}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	#interior-pagetitle {
	background: #39302b;
	border-bottom: 30px #554840 solid;
	margin: 0;
	height: 70px;
	}
	
#interior-pagetitle h3, #interior-pagetitle h2 {
	font-size: 2.5em;
	font-weight: 600; 
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -1px;
	/*color: #f9a336;*/
	color: #f5a336;
	margin: 0 0 0 10px;
	padding: 17px 0 0 0;
	}

ul.AdjoiningLists 
{
	margin-top: 1.5em;}
.tabletext {font-size: 1.2em;}
