/*
Theme Name: 101 Web Technology - Emerging Tech
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(/images/bg.gif);
	background-position: top left;
}

#container {
	position: relative;
	width: 900px;
	height: 90%;
	margin: 10px auto 0px auto;
	background-color: #FFFFFF;
	color: #4b4b4b; 
	padding-right: 10px;
}

#subscribe ,
#side_subscribe {
	margin: 10px 10px 0px 0px;
	padding-right: 35px;
	float: right;
	text-align: right;
	font-size: 0.7em;
	background-image: url(/images/rss.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}
 
#subscribe a {
	color: #9B9B9B;
	text-decoration: none;
}

.logo {
	margin: 5px 5px;
}

#login {
	position: absolute;
	top: 5px;
	left: 25px;
	width: 355px;
	height: 59px;
	background-image: url(/images/bg_login.gif);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1;
}

#login ul.tabs {
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#login ul.tabs li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#login .tabs {
	font-size: 0.70em;
}

#login .tabs a {
	background-color: #CCCCCC;
	background-image: url(/images/login_tab_left_hover.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 3px 5px 10px;
	color: #000000;
	text-decoration:none;
}

#login .tabs a:hover {
	background-color: #E2E2E2;
	background-image: url(/images/login_tab_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 3px 5px 10px;
	color: #000000;
	text-decoration:none;
}

#login .tabs li a.selected { /*selected main tab style */
	background-color: #E2E2E2;
	background-image: url(/images/login_tab_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #000000;
	text-decoration:none;
}

#login form {
	position: absolute;
	top: 48px;
	left: 0px;
	width: 195px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	background-color: #E2E2E2;
}

#login input {
	border: 1px solid #60A9D7;
	background-color: #C7C7C7;
	font-size: 0.7em;
	color: #3F3F3F;
}

#login label {
	width: 50px;
	float: left;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 0.7em;
}

#login .text {
	width: 100px;
	float: right;
	margin: 0px 5px 3px 0px;
	padding: 0px;
}

#login .button {
	margin: 0px 0px 3px 148px;
}

#login form p {
	font-size: 0.70em;
	padding: 2px 5px;
}
#banner {
	position: relative;
	margin-top: 10px;
}

#nav {
	position: absolute;
	top: 60px;
	right: 18px;
	font-size: 0.75em;
}

#nav ul {
	margin:0;
    padding:0;
    list-style:none;
}

#nav ul li {
	float:left;
	list-style: none;	
	background:url(/images/nav_tab_r_on.jpg) no-repeat right top;
	padding: 2px 0px 7px 0px;
	margin: 0px 2px 0px 0px;
}

#nav ul li:hover {
	float:left;
	background:url(/images/nav_tab_r.jpg) no-repeat right top;
}

#nav a {
	background:url(/images/nav_tab_l_on.jpg) no-repeat left top;
	text-decoration:none;
	color: #1A1A1A;
	padding: 2px 20px 7px 20px;
	margin: 0px;
}

#nav a:hover {
	text-decoration:none;
	background:url(/images/nav_tab_l.jpg) no-repeat left top;
	padding: 2px 20px 7px 20px;
	color: #FFFFFF;
	text-decoration:underline;
}

#nav ul li.current {
	float:left;
	background:url(/images/nav_tab_r.jpg) no-repeat right top;
}

#nav li.current a {
	background:url(/images/nav_tab_l.jpg) no-repeat left top;
	color: #FFFFFF;
}

.adSpace {
	float: right;
	width: 650px;
	height: 182px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: top left;
}

.adSpace h1 {
	margin: 70px 8px 5px 237px;
	font-size: 0.9em;
	color: #3E6387;
	text-transform: uppercase;
}

.adSpace p {
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: transparent;
}

.adSpace a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.adSpace h1 a {
	color: #3E6387;
}

.adSpace h1 a:hover {
	border-bottom: 1px solid #FFFFFF
}


.default {
	background-image:url(images/bg_adspace.gif);
}

.default p {
	margin: 10px 5px 5px 20px;
}

.latestSite {
	background-image:url(/images/ads/feature_site.jpg);
}

.latestSite p {
	margin: 40px 10px 5px 30px;
}

.latestSite .preview {
	position: absolute;
	top: 15px;
	left: 270px;
	z-index: 100;
}

.latestSite .preview img {
	border: 1px #FFFFFF solid;
}

#content {
	width: 100%;
	color: #4b4b4b;
	
}

#text {
	width: 630px;
	float: left;
	padding: 30px 15px 25px 22px;
	font-size: 0.8em;			
}

#text h1 {
	font-size: 1.25em;
	margin: 0px;
}

#text h2 {
	font-size: 1.15em;
	margin: 0px;
}

#text h3 {
	font-size: 1.05em;
	margin: 0px;
}

#text h1 span , 
#promo h1 span , 
#text h2,
#text h2 a,
#text h3,
#text h3 a {
	color: #3e9de2;
}

#text .entry {
	margin-top: 5px;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
}

#text .title {
	width: 100%;
}

#text small {
	float: right;
}

#text .wp-caption {
	float: left;
	width: 190px;
	font-size: 0.8em;
	background-color: #D1E4F2;
	padding: 5px;
	margin-right: 5px;
	text-align: center;
}

#text .cs-desc {
	margin-top: -10px;
	width: 410px; 
	float: right;
}

#text a {
	color: #999999; 
}

#text p , 
#text li ,
#text td ,
#textWide p , 
#textWide li ,
#textWide td {
	font-size: .9em;
	/*letter-spacing: .5px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#text .imgFloatL {
	margin: 3px 7px 3px 0px;
	float: left;
}

#text .navigation {
	width: 100%;
	border: 1px dashed #EEEDED;
	padding: 3px;
	clear: all;
}

#text .navigation a {
 	color: #4F4F4F;
}

#text .navigation a:hover {
 	color: #67A6D3;
}

#text .navigation .alignright {
	width: 40%;
	float: right;
	text-align: right;
	border-left: 1px dashed #CCCCCC;
}

#text .navigation .alignleft {
	width: 40%;
	float: left;
	text-align: left;
	border-right: 1px dashed #CCCCCC;
}


#promo {
	width: 160px;
	float: right;
	padding: 0px 15px 15px 10px;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 0.8em;			
  background-color: #E7E7E7;	
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}	

#gAds {
	width: 180px;
	float: right;
}

#promo h2 {
	font-size: 1.25em;
	margin: 5px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#promo ul {
	margin: 0px;
	padding: 0px;
}


#promo ul li {
	list-style: none;
}
	
.footerInfo {
	width: 100%;
	height: 65px;
	background-image:url(images/bg_footInfo.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 0.7em;
}

.footerInfo p {
	width: 460px;
	float: right;
	text-align: right;
	margin-right: 5px;
	margin-top: 38px;
}

.footerInfo .icons {
	width: 200px;
	float: left;
	margin-left: 5px;
	margin-top: 37px;
}	

.footerInfo a {
	text-decoration: none;
	color: #999999;
}

#foot {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: 75px;
	background-image:url(images/bg_foot.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #999999;
	padding: 0px 0px 30px 0px;
	font-size: 0.7em;
	text-align: center;
	color: #CCCCCC;
}

#foot a {
	color: #CCCCCC;
}

