/* Utility Stuff */

div, body, h1, ul, li , ol, dl {
	padding: 0;
	margin: 0;
}

h1 {
	float: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

h2 {
	margin: 5px 0px 5px 15px;
	text-indent: -15px;
	width: 99%;
	display: block;
}

h3, h4, h5, h6 {
	margin: 5px 0px 5px 20px;
}

p {
	margin: 5px 5px 10px 30px;
}

hr {
	clear: both;
	margin: 0px 0px 0px 0px;
	margin-left: 15px;
	border-style: none;
}

.icon_right, .icon_left  {
	background-repeat: no-repeat;
	min-height: 22px;	
}

.icon_right {
	padding-right: 27px;
	background-position: center right;
}

.icon_left {
	padding-left: 27px;
	background-position: center left;	
}

a.usability_hidden {
	text-indent: -9999px;
	display: block;
	position: absolute;
}

ul, ol, dl {
	margin: 5px 5px 5px 60px;
}

dl {
	margin-left: 45px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-left: 15px;
	list-style-type: circle;
}

blockquote {
	width: 90%;
	margin: 5px auto 5px auto;
	padding: 5px 5px 5px 5px;
}

ul.tags {
	display: block;
	margin: 0px 0px 0px 0px;
	list-style: none;
	padding-left: 0px;
}

ul.tags li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

ul.navigation {
	display: block;
	margin-top: 0px; 
	list-style: none;
	padding-left: 0px;
}

ul.navigation a {
	
}

ul.navigation li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

q {
	
}

.hidden {
	display: none;
}

div.main {
	width: 100%;
}

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

div.header {
	z-index: 2;
	height: 90px;
}

div.banner {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 650px;
	height: 96px;
	background-image: url('images/header_bg.png');
	background-repeat: repeat-x;
}

div.transition {
	position: absolute;
	top: 0px;
	left: 650px;
	z-index: 5;
	width: 50px;
	height: 96px;
	background-image: url('images/header_transition.png');
	background-repeat: no-repeat;
}

div.stripes {
	position: absolute;
	top: 17px;
	left: 0px;
	z-index: 4;
	width: 100%;
	height: 79px;
}

div.stripes div.stripe {
	height: 17px;
}

div.header ul.navigation {
	float: left;
	text-align: right;
	position: absolute;
	bottom: 12px;
	right: 5px;
}

div.header q {
	position: absolute;
	right: 5px;
	top: 70px;
	text-align: right;
	z-index: 3;
	margin-right: 5px;
}

div.header div.left_side {
	height: 100%;
}

div.header div.right_side {
	height: 100%;
}

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

div.left_side {
	padding: 5px 10px 40px 10px;
	margin-right: 280px;
	min-height: 600px;
}

div.article {
	width: 100%;
	clear: both;
	overflow: hidden;
}

div.article ul.tags {
	float: left;
	margin: 12px 0px 0px 10px;
	margin-bottom: 0px;
}

div.article span.date, div.comments_list div.comment span.date {
	float: right;
	margin-top: 15px;
	font-size: .85em;
}

div.article h2 {
	border-style: none;
	width: auto;
	float: left;
	margin-bottom: 0px;
}

div.article span.author {
	margin-left: 20px;
	margin-top: 5px;
}

div.article a.comments {
	margin-left: 20px;
	float: left;
}

div.article a.more {
	float: right;
}

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

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

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

div.paging {
	margin-top: 20px;
	height: 20px;
	margin-bottom: 10px;
	clear: both;
}

div.paging a.next {
	float: right;
}

div.paging a.previous {
	float: left;
}

div.comment_area {
	position: relative;
}

div.comments_list {
	width: 45%;
}

div.comments_list div.comment {
	clear: left;
	margin-top: 5px;
}

div.comments_list div.comment h3 {
	float: left;
}

div.comments_list div.comment p {
	clear: right;
	word-wrap: break-word;
	overflow: hidden;
}

div.comments_list div.comment span.date {
	margin-top: 12px;
	margin-bottom: 5px;
}

div.comments_list div.comment img.avatar {
	float: left;
	clear: both;
	margin: 0px 5px 0px 25px;
}

div.comment_form {
	width: 45%;
	right: 2%;
	top: -5px;
	position: absolute;
}

div.mini_boxes {
	clear: both;
	width: 100%;
	min-height: 250px;
}

div.mini_box {
	float: left;
	width: 30%;
	margin: 5px 3% 5px 0px;
}

div.mini_box ul, ol {
	margin-left: 20px;
}

div.mini_box h2 {
	width: 85%;
}

ul.article_list {
	list-style: none;
	padding-left: 5px;
}

ul.article_list ul.tags {
	padding-left: 5px;
}

dl.link_list {
	margin-left: 25px;
}

dl.link_list dd {
	margin-left: 10px;
}

div.image_box img {
	max-width: 80%;
	max-height: 200px;
	margin: 5px auto 5px auto;
	display: block;
}

div.image_box ul.tags {
	text-align: center;
}

div.flash {
	width: 90%;
	min-height: 12px;
	margin: 5px auto 5px auto;
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding-left: 40px;
}

div.flash_notice {
	background-image: url('images/icons/dialog-information.png');
	border-color: #839199;
	background-color: #F0F2E5;
}

div.flash_error {
	background-image: url('images/icons/dialog-error.png');
	border-color: #BC7271;
	background-color: #F0C5C3;
}

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

div.right_side {
	position: absolute;
	top: 90px;
	right: 0px;
	padding: 5px 10px 10px 10px;
	width: 260px;
	float: right;
}

div.right_side h2 {
	width: 85%;
}

div.right_side p {
	margin-left: 20px;
}

div.right_side img.me {
	max-width: 130px;
	float: right;
	margin-left: 5px;
}

div.right_side h3 {
	margin: 10px 0px 3px 10px;
}

div.right_side .since {
	float: right;
	position: relative;
	top: -19px;
}

div.right_side ul.tags {
	margin-left: 10px;
}

div.right_side a.more {
	float: right;
}

/* End rightside */
/* footer */
	
div.footer {
	width: 100%;
	clear: both;
	min-height: 50px;
}

div.footer ul.navigation {
	float: right;
	margin: 5px 10px 5px 5px;
}

div.footer .validation {
	float: left;
	margin: 5px 5px 5px 10px;
}

div.footer .copyright {
	clear: right;
	float: right;
	margin-right: 10px;
}

label {
	display: inline-block;
	line-height: 2.1em;
	vertical-align: top;
	width: 75px;
	text-align: right;
	padding-right: 10px;
}

input, textarea, select {
	width: 65%;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

input[name='user[username]'] {
	background-position: 2px 50%;
	background-repeat: no-repeat;
	text-indent: 15px;
}

input[type='submit'] {
	width: 100px;
	margin-left: 90px;
}

input[type='submit']:hover, input[type='submit']:focus {
	cursor: pointer;
}

div.form_row {
	margin-bottom: 5px;
}

ul.error_list {
	margin: 0px 0px 0px 1px;
}

ul.error_list li {
	padding: 2px 5px 2px 25px;
	margin-left: 85px;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	list-style-type: none;
	vertical-align: middle;
	width: 50%;
}

fieldset {
	border-style: none;
}
	
/* end footer */