/*======================================
	Page
 ======================================*/

body {
	background-image: url('/images/theme/home-background.jpg');
	background-position: top center;
	background-repeat: none;
	-webkit-text-size-adjust: none;
}

div#wrapper {}



/*======================================
	Header
 ======================================*/

div#header {
	margin-top: 10px;
	border-bottom: 1px solid #f0f9ff;
	height: 90px;
	margin-bottom: 18px;
}



/*======================================
	Navigation
 ======================================*/

div#main-navigation {
}

div#main-navigation p {
	margin-top: 27px;
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}

div#main-navigation a {
	margin-left: 20px;
}



/*======================================
	Main
 ======================================*/

.main h3 {
	margin-bottom: 18px;
}

.main p {
	color: #579;
	font-family: georgia;
	font-size: 17px;
	line-height: 24px;
	height: 80px;
}

.main p.splash {
	font-size: 27px;
	line-height: 36px;
}

.main p.home {
	height: inherit;
	margin-bottom: 0;
	padding: 0;

	font-family: helvetica;
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	line-height: 48px;
	color: #333;	
}



/*======================================
	Content
 ======================================*/

div#content {}

.content-area {}

.sidebar p,
.sidebar li {
	color: #579;
}

.entry { zoom: 1; }



/*======================================
	Home
 ======================================*/

div.section h2 {
	text-transform: uppercase;

	line-height: 18px;
	font-size: 14px;
}

div.section h2 {
	margin-bottom: 9px;
}

div.section h4 a {
	padding: 9px 10px 7px 10px;

	font-size: 11px;
	background-color: #f0f9ff;

	text-align: right;
	text-transform: uppercase;
	
	position: relative;
}



#splash .section {
	margin-bottom: 36px;
}

.section-details {
	padding-right: 15px;
	text-align: right;
}


#splash h1 {
	font-size: 41px;
	line-height: 60px;
	color: #5baff7;
}

#splash .entry {
	background-color: white;
	border: 1px solid #b0c0d0;
	margin-left: 9px;
	margin-right: 9px;
}


#splash #projects .entry h3 {
	padding-top: 0;
}

#splash #projects .entry p.image {
	height: 190px;
	margin-bottom: 0;
}



/*======================================
	All Pages
 ======================================*/

#projects .entry {
	height: 210px;
}

#about .entry {
	height: 172px;
}

#blog .entry {
	height: 230px;
}

#splash #services .entry {
	margin-bottom: 9px;
	height: 185px;
}

#splash .content.padded {
	padding: 20px;
}



/*======================================
	Projects
 ======================================*/

#projects .entry {
	background-color: white;
}

#projects .entry > .recent > .gallery-container {}

#projects .entry > .recent > h3,
#projects .entry > .recent > h4,
#projects .entry > .recent > p,
#projects .entry > .recent > ul {
	float: left;
	clear: none;
	width: 300px;
	margin-left: 20px;
}

#projects .entry > .recent > h3 {
	padding-top: 35px;
}

#projects .entry > .recent > h5 {}



#projects .project-preview-entry {
	background-color: #fdfeff;
	height: 360px;

	margin-bottom: 20px;	
	margin-left: -1px;
	margin-right: -1px;

	border: 1px solid #b0c0d0;
}

#projects .entry p.launch a {
	font-weight: bold;
}

#projects .entry img.screenshot {
	border: 1px solid #eee;
	width: 278px;
}

#projects .entry img.screenshot-full {
	border: 1px solid #eee;
	width: 598px;
}


#projects .archive {
	height: 390px;
}

#projects .archive  h3 {
	padding-top: 0;
}

#projects .archive  p {
	height: 90px;
}
	
#projects .archive  p.image {
	height: 190px;
}

#projects .archive  p.launch {
	height: 30px;
}



#projects .full-entry img {
	height: 598px;
}



/*======================================
	Articles / Blog Entry
 ======================================*/

#blog .entry {
	background-color: white;
	position: relative;
}

#blog .entry p.summary-image img {
	width: 280px;
	height: 210px;
}

#blog .entry p.summary-image-large img {
	width: 600px;
}

#blog a.comments:link,
#blog a.comments:visited {
	font-weight: bold;
}

#blog a.comments:active,
#blog a.comments:hover {
	font-weight: bold;
}

.blog-preview {
	height: 400px;
}

#blog .content-area .entry {
	border: 1px solid #b0c0d0;
	margin-left: -1px;
	margin-right: -1px;	
}

.blog-preview-horizontal > p.summary-image {
	float: left;
	margin-right: 15px;
}

.blog-preview-horizontal > h3 {
	margin-top: 20px;
}



/*======================================
	Article / Blog Full Entry
 ======================================*/

#blog .full-entry {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}

#blog .full-entry img {
	float: left;
	margin: 8px 18px 0 0;
}

#blog .full-entry img.full {
	float: none;
	width: 600px;
}

#blog .full-entry img.tight {
	margin: 0;
	padding: 0;
}

#blog .full-entry p {
	font-size: 15px;
	line-height: 22px;
}

#blog .full-entry p.date {
	margin-bottom: 18px;
}

#blog .full-entry h2 {
	margin-bottom: 0;
}

#blog img.social-bookmark {
	height: 16px;
}

#blog .sidebar p.date {
	margin-bottom: 0px;
}

#blog .sidebar li {
	margin-bottom: 9px;
}

#blog p.article_footer {
	border-top: 1px solid #eee;
	text-align: right;
}

#blog p.article_footer a {
	margin-left: 18px;
	font-size: 11px;
}

p.bio {
	float: left;
}

p.bio img {
	float: left;
	width: 80px;
	padding: 3px;
	clear: right;
	margin: 0 10px 0 0;
	background-color: white;
	padding: 4px;
	border: 1px solid #b0c0d0;
}



/*======================================
	Comments
 ======================================*/

#blog .comment-odd {
	background-color: #f0f9ff;
}

#blog .meta {
	clear: left;
}



/*======================================
	Services
 ======================================*/

#services p.counter {
	font-size: 96px;
	line-height: 96px;
	font-weight: bolder;
	color: #c0d0e0;
}

#services .entry {
	background-color: white;
	margin-bottom: 20px;
	height: 135px;

	border: 1px solid #b0c0d0;
	margin-left: 9px;
	margin-right: 9px;
}



/*======================================
	How We Work
 ======================================*/

#process p.counter {
	font-size: 96px;
	line-height: 96px;
	font-weight: bolder;
	color: #c0d0e0;
}

#process .entry {
	height: 130px;
	
	background-color: white;

	border: 1px solid #b0c0d0;
	margin-bottom: 20px;
	margin-left: -1px;
	margin-right: -1px;
}



/*======================================
	Contact
 ======================================*/

#contact .entry {
}



/*======================================
	Footer
 ======================================*/

div#footer {
	margin-top: 18px;
	padding-top: 9px;
	border-top: 1px solid #def;
}

div#footer h4 {
	color: #357;
}

div#footer p,
div#footer li {
	color: #579;
}



/*======================================
	Galleries
 ======================================*/

.gallery-container {
	width: 600px;
	height: 320px;
	position: relative;
}

.gallery {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.gallery img {
	display: none; 
	width: 600px; 
	height: 320px;
}

.gallery img:first-child {
	display: block;
}

.gallery-container .navigation {
	position: absolute;
	z-index: 10;

	width: 600px;
	height: 320px;

	opacity: 0.00;
	filter:alpha(opacity=0);	
}

.gallery-container .navigation:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.gallery-container .navigation a {
	padding: 10px 16px;

	background-color: #333;
	color: white;

	opacity: 0.50;
	filter: alpha(opacity=50);

	position: absolute;
	top: 140px;
	z-index: 50;
}

.gallery-container .navigation a:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
}

.gallery-container .navigation .previous 		{ left: 0; }
.gallery-container .navigation .next 			{ right: 0; }

.gallery-container .navigation a img 			{ margin-top: 6px; }
.gallery-container .navigation .previous img 	{ margin-right: 3px; }
.gallery-container .navigation .next img 		{ margin-left: 3px; }



/*======================================
	Social
 ======================================*/

#social li {
	margin-bottom: 9px;
}

#social li img {
	margin-bottom: -4px;
}



/*======================================
	Generic
 ======================================*/

.launch {
	font-size: 12px;
	text-transform: uppercase;
}

.tight {
	margin: 0;
	padding: 0;
}

p.date {
	color: #579;
	font-family: Georgia;
	font-size: 11px;
}