/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

@charset "utf-8";
/* CSS Document */


html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

#content {padding-bottom: 100px;}  /* must be same height as the footer */




.column:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.column {display: inline-block;}
/* Hides from IE-mac \*/
* html .column { height: 1%;}
.column {display: block;}
/* End hide from IE-mac */









body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; line-height: 24px;
	background: #000 ;
}

#container {
	width: 1000px; margin: 0 auto; overflow:visible;
}


	#logoannauniv {
	padding: 10px 16px 0 16px;
	float:left;
	position: absolute;
	left:136px;
	top: -13px;
	}	
	
	#logowaves {
	position: absolute;
	left:148px;
	top: 53px;
	}
	
	
	
	#aboutus {
	position: absolute;
	left: 669px;
	top:67px;
	}
	
		#prize {
		position:absolute;
		left:800px;
		top:-7px;
	}
	
	#days {
		position:absolute;
		left:715px;
		top:15px;  
	}
	
	#login{
	position:absolute;
	left: 667px;
	top:157px;
	}
	
	#register{
	position:absolute;
	left: 767px;
	top:157px;
	}
		
	
	#header ul#logo a {
		display: block; width: 221px;  height: 107px; float: left;
		background: url(images/logo.jpg); text-indent: -9999px;
	}

	#header ul#nav {
	position:absolute;
	left:105px;
	top:110px;
	float: left;
	margin:20px 0 0 0;
	}
		#header ul#nav li {
			float: left; list-style: none;
		}
		
			#header ul#nav li a {
				display: block; width: 120px; height: 34px; margin: 0 0 0 20px; padding: 12px 0 0 0; 
				font-size: 24px; text-transform: lowercase; color: #fff; text-decoration: none; text-align: center;
				text-shadow: 0 3px 3px #333;
			}
				/*#header ul#nav li a:hover, #header ul#nav li a.active {
					background: url(pics/navbar_contactus.png);
				}
		*/
		
			#logobar
		{
	position:absolute;
	left:125px;
	top:134px;
		}
		
		
		#navline
		{
	position:absolute;
	left:126px;
	top:177px;
		}
		
		
		
#content {
	width: 938px;
	padding: 16px 16px 60px 16px;
	overflow: visible;
	position:absolute;
	left:110px;
	top:170px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#content wavebox {
		margin: 0 0 0 0;
}

#content .column {
	width: 400px; float: left; padding: 0 40px 0 5px; margin: 0 0 24px 0;
}
	#content .column .main_content {
		width: 500px; height: 500px;  margin: 0 0 24px 0;
		font-size: 15px;color:#FFF;
	}
	
	
	#content .column .updates {
		width:250px; padding: 0 0 0 17px; margin: 0 0 5px 90px; 
		font-size: 20px;color:#f4ebd7;
	}
	
	
	
	
	
		#content .column .twitter {
		width:250px; margin: 0 0 0 100px;
	}
	
	
	
		
/*		
	#content .column dl dt {
		width: 55px; float: left; padding: 10px 0 0 0;  overflow: auto;
		color: #fff; font-size: 64px; line-height: 34px;
	}
		#content .column dl dt span {
			font-size: 16px; text-transform: uppercase; display: block;;
		}
		#content .column dl dd {
			float: left; width: 354px;
		}

		#content .column dl h4 {
			font-size: 32px; font-weight: normal; color: #fff; margin: 0 0 5px 0;
		}
*/



	#footer {position: relative;
overflow:visible;
	margin-top: 800px;
	
	/* negative value of footer height */
	height: 100px;
	clear:both;} 
	

		#footer-menu {
			margin-left:120px;
		}
		
		#container #content .column form .cflite tr td p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

		


		



{ margin: 0; padding: 0; }

html { overflow-y: scroll; }
a { text-decoration: none; }
p { font-size: 15px; margin: 0 0 20px 0; }
#page-wrap { width: 440px; margin: 20px auto; }

ul { list-style: none; }

#organic-tabs ul#featured li a { display: block; border-bottom: 1px solid #FFF; padding: 4px; color: #FFF; }
ul li:last-child a { border: none; }


#organic-tabs ul#featured li {display:block; color:#FFF}

#organic-tabs { background:#000; padding: 4px; margin: 0 0 30px 0; -moz-box-shadow: 0 0 5px #999; -webkit-box-shadow: 0 0 5px #999; color:#FFF }

#explore-nav { overflow: hidden; margin: 0 0 15px 0; }
#explore-nav li { width: 112px; float: left; margin: 0 5px 5px 0; }
#explore-nav li.last { margin-right: 0; }
#explore-nav li a { display: block; padding: 5px; background: #333; color: white; font-size: 15px; text-align: center; border: 0; }

#explore-nav li a:hover { background-color: #111; }

#robotics, #jquerytuts, #core, #classics { display: none; }


#explore-nav li#ex-featured a.current, ul#featured li a:hover { background-color: #800000; color: white; }
#explore-nav li#ex-core a.current, ul#core li a:hover { background-color: #800000; color: white; }
#explore-nav li#ex-jquery a.current, ul#jquerytuts li a:hover { background-color: #800000; color: white; }
#explore-nav li#ex-classics a.current, ul#classics li a:hover { background-color: #800000; color: white; }
#explore-nav li#ex-robotics a.current, ul#robotics li a:hover { background-color: #800000; color: white; }
