/* ---( text )------------------------------- */

a:link {
	color: #058;
	}

a:visited {
	color: #969;
	}

a:hover {
	color: #024;
	}

p {
	margin: 1em 0 1em;
	padding: 0;
	}

h1 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #930;
	padding: 0;
	margin: 0;
	}

h2 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 105%;
	color: #930;
	padding: 0;
	margin: 0 0 1em 0;
	}

h2 a:link, h2 a:visited {
	font-size: 110%;
	text-decoration: none;
	color: #930;
	}

h2 a:hover {
	color: #600;
	}
	
h2.sub {
	color: #999;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
	}

h2.sub a {
	font-size: 100%;
	color: #999;
	text-decoration: underline;
	}

h3 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	padding: 0 0 2px 0;
	margin: 1.2em 0 -.2em 0;
	border-bottom: 1px solid #eee;
	}

h1 span, h2 span, h3 span {
	color: #999;
	}

blockquote {
	font-size: 88%;
	color: #777;
	padding-left: 23px;
	background: url(../images/quote_open.gif) no-repeat 0 3px;
	}

blockquote div.source{
	font-size: 80%;
	color: #333;
	height: 20px;
	text-align: right;
	padding-right: 23px;
	background: url(../images/quote_closed.gif) no-repeat top right;
	}

blockquote.praise {
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #eee;
	}

code {
	color: #c63;
	font-size: 105%;
	line-height: 1.2em;
	text-align: left;
	}

code strong {
	color: #930;
	}

abbr, acronymn, .popup {
	font-style: normal;
	border-bottom: 1px dotted;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

strike {
	text-decoration: line-through;
	}

/* figures */

#content .figure {
	float: right;
	margin: .5em 0 6px 20px;
	font-size: 92%;
	color: #999;
	text-align: center;
	}

#content .figure img.fig, #content img.image{	
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}

#content .figure a img.fig:hover, #content a img.image:hover{
	border-color: #999;
	}

/* lists */

#content ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}

#content ul li {
	padding: 0 0 4px 21px;
	line-height: 1.3em;
	background: url(../images/bullet_rounded.gif) no-repeat 0 5px;
	}

#content ol li {
	padding: 0;
	background: none;
	}

#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	}

#content dl dt {
	font-weight: bold;
	}

#content dl dt span {
	font-weight: normal;
	}

/* alert note */

#content .note {
	font-size: 90%;
	color: #777;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	}

#content .note strong {
	color: #333;
	}
	
#content .alert {
	padding-left: 18px;
	background: url(../images/note_icon.gif) no-repeat 0 50%;
	}

/* ---( right column )----------------------------- */

#sidebar {
	position: relative;
	font-size: 90%;
	line-height: 1.5em;
	margin: 0 0 0 509px;
	padding: 60px 15px 0 20px;
	color: #937966;
	}

#sidebar a:link {
	color: #6E5C4F;
	}

#sidebar a:visited {
	color: #A69A91;
	}

#sidebar a:hover {
	color: #333;
	}

#sidebar h3 {
	font-size: 100%;
	padding: 0 0 4px 19px;
	margin: 0 0 8px 0;
	color: #930;
	border: none;
	background: url(../img/cube_birch.gif) no-repeat 0 2px;
	}

/* sub nav icons */

#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
	}
	
#sidebar p {
	margin-top: 4px;
	margin-bottom: 20px;
	}

#sidebar ul, #sidebar dl {
	margin: 4px 0 20px 0;
	padding: 0;
	list-style: none;
	}

#sidebar li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 13px;
	line-height: 1.4em;
	background: url(../images/bullet_rounded.gif) no-repeat 0 5px;
	}

#sidebar #quickbits li.last {
	background: none;
	}
	
#featured dd, #featured dt {
	margin: 0;
	}

#sidebar #featured dt {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/bit_doc.gif) no-repeat 0 3px;
	}

#sidebar img {
	vertical-align: middle;
	}

/* custom ul styles */

#sidebar ul.none li {
	margin-bottom: 2px;
	padding-left: 0;
	background: none;
	}

/* ---( misc. )------------------------------------------ */

#search {
	margin-top: .5em;
	}

hr {
	border-top: 1px dashed #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}	

#logo a, #nav a, a.noline:link, a.noline:visited, .photoBox a:link, .photoBox a:visited {
	border-style: none;
	}

.error{
	color: tomato;
	border: 1px solid tomato;
	background-color: whitesmoke;
	}

/* ---login------------------------------------------ */
#login{
	font-size:12px;
	font-family: tahoma, sans-serif;
	text-align: right;
	margin:0;
	padding:0;
	padding-bottom: 15px;
	}
#login div{
	margin: 0;
	padding: 1px;
	}
#login div span{
	float:left;
	text-align: left;
	}
#login input{
	width:100px;
	font-family: tahoma, sans-serif;
	border: solid 1px #ccc;
	}
#login input.loginbutton{
	background: #eee;
	width:auto;
	}
