/*
By Lenny Burdette

Derived from code by Kevin Cannon, http://www.multiblah.com and
Florian Jenett, mail@florianjenett.de

Created: 2005.08.29 04:28PM
Last Modified: 2005.08.30 06:23PM

*/

body {
	margin				: 0;
	padding				: 0;
	
	background-color	: #EFEFEF; /*#E2E2E2;*/  /* #FFFFFF; */  /* #333322 */
	
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size			: 100%; 
    font-size           : 0.7em;
	font-weight			: normal;
	line-height			: normal;
	color				: #333333;
}

img { border: 0px solid #000000; }


a {
	text-decoration: underline;
	font-weight: normal;
	color: #FF5500;
}

a:hover, 
a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #FF5500;
}

a:visited,
a:link:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #FF5500;
}


/* ================ LAYOUT ================== */

#container {
	width: 800px;
	margin-left: 0px;
	background-color: white;
}

/* ================ HEADER ================== */
#header {
	width: 800px;
	height: 58px;
	overflow: hidden;
	background-color: #FFFFFF;
	position:relative;
}

#header h1 {
		display: none;
		float: left;
}

#header form {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 200px;
	color: #bbb;
}

#header form input.text {
	width: 150px;
}

#header form p { margin: 0; }
#header form input {
	border: 1px solid lightgray;
	float: left;
	margin-top: 1px;
}

/* ================ NAVBAR ================== */

#navigation {
	font-size: 0.7em;
	color: #CCCCCC;
}

.navBar { font-size: 11px; 
	height: 20px; 
	padding: 5px 0 0 55px; 
}

.navBar a { color: #FF5500; }
.navBar a:visited {color: #FF5500; }

#mainnav { background: #fff; }
#mainnav_noSub { background: #ffffff; margin-bottom: 40px; }
#mainnav, #mainnav_noSub { position: relative; color: #cccccc !important; }
.lib-nav { color: #cccccc !important; }

#subNav { margin-left: 162px;   /* 264  Is this for the reference??? */
	background: #ffffff url(../img/nav_bottomarrow.gif) no-repeat; 
	padding-left: 33px;
	margin-bottom: 30px;
}

#subNav.learning { margin-left: 230px; }
.active { color: #777777 !important; }
.activeSub { color: #000000 !important; }
.feed { position: absolute; right: 171px; color: #cccccc }
.forum { position: absolute; right: 118px; color: #cccccc }
.wiki { position: absolute; right: 77px; color: #cccccc }
.codesvn { position: absolute; right: 31px; color: #cccccc }
.faq { position: absolute; right: 21px; color: #cccccc }

#subNav.hardware { margin-left: 293px; }
.active { color: #777777 !important; }
.activeSub { color: #000000 !important; }

#subNav.exhib { margin-left: 90px; }
.active { color: #777777 !important; }

#subNav.abo { margin-left: 490px; }
.active { color: #777777 !important; }

#subNav.learning_local { margin-left: 297px; }
.active { color: #777777 !important; }
.activeSub { color: #000000 !important; }

#subNav.hardware_local { margin-left: 360px; }
.active { color: #777777 !important; }
.activeSub { color: #000000 !important; }


/* ================ SPLASH ================== */

.splash {
	margin-left    : 0px;
	margin-right   : 0px;
	position: relative;
}


/* ================ CONTENT ================== */

.content {
	margin-left    : 55px;
	margin-right   : 50px;
	position: relative;
}

/* ================ FOOTER ================== */

#footer {
	clear: both;
	padding-top: 100px;
	color: gray;
}

#footer a {
	color: #FF5500;
}

#footer #copyright,
#footer #colophon {
	padding: 5px 0 5px 50px;
	color: gray;
}

#footer #copyright {
	background-color: #ffffff;
}

#footer #colophon {
	background-color: #ffffff;
}

#footer #colophon a {
	text-decoration: underline;
	color: #FF5500;
}

#footer #colophon span { color: #ccc; }

/* ================ TYPOGRAPHY ================== */

h1, h2, h3, h4, h5, h6
	{
	/*margin-bottom 		: 5px;*/

	color				: #5A5A5A; 
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight			: normal;

	line-height			: 1em;
	}

h1, h2, h3, h4
	{
	word-spacing		: 0.2em;
	}

h4, h5, h6
{
	font-weight			: bold; 
}

/* Font Sizes */

h1 { font-size			: 2em; 		}
h2 { font-size			: 1.85em; 	}
h3 { font-size			: 1.7em; 	}
h4 { font-size			: 1.5em; 	}
h5 { font-size			: 1.25em; 	}
h6 { font-size			: 1em; 		}

p { font-size			: 1em; 		}

pre {  
	font-family			: "Courier New", Courier, monospace; 
	font-size			: 11px; 
	line-height			: normal; color: #000000;
	font-weight			: none;
}

tt {  
	font-family			: "Courier New", Courier, monospace; 
	font-size			: 11px; 
	line-height			: normal; color: #000000;
}

code {  
	font-family			: "Courier New", Courier, monospace; 
	font-size			: 11px; 
	line-height			: normal; color: #000000;
}

li {margin-bottom: 1em; }

.error { color: #f00; margin: 0; }

/* syntax highlighting */

.keyword1 { color:#cc6600; }
.keyword2 { color:#cc6600; font-weight: bolder; }
.literal2 { color:#006699; }
.comment { color:#7e7e7e; }
.comment .keyword1 { color:#7e7e7e; font-weight: normal; }
.comment .keyword2 { color:#7e7e7e; font-weight: normal; }
.comment .literal2 { color:#7e7e7e; font-weight: normal; }
.comment .literal { color:#7e7e7e; font-weight: normal; }
.literal { color: #f00; }
.literal .keyword2{ color: #f00; font-weight: normal; }
.literal .keyword1{ color: #f00; font-weight: normal; }
.literal .literal2{ color: #f00; font-weight: normal; }

/* ================== RANDOM CLASSES =============== */
.clear { clear: both; }

/* ================== PAGE SPECIFIC CSS =============== */

/**************************************************************** Cover ***/

#Cover .rightcol { 
    float: left;
    width: 430px;
    margin-right: 38px;
	/*margin-top: 20px;*/
}

#Cover .twitter {
	float: right;
	width: 250px;
	margin-left: 465px;
	margin-top: 143px;
	position: absolute;
}

#Cover .leftcol { width: 250px; }

#Cover ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#Cover .content {
        margin-left    : 55px;
        margin-right   : 0px;
        position: relative;
}

#Cover #mainnav_noSub { background: #ffffff; margin-bottom: 20px; }


#Cover h3 { margin: 40px 0 0 0; }

/*.exhibition-small { padding: 0; margin: 0; }
.exhibition-small h3 { margin-top: 0px !important; }
p.exhibition-small { margin-top: 20px; margin-bottom: 10px; }
*/
dl { margin: 0; }
dt { font-style: italic; }
dd { margin: 0 0 1em 0; }

.happenings { margin-bottom: 30px; }

.courses-small dl { margin-top: -1em; }
.courses-small dt { font-style: normal; margin-top: 1em; }
.courses-small dd { margin: 0; }




/**************************************************************** Exhibition ***/

#Exhibition .colone { width: 224px; float: left; margin-right: 35px; }
#Exhibition .coltwo { width: 165px; float: left; margin-right: 25px; }
#Exhibition .colthree { width: 224px; float: left; margin-right: 20px; }
#Exhibition h2 { margin: 0 0 20px 0; font-size: 1em; }
#Exhibition h2.with-nav { margin-bottom: 0; }
#Exhibition .onecol { clear: both; }
#Exhibition td { vertical-align: top; }

/*#Exhibition #Index .content {
        margin-left    : 55px;
        margin-right   : 0px;
        position: relative;
}*/

#Collection .colone { width: 224px; float: left; margin-right: 35px; }
#Collection .coltwo { width: 165px; float: left; margin-right: 25px; }
#Collection .colthree { width: 224px; float: left; margin-right: 20px; }
#Collection h2 { margin: 0 0 20px 0; font-size: 1em; }
#Collection h2.with-nav { margin-bottom: 0; }
#Collection .onecol { clear: both; }
#Collection td { vertical-align: top; }

#Collection .content {
        margin-left    : 55px;
        margin-right   : 0px;
        position: relative;
}

#Tutorials .colone { width: 224px; float: left; margin-right: 35px; }
#Tutorials .coltwo { width: 165px; float: left; margin-right: 25px; }
#Tutorials .colthree { width: 224px; float: left; margin-right: 20px; }
#Tutorials h2 { margin: 0 0 20px 0; font-size: 1em; }
#Tutorials h2.with-nav { margin-bottom: 0; }
#Tutorials .onecol { clear: both; }
#Tutorials td { vertical-align: top; }

#Index .colone { width: 224px; float: left; margin-right: 35px; }
#Index .coltwo { width: 165px; float: left; margin-right: 25px; }
#Index .colthree { width: 224px; float: left; margin-right: 20px; }
#Index h2 { margin: 0 0 20px 0; font-size: 1em; }
#Index h2.with-nav { margin-bottom: 0; }
#Index .onecol { clear: both; }
#Index td { vertical-align: top; }

#Index .content {
        margin-left    : 55px;
        margin-right   : 0px;
        position: relative;
}

.curated-item { margin-bottom: 25px; }
.curated-item h5 { margin-top: 1em; color: #666; font-size: 1em; }
.curated-item h5 a { font-weight: bold; }
.curated-item p {  padding-right: 2em; }

#Network h2 { position: relative; }
#Network h2 a.addalink { position: absolute; left: 455px;}

dl.network dt { font-style: normal; }
dl.network dd { margin: 0; }
dl.network dd.date { color: #999999; margin-bottom: 1em; }

p.network { margin: 0 23px 1em 0; width:200px; }
p.network span.date { color: #999999; }

/*p.exhibition-nav { margin-top: 0px; margin-bottom: 10px; }*/

/**************************************************************** Reference ***/


#Language h5 a { float: left; margin-left: -30px; }

#Language .content {
        margin-left    : 55px;
        margin-right   : 0px;
        position: relative;
}

.skinny {
        margin-left    : 0px;
        margin-right   : 50px;
        position: relative;
}

#reference-nav { position: relative; width: 300px; height: 2em; padding-top: .5em; }
#reference-nav p { position: absolute; right: 10px; top: 0; margin: 0; }

.ref-notice { margin: 1.5em 0 2.5em 0; color: #006699; clear: both; margin-right: 40px;}

.ref-item { margin-bottom: 60px; }
.ref-item th { width: 100px; font-weight: normal; text-align: left; vertical-align: top; }
.ref-item td { vertical-align: top; padding-bottom: 2em; }
.ref-item td h3 { margin: 0; }
pre { margin: 0; }
tr.name-row { height: 80px; }

td p { margin-top: 0; }

.example img { float: left; margin-right: 15px; margin-bottom: 15px; }
.example { clear: both; margin-bottom: 15px; }
.example pre.margin { margin-left: 115px; }
hr.noShade { height: 0px; color: #ccc; background: #ccc; margin-bottom: 15px; clear: both; width: 60%; text-align: left; float: left; }

/*** ref index ***/
.abridged-notice { margin: 0 50px 30px 0; }

.libraries-top { margin: 20px 50px 15px 0; }
.libraries-bottom { margin: 0 50px 0px 0; }

div.ref-col { width: 30%; 
    margin-right: 2%; 
    float: left; 
}

.ref-col h3 { margin: 0;
	font-size: 1.25em;
	 }
.ref-col h5 { margin: 1.5em 0 0 0; 
	font-size: 1em; 
	font-weight: normal; 
	font-style: italic; 
}
.ref-col h3+h5 { margin-top: 0; }
.category { margin-bottom: 30px; }

.ref-col p { margin-top: -.5em; margin-bottom: 2em; }

/**************************************************************** updates, courses, happenings ***/
#Courses .content, #Updates .content, #Happenings .content {
    width: 595px; 
     }
#Updates h2 { margin-top: 0 0 20px 0; }


.course-desc p { margin: 0; }
.course-desc p.date { margin: 0; }
.course-desc h3 { margin: 0; font-size: 1em; font-weight: bold; line-height: 1em; }
.course-desc { margin-bottom: 2em; }

/**************************************************************** download ***/

#Download .leftcol { margin-right: 250px; }
.download-ver { color: black; font-size: 1em; font-weight: bold; margin-top: 2em; }
.download-ver span { color: #5a5a46; }

#Download .rightcol { position: absolute; 
    top: 55px;
    right: 10px; 
    width: 175px; 
}
#Download .rightcol h5 { font-size: 1em; margin-bottom: 1em; }

/************************************************************** contribute ***/

#Contribute h1 { margin-bottom: 0; }
#Contribute .message { margin-top: 0; margin-right: 40px; }
#Contribute .threecol { float: left; width: 210px; margin-right: 20px; }
#Contribute .threecol p { margin-bottom: 2em; }

#Contribute .content {
        margin-left    : 55px;
        margin-right   : 0px;
        position: relative;
}

/************************************************************** Learning ***/

#Learning  h1 { margin-bottom: 0; margin-top: 0;}
#Learning .message { margin-top: 0; margin-right: 40px; }
#Learning .threecol { float: left; width: 200px; margin-right: 30px; margin-top: 0px;}
#Learning .threecol p { margin-bottom: 2em; }

#Learning .twocol { float: left; width: 310px; margin-right: 20px; margin-top: 0px;}
#Learning .twocol p { margin-bottom: 2em; }

#Learning td { vertical-align: top; }

.doc-float { margin-right: 40px;}

#Learning .content {
        margin-left    : 55px;
        margin-right   : 0px;
        position: relative;
}

h2 { margin-bottom: 0; margin-top: 0;}


#Copyright p { margin-right: 20px; }


/************************************************************** Books ***/

#Books h1 { margin-bottom: 0; margin-top: 0;}
#Books td { vertical-align: top; font-size: 1.0em}


/************************************************************** Tools Indices ***/
#Tools-index .colone {
	width: 300px;
	float: left;
	margin-right: 40px;
}

#Tools-index .twocol {
	width: 330px;
	float: left; 
}

#Tools-index .full {
	width: 650px;
	float: left;
	margin-right: 0px;
	margin-top: 30px;
}

#Tools .content {
        margin-left    : 55px;
        margin-right   : 0px;
        position: relative;
}

#Tools-index .content {
        margin-left    : 55px;
        margin-right   : 0px;
        position: relative;
}


#Tools-index h5 { margin-bottom: 0; font-size: 1em; }
#Tools-index .twocol p { margin-top: 0; }
.lib-nav { display: block; 
	margin-bottom: 10px; 
	margin-left: -30px; 
	padding: 7px 0 3px 30px; 
	background: url(/img/back_off.gif) no-repeat 
}

#Tools-index pre { margin-left: 30px; margin-bottom: 30px; }

#Tools h2 { margin-top: 2em; }
#Tools h5 { font-size: 1em; margin: 0; font-weight: bold; }
#Tools h5 a { font-weight: bold; }
#Tools h3 { clear: both; margin-bottom: 0; }
#Tools h4 { font-size: 1em; margin-bottom: .5em; }
#Tools h4 a {float:left; margin-left:-30px; martin-top:-5px; }


#Tools .threecol { float: left; width: 210px; margin-right: 20px; }
#Tools .threecol p { margin-top: 0; margin-bottom: 2em; }


/************************************************************** Library Indices ***/
#Library-index .colone {
	width: 300px;
	float: left;
	margin-right: 40px;
}

#Library-index .twocol {
	width: 330px;
	float: left; 
}

#Library-index .full {
	width: 650px;
	float: left;
	margin-right: 0px;
	margin-top: 30px;
}

#Libraries .content {
        margin-left    : 55px;
        margin-right   : 0px;
        position: relative;
}

#Library-index .content {
        margin-left    : 55px;
        margin-right   : 0px;
        position: relative;
}


#Library-index h5 { margin-bottom: 0; font-size: 1em; }
#Library-index .twocol p { margin-top: 0; }
.lib-nav { display: block; 
	margin-bottom: 10px; 
	margin-left: -30px; 
	padding: 7px 0 3px 30px; 
	background: url(/img/back_off.gif) no-repeat 
}

#Library-index pre { margin-left: 30px; margin-bottom: 30px; }

#Libraries h2 { margin-top: 2em; }
#Libraries h5 { font-size: 1em; margin: 0; font-weight: bold; }
#Libraries h5 a { font-weight: bold; }
#Libraries h3 { clear: both; margin-bottom: 0; }
#Libraries h4 { font-size: 1em; margin-bottom: .5em; }
#Libraries h4 a {float:left; margin-left:-30px; martin-top:-5px; }


#Libraries .threecol { float: left; width: 210px; margin-right: 20px; }
#Libraries .threecol p { margin-top: 0; margin-bottom: 2em; }

/************************************************************** environment ***/
#Environment h1 { margin-top: 2em; }
#Environment h5 a { float: left; margin-left: -30px; }
ul.nostyle { margin: 0; padding: 0; list-style: none outside; }
#Environment td { padding-bottom: 1em; }

#Environment .content {
        margin-left    : 55px;
        margin-right   : 50px;
        position: relative;
}

/************************************************************** comparison ***/
#Compare h1 { margin-top: 2em; }
#Compare h2 { margin-bottom: 0; }
#Compare .threecol { float: left; width: 210px; margin-right: 20px; }
#Compare .threecol p { margin-top: 0; }


#Compare .content {
        margin-left    : 55px;
        margin-right   : 0px;
        position: relative;
}


/************************************************************** troubleshooting ***/
#Troubleshooting h1 { margin-top: 2em; }
#Troubleshooting h5 a { float: left; margin-left: -30px; }
ul.nostyle { margin: 0; padding: 0; list-style: none outside; }
#Troubleshooting td { padding-bottom: 1em; }

/************************************************************** FAQ ***/

#FAQ h5 a { float: left; margin-left: -30px; }

/************************************************************** examples ***/
div.applet { float: left; margin-top: 40px; margin-bottom: 40px; }
p.doc-float { margin-left: 250px; }
p.doc { margin-right: 40px; }
pre.code { clear: both; margin-top: 10px; }

/* #examples-nav { margin-left: -44px; display: relative; } */
//#examples-nav { margin-left: 0px; display: relative; }
.examples-nav-div { margin-left: -44px; margin-top: -10px; width: 480px; display: relative; align: left; }
#examples-nav img { display: absolute; top: 15px; left: 100px; }

#Examples h1 { margin-bottom: 0; }


div.updateRequired {
	color:#999;
}
div.updateRequired a {
	color:#999;
}


