@import url('work.css');

div.works div.wide {
	
}

div.w720 {
	width:720px;
	margin:0 0 1em 40px;
}

div#blog_header hr {
	position:static;
	float:left;
	width:800px;
	height:1px;
	background-color:#CCC;
	border:none;
	margin:0.2em 0 1.5em -40px;
}
div#blog_header h1 {
	text-align:center;
	font-size:11em;
	text-transform:uppercase;
	font-weight:100;
	line-height:0.9;
	margin:0 auto 0;
	color:#A6A6A6;
}

/* H3 Styles */
h3.rounded {
	display:inline-block;
	font-weight:200;
	text-align:left;
	border:0;
	height:36px;
	margin:10px 0 4px;
	padding:0 8px 0 0;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	background:transparent url('../../images/h3_rgt.png') no-repeat right center;
}
h3.rounded span {
	display:block;
	height:28px;
	padding:8px 10px 0 18px;
	background:transparent url('../../images/h3_lft.png') no-repeat left center;
}


div#works {
	margin:16px 0 10px 0;
}
div#works div.preview {
	width:165px;
	margin:0 -20px 16px 40px;
}
div#works div.preview a, div#works div.preview a:link, div#works div.preview a:visited, div#works div.preview a:active {
	font-weight:100;
	line-height:0.9em;
	text-decoration:none;
	color:#A9A699;
}
div#works div.preview span {
	display:block;
	margin:2px 0 0;
	font-size:0.8em;
	font-weight:200;
	text-align:right;
	text-transform:uppercase;
}
div#works div.preview a:hover span {
	text-decoration:underline;
}
div#works div.preview img {
	width:165px;
}

div#works div.four {
	float:left;
	width:800px;
	margin:0;
	padding:0;
	border:0;
}

/* Ajax Works Holder */
div.holder {
	float:left;
	width:800px;
	
	/*
	 * For the loading **
	text-align: center;
	visibility: hidden;
	*/
}

div#navigation {
	width:720px;
	margin:4px 0 20px 40px;
}
div#navigation div#next {
	float:right;
	width:160px;
	margin-left:10px;
}
div#navigation div#prev {
	float:left;
	width:160px;
	margin-right:10px;
}





