/**
 * Screen styles for VITTA
 * Author Matthew Holmes <www.ivt.com.au>
 * Created 5 Feb 2008
 */
 
 body {
 	margin: 0;
 	padding: 0;
 	color: #555;
 	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
 	}
 	
 	
 	/* links */
 	a {
 		color: #009791;
 		text-decoration: none;
 		}
 	a:hover {
 		text-decoration: underline;
 		}
 	a:focus {
 		outline: none;
 		}
 	a img {
 		border: 0;
 		}
 		
 		
 	/* common elements */
 	h1, h2, h3, h4, h5, h6, ul, form {
 		margin: 0;
 		padding: 0;
 		list-style: none;
 		}
 	h3 strong {
 		display: none !important;
 		}
 		
 		
 		
 		/* -- structure
 		------------------------------*/
 		#container {
 			width: 980px;
 			margin: 0 auto;
 			}
 			
 			
 			/* using clearfix solution to reduce any html markup just apply class="clearfix" to any div you want. */
 			.clearfix:after {
 				display: block;
 				clear: both;
 				height: 0;
 				content: ".";
 				visibility: hidden;
 				}
 			* html .clearfix { /* ie hack it needs to use height: 1%, does not support the :after pseudoclass */
 				height: 1%;
 				}
 			*+ html .clearfix {
 				height: 1%;
 				}
 				
 				
 			
 			/* -- header */
 			#header {
 				position: relative;
 				height: 110px;
 				}
 			#header h1 {
 				padding: 30px 0 0 20px;
 				}
 				
 				/* -- navigation */
 				ul#nav {
 					position: absolute;
 					right: 0;
 					bottom: 30px;
 					}
 				#nav li {
 					float: left;
 					margin: 0;
 					background: url(../webimages/bg-nav-divider.gif) right no-repeat;
 					}
 				#nav li.end {
 					background: none;
 					}
 				#nav li a {
 					float: left;
 					display: block;
 					margin: 0;
 					padding: 0 12px;
 					color: #009791;
 					font-size: 1.3em;
 					font-weight: bold;
 					text-decoration: none;
 					text-transform: lowercase;
 					}
 				#nav li.end a {
 					padding: 0 0 0 12px;
 					}
 				#nav li a.on, #nav li a:hover {
 					color: #0067ca;
 					}
 					
 					
 				/* -- search */
 				div#search {
 					position: absolute;
 					top: 24px;
 					right: 0;
 					}
 				div#search p {
 					margin: 0;
 					}
 				div#search input {
 					margin: 0 3px 0 0;
 					}
 				div#search button {
 					width: 73px;
 					height: 21px;
 					padding: 0;
					border: 0;
					background: url(../webimages/btn-search.jpg) no-repeat;
					cursor: pointer;
					text-indent: -999em;
 					}
 				
				/* -- login */
				div#login {
					position: absolute;
					top: 20px;
					right: 260px;
					}	
 					
 			/* -- advertising */
 			#advertising {
 				float: left;
 				width: 728px;
 				}
 				
 			
 			/* -- conference */
 			#conference {
 				float: right;
 				width: 242px;
 				}
 				
 				
 			
 			/* -- main body */
 			#main-body {
 				position: relative;
 				top: -15px;
 				margin: 0;
 				background: url(../webimages/bg-content.gif) top repeat-y;
 				}
 			#inner-main-body {
 				background: url(../webimages/bg-content-top.gif) top no-repeat;
 				}
 			#main-body .col {
 				float: left;
 				width: 212px;
 				margin: 0 1px 0 0;
 				padding: 20px 16px 5px;
 				font-size: 1.19em;
 				line-height: 1.6;
 				}
 			#main-body .col h3 {
 				margin: 0 0 10px;
 				}
 			#main-body .col h4 {
 				margin: 10px 0 0;
 				color: #0067cb;
 				font-size: 1.2em;
 				font-weight: normal;
 				}
 				
 				
 				/* partners */
 				ul.partners {
 					text-align: center;
 					}
 				ul.partners li {
 					float: left;
 					width: 106px;
 					height: 50px;
 					}
 				
 				
 				/* links */
 				ul.links {
 					margin: 25px 0 0;
 					}
 				ul.links li {
 					width: 100%;
 					margin: 0;
 					padding: 0;
 					background: #eaeaea;
 					}
 				ul.links li.linksrow {
 					background: #fff;
 					}
 				ul.links li a {
 					display: block;
 					margin: 0;
 					padding: 4px 12px 4px 28px;
 					font-size: 1.1em;
 					color: #2fa8a3;
 					text-decoration: none;
 					background: url(../webimages/ul-links-icon.gif) 10px 8px no-repeat;
 					}
 				ul.more {
 					margin: 10px 0 0;
 					}
 				ul.more li a {
 					color: #0067cb;
 					background: url(../webimages/ul-more-icon.gif) 10px 8px no-repeat;
 					}
 					
 					
 				/* list */
 				div.list, div.industryList {
 					padding: 5px 0;
 					
 					}
 				div.list a {
 					display: block;
 					padding: 0 0 0 28px;
 					color: #0067cb;
 					font-size: 1.2em;
 					text-decoration: none;
 					background: url(../webimages/ul-more-icon.gif) 10px 5px no-repeat;
 					}
 				div.resources div.list a {
 					display: block;
 					padding: 0 0 0 28px;
 					color: #2fa8a3;
 					font-size: 1.2em;
 					text-decoration: none;
 					background: url(../webimages/ul-links-icon.gif) 10px 5px no-repeat;
 					}	
 				div.list span.date, div.industryList span.date {
 					padding: 0 0 0 28px;
 					}
 					
 				/* twitter */			
				ul.twitter {
					margin: 10px 0 0;
					padding: 0;
					}
				
				ul.twitter li a {
					padding: 18px 0 0 90px;
					margin: 0;
					background: url(../webimages/twitter.gif) 0 0 no-repeat;
					display: block;
					height: 26px;
					}
 				
 				/* banners */
 				
 				div#banners ul li { display: inline; float: left; margin: 0 16px; }
 				div#banners ul li img { width: 212px; }
 				
 			
 			/* -- footer */
 			#footer {
 				background: #009791;
 				color: #fff;
 				font-size: 1.1em;
 				}
 			#footer a {
 				color: #fff;
 				}
 			#footer p {
 				margin: 0;
 				padding: 10px 20px;
 				}
 			#footer p.copyright {
 				float: left;
 				background: url(../webimages/bg-left-footer.gif) bottom left no-repeat;
 				}
 			#footer p.credits {
 				float: right;
 				background: url(../webimages/bg-right-footer.gif) bottom right no-repeat;
 				}
 				
 				
 				/* fade effect for footer */
 				#fade {
 					height: 35px;
 					background: url(../webimages/bg-fade.gif) no-repeat;
 					}
 					
 			
 			
 				/* thickbox styles do not remove or modify 
				---------------------------------------------------------------*/
				#TB_overlay {
					position: fixed;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					z-index: 100;
					}
					
					/* overlay hack for mac */
					.TB_overlayMacFFBGHack {
						background: url(../webimages/machack.png) repeat;
						}
						
					.TB_overlayBG {
						background: #000;
						filter: alpha(opacity=75);
						-moz-opacity: 0.75;
						opacity: 0.75;
						}
						
					/* ie6 hack for overlay to work */
					* html #TB_overlay {
						position: absolute;
						height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
						}
						
					#TB_window {
						position: fixed;
						top: 50%;
						left: 50%;
						display: none;
						border: 5px solid #999;
						background: #fff;
						text-align: left;
						z-index: 102;
						}
						
					/* ie6 hack for window to work */
					* html #TB_window {
						position: absolute;
						margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
						}
						
					#TB_caption {
						display: none !important;
						}
						
					#TB_title {
						height: 30px;
						background: #e8e8e8;
						}
						
					#TB_closeAjaxWindow {
						float: right;
						padding: 7px 7px 5px 0;
						text-align: right;
						}
						
					#TB_ajaxContent {
						clear: both;
						margin: 0;
						padding: 15px;
						text-align: left;
						overflow: auto;
						}
						
					/* loading position */
					#TB_load {
						display: none;
						position: fixed;
						top: 50%;
						left: 50%;
						width: 208px;
						height: 13px;
						margin: -6px 0 0 -104px;
						z-index: 103;
						}
					
					/* ie6 hack for load to work */
					* html #TB_load {
						position: absolute;
						margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
						}	
						
						
						/* dashboard
						--------------------*/
						#TB_ajaxContent #dashboard_title {
							height: 72px;
							margin: 0;
							padding: 0;
							background: #fff;
							}
						#TB_ajaxContent #dashboard_title h2 {
							padding: 20px;
							background:  url(../webimages/bg-content-title-right.gif) bottom right no-repeat;
							color: #00998e;
							font-size: 1.8em;
							font-weight: normal;
							}
						#TB_ajaxContent #dashboard_title div {
							background: #dedede url(../webimages/bg-content-title-left.gif) bottom left no-repeat;
							}
						#TB_ajaxContent form,
						#TB_ajaxContent form fieldset {
							margin: 0;
							padding: 0;
							border: 0;
							}
						#TB_ajaxContent form ol {
							list-style: none;
							margin: 0;
							padding: 0;
							}
						#TB_ajaxContent form li {
							clear: both;
							margin: 0 0 .75em;
							padding: 0;
							}
						#TB_ajaxContent form label {
							float: left;
							width: 65px;
							margin-right: 5px;
							padding: 4px 0 0;
							text-align: right;
							font-size: 1.2em;
							}
						#TB_ajaxContent form label:after {
							content: ":";
							}
						#TB_ajaxContent form input {
							width: 170px;
							}
						#TB_ajaxContent form button {
							margin-left: 70px;
							padding: 0;
							border: 0;
							background: transparent;
							cursor: pointer;
							}
						#TB_ajaxContent a {
							font-size: 1.1em;
							}
 					
 					
 			
 			
