/* CSS Document */
/* CSS reset */
/* Taken from http://www.rikrikrik.com */
legend{color:#000}
/* Main body colors */

body{
	color:#333;
	background:url(images/bg-color.png) repeat 0 0 #f1a600 ;
	}

#content{
	}
	
#main{
	background:white;
	}
a{
	text-decoration:none;
	color:#000099;
	}
a:hover{
	text-decoration:underline;
	}
/* Header stuff */

#header-background{
	background:url(images/bg.png) repeat-x 0 0;
	}
#header-wayback{ /* sun */
	background:url(images/sun.png) no-repeat 40% 60%;
	}
#header-midback{ /* city */
	background:url(images/buildings.png) repeat-x 20% 100%;
	}
#header-middle{ /* grass */
	background:url(images/long-grass.png) repeat-x -25% 100%;
	}
#header-midfront{
	background:url(images/tree.png) no-repeat 348px 0;
	}
#header-front{
	background:url(images/person.png) no-repeat 27px 100%;
	}
#header-description a{
	color: #333;
	}	
/* content */

#bottom-rounder-13{
	background:url(images/low-left-round-13px) no-repeat 0 0;
	} 
#bottom-rounder-13 .right-corner{
	background:url(images/low-right-round-13px) no-repeat 100% 0;	
	}
#top-rounder-13 .right-corner{
	background:url(images/up-right-round-13px) no-repeat 100% 0;
	}
#top-rounder-13{
	background:url(images/up-left-round-13px) no-repeat 0 0;
	}
	
/* main div */

/* sidebar */

#sidebar ul li a{
	color:#333;
	}
#sidebar ul li ul li a{
	color:#555;
	}
#sidebar .rss_icon_white{
/*	background:url(images/feed-icon-white-20.png) no-repeat top left;*/
	}
#sidebar .rss_icon_orange{
	/*background:url(images/feed-icon-orange-20.png) no-repeat top left;*/
	}
/* post */
.Portfolio-picturecover{
	background:url(images/portfolio-cover.png) no-repeat top left;
	}
.post h2,
.post h2 a{
	color:#444;
	}
.date{
	color:#777;
	}
.post-category,
.post-category a{
	color:#777 !important;
	}
p.postmetadata{
	border:1px dotted #ccc;
	}	
/* comments */
.commentlist li{
	background:#fff;
	}
.commentlist li.alt{
	background: #eee;
	}
/* gallery */
.gallery img {
	border: 2px solid #cfcfcf;
	}
	
/* Form */

legend, #gb_form dt { 
	color: #f1a600;
	}

input.short, input.med, select.med, textarea.textbox { 
  color : #333; 
  border : 1px solid #999;
  background-color : #ffffee;
}

input.checkbox {
  cursor : default;
  background : transparent;
  color : #f1a600;
}

input.button:hover, input.button:focus, 
input.button.hover, input.button.focus {
  background-color : #f1a600;
  color : #fff;
}

/* NOTE: .hover and .focus classes IE JS */
input.short:hover, input.short:hover, 
input.med:hover, input.med:focus, 
select.med:hover, select.med:focus, 
textarea.textbox:hover, textarea.textbox:focus, 
input.short.hover, input.short.focus,
input.med.hover, input.med.focus,  
select.med.hover, select.med.focus, 
textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  background-color : #f8f8f8;
  cursor : text;
}

span.error, span.success, #gb_form_div dt { 
  color : #cd0000;  
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #f1a600;
}

#gb_form small.whythis, #gb_form small.whythis a { 
  color : #333;
}

#gb_form small.whythis a span {
  color : #fff;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 
  text-decoration : none;
  color : #000;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  background-color : #f1a600;
  color : #fff;
}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
}

#gb_form_div span.items {
  color : #f1a600;
}
