* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

@font-face {  
  font-family:bebas;  
  src: url("bebasneue.eot"); /* IE */  
  src: local("Bebas Neue"), url("BebasNeue.otf") format("opentype"); /* non-IE */  
}

h1, h2, h3, h4 {
	font-family:bebas;
	font-weight:200;
}

h1 {
	font-size:72pt;
}

h2 {
	font-size:28pt;
	line-height:30pt;
}

h3 {
	font-size:26pt;
}

h4 {
	font-size:18pt;
}

h4 a {
	color:#ff0000;
	text-decoration:none;
}

h4 a:hover {
	text-decoration:underline;
}

p {
	font-family:Arial, Helvetica;
	font-size:12pt;
	line-height:20pt;
	text-align:justify;
	margin-bottom:12px;
}

p a {
	color:#ff0000;
	text-decoration:none;
}

p a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:972px;
	clear:both;
	padding-left:12px;
}

#container {
	position:relative;
	top:40px;
	z-index:0;
}

#container .wrapper {
	padding:150px 0 150px 12px;
}

.red {
	color:#ff0000;
}

/* Navigation */
#nav_tail {
	width:50%;
	position:fixed;
	height:40px;
	left:0;
	background-color:#ff0000;
	z-index:1;
}

#nav {
	position:fixed;
	height:40px;
	width:480px;
	background-color:#ff0000;
	z-index:2;
}

#nav ul {
	height:40px;
	margin-top:5px;
}

#nav ul li a {
	color:#ffffff;
	text-decoration:none;
}

#nav ul a:hover {
	text-decoration:underline;
}

#nav ul li {
	font-family:bebas;
	list-style:none;
	display:inline;
	font-size:19pt;
	margin-right:15px;
}

/*Intro*/
#intro_text {
	width:474px;
	margin:40px auto 0 auto;
}

/*Columns*/
.column {
	float:left;
	width:445px;
}

.lcolumn {
	float:left;
	width:445px;
	margin-right:40px;
}

.image_thumb {
	width:486px;
	float:left;
}

.image_thumb img {
	float:right;
	margin:0 12px 12px 0;
}

.image_thumb ul {
    list-style: none;
	padding:0;
}

.image_thumb ul li{
    margin: 0;
    float: right;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.4;
}

.image_thumb .hover { /*--Hover State--*/
    cursor: pointer;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.image_thumb .active { /*--Active State--*/
    cursor: default;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.image_thumb ul li .block { /*--Hide the description on the list items--*/
	display:none;
}

.fancy_thumbs {
	display:none;
}

#gallery-images {
	display:none;
}

.full_view-buttons ul {
	list-style:none;
}

.full_view-buttons ul li {
	display:none;
}

/*Section Line*/
.section-line_details {
	width:40px;
	background-color:#ff0000;
	background-image:url(assets/images/featured_work.png);
	background-repeat:no-repeat;
	float:right;
	margin-left:12px;
}

.section-line_about {
	width:40px;
	background-color:#ff0000;
	background-image:url(assets/images/about_me.png);
	background-repeat:no-repeat;
	float:right;
	margin-left:12px;
}

.section-line_thinker-maker {
	width:40px;
	background-color:#ff0000;
	background-image:url(assets/images/thinker_maker.png);
	background-repeat:no-repeat;
	float:right;
	margin-left:12px;
}

.section-line_thanks {
	width:40px;
	background-color:#ff0000;
	background-image:url(assets/images/drop_me_a_line.png);
	background-repeat:no-repeat;
	float:right;
	margin-left:12px;
}

#details_height, #about_height, #thinker_height, #thanks_height{
	width:393px;
	float:left;
}

/*Featured Work*/

.standard_btn {
	width:150px;
	height:36px;
	text-decoration:none;
	font-family:bebas;
	font-size:22pt;
	color:#ffffff;
	background-color:#ff0000;
	display:block; 
	text-align:center;
	padding-top:4px;
	float:right;
}

.details {
	float:left;
}

.details a:hover{
	text-decoration:underline;
}

.details img {
	margin-bottom:12px;
}

/*About*/

/*Contact*/
#contact img {
	margin-right:12px;
}

#contact  {
	font-family:Arial, Helvetica;
	font-size:12pt;
}

#contact ul li {
	list-style:none;
}

#contact fieldset {
	border:none;
}

#contact fieldset ul li input {
	margin-bottom:12px;
	background-color:#ccc;
	border-color:#ccc;
	border-style:solid;
	width:50%;
	font-family:Arial, Helvetica;
	font-size:12pt;
}

#contact fieldset ul li textarea {
	width:393px;
	max-width:393px;
	height:200px;
	background-color:#ccc;
	margin-bottom:12px;
	border-color:#ccc;
	border-style:solid;
	font-family:Arial, Helvetica;
	font-size:12pt;
}

#contact fieldset ul li input:focus {
	background-color:#fff;
	border-color:#ff0000;
}

#contact fieldset ul li textarea:focus {
	background-color:#fff;
	border-color:#ff0000;
}

#contact fieldset .submitbutton {
	width:150px;
	height:36px;
	text-decoration:none;
	font-family:bebas;
	font-size:22pt;
	color:#ffffff;
	background-color:#ff0000;
	display:block; 
	text-align:center;
	margin-right:52px;
	float:right;
	border:none;
}

#contact fieldset .submitbutton:hover {
    cursor: pointer;
}

#contact .contact_error {
	margin-right:52px;
	color:#ff0000;
	font-size:10pt;
	margin-bottom:12px;
}

#contact .sent {
	margin-right:52px;
	color:#ff0000;
	line-height:20pt;
}

/*Footer*/
#footer p {
	text-align:right;
	font-size:10pt;
	line-height:4pt;
	padding-right:30px;
}

#footer .wrapper {
	padding:150px 0 12px 0;
}
