@charset "utf-8";
/* Surreal Software CSS */
* {
	margin:0;
	padding:0;
	border:0;
	}
	
p {
  margin-bottom: 10px;
  } 
html {
	height:100%;
	}
body {
	font:14px Tahoma, Arial, Helvetica, sans-serif;
	background-color: #9ba5a7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}
	
#header {
	width:100%;
	height:138px;
	background:#a9bec8 url(images/surreal_02.jpg) no-repeat top center;
	text-align:center;
	}
#nav {
	margin:-20px 0 0 0;
	width:100%;
	height:30px;
	background:transparent url(images/surreal_04.jpg) repeat-x top left;
	}
#navButtons {
	text-align:center;
	padding-top:2px;
	font:22px "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#fff;
	}
#navButtons ul, #navButtons li {
	display:inline;
	list-style-type:none;
	}
#navButtons a {
	color:#fff;
	text-decoration:none;
	}
#navButtons a:hover {
	color:#666;
	text-decoration:none;
	}
.divider {
	padding:0 20px;
	color:#7c858a;
	}
.wrapper {
	text-align:center;

	padding-top: 20px;
	padding-bottom: 20px;
	background-repeat: repeat-x;
	background-image: url(images/surreal_19.jpg);
	background-position: bottom;
	background-color: #FFFFFF;
	}
	
.home-content {
	width: 570px;
	margin: 0 auto;
}

.gallery-content {
	width: 700px;
	margin: 0 auto;
}

.projects-content {
	width: 600px;
	margin: 0 auto;
}


#logo {
	height:78px;
	}
#content {
	float:left;
	}
#allContent {

	}
#content p {
	width:350px;
	padding-top:20px;
	text-align:left;
	}
#sideBar {
	float:left;
	text-align:right;
	padding-right: 20px;
	width: 200px;
	}
.clear {
	clear:both;
	}
.footer {
	padding-bottom: 20px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #9ba5a7;
	}
	
.footer p {
	text-align:center;
	font-size:10px;
	}
a, a:visited {
	color:#7c858a;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
	
	
	
.projectThumb {
	float:left;
	padding-top:20px;
}
.project {
	width:350px;
	padding-top:20px;
	text-align:left;
	float:left;
	padding-left: 20px;
}
.projectNote {
	width:350px;
	padding-top:20px;
	text-align:left;
	float:right;
	font-size:12px;
}


.thumb {
	border:1px solid #ccc;
	padding:3px;
	float: left;
	width: 77px;
}
.bigImage {
	border:1px solid #333;
	padding:3px;
}
