/*
Theme Name: Tech Now
Theme URI: http://technow.com/
Description: Custom theme for Tech Now.
Version: 1.0
Author: Matt Redman
Author URI: http://mattred.com/
Tags: two column, fixed width
*/

/* The Grid */

body {
	border:none;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: red;
	color: black;
	position: absolute;
	font-family: "Tahoma", Tahoma, "Arial", sans-serif;
	display: block;

	}

img {
	border: none;
	margin: 0;
	}
	
#outer {
	width: 960px;
	clear: both;
	float: none;
	position: relative;
	margin: 0 auto 0 auto;
	}


#container {
	background-repeat: repeat-y;
	background-image: url(http://technow.com/wp-content/themes/technow/images/repeat.png);
	position: absolute;
	border: none;
	width: 960px;
	margin: 20px auto 0 auto;
	padding: 0 0 5px 0;
	background-color: #f1f1f1;
	}
	
	
#header {
	border: none;
	height: 105px;
	width: 960px;
	margin: 0;
	padding: 0;
	background-image: url(http://technow.com/wp-content/themes/technow/images/header.png);
	background-color: #777777;
	float: left;
	position: relative;
	display: block;
	}
	

#navigation {
	border: none;
	height: 52px;
	width: 743px;
	margin: 0 220px 0 auto;
	padding: 0;
	background: none;
	color: white;
	float: none;
	position: static;
	}
	
#search {
	border: none;
	height: 53px;
	width: 180px;
	margin: 0;
	padding: 10px 20px 0 20px;
	background: #f1f1f1;
	color: black;
	float: right;
	position: static ;
	z-index: 5;
	display: block;
	text-align: right;
	}
	

#content {
	border: none;
	height: auto;
	width: 740px;
	margin: 0;
	padding: 0;
	background: white;
	color: black;
	float: left;
	}
	
#context {
	margin: 20px 20px 0 20px;
	z-index: 5;
	}
	
#context a {
	color: black;
	text-decoration: none;
	}
	
#context a:hover {
	text-decoration: underline;
	}
	
#context .pager{
	font-size: .8em;
	}

#context .pager a {
	font-size: .8em;
	text-decoration: underline;
	}
	
#featured {
	border: black 1px;
	height: 300px;
	width: 700px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 0px;
	background: black;
	color: black;
	float: left;
	}
#featuredcontent {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 300px;
	list-style: none;
	overflow: hidden;
	float: left;
	z-index: 20;
	display: list-item;
	}
	

#featuredcontent img, #featuredcontent ul, #featuredcontent li{
	z-index: 21;
	width: 700px;
	height: 300px;
	overflow: hidden;
}
#footer {
	border: none;
	height: 226px;
	width: 960px;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	position: relative;
	}
	
#leftfoot {
	width: 740px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	}
	
#rightfoot {
	float: left;
	width: 220px;
	padding: 0;
	margin: 0;
	}
	

#row1, #row2 {
	position: relative;
	float: left;
	width: 720px;
	height: 77px;
	margin: 0 0 20px 20px;
	padding: 0;
	list-style: none;
	display: inline-block;
	}
	
#row1 ul, #row2 ul {
	margin: 0;
	padding: 0;
	}

#row1 li, #row2 li {
	width: 160px;
	height: 77px;
	margin: 0 14px 0 0;
	padding: 0;
	display: inline;
	}
	
#fineprint {
	float:left;
	position:relative;
	width: 720px;
	}
	
#fineprint p {
	margin: 0;
	padding: 0;
	}
	
#fixedsidebar {
	border: none;
	height:inherit;
	width: 180px;
	margin: 0px;
	padding: 20px 20px 0 20px;
	background: #f1f1f1;
	color: black;
	float: left;
	position: static ;
	z-index: 5;
	display: block;
	overflow: hidden;
	text-align: center;
	}
	
	
/* thenav */
#navigation ul {
	border-right: white 2px solid;
	height: 52px;
	margin: 0; 
	padding: 0; 
	color: white;
	float: right; 
	z-index: 1000;
	display: block;
	list-style-type: none;
	font-size: .9em; 
	}

#navigation ul li {
	border-left: white 2px solid;
	margin: 0; 
	padding: 0;
	height: 52px; 
	line-height: 52px; 
	width: 85px;
	float: left;
	display: block;
	text-align: center;
	z-index: 1000; 
	}

#navigation ul li a {
	padding: 0 5px 0 5px;
	color: white;
	text-decoration: none;
	}
	
#nagivation ul li a:hover {
	padding: 0;}

#navigation ul li:hover {
	}

#navigation ul li ul {
	border-left: none;
	margin: 0 0 0 0; 
	padding: 0; 
	width:100px;
	font-size: .8em;
	color: #ffffff; 
	position: relative; 
	list-style-type: none; 
	float: left;
	left: 0px;
	display: none;
	z-index: 500;
	height: auto;

	}

#navigation ul li ul a{
	border-left: none;
	color: #ffffff; 
	text-decoration: none;
	z-index: 500;
	}

#navigation ul li:hover ul {
	display: block;
	}

#navigation ul li ul li {
	border-left: none;
	margin: 0; 
	padding: 5px 10px 5px 10px;
	line-height: 14px; 
	background: #000000;
	text-align: left;
	display: list-item;
	width: 100px;
	height: auto;
	z-index: 500;
	}

#navigation ul li ul li:hover {
	background: red;
	}
	
#navigation ul li ul li a {
	padding: 0;
	width: 100px;
	float: left;
	z-index: 500;
	}
ul#objectives {
		padding-left: 20px;
		margin: 0;}

ul#objectives li {
		list-style: disc;
		list-style-position: outside;
		list-style-type: disc;
	}
	
#courselist {
	font-size: .8em;
	font-family: "Tahoma", "Arial", sans-serif;}
	
span.coursedet p {
	padding: 0;
	margin: 0;}

.post {
	z-index: 5;}
	
#green{
	width: 180;
	margin: 0 20px 0 20px;}

#vue {
	position: relative;
	}
	
.textwidget {
	font-size: .8em;
	text-align: left;
	}
#sidebar h4 {
	margin: 0;
	padding: 0;
	}
	
#context td {
	padding: 0;
	margin: 0;
	width: 237px;
	}
	
.textwidget p {
	padding: 10px 0 0 0;
	margin: 0;}

.textwidget p a {
	font-size: .9em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;}
	
.textwidget p a:hover {
	color: #000000;
	text-decoration: underline;}
	
.20px-margin {
	margin-left: : 20px; margin-right: 20px;}