/*  
Originally created by Juxtaprose, (c) copyright 2007
http://juxtaprose.com/
*/

body {
	background: #2a2a2a; 
	color: #000;
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	text-align: center;	
}

/* centering and framing */
#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 950px;
	background: #f0f0f0;
	text-align: left;	
}

/* logo */
h1 {
	position: absolute;
	top: 0;
	left: 0;	
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.3em;
}

h1 a { 
	color: #fff;
 	text-decoration: none;
}

h1 span {
	display: none;
}


/* primary navigation (nav1 & nav2) */
.nav {
	clear: both;
	height: 35px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav1 {
	width: 498px;
	padding-left: 170px;
	background: #2E2F84;
	margin-bottom: 1px;
	border-left: 282px solid #565790;
}

#nav2 {
	width: 581px;
	padding-left: 87px;
	background: #89874D;
	border-top: 1px solid #3e3d3d;
	border-left: 282px solid #D0C774;	
}

.nav li {
	float: left;
	padding-top: 5px;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.nav a {
	display: block;	
	padding-top: 10px;
	height: 20px;	
	color: #fff;
	text-decoration: none;
}

.nav a:hover {
	text-decoration: underline;
}

#nav1 a {
	width: 88px;
	text-transform: uppercase;	
}

#nav2 a {
	width: 131px;
}	

.home #nav1_home, .projects #nav1_projects, .news #nav1_news,
.about #nav1_about, .contact #nav1_contact {
	color: #000;
	background: white;
	background-image: url("images/nav1-white-tab.gif");
	text-decoration: none;
}

.idea #nav2_idea, .business #nav2_business, .partner #nav2_partner,
.advertise #nav2_advertise {
	color: #000;
	background: white;
	background-image: url("images/nav2-white-tab.gif");
	text-decoration: none;
}

/* structural elements */
#sidebar {
	float: left;
	text-align: center;
	width:  282px;
	margin-top: 150px;
	padding-left: 0px;
	padding-right: 0px;	
	background: #f0f0f0;
	border-right: 668px solid #fff;
	margin-right: -668px;	
}

#main {
	float: left;
	width: 533px;
	padding-left: 70px;
	padding-right: 65px;
	padding-bottom: 40px;
	padding-top: 20px;
	min-height: 500px;
	background: #fff;	
}

#logo {
	margin-top: 100px;
	margin-left: 6px;
}

/* main text and inline elements */
#main .salute {
	margin-bottom: 31px;
	text-align: right;
}

#main .salute span {
	display: none;
}

#main h2 {
	color: #F4A321;
	font-size: 1.3em;
}

#main h3 {
	color: #F4A321;
	font-size: 1.2em;
	font-weight: normal;
}

#main p, #main div {
	width: 99%;
	font-size: 1.2em;
	line-height: 1.5em;
}

#main br {
	line-height: 1.2em;
}

#main div p {
	font-size: inherit;
}

#main .blogdate {
	font-size: 1.0em;
	margin-bottom: 8px;
}

#main li {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#main a {
	color: #89874D;
}

#main a:hover {
	color: #f0f0f0;
	background: #F4A321;
}

#sidebar a {
	color: #89874D;
}

#sidebar a:hover {
	color: #f0f0f0;
	background: #89874D;
}

/* sidebar text and inline elements */
#sidebar h2 {
	padding-bottom: 4px;
	padding-top: 5px;
	margin: 30px;
	padding-left: 10px;
	padding-right: 10px;	
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #2E2F84;
	text-transform: uppercase;
	border-bottom: 1px dotted #F4A321;	
}

#sidebar p {
	width: 202px;
	margin-left: 30px;	
	margin-right: 30px;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	font-size: 1em;
	line-height: 1.8em;
	color: #2E2F84;
}

#sidebar ul {
	text-align: left !important;
	margin: 30px;
	padding-left: 35px;
	font-size: 1em;
	line-height: 2.0em;
	color: #2E2F84;	
}

#domain ul {
	text-align: left !important;
	margin: 30px;
	padding-left: 65px;
	padding-right: 15px;
	font-size: 1em;
	line-height: 2.0em;
	margin-top: 0;
}

li.newbullet {
	list-style-image: url("images/bullet.gif");
}

/* convenience classes */
.linetall {
	line-height: 1.6em !important;
}

.bigtop {
	margin-top: 30px;
}

.bigbottom {
	margin-bottom: 20px;
}

.medpadtop {
	padding-top: 15px;
}

.notop {
	margin-top: 0 !important;
}

.nobottom {
	margin-bottom: 0 !important;
}


.stockphoto {
	border: 4px solid #F4A321;
	padding-top: 0;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 10px;	
}

.centered {
	text-align: center;
}

.ital {
	font-style: italic;
}

.clr {
	clear: both;
}

/* footer */
#footer {
	clear: both;
	width: 100%;
	height: 20px;
	padding-top: 7px;
	background: #F4A321;
	color: #fff;
	font-size: 0.875em;
}

#footer p {
	float: left;
	display: inline; /* for ie6 only */
	width: 340px;
	height: auto;
	margin-top: 0;
	margin-bottom: 6px;	
	margin-left: 7px;
}

#footer div {
	float: left;
	width: auto;
	text-align: left;	
}

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

#footer li {
	float: left;	
	display: inline;  /* for ie6 only */
	margin-left: 3px;	
}

#footer a {
	color: #fff;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer: Juxtaprose link */
#footer .juxta {
	clear: both;	
	width: 100%;
	background: #2a2a2a; 	
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0;
	text-align: right;
}

#footer .juxta a {
	color: #644;
	padding-right: 5px;	
}

#footer .juxta span {
	font-style: italic;
}