/* 
**  THE BASICS
*/ 
.clear { clear: both; width: 1px; height: 1px; margin: 0; padding: 0; }
#col1, #col2 { float: left; }
body { line-height: 1; background: #343434; }
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, sub, sup, ol, ul, li, fieldset, form, iframe, table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ol, ul { list-style: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
html, body { height: 100%; }
html { font-size: 76%; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; line-height: 1.4em; }

/* 
**  BASIC POSITIONING
*/ 

#page {
	width: 980px;
	margin: 0;
	background: #191919 url(images/container_bg.jpg) repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#foot {
	color: #727272;
	padding-top: 15px;
	text-align: right;
	text-transform: uppercase;
	height: 30px;
	width: 980px;
	background: #343434;
	font: 10px Arial, Helvetica, sans-serif;
}

#col1 {
	width: 335px;
	height: 100%;
	position: fixed;
	margin: 0;
	background-color: #191919;
}

#col2 {
	position: absolute;
	left: 335px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	min-height: 100%;
	width: 644px;
	border-right: 1px solid #181818;
}

/* 
**  CONTENT ELEMENTS
*/

blockquote p {
	font-style: italic !important; 
}

blockquote .source {
	font-style: normal !important;
	margin-left: 50px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* 
**  LEFT COLUMN
*/ 

#col1 h1 {
	height: 89px;
	color: #ffffff;
	padding: 5px 0 0 20px;
	margin-right: -20px;
	text-transform: lowercase;
	letter-spacing: -3px;
	background: url(images/sidebar.gif) no-repeat;
}

#col1 h1 a {
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
	font: bold 57px Arial, Helvetica, sans-serif;
	border-bottom: none;
}

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

#col1 h2 {
	color: #ffffff;
	letter-spacing: -1px;
	padding: 8px 0 19px 0px;
	margin-bottom: 9px;
	font: 20px Arial, Helvetica, sans-serif;
	text-transform:none;
}

.sidebox
{
	color: white;
	padding:0 20px 20px 20px;
	margin: 0 20px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.sidebox a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

/* 
**  HEADER
*/ 

#header {
	width: 604px;
	height: 60px;
	padding: 0 20px;
	background: url(images/header-bg.gif) repeat-x;
	border-bottom: 1px solid #e9e9e9;
}

#header li {
}

#header a {
	display:block;
	color: #191919;
	text-decoration: none;
	font: 17px Arial, Helvetica, sans-serif;
}

#col2 a.rss {
	float: right;
	margin-right: 0;
	padding-right: 20px;
	margin-right:20px;
	background: url(images/rss.gif) right center no-repeat;
	color: #191919;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px Arial, Helvetica, sans-serif;
	display:block;
	position:relative;
	top:-48px;
}

/* 
**  MAIN AREA
*/ 

#mainarea {
	width: 604px;
	padding: 100px 12px 20px 28px;
}

#mainarea p {
	color: #212121;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.project {
	padding-bottom: 45px;
}

#mainarea .bigproj {
	margin-bottom: 22px;
	border: 2px ridge #e2e2e2;
}

#mainarea h3 {
	color: #191919;
	letter-spacing: -1px;
	padding-bottom: 15px;
	font: 24px Arial, Helvetica, sans-serif;
}

.mini-proj {
float: left;
margin-right: 18px;
margin-bottom: 18px;
width: 284px;
}

.mini-proj div img {
	border: 2px ridge #e2e2e2;
}

#mainarea h3.one {
	padding-bottom: 10px;
}

#mainarea span.featured-tag {
	padding: 6px 12px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #212121;
	letter-spacing: normal;
	position: relative;
	top: 280px;
	left: 0;
	line-height: 0;
}

#mainarea h2 {
	color: #191919;
	padding-bottom: 20px;
	font: 20px Arial, Helvetica, sans-serif;
}

#mainarea h3 a, #mainarea h4 a {
	color: #191919;
	text-decoration: none;
}

#mainarea div.hr {
	border: 0;
	margin: 0 0 20px;
	height: 1px;
	background: transparent url(images/hr.gif) no-repeat;
}

#mainarea .single {
	padding: 0px 0 20px;
}

#mainarea .quote {
	width: 72px;
	height: 31px;
	overflow: hidden;
	margin-top: -6px;
	margin-right: 8px;
	padding: 6px 0 0 12px;
	background: url(images/quote.gif) right top no-repeat;
}

#mainarea .quote a {
	color: #212121;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

/* 
**  CONTENT > POST CONTENT
*/ 

#mainarea div.post_content p {
	padding-bottom: 20px;
}

#mainarea div.post_content a {
	color: #191919;
	text-decoration: underline;
}

#mainarea div.post_content blockquote {
	background: #f2f2f2 url(images/blockquote.gif) no-repeat left top;
	border-left: 5px solid #e9e9e9;
	margin-bottom: 20px;
	padding: 12px 0 13px 46px;
}

#mainarea div.post_content blockquote p {
	padding-bottom: 0;
}

#mainarea div.post_content ol, #mainarea div.post_content ul {
	padding-bottom: 20px;
}

#mainarea div.post_content ol {
	margin-left: 20px;
	list-style-type: decimal;
}

#mainarea div.post_content ul {
	margin-left: 15px;
	list-style-type: disc;
}

/* 
**  CONTENT > POST
*/ 

#mainarea .post {
}

#mainarea .post div.img {
	float: left;
	padding: 7px;
	width: 134px;
	height: 134px;
	border: 1px solid #e9e9e9;
	background-color: #f2f2f1;
}

#mainarea .post div.img div {
	float: left;
	width: 134px;
	height: 134px;
	overflow: hidden;
}

#mainarea .post h3, #mainarea .post p, #mainarea .post .info {
	margin-left: 172px;
}

#mainarea .post_noimage h3, #mainarea .post_noimage p, #mainarea .post_noimage .info {
	margin-left: 0px;
}

/* 
**  CONTENT > PAGE NAVIGATION
* ---------------------------------------------------------------- 
*/
#mainarea ul.page_navigation {
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}

#mainarea .page_navigation li {
	float: left;
	margin-right: 8px;
	padding: 4px 0;
}

#mainarea .page_navigation li a {
	color: #212121;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px Arial, Helvetica, sans-serif;
}

#mainarea .page_navigation li a:hover {
	text-decoration: underline;
}

#mainarea .page_navigation li.active {
	text-align: center;
	background: #dde2bc;
	padding: 4px 10px;
}

#mainarea .page_navigation li.active a:hover {
	text-decoration: none;
}

#mainarea .page_navigation a.prev:before {
	content: '\00AB';
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 2px;
	vertical-align: text-top;
}

#mainarea .page_navigation a.next:after {
	content: '\00BB';
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 2px;
	vertical-align: text-top;
}
