@charset "UTF-8";
/* CSS Document */

body {
	font: small/75% Georgia, "Times New Roman", Times, serif;
	background: #CCFF99 url(img/background.png) no-repeat 50% 200px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body h2 {
	font-size: small;
	padding: 0;
}
a img {
	border: none;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
}
.oneColFixCtrHdr #portfolio {
	padding: 20px;
	background: #99CC99;
	margin: 0 0 20px 0;
}
.oneColFixCtrHdr #portfolio h1 {
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #portfolio ul {
	padding: 0;
	border: none;
} 
.oneColFixCtrHdr #portfolio li {
	display: inline;
	list-style: none;
	margin-left: 0;
	margin: 0;
	padding: 0;
} 
.oneColFixCtrHdr #portfolio li.first {
	padding: 0 5px 0 0;
}
.oneColFixCtrHdr #portfolio li.middle {
	padding: 0 5px;
}
.oneColFixCtrHdr #portfolio li.last {
	padding: 0 0 0 5px;
}
.oneColFixCtrHdr #work {
	float: left;
	width: 340px;
	height: 200px;
	background: #99CC99;
	padding: 5px 20px;
}
.oneColFixCtrHdr #work h1 {
	padding: 0;
}
.oneColFixCtrHdr #school {
	padding: 5px 20px;
	height: 200px;
	margin: 10px 0 10px 400px;
	background: #99CC99;
}
.oneColFixCtrHdr #school h1 {
	padding: 0;
} 
.oneColFixCtrHdr #footer {
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #669933;
	margin-top: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCFF99;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #links {
	border: 0;
	padding: 0;
}
.oneColFixCtrHdr #links a {
	display:inline-block;
	width: 116px;
	height: 30px;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0;
	line-height: 0;
}
.oneColFixCtrHdr #links a.blogbtn {
	background: url(img/btn_blog.png) no-repeat 0 0;
}
.oneColFixCtrHdr #links a:hover.blogbtn {
	background-position: 0 -30px;
}
.oneColFixCtrHdr #links a.twitterbtn {
	background: url(img/btn_twitter.png) no-repeat 0 0;
}
.oneColFixCtrHdr #links a:hover.twitterbtn {
	background-position: 0 -30px;
}
.oneColFixCtrHdr #links a.flickrbtn {
	background: url(img/btn_flickr.png) no-repeat 0 0;
}
.oneColFixCtrHdr #links a:hover.flickrbtn {
	background-position: 0 -30px;
}
.oneColFixCtrHdr #links a.linkedinbtn {
	background: url(img/btn_linkedin.png) no-repeat 0 0;
}
.oneColFixCtrHdr #links a:hover.linkedinbtn {
	background-position: 0 -30px;
}
.oneColFixCtrHdr #links a.facebookbtn {
	background: url(img/btn_facebook.png) no-repeat 0 0;
}
.oneColFixCtrHdr #links a:hover.facebookbtn {
	background-position: 0 -30px;
}
.oneColFixCtrHdr #links ul {
	padding: 0;
	border: none;
} 
.oneColFixCtrHdr #links ul li {
	display: inline;
	list-style: none;
	padding: 0 20px;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hidden { /* this hides content that is intended to be displayed in the colorbox popup window */
	display: none;
}