/* SITE WIDE */

body {
	background: #333;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #fff;
}
#wrapper {
	width: 960px;
	height: 602px;
	margin: 20px auto;
	background: #000;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #aaa;
}
img {
	vertical-align: bottom;
}

#preloadImages {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* HEADER */

#header {
	height: 50px;
}
h1 { /* MAIN HEADER LOGO */
	color: #fff;
	font-size: 27px;
	line-height: 50px;
	margin-left: 15px;
	float: left;
	letter-spacing: 1px;
	display: inline; /* IE HACK */ 
}
#mainNav {
	float: right;
	line-height: 50px;
	color: #fff;
	margin-right: 15px;
	display: inline; /* IE HACK */ 
}
#mainNav li {
	display: inline;
}
#mainNav li a {
	margin: 0 5px;
}
#active a {
	color: #aaa;
}

/* HOME */

#homeMain {
	height: 400px;
	padding-top: 7px;
	border-top: 1px solid #333;
	padding-bottom: 7px;
	border-bottom: 1px solid #333;
}
.boxes {
	width: 476px;
	height: 196px;
	cursor: pointer;
}
#boxesTopRight { /* No link */
	cursor: auto;
}
#boxesTopLeft {
	float: left;
	background: #336699;
	margin-bottom: 8px;
}
#boxesTopRight {
	float: right;
	background: #ffcc00;
	margin-bottom: 8px;
}
#boxesBottomLeft {
	float: left;
	background: #fff;
}
#boxesBottomRight {
	float: right;
	background: #cc3333;
}
.innerPanels {
	width: 242px;
	height: 196px;
	background: #000;
	position: relative;
}
.hoverPanels {
	width: 210px;
	height: 172px;
	padding: 12px;
	font-size: 14px;
	line-height: 17px;
	position: relative;
}
.arrowLeft {
	position: absolute;
	right: 0;
	top: 15px;
}
.arrowRight {
	position: absolute;
	left: 0;
	top: 15px;
}
#innerPanelsTopLeft, #innerPanelsTopRight, #hoverPanelsBottomLeft, #hoverPanelsBottomRight {
	float: right;
}
#innerPanelsBottomLeft, #innerPanelsBottomRight, #hoverPanelsTopLeft, #hoverPanelsTopRight {
	float: left;
}
#hoverPanelsBottomLeft, #hoverPanelsBottomRight {
	color: #000;
}
#hoverPanelsBottomLeft {
	background: url('images/portfolioHover.jpg') no-repeat;
}
#hoverPanelsTopLeft {
	background: url('images/aboutHover.jpg') no-repeat;	
}
#hoverPanelsBottomRight {
	background: url('images/blogHover.jpg') no-repeat;		
}
h2 {
	font-size: 28px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	letter-spacing: 1px;
}

/* ABOUT */

#aboutMain {
	height: 416px;
	line-height: 22px;
}
#aboutHeader {
	height: 49px;
	width: 945px;
	background: url('images/pageHeaderAbout.jpg') no-repeat;	
	text-align: right;
	padding-right: 15px;	
}
h4 {
	line-height: 49px;
	font-size: 30px;
}
#aboutMain p {
	width: 290px;
	float: left;
	padding: 15px;
}
span {
	font-size: 55px;
	line-height: 55px;
}

/* BLOG */

#blogMain {
	line-height: 17px;
}
#blogHeader {
	height: 49px;
	width: 945px;
	background: url('images/pageHeaderBlog.jpg') no-repeat;	
	text-align: right;
	padding-right: 15px;	
}
.posts {
}
.postInfo {
	width: 210px;
	background: #2a2a2a;
	padding: 10px;
	float: left;
	margin: 20px 0 20px 20px;
	line-height: 24px;
	clear: both;
	position: relative;
	display: inline;
}
#viewAllPosts {	
	width: 210px;
	padding: 10px;
	float: left;
	margin: 0 0 20px 20px;
	line-height: 24px;
	background: #d14426;
	font-weight: bold;
	font-size: 14px;
}
.blogArrow {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	margin-right: -8px;
}
.postTitle {
	width: 620px;
	background: #333;
	padding: 20px;
	float: right;
	margin: 20px 20px 0 0;
	line-height: 26px;
	display: inline;
}
.postContent {
	width: 620px;
	background: #222;
	padding: 20px;
	float: right;
	margin: 0 20px 20px 0;
	line-height: 20px;	
	display: inline;
}
h5 { /* POST DATE */
	font-size: 18px;
	font-weight: bold;
	color: #999;
}
h6 { /* TAGS */
	font-size: 14px;
}
.postTitle p { /* POST TITLE */
	font-size: 20px;
}
#blogWrapper {
	width: 960px;
	margin: 20px auto;
	background: #000;
}
#blogFooter {
	height: 25px;
	text-align: right;
	position: relative;
	clear: both;
}
.pagination {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 18px;
}

/* PORTFOLIO */

#portfolioWrapper {
	width: 960px;
	margin: 20px auto;
	background: #000;
}
#portfolioMain {
	line-height: 17px;
}
.portfolioProject {
	width: 880px;
	padding: 20px 40px;
	clear: both;
	float: left;
	background: #222;
	margin-bottom: 20px;
}
.portfolioInfo img {
	margin: 0 0 3px 0;
}
.portfolioTitle {
	width: 400px;
	font-size: 25px;
	text-decoration: underline;
	margin: -2px 0 6px 0;
	line-height: 25px;
}
.portfolioInfo {
	float: right;
	width: 440px;
}
.portfolioImage {
	float: left;
}
#viewAllPortfolio {	
	width: 370px;
	margin-top: 40px;
	padding: 15px;
	background: #fff;
	font-weight: bold;
	font-size: 14px;
}
#viewAllPortfolio a {
	color: #333;
}
#viewAllPortfolio a:hover {
	color: #555;
}
.externalLink {
	margin: 4px 0;
}
#portfolioHeaderText {
	color: #888;
}
#portfolioHeader {
	height: 49px;
	width: 945px;
	background: url('images/pageHeaderPortfolio.jpg') no-repeat;	
	text-align: right;
	padding-right: 15px;
	margin-bottom: 20px;	
}
#portfolioFooter {
	height: 25px;
	text-align: right;
	position: relative;	
	clear: both;
}
#quicktime {
	margin-bottom: 25px;
	text-align: right;
	padding-right: 25px;
}
#quicktime_image {
	margin-bottom: -3px;
}

/* FOOTER */

#footer {
	height: 120px;
	padding-top: 15px;
	text-align: right;
	position: relative;
}
.latestPosts {
	width: 238px;
	height: 49px;
	border-left: 2px solid #333;
	float: left;
	padding: 16px 15px 15px 15px;
	line-height: 16px;
	overflow: hidden;
	font-size: 14px;
	text-align: left;
}
#column1 {
	width: 150px;
	height: 80px;
	padding: 0;
	border-left: none;
}

h3 {
	line-height: 25px;
	font-size: 20px;
	margin-top: 17px;
	margin-left: 15px;
	letter-spacing: 1px;
}
#copyright {
	line-height: 25px;
	display: inline;
	border-top: 1px solid #333;
	width: 930px;
	padding: 
	0 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
}
#mailto {
	float: left;
}
#copytext {
	float: right;
}
