/* ============================ common ============================== */

body { 
	color: #fff; background: #1d1301 url(../img/bg-body.jpg) 0 0;
	font: normal 62.5% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial, sans-serif;
}

a{ color: #f68e1d; text-decoration: none; }
a:hover{ text-decoration: underline; }
a:active, a:focus { text-decoration: none; color: #1d1301; background: #f68e1d; }

img 	{ display: block; }
a img 	{ border: none; }
a span	{ cursor: pointer; }
strong 	{ font-weight: bold; }
em 		{ font-style: italic; }


.clearfix:after {
	clear: both;
	display: block; visibility: hidden;
	height: 0;
	content: ".";   
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.aural{
	position: absolute;
	left: -2007px;
	font-size: 0;
}

/* ========================== common end ============================ */

/* ============================ layout ============================== */

#holder{ 
	width: 870px;
	margin: 0 auto;
}

#header{
	height: 190px;
}

#content{ 
	float: right;
	width: 621px;
	margin: 0 0 20px 0;
}

#side-bar{ 
	float: left;
	width: 195px;
	margin: 0 0 20px 0;
}

#footer{ 
	clear: both;
	padding: 20px 0;
	background: url(../img/bg-footer.gif) no-repeat 50% 0;
	font-size: 1.1em; text-align: center;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

h1{
	float: left; display: inline;
	padding: 22px 49px 0 55px;
}

#nav{
	padding: 105px 0 0 0;
}
#nav li{
	float: left; display: inline;
	margin: 0 10px 0 0;
}
#nav a{
	display: block;
	height: 27px;
	padding: 0 0 0 6px;
	font-size: 1.5em;
	color: #fff; background: url(../img/bg-nav-left.gif) no-repeat 0 0;
}
#nav a span{
	display: block;
	height: 23px;
	padding: 4px 14px 0 8px;
	background: url(../img/bg-nav-right.gif) no-repeat 100% 0;
}
#nav a:hover,
#nav a:focus,
#nav a:active{
	text-decoration: none;
	background: url(../img/bg-nav-left.gif) no-repeat 0 100%;
}
#nav a:hover span,
#nav a:focus span,
#nav a:active span{
	background: url(../img/bg-nav-right.gif) no-repeat 100% 100%;
}

/* ========================== header end ============================ */

/* ============================ content ============================= */

#content h2{
	margin: 0 0 15px 0;
	color: #f68e1d;
	font-size: 1.8em; font-weight: normal;
}

.project-list li{
	margin: 0 0 15px 0;
}
.project-list li a{
	display: block; position: relative;
	width: 617px; height: 199px;
	border: 2px solid #413827;
	overflow: hidden;
}
.project-list li a:hover,
.project-list li a:focus,
.project-list li a:active{
	border: 2px solid #f68e1d;
	text-decoration: none;
}
.project-list li a em{
	position: absolute;
	bottom: 0;
	width: 597px;
	padding: 10px;
	color: #fff; background: #000;
	font-size: 1.2em; font-style: normal; text-align: right;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.project-list li a:hover em,
.project-list li a:focus em,
.project-list li a:active em{
	color: #f68e1d;
}

.post{
	font-size: 1.2em;
}
.post img{
	margin: 0 0 15px 0;
	border: 2px solid #413827;
}
.post p{
	margin: 0 0 15px 0;
}

/* ========================== content end =========================== */

/* ============================ side-bar ============================ */

#side-bar h2{
	margin: 0 0 15px 0;
	color: #f68e1d;
	font-size: 1.8em; font-weight: normal;text-align: right;
}
#side-bar p{
	margin: 0 0 15px 0;
	font-size: 1.2em; text-align: right;
}

#cite{
	color: #f68e1d;
	font-size: 1.2em; font-style: italic; text-align: right;
}
#cite q{
	display: block;
}

/* ========================== side-bar end ========================== */

/* ============================= footer ============================= */




/* =========================== footer end =========================== */



















