﻿html
{
	background: #fff;
	cursor: default;
}

body
{
	width: 900px;
	text-align: center;
	margin: auto;	
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	position: relative;
	display: block;
	font-size: 10pt;
	color: #070707;
}

strong { font-weight: bold; }

h1 { font-size: 2em; }
h2 { font-size: 1.7em; font-weight: bold; }
h3 { font-size: 1.3em; padding: 2px 0px 4px 0px; margin: 10px 0px 4px 0px; letter-spacing: -1px; text-transform: uppercase; font-weight: bold; border-bottom: solid 2px #070707; }
h4 { color: #070707; font-size: 1.1em; font-weight: bold; letter-spacing: -1px; }
h5 { color: #707070; font-size: 1em; font-weight: bold; letter-spacing: -1px; }

h3 > a  
{
	font-weight: normal; 
	font-size: .6em; 
	float: right; 
	letter-spacing: 0px; 
	text-transform: uppercase;
	clear: left; 
}

ul#projects > li > h3 { padding-bottom: 1px; }

ul#projects > li > h3 > a  
{
	letter-spacing: -1px;
	font-weight: bold; 
	font-size: 1em; 
	float: none; 
	text-transform: uppercase;
	text-decoration: none;
}

a, a:visited { color: #3f79b4; }
a:hover { color: #5f97cf; }

a.action, a.action:visited { color: #b43f3f; }
a.action:hover { color: #cf5f5f; }

a.inactive, a.inactive:visited { color: #a0a0a0; }
a.inactive:hover { color: #d0d0d0; }

p
{
	text-align: left;	
	padding-bottom: 10px;
	display: inline-block;
}

table thead > tr > td { padding: 2px 5px; background: #f1f1f1; font-weight: bold; }

table tbody > tr td { padding: 2px 5px; border-right: solid 1px #f9f9f9; text-align: center; }
table tbody > tr:hover { background: #fafafa; }

pre { overflow: auto; color: blue; background: #f9f9f9; border: solid 1px #f1f1f1; padding: 5px 10px; }

ul > li > ul > li
{
	padding-left: 20px;
}

div.clear
{
	line-height: 1px; clear: both; display: block; margin: 0; padding: 0;
}

/*+++++++++++++++++++++++++++++
#header
+++++++++++++++++++++++++++++*/

div#header
{
	display: block;
	border-top: solid 3px #89a4bf;
	height: 80px;
	border-bottom: solid 1px #707070;
	padding: 40px 0px 0px 0px;
}

div#header h1
{
	letter-spacing: -1px;
	float: left;
	font-size: 2.2em;	
}

div#header > h1 > span
{
	display: block;	
	color: #707070; 
	font-size: .5em; 
	font-weight: bold; 
	letter-spacing: -1px; 
	padding-left: 33px;
	cursor: default;
}

div#header h4
{	
	float: left;
}

div#header h1 a, div#header h1 a:hover, div#header h1 a:visited
{
	text-decoration: none;
}

div#header h1 span.hunter
{
	color: #707070;
}

div#header h1 span.concepts
{	
	color: #070707;
	font-weight: bold;
}

div#header h1.selected span.concepts
{	
	color: #3f79b4;
}

div#header ul
{
	float: right;
	display: block;
}

div#header ul li
{
	float: left;
	list-style-type: none;
	display: inline;
	border-left: solid 3px #070707;	
}

div#header ul li a, div#header ul li a:hover, div#header ul li a:visited
{
	color: #070707;
}

div#header ul li:hover
{
	border-left-color: #3f79b4;
}

div#header ul li.selected
{
	border-left-color: #3f79b4;
}

div#header ul li.selected a
{
	color: #3f79b4;
}

div#header ul li a
{
	font-weight: bold;
	cursor: pointer;
	display: block;
	height: 40px;
	width: 90px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0px 0px 0px 5px;
	letter-spacing: -1px;	
}

/*+++++++++++++++++++++++++++++
#footer
+++++++++++++++++++++++++++++*/

div#footer
{
	margin-top: 10px;
	padding: 0 0 10px 0;
	display: block;
	height: 35px;
	border-top: solid 1px #707070;
	border-bottom: solid 3px #89a4bf;
}

div#footer p#copy
{
	padding: 15px 10px;
	display: inline-block;
	float: right;
}

div#footer ul
{
	padding: 15px 10px;
	float: left;
	display: block;
}

div#footer ul li
{
	float: left;
	list-style-type: none;
	display: inline;
	padding: 0px 5px;
}

div#footer a, div#footer a:visited
{
	color: #707070;
	text-decoration: none;
}

div#footer a:hover
{
	color: #3f79b4;
}

/*+++++++++++++++++++++++++++++
#section
+++++++++++++++++++++++++++++*/
div#top
{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #707070;
}

div#top h1
{
	letter-spacing: 0px;
	color: #070707;
	font-weight: normal;
	font-size: 2.0em;
	font-family: Georgia, Times New Roman;
	float: left;
	width: 48%;
	padding-right: 2%;
}

div#top h4
{
	font-size: 1.3em;
	font-weight: normal;
	color: #707070;
	float: left;
	text-align: justify;
	width: 48%;
	padding-left: 2%;
}

/*+++++++++++++++++++++++++++++
#content
+++++++++++++++++++++++++++++*/

#content
{
	padding: 20px 0px;
}

#content #left
{
	float: left;
	text-align: left;
	width: 48%;
	padding-right: 2%;
}

#content #right
{
	float: right;
	text-align: left;
	width: 48%;
	padding-left: 2%;
}

#content #main
{
	float: left;
	text-align: left;
	width: 73%;
	padding-right: 2%;
}

#content #sidebar
{
	float: right;
	text-align: left;
	width: 25%;
}

/*+++++++++++++++++++++++++++++
tags
+++++++++++++++++++++++++++++*/

ul.tags
{
	list-style-type: none;
}

ul.tags li
{
	font-size: .8em;
	float: left;
	display: inline-block;
	background-color: #f1f1f1; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border: 1px solid #d0d0d0; 
	padding: 3px;
	margin: 2px;
	text-transform: lowercase;
}

ul.tags li a, ul.tags li a:visited
{
	color: #070707;
	text-decoration: none;
}

ul.tags li a:hover
{
	cursor: pointer;
	background-color: #fafafa; 
}

/*+++++++++++++++++++++++++++++
#projects
+++++++++++++++++++++++++++++*/
ul#projects > li, ul.floatlist > li
{
	width: 30%;
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
}

ul#projects li ul li
{
	font-weight: normal;
	margin-left: 10px;
}

/*+++++++++++++++++++++++++++++
#showcase
+++++++++++++++++++++++++++++*/
ul#showcase > li
{
	text-align: center;
	float: left;
	width: 49%;
	padding: 0px 2px;
	margin: 0;
}

ul#showcase > li a, ul#showcase > li a:visited
{
	color: #070707;
	text-decoration: none;
}

ul#showcase > li img, img.project
{
	border: solid 1px #f1f1f1;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}

ul#showcase > li h3
{
	padding: 5px 0px;
	margin: 0;
	font-size: 1.1em;
}

ul#showcase > li p
{
	text-align: left;
	color: #707070;
}

ul#showcase > li a:hover img
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

ul#showcase > li a:hover h3, ul#showcase > li a:hover p { text-decoration: none; color: #5f97cf;}

ul#showcase > li a:hover h3 { border-color: #5f97cf;}

/*+++++++++++++++++++++++++++++
#showcase
+++++++++++++++++++++++++++++*/
ul#postlist > li
{
}

ul#postlist > li h3
{

}

/*+++++++++++++++++++++++++++++
#partners
+++++++++++++++++++++++++++++*/
ul#partners > li
{
	padding-bottom: 10px;
}

ul#partners > li label
{
	font-weight: bold;
}

/*+++++++++++++++++++++++++++++
forms & fieldset
+++++++++++++++++++++++++++++*/

form.center
{
	text-align: center;
	margin: auto;
}

fieldset
{
	text-align: left;
	display: block;
	padding: 20px 10px;
	margin: 20px 30px;
	background: #fafafa;
	border: solid 1px #d7d7d7;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

fieldset > legend
{
	cursor: default;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	color: #070707;
	font-size: 1.1em;
	padding: 0px 5px;
}

fieldset > div
{
	padding: 3px 0px;
}

fieldset > div > textarea
{
	width: 500px;
}

fieldset > div > label
{
	vertical-align: top;
	cursor: pointer;
	display: inline-block;
	width: 25%;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
}

fieldset > p
{
	padding: 20px 0px 0px 0px;
	margin: auto;
	text-align: center;
}

fieldset > p > input[type=submit]
{
	cursor: pointer;
	font-size: 1.2em;
	padding: 4px 10px;
}

span.sub{ color: #c0c0c0; display: inline-block; padding-left: 20px;}

div.post { padding-bottom: 10px; }
div.post pre { padding: 0px 0px 0px 40px;}
div.post > div { padding: 0px 0px 0px 40px; display:block; }

div.post > div > .tags { padding-top: 20px; }
