/* CSS Document */

body {
	margin-top:10px;
	font-family:Helvetica, sans-serif;
}

h2 {
	margin-top:0;
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
}

h3 {
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:10px;

}

h4 {
	margin-top:0;
	font-size:11px;
	letter-spacing:2px;
	text-transform:uppercase;
}


.projectlink a {
	color:#fff;
}


.projectlink {
	margin-bottom:10px;
}

.projectlink {
	
	width:345px;
}

.projectlink img:hover, .thickbox img:hover{
	
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.projectlink h4 {
	width:339px;
	font-size:11px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0;
	background-color:#f00;
	padding:3px;
	border-bottom:1px solid #fff;
	color:#fff;
}

#purchase {
	text-align:center;
}

#content h3 {
	font-weight:normal;
	color:#f00;
}

a {
	color:inherit;
	text-decoration:none;
}

.blacktext	{
	color:#000;
}

#projectthumbs a {
	color:#000;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	cursor:pointer;
}

p, li {
	font-size:11px;
	font-family:Helvetica, sans-serif;
	line-height:24px;
	letter-spacing:1px;
	orphans:2;
}

a img {
	border:none;
}

#container {
	width: 700px;
	margin:auto;
}

#header {
	height:24px;
	padding:5px 15px 3px; 15px;;
	background-color:#f00;
	color:#fff;
	border-bottom:1px solid #fff;
}

#header h1 {
	margin:0;
	font-size:16px;
	float:left;
	text-transform:uppercase;
	letter-spacing:3px;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;

}

#header h1 .subtitle{
	font-weight:normal;
	font-size:12px;
	letter-spacing:2px;
}

h1 a {
	color:#fff;
}

h1 a:hover {
	text-decoration:none;
}

#header #menu {
	float:right;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding-top:2px;
	letter-spacing:1px;
	position:relative;
	top:4px;
	height:23px;
	padding-bottom:2px;
	padding-left:100px;
	background:url(../images/clear.gif) top left repeat;
}
#navigation {
	display:none;
	padding:10px;
	background-color:#000;
	height:210px;
	width:680px;
	overflow:hidden;
	position:absolute;
	margin:0;
	color:#fff;
	text-align:center;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

#navigation li, #navigation ul {
	padding:0;
	margin:0;
	text-align:center;
}

#navigation li {
	list-style:none;
	font-size:12px;
	line-height: 24px;
}

#navigation a {
	color:#fff;
}

#navrp, #navap {
	width:240px;
	padding-right:10px;
	float:left;
}

#marquee {
	border-bottom:1px solid #000;
}

#content {
	padding:20px 0 60px 0;
}

#projectinfo {
	width:348px;
	float:left;
	padding-right:10px;
	padding-bottom:60px;
}

#projectthumbs {
	position:relative;
	left:10px;
	width:332px;
	margin-left:358px;
}

.field {
	position:absolute;
	margin-left:100px;
	width:230px;
}

.comments {
	width:330px !important;
}

.submit {
	float:right;
	border:1px solid #000;
	background-color:#fff;
}

#footer {
	clear:both;
	border-top:1px solid #000;
}

#footer p {
	margin-top:5px;
}

#footercopyright {
	float:left;
}

#footercontact {
	float:right;
}

/* Comments
-----------*/

#usernotes {
	clear:both;
	border-top:1px solid #000;
}
#usernotes div.head, div#usernotes div.foot {
	padding: 10px 0;
}
#usernotes div.foot {
	text-align: right;
}
#usernotes div.foot a, div#usernotes div.head a {
	background-color: transparent;
}
#usernotes span.action {
	float: right;
}
#usernotes div.note {
	padding: 10px 0;
}
