html,body{height: 100%; margin:0; }
body{font-family:"Lucinda Sans Unicode", "Lucinda Sans" ,Helvetica, Arial, sans-serif;}

/*body {background:#ffffff url('img_tree.png') no-repeat top right}*/
/* **************** CONTENT OBJECTS ***************** */
/* ====== Default spacing ====== */
h1, h2, h3, h4, h5, h6, ul, ol,dl, p,blockquote {padding:10px;}
h1, h2, h3, h4, h5, h6,img{font-family:Georgia,"Times New Roman",Times,serif; letter-spacing:-2px;padding-bottom:0px;}
pre{margin: 10px;}
table h1,table h2,table h3, table h4, table h5, table h6, table p, table ul, table ol, table dl,
ul h1,ul h2,ul h3, ul h4, ul h5, ul h6, ul p, ul ul, ul ol, ul dl,
ol h1,ol h2,ol h3, ol h4, ol h5, ol h6, ol p, ol ul, ol ol, ol dl {padding:0;}
/* ====== Elements ====== */
img{display:block;}
em{font-style: italic;}
strong{font-weight:bold;}
hr{border: 5px solid #e2e2e2; border-width: 0 0 5px 0; margin: 20px 10px 10px 10px;}
code{color:#0B8C8F;}
/* ====== Headings ====== */
/* .h1-.h6 classes should be used to maintain the semantically appropriate heading levels - NOT for use on non-headings */
h1, .h1{font-size:400%;  font-weight:normal; font-style: normal;}
h2, .h2{font-size:225%; font-weight:normal; font-style: normal;}
h3, .h3{font-size:146.5%; font-weight:normal; font-style: normal;}
h4, .h4{font-size:123.1%; font-weight:normal; font-style: normal;}
h5, .h5{font-size:108%; font-weight:bold; font-style: normal;}
h6, .h6{font-size:108%; font-weight:normal;  font-style: italic;}
/* if additional headings are needed they should be created via additional classes, never via location dependant styling */
.category{font-size:108%; font-weight:normal; font-style: normal; text-transform:uppercase; color: #333;}
.category a{color: #333;}
.important a{font-weight:bold;}
/* links */
a { }
a:focus, a:hover { text-decoration:none;}
a:visited { }
/* ====== Lists ======*/
/* numbered list */
ol.simpleList li{list-style-type: decimal; margin-left:40px;}
/* standard list */
ul.simpleList li{list-style-type:disc; margin-left:40px;}
/* ====== Tables ====== */
.data{padding: 20px; position:relative; zoom:1;vertical-align: top;border-right:solid 1px transparent;/* border fixes a FF2 bug which causes the data table to overlay its borders*/}
.data table {width:100%;border:1px solid #AE0345;}
th, td{vertical-align:top;border:1px solid #AE0345;}
.txtC, .data .txtC td, .data .txtC th{text-align:center;}
.txtL, .data .txtL td, .data .txtL th{text-align:left;}
.txtR, .data .txtR td, .data .txtR th{text-align:right;}
.txtT, .data .txtT td, .data .txtT th{vertical-align:top;}
.txtB, .data .txtB td, .data .txtB th{vertical-align:bottom;}
.txtM, .data .txtM td, .data .txtM th{vertical-align:middle;}
.data th,.data td{padding:3px 20px}
.data thead tr{background-color: #fff0f8;}
.data th{color: #000; font-weight:bold}
/* specification table - extends data table */
.spec{padding:10px;}
.spec table{border-top: 1px solid #e2e2e2; border-bottom-color:#fff; border-left:none; border-right:none;}
.spec th, .spec td{border:1px solid #e2e2e2; border-width: 1px 0; padding-left:0;}
.spec .odd, .spec .even{background-color: #fff;}
/* ====== blockquote ====== */
cite{display:block; text-align:right; padding-top: 10px;}
/* ====== callout ====== */
.callout{font-size:189%;color:#999999; font-style:italic;}
.callout cite{display:block; text-align:right;padding-top: 30px; font-size:69.25%;}
.callout span.quot{font-size: 500%; vertical-align: sub; color:#e2e2e2; line-height:25px; font-weight:bold;}
.callout span.quotLast{vertical-align:middle;}
/* ====== image treatments (get more from jason santa maria) ====== */
.caption{font-size:13px; color:#666666; font-style:italic;padding-top:0;}
/* will need to either 
1. find a way to capture the width of the caption in the width of the image or flash
2. Set some default widths, mby use flickr widths?
*/

/* my additions */
p{font-family:Georgia,"Times New Roman",Times,serif; font-size:Medium; line-height:1.5;}

.green{color:green;}
.emoticon{display:inline;}

/**** FORMS ****/
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top:5px;
}

form li{ padding:10px 0 10px 10px; }
input, textarea { width:325px; padding:3px;}
textarea{ height:150px;}
.submit{margin-left:114px; width:100px;padding:3px; font-family:"Lucinda Sans Unicode", "Lucinda Sans" ,Helvetica, Arial, sans-serif;}


/**** TAG CLOUD ********/
ul.tagcloud{border: 1px solid #DDD;}

ul.tagcloud li  
{  
	display:inline;  
	line-height:1.8em;
	color:#EEEEEE;
	white-space:nowrap;
}  

ul.tagcloud li a {color:#000; padding:3px 10px; text-decoration:none; -moz-border-radius:10px; /*Firefox*/ -webkit-border-radius:10px; /*Safari*/ border-radius:10px; /* CSS3 */}
ul.tagcloud li a:hover{background-color:#F5FFBF; color:#419F13; }
ul.tagcloud li.nolink {margin: 3px 10px 0 10px;}

/*the following are how each of the classes generated by the PHP are presented to the user  
through CSS, just increasing the text a little each time*/  
ul.tagcloud li.cloud-10 { font-size:110%;}  
ul.tagcloud li.cloud-20 {font-size:120%;}  
ul.tagcloud li.cloud-30 {font-size:130%;}  
ul.tagcloud li.cloud-40 { font-size:140%;}
ul.tagcloud li.cloud-50 { font-size:150%;}
ul.tagcloud li.cloud-60 { font-size:160%;}
ul.tagcloud li.cloud-70 { font-size:170%;}
ul.tagcloud li.cloud-80 { font-size:180%;}
ul.tagcloud li.cloud-90 {font-size:190%;} 
ul.tagcloud li.cloud-100 { font-size:200%;}

ul.tagcloud li.selected a{background-color:#F5FFBF; color:#419F13; text-decoration:none;}
ul.tagcloud li.selected a:hover{background-color:#DDDDDD; color:#666666;}

/**** LINK LIST ********/
ul.links li{ margin: 1em 0;}
ul.links li a.link{font-size: 123.1%;}

.mark_count{ padding:5px; background-color:#DDD; float:right; font-size: 85%;}
