body {
	background-color: #222222;
	font-family: Univers, 'Lucida Grande', Verdana, sans-serif;
	font-size: 14px;
	text-rendering: optimizeLegibility;
}

a {
	color: #0C89B1;
	text-decoration: none;
}
a:hover, a:focus {
	color: #83bf42;
}
i {
	font-family: georgia, serif;
}
ul {
	padding: 0;
}
ul li {
	margin-bottom: 10px;
}
#header {
	background: #2c3966 url(../images/header_grad.png) bottom center repeat-x;
	height: 130px;
}
#header .container {
	position: relative;
	background: url(../images/header_shine.png) center -70px no-repeat;
}
#nav {
	position: absolute;
	bottom: 0;
	right: 0;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	background: url(../images/white_logo.png) center center no-repeat;
	width: 456px;
	height: 110px;
	color: white;

	margin-bottom: 0;
	padding: 10px 0 10px;
	text-transform: uppercase;
	text-indent: -100000px;
	
	position: relative;
	left: -54px;
	top: -00px;
}

#nav ul {
	color: black;

	display: block;
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	background: url(../images/tab.png) right top no-repeat;
	margin-bottom: 0;
	margin-left: 9px;
	padding: 0;
	float: left;
}
#nav li a {
	background: url(../images/tab.png) left top no-repeat;
	color: #eee;
	text-decoration: none;
	font-family: Cantarell, Univers, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	text-shadow: rgba(0,0,0, 0.7) 0px 0px 4px;

	display: block;
	position: relative;
	left: -5px;
	height: 20px;
	padding: 5px 12px 5px 17px;
	border-width: 0;
	border-style: solid;
}
#nav li:hover, #nav li:focus {
	background: url(../images/tab.png) right bottom no-repeat;
}
#nav li:hover a, #nav li:focus a {
	background: url(../images/tab.png) left bottom no-repeat;
	color: white;
}
#nav li.current {
	background: url(../images/tab_current.png) right top no-repeat;
}
#nav li.current a {
	background: url(../images/tab_current.png) left top no-repeat;
	color: #666;
	text-shadow: rgba(255,255,255, 0.7) 0px 0px 4px;
}
#nav li.current:hover, #nav li.current:focus {
	background: url(../images/tab_current.png) right bottom no-repeat;
}
#nav li.current:hover a, #nav li.current:focus a {
	background: url(../images/tab_current.png) left bottom no-repeat;
}

#content {
	background: white;	
	padding-top: 1px;
	padding-bottom: 60px;
}

label {
	display: block;
	margin-top: 5px;
}

#footer {
	font-family: Cantarell, Univers, Helvetica, Arial, sans-serif;
	background: #222222 url(../images/footer_shadow.png) top center repeat-x;
	font-size: 1em;
	padding-bottom: 80px;
	text-shadow: black 0 0 2px;
	border-top: 5px solid #f76f00;
}

#footer #copyright {
	color: #555;
	text-align: right;
	text-transform: uppercase;
}

#footer ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: square inside;
}
#footer li {
	display: inline;
	margin-right: 10px;
}
#footer li a {
	font-family: Cantarell, Univers, Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
#footer li a:hover, #footer li a:focus {
	color: #b2e95e;
}

h2 {
	font-family: Cantarell, Univers, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #69a30b;
	margin-top: 45px;
	margin-bottom: 20px;
}
h3 {
	font-family: Cantarell, Univers, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #666;
	margin-top: 35px;
	margin-bottom: 15px;
}
h4 {
	font-family: Cantarell, Univers, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #666;
	margin-top: 35px;
	margin-bottom: 15px;
}
p, address, ul {
	font-family: Univers, 'Lucida Grande', Verdana, sans-serif;
	color: #666;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 12px;
}
label {
	font-family: Univers, 'Lucida Grande', Verdana, sans-serif;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
textarea {
	font-family: Univers, 'Lucida Grande', Verdana, sans-serif;
	font-size: 12px;
	height: 150px;
	width: 100%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input[type="text"] {
	font-family: Univers, 'Lucida Gra9	de', Verdana, sans-serif;
	font-size: 12px;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input[type="text"]:focus, textarea:focus {
	-moz-box-shadow: 0px 0px 6px #69a30b;
	-webkit-box-shadow: 0px 0px 6px #69a30b;
	box-shadow: 0px 0px 3px #69a30b;
}
input.vanadium-invalid {
	border-color: #d04319;
	-moz-outline-radius: 3px;
	-webkit-outline-radius: 3px;
	-moz-box-shadow: 0px 0px 6px #d04319;
	-webkit-box-shadow: 0px 0px 6px #d04319;
	box-shadow: 0px 0px 3px #d04319;
}
span.vanadium-invalid {
	margin-left: 10px;
	font-size: 0.8em;
	padding: 3px 10px 4px 15px;
	background: #d04319;
	color: white;
	-moz-border-radius: 12px 4px 4px 12px;
	-webkit-border-radius: 12px;
}
img.normal {
	margin-bottom: 5px;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color: #eee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
img.hanging {
	position: relative;
	left: -4px;
}
img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color: #eee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.home_image {
	position: relative;
}
.home_image a {
	padding: 0;
}
.home_image .hover {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
}
.sitelink {
	text-align: right;
}
.portfolio_links {
	padding-left: 0;
	list-style: none;
}
code {
	font-size: 0.8em;
}
pre {
	font-family: consolas, lucida console, monospace;
	color: #9F9;
	background: #020;
	padding: 8px 13px;
	overflow: auto;
	border: 1px solid black;
	line-height: 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: rgba(100, 255, 100, 0.5) 0 0 4px;
}

/* Blog Style */

.entry-comments {
	text-align: right;
	font-size:  0.9em;
	color: #999;
}
.entry-meta {
	font-size: 0.9em;
	padding-bottom: 10px;
	color: #999;
}
.entry-tags {
	float: left;
	font-size: 0.9em;
	color: #999;
}
.entry-tags a {
	color: #99b;
}
.entry-meta .published, .comment-meta {
	color: #999;
	font-style: italic;
	font-family: georgia, serif;
}
#page-selector {
	margin-top: 30px;
	text-align: center;
}
#page-selector a.current-page {
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
#commentlist {
	position: relative;
	list-style: none;
	padding: 0;
}
#commentlist li {
	padding: 5px 15px;
	background: #eff2f4;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#commentlist li.bypostauthor {
	background: #e9f6e0;
}
#commentlist .counter {
	display: none;
}
#commentlist .comment-content {
	margin-top: 10px;
}
#pages ul {
	list-style: none;
	padding-left: 0;
}
#primary {
	position: relative;
}
.navigation {
	position: absolute;
	width: 100%;
	top: 5px;
	font-size: 0.9em;
}
.navigation a {
	color: #ccc;
}
.navigation .left {
	float: left;
	visibility: hidden;
}
.navigation .right {
	float: right;
	margin-right: 80px;
	visibility: hidden;
}
.navigation:hover .left {
	visibility: visible;
}
.navigation:hover .right {
	visibility: visible;
}
#twitterlitte ul {
	list-style: none;
	padding-left: 0;
}
#twitterlitte li {
	margin-bottom: 12px;
}
#twitterlitte .twitter-message {
	font-style:  italic;
	font-family: georgia, serif;
	text-indent: -0.4em;
}
blockquote {
	background: #f1f4f6 url(/images/quot.png) bottom right no-repeat;
	margin: 0 0 10px 0;
	padding: 20px 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-style: italic;
}
blockquote p, blockquote ul li {
	font-family: georgia, serif;
	color: #777;
}