/*
Theme Name: Portfolio
Theme URI: http://sam-king.co.uk
Description: Sam-King Portfolio theme
Version: 1
Author: Sam King
Author URI: http://sam-king.co.uk
*/

body {
	margin: 0 auto; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height:10px;
	color: #222;
	background-image:url("http://sam-king.co.uk/bg3.jpg");
	background-repeat:repeat-x;
	background-position:top center;
	background-attachment:fixed;
	text-align:justify;
	}

img { border: none; }

/* CONTAINERS */
.inside {
	width:900px;
	margin:0px auto 0px auto;
	padding-right: 0px;
	}

.whitebg { 
	background-image:url("http://sam-king.co.uk/bg3.png");
	background-repeat:repeat;
	background-position:top center;
	background-attachment:fixed;}

.content {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	width:900px;
	margin: 0 auto;
	}

/* LINKS */
a {
	color: #000;
	text-decoration: none;
	}

a img { border: 0; }

a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #999;
	}

/* BASIC ELEMENTS */
p {
	width: 850px;
	color: #333333;
	margin: 2px 0 10px 2em;
	}
	
h2 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing:2px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	}

h3 {
	font-size: 13px;
	font-weight: normal;
	letter-spacing:-1px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	}
	
linktitle {
	font-size: 11px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	}

/* ARCHIVES */
.archives {
	display: block;
	margin-right: 10px;
}

.archive-post {
	display: inline;
	line-height: 30px;
	}

.archive-photo {
	margin-left: 0px;
	display: inline;
	}

.archive-photo a {
	border: 0;
	text-decoration: none;
}

.archive-photo a:hover {
	}

.archive-thumb {
	}

.archive-thumb:hover {
	}

.archive-navigate-container {
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:9px;
	letter-spacing:2px;
	padding-bottom: 12px;
	}

/* HEADER AND NAVIGATION */
#header-container {
	position: relative;
	height: 100px;
}

#header-headline {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 50%;
	font-size: 16px;
	letter-spacing:-1px;
}

#header-navigation {
	position: absolute;
	right: 3px;
	bottom: 0px;
	width: 795px;
	height:11px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:9px;
	letter-spacing:1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom:10px;
}

#header-navigation a {
	border-bottom: none;
}

/* FOOTER */
#footer {
	color: #111;
	background-color: none;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	width:910px;
	margin: 0 auto;
	}


/* IMAGE NAVIGATION */
#image-navigate-container {
	position: relative;
	height: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:9px;
	letter-spacing:2px;
	margin-top: 12px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom:10px;
	}

#image-navigate-container a {
	border-bottom: none;
}

.image-navigate-left {
	position: absolute;
	left: 0;
	width: 33%;
	z-index: 2;
	}

.image-navigate-center {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 1;
	}

.image-navigate-right {
	position: absolute;
	right: 0;
	width: 33%;
	text-align: right;
	z-index: 2;
	}

/* IMAGES */
#image {
	text-align: center;
	}

img.photo {
}

/* BULLETS */
.bullet ul {
	margin-top: 0;
}
.bullet li {
	list-style-type: square;	
}	

/* --- Float Hack --- */
.cf:after { content: "."; display: block;   height: 0;  clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
html .cf {height: 1%;}
/* End hide from IE-mac */

/* ABOUT */

.aboutleft {
	width:610px;
}

.aboutright {
	width:250px;
}
