/* -- RESET --*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

strong { font-weight: bold;}

html{ 
  background: #ecece7 url(../_images/bg.gif);
	text-align: center; 
}
 
body { 
  width: 960px; 
	margin: 0 auto;
	text-align: left; 
	background-color: transparent; 
	font-family: 'lucida grande', verdana, arial, sans-serif; 
	color:#525251;
}

.header { 
  height: 130px; 
}

.logo { 
  float: left;
	margin: 15px 0 15px 20px; 
}

.logo a img { 
  opacity: 0.8;
}

.logo a:hover img { 
  opacity: 1.0; 
}

a, a:link, a:active {
	color: #6b7c31;
	text-decoration: none;
}

a:hover, a: visited {
	color: #505d24;
	text-decoration: none;
}

.text_hide{
	display: block;
	text-indent: -9999px;
}
			
div {
  border: 0px solid #000
}			
			
/* -------------------------------------------------------------------------- */
/* Navigation */ /* --------------------------------------------------------- */

ul#nav {
	overflow: hidden;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

ul#nav li {
	float: left;
	font-size: .9em;
	margin: 45px 14px 0 0;
  background: none;
}

ul#nav li#contact {
	margin-right: 0;
}

ul#nav li a {
	color: #292a29;
	padding: 0 10px;
	display: block;
  line-height: 26px;
  background: none; 
}

ul#nav li:hover, ul#nav li.over, ul#nav li.current {
  background: transparent url(../_images/navright.png) 100% 0px no-repeat;
}

ul#nav li a:hover, ul#nav li.current a {
  color: #505d24;
  background: transparent url(../_images/navleft.png) 0 0px no-repeat;
}
	
/* Navigation */ /* --------------------------------------------------------- */
/*----------------------------------------------------------------------------*/		

/* -------------------------------------------------------------------------- */
/* Main Content Info */ /* -------------------------------------------------- */

.top {
	padding: 35px 0;
}

.banner {
  margin: 0 0 20px 0;
}
		
.project {
	border-top: 1px solid #dcdbd7;
	padding: 20px 0 20px 0;
	color: #5e6051;
	font-size: 12px;
	line-height: 18px;
}

h2 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.meta_data {
	width: 180px;
	float: left;
	padding: 0 20px;
}

.display {
    float: right;
    margin: 10px 0 0 -10px;
    width: 720px;
}

.screenshot {
	width:  720px;
	float: right;
}

p.date, {
	color: #acada3;
}


.images li {
    color: #969074;
    float: left;
    list-style: none;
    margin: 0 0 18px 20px;
    width: 220px;
}
.images a img {
    border: 1px solid #fff;
    float: right;
    margin-left: 20px;
    opacity: 1.0;
    -moz-opacity:1.00;
    filter: alpha(opacity=100);
}
.images a:hover img {
    opacity: 0.8;
    -webkit-transition: opacity .2s linear;
    -moz-opacity:0.80;
    filter: alpha(opacity=80);
}
.images li h3, .images li p {
    display: none;
}

/* Main Content Info */ /* -------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* Form Info */ /* ---------------------------------------------------------- */

#contentForm {
  display: block;
  width: 500px;
	margin: 0 0 0 70px;
  padding: 25px;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  font-weight: bold;
  width: 90px;
  height: 20px;
  margin-left: 150px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../_images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

.column  {
  float: left;
  text-align: left;
  width: 320px;
}

#friends {
  width: 400px;
}

#friends li {
  color: #aaa6a1;
  list-style-type: none;
}

#interests {
	width: 240px;
}

#contact {
  float: left;
	text-align: left;
  width: 320px;
}

/* Form Info */ /* ---------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* Footer Info */ /* -------------------------------------------------------- */

.footer {
	padding: 20px 0;
	margin: 0 20px 20px 20px; 
}

#footer2 {
	border-top: 1px solid #d7dbd5;
}

#footer2 p {
	float: left;
	padding: 15px 0 0 15px;
	font-size: .6em;
	color: #999999;
}

ul#footernav { 
  font-size: .6em; 
  float: right; 
}

ul#footernav li {
	display: inline;
	list-style: none;
}

ul#footernav li a {
	float: left;
	display: block;
	margin: 16px 16px 12px 0;
	padding: 0 0 1px 0;
	text-decoration: none;
	color: #999999;
}

ul#footernav li a:hover { 
  color: #353535;
}

/* Footer Info */ /* -------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* Fanctbox Info */ /* ------------------------------------------------------ */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../_images/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../_images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../_images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../_images/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../_images/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../_images/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../_images/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../_images/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../_images/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../_images/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../_images/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../_images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../_images/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../_images/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../_images/fancy_title_right.png') repeat-x;
}

/* Fanctbox Info */ /* ------------------------------------------------------ */
/* -------------------------------------------------------------------------- */