/*=================================================

		CSS for:
		Author: 
		Company:
		Email:
		Creation Date:
		Last Modified:

=================================================*/

/*=================================================

		GLOBALS
		
=================================================*/

/* CSS Reset
-------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

/* Set 1em == 10px
-------------------------------------------------*/

html {
	font-size: 50%;
}

body {
	font-size: 125%;
}

/*=================================================

		COLOUR & TYPOGRAPHY
		
=================================================*/

body {
	background: #95927B;
	text-align: center;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #4E4B31;
}

/* Headings
-------------------------------------------------*/

h1 {
	display: block;
	width: 258px;
	height: 47px;
	background: transparent url("../images/logo.gif") no-repeat top left;
	text-indent: -9999px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px 0;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

/* Paragraphs & Text
-------------------------------------------------*/

p {
	margin: 0 0 10px 0;
}

small {
	
}

/* Lists
-------------------------------------------------*/

ul {
	
}

li {
	
}

ol {
	
}

dl {
	
}

dt {
	
}

dd {
	
}

/* Links
-------------------------------------------------*/

a:link, a:active, a:visited {
	
}

a:hover {
	
}

/* Rules
-------------------------------------------------*/

hr {
	
}

/* Forms
-------------------------------------------------*/

fieldset {
	
}

legend {
	
}

form {
	
}

label {
	
}

input, textarea, select {
	padding: 2px;
	font-size: 1.2em;
}

input {
	
}

input[type="radio"], input[type="checkbox"], input[type="submit"], input[type="button"] {
	width: auto;
}

textarea {
	
}

select {
	
}

optgroup {
	
}

option {
	
}

/* Tables
-------------------------------------------------*/

table {
	
}

tr {
	
}

thead {
	
}

th, td {
	padding: 5px;
}

th {
	
}

tbody {
	
}

td {
	
}

tfoot {
	
}

/*=================================================

		STRUCTURE
		
=================================================*/

div#wrapper {
	position: relative;
}

div.inner {
	width: 700px;
	text-align: left;
	margin: 0 auto;
	overflow: auto;
}

/* Header
-------------------------------------------------*/

div#header {
	background: #7C7859;
	padding: 20px 0;
}

/* Navigation
-------------------------------------------------*/

div#nav {
	background: #B9B597;
}

div#nav ul {
	text-transform: uppercase;
	overflow: hidden;
}

div#nav ul li {
	display: inline;
}

div#nav ul li a:link, div#nav ul li a:active, div#nav ul li a:visited  {
	display: block;
	float: left;
	padding: 10px 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

div#nav ul li a:hover, body#profile div#nav ul li#nav-profile a, body#portfolio div#nav ul li#nav-portfolio a, body#contact div#nav ul li#nav-contact a {
	background: #A8A484;
}

/* Image
-------------------------------------------------*/

div#profile_image {
	height: 165px;
	background: #DFDCC3;
	text-align: center;
	background: #DFDCC3 url("../images/profile_image.jpg") no-repeat top center; 
}

div#contact_image {
	height: 165px;
	background: #DFDCC3;
	text-align: center;
	background: #DFDCC3 url("../images/contact_image.jpg") no-repeat top center; 
}

/* Body
-------------------------------------------------*/

div#content {
	background: #F8F7EF;
	padding: 15px 0 35px 0;
}

img.profile_image {
	float: right;
	margin: 0 0 30px 35px;
}

div.contact_details {
	width: 350px;
	float: left;
}

div.contact_details p {
	font-size: 14px;
	line-height: 18px;
}

/* Footer
-------------------------------------------------*/

div#footer {
	background: #95927B;
	padding: 10px 0;
	color: #FFF;
}

div#footer div.inner {
	text-align: center;
}

div#footer ul li {
	display: inline;
	margin: 0 15px 0 0;
}

/*=================================================

		USEFUL CLASSES
		
=================================================*/

/* Usually used for de-bugging
-------------------------------------------------*/

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.overflow {
	overflow: auto;
}

.clear {
	clear: both;
}
