body {
	background: #222222;
	color: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

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

a.green {
	color:#b7ea00;	
}


h1 {
	font-size: 24px;
	color: #b7ea00;
	font-weight: 100;
	text-align: right;	
}

h10 {
	font-size: 24px;
	color: #b7ea00;
	font-weight: 100;
	text-align: left;	
}

h3 {
	font-weight: 400;
}

h2 {
	font-size: 12px;
	text-decoration: none;
}

h4 {
	color:#b7ea00;
}

/* HEADER TWITTER */

#header-twitter {
	height: 45px;
	width: 1041px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -10px;
	border-bottom: #FFFFFF solid 1px;	
	background: url('images/twitter_title.gif') no-repeat top left;
}

.twitter-text {
	line-height: 47px;
	font-size: 14px;
	padding-left: 130px;
}

/* MAIN HEADER NAV  */

#header-main {
	height: 70px;
	width: 1041px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: #FFFFFF solid 1px;
}

/* NAVIGATION HEADER NAV  */

#header-nav {
	height: 160px;
	width: 1026px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: #FFFFFF solid 1px; 
	padding: 10px 0px 10px 15px;
	line-height:19px;
	vertical-align: text-top;

        column-count: 4;
	column-gap: 2em;
        column-width: 22em;
        column-rule: 1px dotted #006666;
-moz-column-count: 4;
-webkit-column-count: 4;	
        -moz-column-width: 22em;
	-webkit-column-width: 22em;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	-moz-column-rule: 1px dotted #006666;
	-webkit-column-rule: 1px dotted #006666;
}

#header-nav2 {
	height: 160px;
	width: 1026px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: #FFFFFF solid 1px; 
	padding: 10px 0px 10px 15px;
	line-height:19px;
	vertical-align: text-top;
}

.header-table {
	border-right: 1px dotted #006666;
	margin-right: 15px;
	padding: 0px 15px 0px 15px;
	vertical-align: top;
	width: 220px;
	overflow: visible;
}

#fun {
	color: #ff0072;
}

#work {
	color: #fe9b00;
}

/* FEATURED SECTION */

#featured {
	width: 1026px;
	margin-left: 20px;
	margin-right: 5px;
	height: 160px;
	clear: both;
	border-bottom: 1px dotted #006666;
	padding-top: 8px;
}

.featured-title {
	margin-left: 20px;	
}

.feature-text{
	width: 435px;
	float: right;
	position: absolute;
	padding: 0px 15px 0px 15px;
}

.feature-image {
	float: left;
	border: solid 1px #FFFFFF;
}

/* POST ELEMENTS */
#post-container {
	overflow: auto;
	width: 1041px;
	border-bottom: #FFFFFF solid 1px;
	margin-left: 5px;
}

.post-body {
	width: 435px;
	text-align: justify;
	float:right;
	margin-right: 96px;
	padding: 0px 15px 0px 15px;
}

.post-image {
	float: left;
	border: solid 1px #FFFFFF;
	margin: 0px 0px 15px 15px;
}

#post-intro {
	width: 450px;
	padding-left: 20px;
	text-align: justify;
}

/* GALLERY */
.gallery {
	float:left;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	max-width: 960px;
	clear:both;
	vertical-align: bottom;
	
}

.gallery img {
	margin-right: -5px;
}

.gallery-item {
	width: 140px;
	overflow:visible;
}

.gallery-icon {
	min-width: 146px;
	padding: 5px;
}

.gallery-caption {}

.attachment-thumbnail {
	border: solid 1px #FFFFFF;
	margin-bottom: 5px;
}

.gallery br {display:none;} 

.gallery img {
	opacity: 0.3;
	filter:alpha(opacity=30);
}

.gallery img:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
}