html 
{
}

body
{
	background: #024573 url('/images/layout/bg2.png') repeat-x;
	color: #fff;
	padding: 0 15px 0 25px;
	text-align: center;
	font-family: 'Cantarell', arial, serif;	
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
}

.container
{
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.header
{
	height: 55px;
	margin: 22px 0 10px 0;
}

#Logo
{
	background: transparent url('/images/layout/logo.png') no-repeat;
	width: 264px;
	height: 79px;
	float: left;
}

/* Main Menu *****************************************************************/
#MainMenu
{
	display: block;
	list-style: none;
	margin: 0 0 0 415px;
	padding: 25px 0 0 0;
	font-size: 1.4em;
}

#MainMenu li
{
	float: left;
	margin: 0 30px 0 0;
}

#MainMenu li.selected div
{
	position: relative;
	width: 100px;
	height: 30px;
	background: #00beff;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	opacity: 0.25;
}

#MainMenu li.selected a
{
	position: absolute;
	z-index: 1;
}

#MainMenu a, #MainMenu a:link, #MainMenu a:active, #MainMenu a:visited
{
	display: inline-block;
	width: 100px;
	text-align: center;
	color: #fff;
	line-height: 34px;
	text-decoration: none;
}

.contentContainer, .homeContainer
{
	clear: both;
	min-height: 350px;
}

.homeContainer
{
	background: transparent url('/images/layout/ground_gradient_home.png') no-repeat 55% 70px;
	overflow: visible;
}

.contentContainer	
{
	margin: 50px 0 0 0;
}

/* Homepage Recent Work ********************************************************/
#RecentWork
{
	float: left;
	margin: 0 0 0 15px;
}

#RecentWork ul
{
	display: block;
	margin-left: 5px;
}

#RecentWork li
{
	margin: 0 0 20px 0;
}

a.projectTitle
{
	font-size: 1.5em;
	font-weight: 400;
	margin-left: 5px;
}

.workImageContainer
{
	position: relative;
	padding: 3px;
	width: 350px;
	height: 160px;
}

.workImageContainer span
{
	display: inline-block;
	position: absolute;
	width: 349px;
	height: 159px;
}

.recentWorkImage
{
	position: absolute;
	width: 343px;
	height: 153px;
	margin: 3px;
	background: #232425;
}

#WorkProjects
{
}

.workThumbnail
{
	float: left;
	display: inline-block;
	margin: 0 25px 25px 0;
}

.workDate
{
	float: right;
	margin: 2px 5px 0 0;
}

#ProjectDetails div
{
	float: left;
}

#ProjectDetails li
{
	position: relative;
	width: 300px;
	min-height: 22px;
	margin-bottom: 3px;	
}

#ProjectDetails li div.blueFill
{
	position: absolute;
	width: 300px;
	height: 22px;
}

#ProjectDetails span.fieldLabel, #ProjectDetails span.fieldValue
{
	display: inline-block;
	position: relative;
	margin: 6px;
}

#ProjectDetails span.fieldValue
{
	float: right;
}


#ProjectSlideshow
{
	position: relative;
	margin-right: 10px;
	padding: 3px;
	width: 650px;
	height: 250px;
}

#ProjectSlideshow span
{
	display: inline-block;
	position: absolute;
	width: 650px;
	height: 250px;
}

#ProjectSlideshow .projectImage
{
	position: absolute;
	width: 644px;
	height: 244px;
	margin: 3px;
	background: #232425;
}

#ProjectControls
{
	display: inline;
	float: right;
}

/* Blog Posts ******************************************************************/
.homeContainer .blogContainer
{
	width: 60%;
	float: left;
}

.postImage
{
	float: left;
	width: 111px;
	height: 94px;
	margin: 5px 10px 0 0;
}

.postImage div
{
	position: absolute;
	width: 111px;
	height: 94px;
	background: #00beff;
	opacity: 0.25;
}

.postImage span
{
	position: absolute;
	display: inline-block;
	width: 105px;
	height: 88px;
	margin: 3px;
	background: #232425 url('/images/temp/thumb_blog.jpg') no-repeat;
}

.post
{
	margin: 0 0 40px 0;
}

.postTitle
{
	display: block;
	font-family: 'Inconsolata', arial, serif;
	font-size: 3em;
}

.postMeta
{
	list-style: none;
	margin: 0 0 0 3px;
	padding: 0;
}

.postMeta li
{
	
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

.postMetaRight
{
	float: right;
	margin: -3px 0 0 0;
}

.postDate
{
}

.commentCount
{
	display: inline-block;
	width: 32px;
	height: 32px;
	/*background: transparent url('/images/icons/comment.png') no-repeat;*/
}

.postBody
{
	clear: right;
	margin: 0 0 0 3px;
	font-size: 1.25em;
	line-height: 1.2em;
}

.postBody .readMore
{
	float: right;
}

/* Footer **************************************************************/
#Footer
{
	clear: both;
	/*background: transparent url('/images/layout/ee2.jpg') center center no-repeat;*/
	height: 100px;
	margin: 30px 0 0 0;
}

/* Single Post ************************************************************/
#Post .categories
{
}

#Post .blogContainer
{
	float: left;
	width: 80%;
}

#Post .postImage
{
	float: left;
}

/* Buttons **************************************************************/
.readMore
{
	width: 75px;
	height: 22px;	
	margin: 15px 0 0 0;
	cursor: pointer;
}

.readMore a
{
	position: absolute;
	z-index: 1;
	display: inline-block;
	width: 75px; 
	line-height: 22px;
	text-align: center;
	font-size: .9em;
}

.readMore .readMoreBg
{
	position: relative;
	width: 100%;
	height: 100%;
	background: #00beff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	opacity: 0.25;
}

.button
{
	width: 111px;
	height: 27px;	
	margin: 10px 0 0 0;
	cursor: pointer;
}

.button span
{
	position: absolute;
	z-index: 1;
	display: inline-block;
	width: 111px; 
	line-height: 30px;
	text-align: center;
}

.button .buttonBg
{
	position: relative;
	width: 100%;
	height: 100%;
	background: #00beff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	opacity: 0.25;
}

.clear
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 1%;
}

a, a:link, a:active, a:visited
{
	color: #fff;
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5
{
	font-family: 'Cantarell', arial, serif;	
	margin-bottom: 8px;
	font-weight: normal;
}

h3
{
	font-size: 2.8em;
}

h4
{
	font-size: 2em;
}

.metaText
{
	color: #3bbcff;
}

.blueFill
{
	background: #00beff;
	opacity: 0.25;
}

/* Homepage Slideshow *****************************************************************/
#Slideshow
{
	height: 215px;
	background: transparent url('/images/layout/home_text_shadow.png') no-repeat -100px 140px;
	overflow: visible;
}

.slideshowImage
{
	float: left;
	margin: -20px 0 0 0;
}

.slideshowDescription
{
	float: left;
	display: inline-block;
	width: 50%;
	margin: 25px 0 0 10px;
}

.slideshowDescription p
{
	font-family: 'Cantarell', arial, serif;	
	font-size: 1.6em;
	line-height: 20px;
}

.slideshowDescription .button
{
	float: right;
	margin: 20px 40px 0 0;
}