/* Utility Stuff */

body {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	background-color: #B2B29B;
	color: #333333;
	font-size: .85em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Arial, Helvetica, sans-serif;
}

h1 {
	height: 80px;
	width: 151px;
	background-image: url('images/header_title.png');
}

h2, hr {
	border-bottom: 1px solid #B2B29B;
}

h2, h2 a, h2 a:hover, h2 a:visited  {
	font-weight: bold;
	color: #42342C;
	text-decoration: none;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-weight: normal;
	font-size: 1.1em;
}

img {
	border-style: none;
}

a {
	color: #2F4E66;
}

a:hover {
	color: #457398;
}

a:visited {
	color: #1B2D3A;
}

ul.navigation {
	font-size: 1.15em;
}

.comments {
	background-image: url('images/icons/internet-group-chat.png');
}

.more {
	background-image: url('images/icons/edit-redo.png');
}

.links {
	background-image: url('images/icons/applications-internet.png');
}

.photos {
	background-image: url('images/icons/camera-photo.png');
}

.articles {
	background-image: url('images/icons/accessories-text-editor.png');
}

.about {
	background-image: url('images/icons/face-grin.png');
}

.next {
	background-image: url('images/icons/go-next.png');
}

.previous {
	background-image: url('images/icons/go-previous.png');
}

.projects {
	background-image: url('images/icons/folder.png');
}

blockquote {
	background-color: #D5D5C8;
	border: 2px dashed #B2B29B;
	font-family: Georgia, Georgia, serif;
	font-style: italic;
}

ul.tags {
	font-size: .85em;
}

ul.tags li {
	
}

ul.tags li:after {
	content: ", ";
}

ul.tags li:last-child:after {
	content: "";
}

q {
	font-family: Georgia, Georgia, serif;
	font-style: italic;
}

div.main {
	background-color: #D5D5C8;
	
}

/* End Utility Stuff */
/* Header */

div.stripes div.stripe_outside {
	background-color: #B2B29B;
}

div.stripes div.stripe_middle {
	background-color: #42342C;
}

div.header ul.navigation {
	color: #E9E9E2;
}

div.header ul.navigation a {
	color: #E9E9E2;
	text-decoration: none;
}

div.header ul.navigation a :visited{
	color: #E9E9E2;
}

div.header ul.navigation li {
	
}

div.header ul.navigation li:after {
	content: " / ";
}

div.header ul.navigation li:last-child:after {
	content: "";
}

/* End header */
/* left side  */

div.left_side {
	background-color: #E0E4E1;
	border-right: 1px solid #666666;
}

div.article span.date {
	color: #666666;
	font-style: italic;
}

div.article span.author {
	font-style: italic;
	font-size: .85em;
}

div.article span.author:before {
	content: "Posted by ";
}

div.comments_list div.comment span.author:before {
	content: "-";
}

ul.article_list ul.tags {
	font-style: italic;
}

ul.article_list a.title, ul.article_list a.title:hover, ul.article_list a.title:visited {
	color: #333333;
	text-decoration: none;
}

dl.link_list dd {
	font-style: italic;
	font-size: .85em;
}

div.image_box img {
	border: 4px solid #C2C4B4;
}

/* End left side */
/* right side  */

div.right_side {
	
}

div.right_side p {
	font-size: .80em;
}

div.right_side .since {
	font-style: italic;
	font-size: .85em;
}

div.right_side .since:before {
	content: "Since ";
}

div.right_side h3 {
	font-weight: normal;
}

div.right_side a.more {
	font-size: .85em;
}

/* End rightside */
/* footer */
	
div.footer {
	background-color: #B2B29B;
	border-top: 1px solid #666666;
}

div.footer ul.navigation {
	color: #333333;
}

div.footer ul.navigation a {
	color: #333333;
	text-decoration: none;
}

div.footer ul.navigation a :visited{
	color: #333333;
}

div.footer ul.navigation li {
	
}

div.footer ul.navigation li:after {
	content: " | ";
}

div.footer ul.navigation li:last-child:after {
	content: "";
}

div.footer .validation {
	color: #737359;
	font-size: .85em;
	line-height: 20px;
}

div.footer .validation a {
	color: #737359;
}

div.footer .copyright {
	color: #737359;
	font-size: .85em;
}
	
/* end footer */

input, textarea, select {
	background-color: #EEEEEA;
	border: solid 1px #D5D5C8;
}

input:focus, textarea:focus {
	background-color: #E9E9E2;
}

input[name='user[username]'] {
	background-image: url('images/icons/login-bg.png');
}

input[type='submit'] {
	background-color: #D5D5C8;
	border-color: #42342C;
}

input[type='submit']:hover, input[type='submit']:focus {
	background-color: #2C485F;
	color: #FFFFFF;
	cursor: pointer;
}

ul.error_list li {
	background-image: url('images/icons/dialog-warning.png');
	border: 1px solid #BC7271;
	border-top-style: none;
	background-color: #F0C5C3;
}