/* -------------------------------------------
Stylesheet for Sam Shahrani.com Website
Copyright (c) 2010 Sam Shahrani
Launched January 2010
Last Updated N/A
------------------------------------------- */

/* Basic Elements */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}

/* Layout */
#header {
	width: 800px;
	height: auto;
	margin: 0 auto;
	background-color: white;
	
}

#container {
	width: 800px;
	height:auto;
	margin: 0 auto;
	
	background-color: white;	
}

#sidebar {
	float: right;
	width: 400px;
	text-align:center;
}

#content{
	float: left;
	width: 360px;
	padding: 20px;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	}

/* Links */

a:link
{
	color: gray;
	text-decoration: none;	
}

/* Title & Navbar */

#title{
	height:40px;
	font-size:30px;
	font-weight:bold;
	padding: 30px 0px 0px 20px;
	margin-bottom:20px;
}

#nav {
	padding: 0px;
	margin: 0px;
	background: white 0 0 repeat-x;
	float: left;
	width: 500px;
	border-left: 1px solid black;
	border-bottom: none;
	border-top: none;
}

#nav li {
	display:inline;
	padding:0;
	margin:0;
}

#nav a:link,
#nav a:visited {
	padding:15px 20px 4px 20px;
	color:#000;
	background:white;
	float:left;
	width:auto;
	border-right:1px solid black;
	text-decoration:none;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#nav a:hover {
	color: #fff;
	background: gray;
}

#home #nav-home a,
#portfolio #nav-portfolio a,
#contact #nav-contact a {
	background: #06266A;
	color: #fff;
	text-shadow: none;
}

#home #nav-home a:hover,
#portfolio #nav-portfolio a:hover,
#contact #nav-contact a:hover {
	background: gray;
}

#nav a:active {
	background: white;
	color: #FFAA00;
}

/* Portfolio Layout */

#portfolioBody {
	float:left;
	padding: 20px;
	width: 750px;
	height: auto;
}

/*#portfolioSidebar {
	float: right;
	padding-top:15px;
	width: 230px;
}
*/
ul.portfolioPiece{
	list-style: none;
}

ul.portfolioPiece li {
	width: 175px;	
	height: 132px;
	margin: 0px 20px 40px 20px;	
	float: left;

	position: relative;
	border-color: #06266A;
	border: solid;
}

/* Footer & Colophon */

#pageFooter {
	margin: 0 auto;
	clear:left;
	width: 500px;
	height: auto;

	background-repeat: no-repeat;
	background-color: black;
	text-align: center;
	font-size: 10px;
	color:white;
}
