body {
	background: transparent url(../images/background-1.jpg) repeat fixed center top;
	color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

a {
	border-bottom: 1px dotted #f29400;
	color: #f29400;
	text-decoration: none;
}

a:hover {
	border-bottom: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

h1 {
	font-size: 35px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #f29400;
	font-family: "Times New Roman",Times,serif;
	font-weight: normal;
}

#header {
	height: 214px;
	position: relative;
}

.logo {
	float: left;
	margin-top: 55px;
	width: 203px;
}

.home {
	border: none;
    display: block;
    overflow: hidden;
    width: 203px;
}

.nav_bar {
	float: right;
	margin-top: 90px;
}

.nav_bar li {
	display: inline;
	font: 26px Georgia, "Times New Roman", Times, serif;
    list-style: none;
    margin-left: 25px;
    margin-right: 0;
}

.nav_bar li a {
	color: #f29400;
	text-decoration: none;
}

.nav_bar li a:hover {
	border-bottom-style: none;
}

.nav_bar li.current {
	color: #fff;
}

.content {
	background: transparent url(../images/black.png) repeat scroll left top;
	padding: 20px;
	overflow: hidden;
}

.content h1 {
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 45px;
	font-weight: bold;
	line-height: 45px;
}

.content h2 {
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}

.margin {
	margin-bottom: 600px;
	float: left;
	width: 100%;
}

#intro {
	overflow: hidden;
}

#header .nav_bar, #portfolio .nav_bar, #contact .nav_bar {
	position: absolute;
	right: 0;
	top: 0;
}

#portfolio {
	position: relative;
}

#portfolio h1, #contact h1 {
	clear: both;
	margin-top: 50px;
}

#portfolio div.thumbnail {
	border: 5px solid #241200;
	margin-bottom: 20px;
	height: 180px;
	position: relative;
	width: 290px;
	overflow: hidden;
}

#portfolio div.thumbnail a {
	border: none;
}

#portfolio span.caption {
	background: transparent url(../images/black.png) repeat scroll left top;
	color: #fff;
	font-size: 25px;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 130px;
}

#portfolio span.caption em {
	font-size: 13px;
	float: left;
}

#contact input, #contact textarea {
	background: transparent url(../images/black.png) repeat scroll 0 0;
	border: 1px solid #000;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	padding:5px;
	width: 210px;
}

#contact textarea {
	width: 450px;
}

#contact input[type="submit"] {
	width: auto;
}

#contact input[type="submit"]:hover {
	color: #f29400;
}

.focused {
	border: 1px solid #f29400 !important;
}

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

a.twitter {
	border: none;
	float: right;
}


