/*
 
Project Title: 
Author: 
Date:
Client:
Inherits: type.css,reset.css

1.Page Elements
2.Layout Classes

replace #FF8300 with #FF8300

*/

/* HTML5 */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline }
a, img {
  outline:none;
  border:none;
}
a.article {
  background: none repeat scroll 0 0 #333333;
  border-color: #000000 #000000 #777777 #777777;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0;
  padding: 30px;
  text-decoration: none;
  width: 190px;
  float: left;
  height: 150px;
  margin-right: 10px;
}
a.article:hover {
  color:#888;
  background:#222;
}
a.article span {
  width:150px;
  overflow:hidden;
}
h3 {
  display:inline-block;
}
h1, h2, h3, h4 {
  font-weight:normal;
}
h2 {
	font-family: 'ChunkFive';
	font-size:48px;
	line-height:117%;
	letter-spacing:2px;
	font-weight:normal;
	text-shadow: 0 -2px 0 #565759;
}
h2, h4, #availability, input.submit-button {
	font-family: 'ChunkFive';
	font-weight:normal;
}
a.article b {
  padding-top:8px;
  display:block;
  font-weight:normal;
}
h3 {
  font-family: 'MisoRegular';
}
h4 {
  color: #FFAE00;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 5px 0;
  text-shadow: 0 -1px 0 #565759;
}
#bottom h4 {
  text-shadow: 0 -1px 0 #000;
}
a {
	color:#ffae00;
}
a:hover {
	color:#fff;
}
/* Class for clearing floats */

body { 
	margin:0px;
	background:url('../images/bg.png'); 
	font-family: 'MisoRegular', helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}
#top {
	color:#e6e6e6;
	font-size:12px;
	margin-bottom:20px;
	margin-top:10px;
}
#bottom {
	background:#39393A;
	padding:20px 0px;
	border-top:1px solid #999;
	-moz-box-shadow:-1px -1px 2px #565759;
	-khtml-box-shadow:-1px -1px 2px #565759;
	-o-box-shadow:-1px -1px 2px #565759;
	-webkit-box-shadow:-1px -1px 2px #565759;
	box-shadow:-1px -1px 2px #565759;
	min-height:300px;
}
.tagline {
	color:#fff;
	margin-top:40px;
}
.tagline strike {
	color:#676767;
}
.copy {
  font-size: 17px;
  line-height: 22px;
}
#description {
}
.logo {
	text-align:left;
  margin:5px 0px;
}
#availability {
	margin:20px 0px;
	background-size:620px 100%;
	-moz-background-size:620px 100%;
	-webkit-background-size:620px 100%;
	-o-background-size:620px 100%;
	-khtml-background-size:620px 100%;
	background:url('../images/box_bg1.png') no-repeat ;
	font-size: 19px;
	letter-spacing:1px;
	display: block;
	padding: 40px 30px;
	color: #999;
	font-weight:lighter;
}
.profile {
	float:left;
	margin:0px 5px 0px 0px;
	width:130px;
}
.profile img {
	width:120px;
}
.profile h3 {
	color:#999;
	font-size:18px;
	margin-top:10px;
}
.project_home {
  float:left;
  margin:10px;
}
.project_home img {
  width:250px;
}
#press {
  margin-top:20px;
}
.rule {
  height:2px;
  background:#999;
  border-top:1px solid #565759;
  margin:10px 0px;
}
footer {
  position:relative;
  bottom:0px;
  padding:20px 0px;
  text-align:center;
  display:block;
  width:100%;
  margin-top:30px;
  color:#fff;
}
.hidden {
  display:none;
}
/* Page Elements */

#container{width:1200px;margin:0px auto; height:1188px;}
header p {
  color:#fff;
  margin:0px;
}
.content {
  padding-bottom:30px;
}
/*********************** FORM *********************/
#contact-area {
  margin:8px 0px;
  -moz-border-image: url('../images/border_img.png') 20 20 20 19 round round;
  -webkit-border-image: url('../images/border_img.png') 20 20 20 22 round round;
  -o-border-image: url('../images/border_img.png') 20 20 20 20 round round;
  -khtml-border-image: url('../images/border_img.png') 20 20 20 22 round round;
  border-image: url('../images/border_img.png') 20 20 20 20 round round;
  border: 20px double orange;
  padding: 10px;
}

#contact-area input, #contact-area textarea {
  border: 2px solid #CCCCCC;
  font-size: 1.4em;
  margin: 0 0 10px;
  padding: 5px;
  width:96%;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 4px solid #777;
}

#contact-area input.submit-button {
  background:url('../images/button_bg.png') center center;
  border-top:1px solid #fff;
  border:none;
  padding:12px;
  cursor:pointer;
  opacity:0.8;
  width:100%;
  text-shadow:0px 1px 0px #FFF18D;
}

#contact-area input.submit-button:hover {
  opacity:1.0;
}
label {
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  margin: 0 15px 1px 0;
  padding-top: 5px;
  position: relative;
  width: 100px;
}

#honeypot {
  display: none;
}
