/* @group TYPOGRAPHY 
----------------------------------------*/
body, h4, h5, p, li, label, input {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #fff
}

.gist .gist-file .gist-data {
	font-size: 11px !important;
	color: #c1c1c1;
}

.gist-syntax {
	background: none !important;
}

h1, h2, h2 label, h3 {
	font-family: Lucida Sans Unicode,Lucida Grande,Garuda,sans-serif;
	color: #FFFF00;
	margin: 10px 0 10px 0;
}

h1 {
	font-size: 36px;
	line-height: 36px;
}

h2 {
	font-size: 24px;
	line-height: 24px;
	outline: none;
	cursor: pointer;
}

h3 {
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
}

h4 {
	font-size: 15px;
	line-height: 22px;
}

p, .post ul, .post ol {
	margin: 0 0 20px 0
}

.wrapper p:first-line {
	font-variant: small-caps;
}

.wrapper p:first-letter {
	font-size: 2em;
}

a {
	color: #ff9;
	text-decoration: none
}

a:hover {
	color: #ff9;
}

input, textarea {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	padding: 5px;
	margin-bottom: 8px;
	width: 225px;
	font-size: 10px;
	font-weight: 700;
}
/* @end */

/* @group LAYOUT 
----------------------------------------*/

body {
	background: #141414 url(../img/body01.jpg) top center no-repeat fixed;
	margin-top: 20px;
}

div {
	position: relative
}

img {
	margin: 10px 0
}

label {
	width: 35%;
	display: block;
	float: left;
	padding: 3px 0;
	clear: both;
	font-weight: 700;
}

div.wrapper {
	position: relative;
	margin: 0 auto;
	width: 620px;
}

#accordion {
	width: 100%;
	margin-top: 240px;
}

.ui-state-default {
	height: 20px;
	width: 100%;
	line-height: 20px;
	cursor: pointer;
	background: url(../img/open_icon.png) no-repeat right;
}

.ui-state-active {
	background: url(../img/collapse_icon.png) no-repeat right;
}

div.recentProjects ul li {
	display: inline;
	margin: 0 8px 0 0
}

div.recentProjects ul li a img {
	border: #000000 10px solid;
}

div.recentProjects ul li a:hover {
	border: none;
}

div.singlePost {
	float: left;
	width: 340px;
	padding: 0 40px 0 0
}

ul.sidebar {
	float: left;
	width: 219px;
	padding: 0 0 0 20px;
	border-left: 1px solid #666
}

.post {
	margin: 0 0 20px 0
}

ul.recentEntries.mini li {
	width: 140px;
	float: left;
	margin: 0 12px 0 0
}

.widget {
	margin-top: 40px;
}

.gravatar img {
	float: left;
	border: 1px solid #DEDBD1 !important;
	margin: 0px 7px 0 0;
	padding-top: 0px !important;
}

ul.menu {
	margin: auto;
	float: right;
}

ul.menu li {
	display: block;
	padding: 0;
	float: left;
	text-align: left;
	margin-right: 2em;
}

ul.menu li a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.3em;
	display: block;
}

ul.menu li a:hover {
	color: #ffc300;
}

ul.menu li span {
	font: 11px arial;
	color: #999;
	margin: 0;
}

/* @end */


/* @group FOOTER 
----------------------------------------*/
div.footer {
	width: 100%;
	margin: 40px 0 0 0;
	padding: 40px 0;
	background: #000
}

div.footer div {
	margin: 0 auto;
	width: 620px
}

div.footer div div.feeds {
	position: absolute;
	top: 0;
	left: 0
}

div.footer div div.feeds ul li a {
	display: block;
	margin: 10px 0;
	padding: 0 0 0 23px;
	height: 16px;
	width: 170px;
	color: #9ff;
}

div.footer div div.feeds ul li a:hover {
	border: none;
	color: #fff
}

div.footer div div.credits {
	width: 380px;
	padding: 0 0 0 20px;
	margin: 0 0 0 220px;
	border-left: 1px solid #666
}

div.footer img {
	margin: 0;
	vertical-align: middle;
}

/* @end */

/* @group GLASS BOX */

.box {
	border: 1px solid #000000;
	position: relative;
	width: auto;
	height: auto;
	padding: 10px;
}

.box_contents {
	background-color: transparent;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 101;
}

.box_background {
	background-color: #000;
	height: 100%;
	filter: alpha(opacity=35);
	/* IE's opacity*/
    left: 0px;
	opacity: 0.25;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 99;
}

.header {
	font-size:36px; 
	font-weight:600; 
	font-family:'Courier New', Courier, monospace; 
	margin:10px 0; 
	width:100%; 
	text-align:center;
}

/* @end */


/*  Gallery 
----------------------------------------*/
#gallery {
	padding: 10px;
	width: 100%;
	text-align:center;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; margin:0 20px 0 0;}
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
	filter:alpha(opacity=35); /* IE's opacity*/
	opacity: 0.45;
}
#gallery ul a:hover { color: #fff; }

.welcome {
	background-position:bottom;	
}

/* @end */ 