@charset "UTF-8";
/* James Kirkby 2010 */

@font-face {
 font-family: Andale Mono;
 src: url("fonts/Andale_Mono.eot") /* EOT file for IE */
}
@font-face {
 font-family: Andale Mono;
 src: url("fonts/Andale_Mono.ttf") /* TTF file for CSS3 browsers */
}


* {
	margin:0;
	padding:0;
}

body {
	background-color: #333;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	color: #FFF;
	font-family: Courier, serif;
}

.oj {
	color:#F90;
}
.grey {
	color:#999;
}

#wrapper {
	width:960px;
	margin:0 auto 20px;
}
#navbar {
	color:#F90;
}
#navbar a {
	font-family: Andale Mono, Verdana, sans-serif;
	font-size:1.2em;
	text-decoration:none;
	color:#fff;
}

#header {
	width:671px;
	height:122px;
	margin:0 auto;
	position:relative;
	background:url(images/header.png) no-repeat;
}
#header h1 {
	display:none;
}
#header_text {
	font-family: Andale Mono, Verdana, sans-serif;
	text-align:center;
	font-size:1.4em;
	position:absolute;
	bottom:0;
	width:671px;
	text-shadow: #000 0 2px 1px;
}

#content_outer {
	margin-top:10px;
}

#topstrip {
	height:5px;
	background:url(images/topstrip.png);
}
#topstripc {
	height:5px;
	background:url(images/topstripc.png);
}

#bottomstrip {
	height:5px;
	background:url(images/bottomstrip.png);
}
#bottomstripc {
	height:5px;
	background:url(images/bottomstripc.png);
}

#content {
	background:url(images/bodybackground.gif) repeat;
	padding:5px 10px;
}
#contentc {
	background:url(images/bodybackground.gif) repeat;
}
.site {
	width:960px;
}
div.site_image {
	width:640px;
	float:left;
	padding-bottom:10px !important;
}
div#bottom {
	padding-bottom:0 !important;
}
div.site_desc {
	width:300px;
	float:left;
	padding:0 10px 10px 10px;
}
div.site_desc h2, div.site_desc h4 {
	font-family: Andale Mono, Verdana, sans-serif;
	font-weight:100;
}
div.site_desc h2 {
	margin-top:-5px;
}
div.site_desc h2 a {
	color:#F90;
	text-decoration:none;
}
div.site_desc h4 {
	color:#999;
}
div.site_desc p {
	font-weight:100;
	padding-top:2px;
}
div.site_desc p a, div.site_desc p a:visited {
	text-decoration: none;
	color: #ccc;
}
div.site_desc p a:hover {
	color: #f90;
}
div.site_desc div.apps_all {
	margin-top:10px;
	height:149px;
	width:285px;
	background:url(images/apps_all.png) no-repeat;
}
div.site_desc div.apps_shop {
	margin-top:10px;
	height:149px;
	width:285px;
	background:url(images/apps_photoshop.png) no-repeat;
}


#about h2 {
	font-family: Andale Mono, Verdana, sans-serif;
	font-weight:100;
	color:#F90;
}
#about ul {
	list-style:none;
	padding-left:20px;
}

.contact {
	margin:10px 0;
	width:300px;
	font-size:80%;
}

form, fieldset {
	border:none;
}	
form label {
	float:left;
	padding:0 0 10px 10px;
	clear:left;
}
form input, form textarea {
	float:right;
	margin:0 10px 5px 0;
	background:#fff;
	border:none;
}
form input {
	width:210px;
}
form textarea {
	width:210px;
}
form .submit {
	width:210px;
	background:#fff !important;
	margin-top:5px;
}
form .submit:hover {
	background:#999 !important;
}
form .first {
	margin-top:5px;
}
div#copyright {
	padding-left:10px;
	margin-top:5px;
	color:#333;
	font-size:80%;
}