body {
	background: #fff;
	font-family: "calluna-1","calluna-2", sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #414042;
}

#top-border {
	border-bottom: 3px solid #231f20;
}

#wrapper {
	padding: 20px 0 20px 60px;
	width: 920px;
}

#sidebar {
	float: left;
	width: 180px;
}

#content {
	float: right;
	text-align: left;
	width: 680px;
}

#content.frontpage {
	margin-top: 142px;
}

#logo {
	height: 108px;
}

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

a:hover {
	background: #fafafa;
	color: #ff5a00;
}

.top_text {
	line-height: 20px;
	padding-top: 8px;
	text-align: right;
}

.top_text a {
	color: #414042;
}

.top_text a:hover {
	border: none;
}

#menu {
	line-height: 20px;
}

#menu a {
	color: #231f20; 
	-webkit-transition:color .1s ease-in-out;  
    -moz-transition:color .1s ease-in-out;  
    -o-transition:color .1s ease-in-out;  
    transition:color .1s ease-in-out;	
}

#menu a:hover {
	color: #ff5a00;
	border: none;
}

#menu ul li.active {
	background: url(../img/menu.png) no-repeat right center;
}

#menu ul li.active a {
	color: #ff5a00;
}

.slideshow-nav {
	background: #eee;
	float: left;
	font-size: 12px;
	line-height: 1;
	margin: 5px 0 15px 0;
	padding: 4px 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.slideshow-nav a {
	color: #414042;
}

.slideshow .file .info {
	float: right;
}

.filed {
	color: #808285;
	padding-top: 20px;
}


.gray4,.gray3,.gray2 {
	padding-bottom: 20px;
}

.gray4 {color: #231f20;}

.gray3 {color: #414042;}

.gray2 {color: #58595b;}

.gray1 {color: #808285;}




h1,h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	padding-bottom: 15px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	padding-bottom: 17px;
}

p.time {
	color: #888;
	font-size: 11px;
}

.projectView h3 {
	line-height: 1;
}

.frontpage h1 {
	line-height: 1;
}

/*
 * Blog CSS
 */

.post {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.postTitle {
	font-size: 24px;
}

.postTitle a {
	color: #414042;
	text-decoration: none;
}

.postTitle a:hover {
	color: #ff5a00;
}

.post h1 {
	padding-bottom: 5px;
}

.post img {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}

.post .text, .post .text-single {
	margin: 10px 0 10px 0;
}

.post .more {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

.tags {
	display: none;
}

/*
 * Misc. Styles
 */

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.align-center {
	margin: 0 auto 0 auto;
}

.boxgrid  {
	float: left;
	margin: 0 1px 1px 0;
	overflow: hidden;
	position: relative;
	height: 148px;
	width: 224px;
}

.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

a.link-caption {
	text-decoration: none;
}

.caption {
	float: left;  
    position: absolute;
    top: 0px;
    background: #fff;  
    height: 128px;  
    width: 204px;
    padding: 10px;
}

.caption a {
	color: #414042;
	-webkit-transition:color .1s ease-in-out;  
    -moz-transition:color .1s ease-in-out;  
    -o-transition:color .1s ease-in-out;  
    transition:color .1s ease-in-out;	
}

.caption a:hover {
	color: #ff5a00;
}

.caption .thumb-title {
	font-size: 14px;
}

.caption .thumb-tags {
	font-size: 11px;
	line-height: 1;
	text-transform: lowercase;
}

.caption .thumb-tags a:hover {
	border: none;
	color: #ff5a00;
}

.caption p:hover {
	background: none;
	text-decoration: none;
}

.post-thumb {float: left; margin-right: 20px;}

td.padded {
	padding-right: 19px;
}

.clear {clear: both;}