/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

hr { display: none } /* don't want that */

/* ===================== */

/* COLORS
	white: #FFFFFF
	
	AFAFAF
	light gray:	#E2E2E2
	mediumlight gray: #AFAFAF
	mediym gray: #A9A9A9
	dark gray: #808080
	
	light orange: 	#FFBF00
	dark orange:	#FF7F00
	red orange:

*/


/* utilities */
.hidden { display: none }
a:active, a:focus {outline: 0;}


/* BEGIN GENERAL ELEMENTS */

body {
	background:transparent url(images/bg.gif) repeat scroll 0 0;
	text-align:center;
	margin:0;
	padding:0;
	font-size: 62.5%; /* Resets 1em to 10px */
	color:#A9A9A9;
/*	font-family:"Myriad","Myriad Pro", Times, sans-serif; */
/*	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; */
	font-family: Arial;/*, Helvetica, Geneva, sans-serif;*/
	
/*	word-spacing: normal;*/
/*	letter-spacing: 0px;*/
	
	
	
}
	
a {color:#FFBF00; }
a:hover {text-decoration: underline;}


/*
a:visited  {color: #FF7F00; text-decoration: none;} 
a:link  {color: #FF7F00; text-decoration: none;} 
a:active  {color: #FF7F00; text-decoration: none;}
a:hover   {color: #FFBF00; text-decoration: underline;}
*/


/* END GENERAL ELEMENTS */


/* BEGIN PAGE STRUCTURE ELEMENTS */

div#page-container {
	position:absolute;
	left: 30px;
	top:0px; 
	width: 957px;
	/*margin-left: 59px;*/
	/*margin-top: 21px;*/
	text-align:left;
	
}

div#header {
	height:21px;
}

div#sidebar {
	/* bump over column + 7px gives us 254px width*/
/*	margin-right: 703px; */
	width:254px;
	
}

div#content {
    position:relative;
	float: right;
	width: 696px;
}

div#footer {
	clear: both;
	height: 66px;
	padding:5px;
	text-align: right;
	font-size:8px;
}

/* BEGIN PAGE STRUCTURE ELEMENTS */

/* BEGIN TEXT ELEMENTS */
h1 {
	color: #FF7F00;
	font-size:15px;
	font-weight:normal;
	text-transform: uppercase;
/*	clear:both;*/
}

h1 a {
	color: #FF7F00;
}

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



h2 {
	color:#808080;
	font-size:12.5px;
	font-style:italic; 
	font-weight:normal;	
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	color:#A9A9A9;
	font-size:10px;
	font-weight:normal;	
}
/* END TEXT ELEMENTS */


.clear {
	clear:both;
}


/* BEGIN CONTENT SUB-STRUCTURE ELEMENTS */
div.content-body {
	background-color: #FFF;
	padding-top: 16px;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 28px;
}

div.content-body img {
	border-bottom:solid 4px #FF7F00;
}

div.content-body a:hover img  {
	border-bottom:solid 4px #FFBF00;
}



/*
div.content-extended {
	margin-top:30px;
	border-top: 1px solid #E2E2E2;
	width:50%;
}
*/

div.content-body p {
/*	padding-top:10px;*/
	color:#A9A9A9;
	font-size:13px;
	line-height: 13px;
/*	letter-spacing: -0.1px;
	word-spacing: -0px;*/
	font-style:normal;
	
	
}

/* END CONTENT SUB-STRUCTURE */

/* BEGIN SIDEBAR SUB-STRUCTURE */

div.sidebar-body-top {
	height: 233px;
	background:url(images/ChristopherBaker.gif) no-repeat center bottom;
	background-color: white;
	vertical-align: bottom;
	text-align: center;
}

div.sidebar-body-top img {
	display: inline;
	vertical-align: bottom;
	text-align: center;
}

div.sidebar-body-middle, div.sidebar-body-bottom {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 26px;
}
div.sidebar-body-middle {
	text-align: right;
	margin-top: 0px;
	background-color: white;
}

div.sidebar-body-bottom {
	padding-right: 10px;
}


/* END SIDEBAR SUB-STRUCTURE */





.extended-image {
	display: inline;
	width: 50px;
	height: 50px;
	padding: 3px;
	margin: 1px;
	border: 1px solid #E2E2E2;
}

.editlink {
	float:right;
}

.editlink img {
	width: 16px;
	height: 16px;
	border: none;
}

.editlink a:hover img   {
	border: none;
}

/* BEGIN FRONT PAGE */

.home-content {
}
.news-block {
	color:#AFAFAF;
	width:310px;
	float:left;
	margin-top:10px;
	border-right:1px dashed #E2E2E2;
}

.events-block {
	color:#AFAFAF;
	width:310px; 
	float:right;
	margin-top:10px;
}

.news-bullet {
	color:#FF7F00;
}

.news-list, 
.events-list {
/*	width:100px;*/
	/*padding-left: 5px;
	padding-top: 2px;*/
	font-weight: normal;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

.news-list li, 
.events-list li {
	padding-top: 3px;
	list-style-type: none; 
}

.news-date, 
.events-date {
	color:#424242;
}

.news-date a, 
.events-date a {
	color:#424242;
}

.news-date a:hover, 
.events-date a:hover {
	color:#808080;
}
.news-more, 
.events-more {
	
	vertical-align:bottom;
	color:#666666;
	text-align:left;
	font-size:10px;
}



/* END FRONT PAGE */

/* BEGIN POST(S) ELEMENTS */

.post {
	clear:both;
	margin-bottom:50px;
}

.post p {
	
	margin-top: 8px;
	margin-bottom: 12px;
}

.post strong { 
	color:#808080; 
}

.post .post-content {
	margin-bottom: 20px;
	margin-top:10px;
}

.post .dateline {
	font-size:13px;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 5px;
}



.post-meta {
	clear:both;
	color:#E2E2E2;
}

.post-meta a {
}


.post-meta-categories {
	float:right;
}

.post-meta-comments {
	float:left;
}

.post-meta-data {
	margin: 20px 10px 30px 10px; 
	padding: 0px;
	font-size:10px;
	font-style:italic;
	border: 1px dashed #A9A9A9;
}

.post img {
	/*margin:4px;*/
}

.post a:hover img {
/*	border: 1px solid #E2E2E2;*/
}



/* END POST(S) ELEMENTS */







/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 636px;
	padding: 0px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
/*	padding: 10px;*/
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
/*	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;*/
	}

.commentlist p {
/*	margin: 10px 5px 10px 0;*/
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* bubbles! http://fffff.at/ */
.bubble {
	margin-bottom:24px;
	width:auto;
}

.bubble blockquote {
	border:1px solid #C9C2C1;
	margin:0;
	padding:10px;
}

.bubble cite {
	background:transparent url(images/tip.gif) no-repeat scroll 20px 0;
	display:block;
	font-size:1em;
	font-style:normal;
	margin:-7px;
	padding:7px 0 10px 15px;
	position:relative;
	top:5px;
}

/* End Comments */


/* Begin Images */
/*
a img {
	border-bottom: 4px solid #FF7F00;	
}

a:hover img {
	border-bottom: 4px solid #FFBF00;	
}
*/

p img {
	padding: 0;
	max-width: 100%;
}




/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* End Images */

/* BEGIN ROUNDED CORNERS ====================================*/
/* thanks thanks thanks to http://home.tiscali.nl/developerscorner/liquidcorners */


.inbetweensidebar {
	background-image: url('images/corners/inbetween_sidebar.gif');
	height: 19px; /* vertical: show first half of the image with the top-coreners in it */
	font-size: 2px;
}


.notopgap {
	margin-top: 0;
}
.nobottomgap {
	margin-bottom: 0;
}


/* xxx-xxx-xxx-xxx-xxx */

.top-left-corner { 
	margin-right: 12px; 
	background-image: url('images/corners/corners24x1280.gif');
	height: 12px; /* vertical: show first half of the image with the top-coreners in it */
	font-size: 2px;
}

.top-right-corner { 
	margin-top: -12px; 
	margin-left: 12px;
	background-image: url('images/corners/corners24x1280.gif'); 
	background-position: 100% 0; /* show bg-image starting at the right, and as much to the left as possible */
	height: 12px; 
	font-size: 2px; 
}

.bottom-left-corner { 
	margin-right: 12px;
	background-image: url('images/corners/corners24x1280.gif');
	background-position: 0 -12px; /* show under half of the image */
	height: 12px;
	font-size: 2px;
}
.bottom-right-corner { 
	margin-top: -12px; 
	margin-left: 12px;
	background-image: url('images/corners/corners24x1280.gif'); 
	background-position: 100% -12px; 
	height: 12px; 
	font-size: 2px; 
}

/* END ROUNDED CORNERS ====================================*/



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.navigation {
	clear:both;
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
/*	margin-bottom: 20px;*/
	}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

	
/* End Various Tags & Classes*/



/* Captions */
.photo-credit {
	float: right;
	text-align: right;
	color:#A9A9A9;
	font-size:8px;
	font-style:italic;
	padding-right:2px;
	padding-top:3px;
	
}

/* End captions */

/* BEGIN SIDEBAR */

/*
ul .sub-menu {
	margin-right:5px;
}

ul .menu li a,
ul .sub-menu li a
{
	color: #666;
}



ul.menu li a:hover,
ul.sub-menu li a:hover {

	color: #CCC !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.sub-menu li.current_page_item a,

ul.menu li.current_page_item a:hover,
ul.sub-menu li.current_page_item a:hover

 {
	color: #F90 !important;
	text-decoration: none;
	}

*/




.current_page_item a {
	color:#808080;
}




ul.archive-list {
	margin-bottom:10px;
}
ul.archive-list li {
	font-size:12px;	
}

div.category-wrapper {
	margin-left:10px;
}	

.feed-icon {
	width:12px;
	height:12px;
	border:none;
	margin-bottom:-1px;
	margin-right:2px;
}	
	
	
div.sidebar-body-middle ul {
	/*margin-left: 0;
	padding-left: 0;*/
	color: #FF7F00;
	font-size:15px;
	font-weight:normal;
	text-transform: uppercase;
}

/* a sub list */
ul.menu li {
	color: #E2E2E2;
	font-weight:normal;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:2px;
}

ul.menu a  {color:#E2E2E2;}
ul.menu a:hover {color:#A9A9A9;}


ul.sub-menu li {
	font-size:10px;
	font-weight:normal;
	text-transform:none;
	padding:0px;
	margin:0px;
}

ul.sub-menu li a {
	color: #A9A9A9;
}

ul.sub-menu li a:hover {
	color: green;
}



div.current-page-marker {
/*	margin-right:5px;
	background-color:red;
	width:5px;
	display:inline;*/
}

.marker {
	float: right;
	color:#FF7F00;
	margin-right: -10px;
}

li .current_page_item {
	color:green;
}

.current_page_item a {
	color:green;
}

.current_page_item a:hover {
	color:green;
}
	
	
	

/* END SIDEBAR */


/* PROJECT LIST PAGE */

.project-list-entry {
	clear:both;
}

.project-list-entry-thumb {
	float:left;
	
}

.project-list-entry-text {
	
}


/* END PROJECT LIST PAGE */


/* PROJECT PAGE */




.project-thumb-container {
	width:270px;
	border-top:#E2E2E2 1px solid;
	padding-top:5px;
	
}

.project-thumb {
	display:inline;
}



.project-thumb a img {
	border-bottom:solid 2px #FF7F00;
}

.project-thumb a:hover img {
	border-bottom:solid 2px #FFBF00;
}


