/*************************************
Copyright: Prettier Pixels
Author: Alex McGibbon, alex@prettierpixels.com
Created: Sep 14, 2009
Latest Version: Sep 17, 2009
**************************************/

/* LAYOUT */

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


/* BACKGROUNDS */

html {
	background: #050505 url(../images/html_bg.jpg) no-repeat;
	background-position: top center;
}

body {
	background: url(../images/body_bg.png) no-repeat;
	background-position: top center;
}

/* GLOBAL */

a {
	color: #e8de2c;
}

a:hover {
	color: #fff;
	/* text-decoration: underline; */
}

a img {
	border: 1px solid #e8de2c;
}
/* HEADER */

#header {
	margin-top: 20px;
	overflow: hidden;
}

h1 {
	background: url(../images/h1_bg.png);
	float: left;
	height: 92px;
	text-indent: -9999px;
	width: 281px;
}

#primary_navigation {
	float: right;
	margin-top: 65px;
}

#primary_navigation li {
	display: block;
	float: left;
	padding: 0 11px 1px 11px;
	margin-left: 15px;
}

#primary_navigation li.active{
	background: #000;
}

#primary_navigation li a {
	display: block;
}

/* CONTENT */

#content {
	margin-top: 10px;
	overflow: hidden;
}

#main_content {
	float: left;
  width: 400px;
	margin-bottom: 30px;
	padding-right: 80px;
}

#home #main_content {
    width: 100%;
}

#introduction {
	color: #e8de2c;
	font-size: 20px;
	font-weight: 100;
	line-height: 32px;
}

#recent_developments {
	overflow: hidden;
}

#recent_developments li {
	display: block;
	float: left;
	width: 220px;
	margin: 0;
}

#recent_developments li.middle {
	margin: 0 20px;
}

#sub_content {
	float: left;
	width: 220px;
}

blockquote {
	color: #6a6a6a;
	margin-top: 30px;
}

.bqstart {
	float: left;
	height: 45px;
	margin-top: -20px;
	padding-top: 35px;
	margin-bottom: -50px;
	font-size: 700%;
	color: #e8de2c;
}


/* FOOTER */

#footer {
	background: #000;
}

#footer p {
	text-align: center;
	margin-bottom: 0;
	padding: 20px 0;
}

/* PORTFOLIO */

.portfolio_navigation {
	margin-bottom: 40px;
	overflow: hidden;
}

.portfolio_navigation li {
	float: left;
	list-style: none;
	margin-left: 0;
	width: 160px;
	margin: 0 10px;
}

.alpha {
	margin-left: 0!important;
}

.omega {
	margin-right: 0!important;
}

.portfolio_navigation li h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

.pagination {
	width: 500px;
	margin-left: 160px;
	overflow: hidden;
}

.pagination li {
	background: #e8de2c;
	display: block;
	float: left;
	list-style: none;
	padding: 0px 5px 1px 5px;;
	margin: 0 10px 0px 0px;
}

.pagination li a {
	color: #000;
/* 	font-weight: bold; */
}

.pagination li.active {
	background: #000!important;
}

.pagination li.active a {
	color: #fff;
}

.pagination li:hover {
	background: #fff;
}

#portfolio_single #main_content img {
	border: 1px solid #e8de2c;
	margin-bottom: 30px;
}

#skill_list	{
	margin-top: 46px;
	height: 300px;
	margin-bottom: 30px;
}

#skill_list li{
	list-style: none;
	margin-left: 0;
	padding: 3px 10px;
}

.alternate_row {
	background: #000;
}

.vcard p {
	margin-bottom: 0;
}

.vcard .adr {
	margin-bottom: 30px;
}

.vcard .tel {
	margin-top: 30px;
}

label {
	display: block;
	margin-bottom: 2px;
}

input {
	margin-bottom: 10px;
}

fieldset input, fieldset textarea {
	background: #000;
	border: 1px solid #e8de2c;
	padding: 7px;
	width: 300px;
	color: #6a6a6a;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

fieldset input:focus, fieldset textarea:focus {
	color: #fff;
}

fieldset textarea {
	height: 150px
}

