@charset "UTF-8";
/* CSS Document */

p {
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}

h2 {
	margin: 0px;
	color: #333;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -1px;
}

h3 {
	color: #333;
	font-size: 14px;
	font-style: normal;
	margin: 0px 0px 4px 0px;
	display: table;
}

h4 {
	margin: 0px;
	font-size: 12px;
	font-style: normal;
}

blockquote {
	background: #FFF;
	padding: 14px 14px 8px 14px;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #CCC;
	min-height: 20px;
}

#projectfeature {
	position: absolute;
	left: 0px;
	top: 175px;
	width: 930px;
	height: 267px;
	overflow: hidden;
}

#back_button {
	position: absolute;
	top: 470px;
	left: 0px;
	width: 100px;
	height: 12px;
	padding: 2px 0px 0px 25px;
	background-image: url(../img/back.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 10px;
}

#back_button a { color: #333; }
#back_button a:hover { color: #0099ff; }

#back_button:hover {
	background-position: left top;
}

#title {
	position: absolute;
	left: 0px;
	top: 495px;
	width: 930px;
	height: 32px;
	border-top: 1px solid #333;
	border-bottom: 2px solid #333;
	padding: 8px 0px;
}

.nextprevproj {
	position: absolute;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}

.nextprevproj a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	background-color: #000;
	opacity: 0;
	filter: alpha (opacity=0);
}

.nextprevproj a:hover { border: none; }

#nextproject {
	right: 2px;
	top: 500px;
	width: 114px;
	height: 24px;
	background-image: url(../img/nextproject.png);
	padding-top: 11px;
}

#prevproject {
	right: 124px;
	top: 505px;
	width: 114px;
	height: 24px;
	background-image: url(../img/prevproject.png);
	padding-top: 6px;
}

#facebook {
	position: absolute;
	width: 90px;
	height: 21px;
	right: 240px;
	top: 510px;
}

#facebook iframe {
	border:none; overflow:hidden; width:100px; height:21px;
}

#retweet {
	position: absolute;
	height: 25px;
	width: 50px;
	right: 358px;
	top: 512px;
	text-align: right;
}

#permalink {
	position: absolute;
	right: 438px;
	top: 514px;
	text-align: right;
	width: 120px;
	font-size: 11px;
}

#permalink a { color: #666; }
#permalink a:hover { color: #333; }

#content {
	position: absolute;
	left: 0px;
	top: 568px;
	width: 930px;
	float: left;
}

#content #copy {
	float: left;
	width: 703px;
	margin-bottom: 30px;
}

#content #copy p.space a {
	margin: 0px 0px 20px 0px;
}

#content #copy ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content #copy li {
	background-image: url(../img/tick.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 1px 0px 1px 14px;
	font-size: 12px;
	font-style: normal;
}

#content #copy #screenshots a {
	float: left;
	height: 106px;
	width: 106px;
	margin: 0px 3px 3px 0px;
}

#content #copy #screenshots a img { border: 3px solid #fff; }
#content #copy #screenshots a img:hover { border: 3px solid #333; }
#content #copy #screenshots a:hover { border: none; }

#content #filters {
	float: left;
	width: 187px;
	margin: 19px 0px 0px 40px;
	height: 249px;
	margin-bottom: 30px;
	padding: 0px;
}

#content #filters h4 {
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #333;
}

#content #filters ul {
	margin-top: 8px;
}

#content #filters li {
	display: table;
	font-size: 11px;
	margin-top: 6px;
	padding: 1px 2px 0px 14px;
	height: 12px;
	background-image: url(../img/filter_li.png);
	background-position: left top;
}

#content #filters li:hover { background-position: left bottom; }

#content #filters li, #content #filters li a {
	font-weight: normal;
	font-style: normal;
	size: 11px;
	color: #FFF;
}

#content #filters li a:hover { border: none; }

.rule {
	clear: both;
	float: left;
	width: 930px;
	height: 1px;
	background-color: #333;
	margin: 20px 0px 10px 0px;
}

.dashed_rule {
	clear: both;
	float: left;
	width: 930px;
	height: 1px;
	/*background-image: url(../img/dash.png);
	background-repeat: repeat-x;*/
	border-bottom: 1px dotted #333;
	margin: 10px 0px 20px 0px;
}

.floatleft {
	float: left;
	width: 50%;
}