body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: .8em;
	min-width: 750px;	
}

body#about {
	min-width: 1000px;
}

/** TOP HEADER STYLES **/
#header {
	height: 60px;
	padding-left: 50px;
	background-image: url("../images/gradient_up.png");
	border-bottom: 2px solid white;
	color: white;
}

#colors {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 20em;
	padding: 10px 5px 5px 5px;
	display: block;
	text-align: right;
}

#colors ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#colors ul li {
	display: inline;
}

#colors a {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	border: 1px solid white;
	margin: 0px 5px;
}

.green {background-color: green;}
.blue {background-color: #0D324F;}
.red {background-color: #901E1E;}
.black {background-color: black;}
/** END TOP HEADER STYLES **/

/** MAIN CONTENT STYLES **/
#container {
	height: 100%;
	padding-right: 350px;  /* RC width */
	padding-left: 50px;
}

#container:after {
	/* adds an empty div after the bottom to clear the floats */
	content: ""; 
	display: block; 
	height: 0; 
	clear: both;
}

#container > div {
	position: relative;
	float: left;
}

#main {
	padding: 25px 0px 25px 0px;
	min-height: 600px;
	width: 100%;
}
/** END MAIN CONTENT STYLES **/

/** RIGHT SIDE BAR STYLES  **/
#sidebar {
	width: 250px;
	margin-right: -350px;
	padding: 25px 50px 25px 50px;
}

#nav, .links {
	min-width: 250px;
}

#nav, .inline table {
	padding: 15px 0px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

.inline {
	list-style-type: none;
}

.inline li {
	display: inline;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	display: block;
	height: 20px;
	padding: 3px 40px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
/** END RIGHT SIDEBAR STYLES **/

/** FOOTER STYLES **/
#footer {
	clear:left;
	padding: 5px;
	border-top: 2px solid white;
	text-align: center;
	color: white;
}

#footer a {
	color: white;
	margin: 0px 10px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
/** END FOOTER STYLES **/

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	border: 1px solid black;
}

th, td {
	vertical-align: top;
	text-align: left;
	border-top: 1px solid black;
	padding: 3px 6px;
}

th {
	font-weight: bold;
}

h1, h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	width: 100%;
}

h1 {
	font-variant: small-caps;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px 0px;
	clear:both;
}

h3 {
	margin-bottom: 5px;
}

h2.pagetitle {
	margin: 0px auto 25px auto;
	text-align: center;
}

.inline {
	list-style-type: none;
}

.inline li {
	display: inline;
}

#blog #main img, .project img {
	padding: 3px;
}

.right {
	float: right;
}

.left {
	float: left;
}

img.right {
	float: right;
	margin: 0px 25px 25px 25px;
}

img.left {
	float: left;
	margin: 0px 25px 25px 0px;
}

.nextprev {
	clear: both;
	margin: 25px 0px 35px 0px;
	width: 100%;
}

.nextprev a {
	display: block;
	padding: 5px;
	border: 1px solid gray;
	color: gray;
}

.nextprev a:hover {
	text-decoration: none;
}

.blog-date {
	font-size: 1.3em;
	margin-top: 0px;
}

h2.underline, h3.underline {
	width: 100%;
	border-bottom: 1px solid gray;
	margin-bottom: 0px;
}

.noborder, .noborder td {
	border: none;
}

.search {
	margin: 30px 0px 20px 0px;
}

#rss {
	margin: 10px 0px 10px 20px;
}

div.vertical_center {
	height: 30px;
	display: table-cell;
	vertical-align: middle;
}

a.rss {
	text-decoration: none;
}

#rss a:hover {
	text-decoration: underline;
}

a.label {
	width: 100%;
}

a.label:hover {
	color: white;
}

ul.archive, ul.label {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.archive li a, ul.label li a {
	display: block;
	height: 20px;
	padding: 8px 20px 5px 20px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.comments_link {
	float:right; 
	margin-top:0px;
	margin-right:15px;
}

.comments_link a {
	text-decoration:none;
	font-size: 0.9em;
	color: gray;
}

.comments_link a:hover {
	text-decoration: underline;
}

.blog_title  a {
	text-decoration: none;
	color: black;
}

#blog #main div.comments_link img.no_style {
	padding: 0px;
	border: none; 
}

p.categories {
	margin-top:  30px;
}

#comments h2 {
	color: black;
}

h3#post_comment {
	margin-top: 30px;
}

div.comment {
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;

}

.comment_header {
	padding: 5px 10px;
}

.comment_content {
	padding: 5px 10px;
}

#search iframe {
	width: 100%;
}

.project {
	border-bottom: 1px solid gray;
	padding: 0px 15px 5px 15px;
	margin-bottom: 15px;
	height: 100%;
}

.project h2 {
	display: inline;	
}

div.project:after {
	/* adds an empty div after the bottom to clear the floats */
	content: ""; 
	display: block; 
	height: 0; 
	clear: both;
}

.project .tags .label {
	font-weight: bold;
}

.project a.url {
	color:gray;
	text-decoration:none;
}

.project a.url:hover {
	text-decoration:underline;
}

#contact_form_area {
	border: 1px solid #EEEEEE;
	padding: 10px;
	margin: 20px;
	min-width: 400px;
}

#contact_form input.submit {
	margin-left: 75px;
}

input.error, textarea.error {
	border: 2px solid red;
}

.form_error {
	display: inline;
	font-weight: bold;
	color: red;
	margin-left: 10px;
}



label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 60px;
}

form ul {
	list-style-type: none;
}

form ul li {
	margin-bottom: 8px;
}

input:focus, textarea:focus {
	background-color: #fff4c2;
}
input.submit:focus {
	background-color: transparent;
}

.invisible {
	display: none;
}

img.icon {
	position: relative;
	float:left;
	margin: 6px 3px;
	width:16px;
	height:16px;
}

.strike {
	text-decoration:line-through;
}