/* BASIC STYLING ***************************************************/
* { 
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}

body { 
	font: small 'Lucida Grande', Arial, sans-serif;
	background: #131115;
	color: #D6DFE6;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 span, h2 span {
	display: none;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 125%;
}

h3, h4 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h5 {

}

h6 {

}

a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #258DDD;
}

a:hover {
	color: #258DDD;
	text-decoration: underline;
}

ul, ol, li {

}

p {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	font-size: 95%;
}

img {
	border: none;
}

strong {

}

strong.highlight {

}

pre {

}

code {

}

input.field, textarea {
	background: #fff;
	border: 2px solid #fff;
	padding: 3px;
}

div.fieldWithErrors input.field, 
div.fieldWithErrors textarea {
  border: 2px solid #E54343;
}

input.field:focus,
textarea:focus,
div.fieldWithErrors input.field:focus,
div.fieldWithErrors textarea:focus {
	background: #fff;
	border: 2px solid #258DDD;
}

#errorExplanation {
  width: 100%;
  border: 2px solid #E54343;
  padding: 3px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 100%;
  margin: -3px;
  background-color: #E54343;
}

#errorExplanation p {
  padding: 15px 5px 5px 10px;
}

#errorExplanation ul li {
  margin: 0 0 0 10px;
}

.left {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

.right {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.small {
	font-size: 80%;
}

/* WRAP ***********************************************************/
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: none;
}

/* HEADER *********************************************************/
#header {
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 150px;
}

#header .logo {
	float: left;
	position: relative;
	margin: 55px 0 0 0;
	padding: 0;
}

/* Safari NAV Styles */
#header .nav {
	float: right;
	position: relative;
	top: 75px;
	line-height: 1em;
	padding: 0;
}

/* Overiding previous NAV styles - For all browsers other than Safari */
html:lang(en)>body #header .nav {
	float: right;
	position: relative;
	top: 73px;
	line-height: 1em;
	padding: 0;
}

#header .nav ul {
	margin: 0;
	padding: 0;
}

#header .nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#header .nav ul li a {
	margin: 0 0 0 20px;
	padding: 0;
	color: #7C7C7C;
	color: #777B7E;
	font-weight: normal;
	font-size: 95%;
	text-decoration: none;
	text-transform: uppercase;
}

#header div#pages ul#home a#homenav,
#header div#pages ul#about a#aboutnav,
#header div#pages ul#services a#servicesnav,
#header div#work a#worknav,
#header div#contact a#contactnav,
#header div#blog a#blognav {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0;
	color: #258DDD;
}

#header .nav ul li a:hover {
	color: #D6DFE6;
}

/* MAIN CONTENT LAYOUT ********************************************/
#content {
	float: left;
	margin: 0;
	padding: 0 0 60px 0;
	width: 800px;
	border-top: 1px solid #666;	
	border-bottom: 1px solid #666;
}

#leftContent {
	float: left;
	margin: 30px 25px 0 0;
	padding: 0;
	width: 450px;
}

#rightContent {
	float: right;
	margin: 30px 0 0 25px;
	padding: 0;
	width: 300px;
}

/* HOME - INTRO ***************************************************/
#intro {
	margin: 0 0 30px 0;
	padding: 25px 0;
	font-size: 125%;
	background: url(/images/bkg_intro.gif) no-repeat top right;
	border-bottom: 1px solid #666;
}

#intro h1 {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(/images/title_intro.gif) no-repeat top left;
	height: 40px;
}

#intro p {
	text-align: justify;
}

/* HOME - FEATURED ***********************************************/
#featured h2 {
	margin: 0 0 25px 0;
	padding: 0;
	background: url(/images/title_featuredwork.gif) no-repeat top left;
	height: 17px;
}

#featured p {
	margin: 10px 0;
}

#featured a {
	color: #258DDD;
	text-decoration: none;
}

#featured a:hover {
	text-decoration: underline;
}

.featuredWork {
	margin: 0 0 60px 0;
}

.featuredWork h3 {
	margin: 0;
	padding: 0 0 0 5px;
	font-weight: normal;
	color: #fff;
	height: 160px;
	width: 100%;
}

h3.featured_1 {
	background: url(/images/featuredprojects/eventnetv2.gif) no-repeat top left;
}

h3.featured_2 {
	background: url(/images/featuredprojects/binj.gif) no-repeat top left;
}

/* HOME - RECENT POSTS *********************************************/
#recentPosts, #newsletter {
	margin: 0 0 90px 0;
}

#recentPosts h2 {
	float: left;
	margin: 0 0 24px 0;
	padding: 0;
	background: url(../images/title_recentblogposts.gif) no-repeat top left;
	height: 15px;
	width: 133px;
}

.recent {
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
}

.recent .time {
	float: left;
	margin: 0 10px 0 0;
	padding: 4px 0;
	background: url(/images/bkg_date.gif) no-repeat top left;
	text-align: center;
	width: 42px;
	height: 40px;
	line-height: 1em;
}

.recent .time .month {
	margin: 0 0 3px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 75%;
	color: #131115;
	letter-spacing: 1px;
}

.recent .time .day {
	margin: 1px 0 0 0;
	padding: 0;
	font-size: 140%;
	color: #131115;
}

.recent h3.posttitle {
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 95%;
	font-weight: normal;
}

.recent h3.posttitle a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #D6DFE6;
}

.recent h3.posttitle a:hover {
	color: #D6DFE6;
	text-decoration: underline;
}

/* HOME - NEWSLETTER **********************************************/
#newsletter h2 {
	background: url(/images/title_newsletter.gif) no-repeat top left;
	height: 15px;
	margin: 0 0 17px 0;
}

#newsletter form {
	margin: 10px 0 0 0;
}

#newsletter input.field {
	margin: 5px 10px 0 0;
	width: 188px;
	float: left;
}

.button {
	float: right:
}

/* HOME - CLIENT LOGIN ********************************************/
#clientLogin h2 {
	background: url(../images/title_customerlogin.gif) no-repeat top left;
	height: 16px;
	margin: 0 0 20px 0;
}

#clientLogin form {
	margin: 10px 0 0 0;
}

#clientLogin .small {
	float: left;
	width: 208px;
}

#clientLogin input.field {
	float: right;
	margin: 10px 0;
	width: 290px;
}

/* ABOUT US *******************************************************/
#aboutUs {
	margin: 0;
	padding: 0;
}

#aboutUs h1 {
	margin: 0 0 10px 0;
	padding: 0;
	background: url(/images/title_about.gif) no-repeat top left;
	height: 23px;
}

#aboutUs ol {
	margin: 40px 0;
	padding: 0;
}

#aboutUs li {
	margin: 30px 0;
	padding: 0;
}
#aboutUs li#explore {
	background: url(/images/title_explore.gif) no-repeat top left;
}

#aboutUs li#design {
	background: url(/images/title_design.gif) no-repeat top left;
}

#aboutUs li#develop {
	background: url(/images/title_develop.gif) no-repeat top left;
}

#aboutUs li#test {
	background: url(/images/title_test.gif) no-repeat top left;
}

#aboutUs li#launch {
	background: url(/images/title_launch.gif) no-repeat top left;
}

#aboutUs li p {
	margin: 0;
	padding: 40px 0 0 0;
}

#staff {
	margin: 0;
	padding: 0;
}

#staff h2 {
	margin: 0;
	padding: 0;
	background: url(/images/title_crew.gif) no-repeat top left;
	height: 13px;
}

.staffMember {
	margin: 20px 0 0 0;
	padding: 0;
}

.memberHead {
	margin: 0 0 10px 0;
	padding: 15px 0 0 110px;
	height: 73px;
}

#staff_1 {
	background: url(/images/icon_staff_1.gif) no-repeat top left;
}

#staff_2 {
	background: url(/images/icon_staff_2.gif) no-repeat top left;
}

#staff_3 {
	background: url(/images/icon_staff_3.gif) no-repeat top left;
}

#staff_4 {
	background: url(/images/icon_staff_4.gif) no-repeat top left;
}

#staff_5 {
	background: url(/images/icon_staff_5.gif) no-repeat top left;
}

/* OUR SERVICES ***************************************************/
#services {
	margin: 0;
	padding: 0;
}

#services h1 {
	margin: 0 0 10px 0;
	padding: 0;	
	background: url(/images/title_services.gif) no-repeat top left;
	height: 22px;
}

#services ul {
	margin: 40px 0;
	padding: 0;
}

#services li {
	margin: 30px 0;
	padding: 0;
}

#services li#webDev {
	background: url(/images/title_webDev.gif) no-repeat top left;
}

#services li#webApps {
	background: url(/images/title_webApps.gif) no-repeat top left;
}

#services li#UIDesign {
	background: url(/images/title_uidesign.gif) no-repeat top left;
}

#services li#emailMarketing {
	background: url(/images/title_emailmarketing.gif) no-repeat top left;
}

#services li p {
	margin: 0;
	padding: 40px 0 0 0;
}

#otherFirms {
	margin: 60px 0 0 0;
	padding: 20px 0 0 0;	
	border-top: 1px solid #666;
}

#otherFirms h2 {
	margin: 0 0 10px 0;
	background: url(/images/title_otherfirms.gif) no-repeat top left;
	height: 18px;
}

#testimonials {
	margin: 0;
	padding: 0;
}

#testimonials h2 {
	margin: 0;
	padding: 0;	
	background: url(/images/title_testimonials.gif) no-repeat top left;
	height: 22px;	
}

#testimonials div.quote {
	float: left;
	margin: 10px 0 40px 0;
}

#testimonials .quote p {
	font-style: italic;
	float: left;
}

#testimonials p.credit {
	margin: 10px 0;
	color: #258DDD;
	float: right;
}

/* OUR WORK *******************************************************/
.project img {
	border: 1px solid #666;
	float: left;
}

div.project {
	margin: 50px 0 0 0;
	float: left;
}

#work div.projectRight {
	float: right;
	padding: 0;
	margin: 45px 0 0 0;
	width: 300px;
}

#work div.projectLeft {
	float: left;
	padding: 0;
	width: 450px;
}

#work h2 {
	height: 41px;
	margin: 0 0 10px 0;
	padding: 0;
/*
	color: #258DDD;
	font-weight: normal;
	font-size: 160%;
*/
}
/*
#work h3 {
	font-weight: normal;
	margin-bottom: 10px;
}
*/
div#prevnext {
	float: right;
}

a.prev {
	margin: 0 10px 0 0;
	padding: 0 0 0 30px;
	background: url(/images/icon_prev.gif) no-repeat left;
}

a.next {
	margin: 0 0 0 10px;
	padding: 0 30px 0 0;
	background: url(/images/icon_next.gif) no-repeat right;
}

#projDetail {
	margin: 30px 0 0 0;
}

#projDetail p {
	margin: 0 0 10px 0;
}

#projDetail img {
	margin: 25px 0 25px 0;
}

a.backtotop {
	float: right;
}

/* CONTACT ********************************************************/
#contact {
	margin: 0;
	padding: 0;
}

#contactIntro {
	margin: 0 0 30px 0;
}

#contact h1 {
	margin: 0 0 10px 0;
	padding: 0;
	background: url(/images/title_contact.gif) no-repeat top left;
	height: 20px;
}

#contact p {
	margin: 0 0 10px 0;
}

#contact .contactForm {
	margin: 0;
	padding: 30px 0 0 0;
}

#contact .contactForm label {
	float: left;
	margin: 3px 0;
	padding: 0;
	width: 100px;
}

#contact .contactForm input.field {
	margin: 0 0 20px 0;
	padding: 3px;
	width: 340px;
}

#contact .contactForm label.wide {
	float: left;
	margin: 3px 0;
	padding: 3px;
	width: 100%;
}

#contact .contactForm textarea {
	margin: 0 0 15px 0;
	padding: 3px;
	width: 100%;
}

#contact .submit {
	float: right;
}

#contact .contactForm p span,
#contact .contactForm label span {
	color: #E54343;
	background: none;
}

#contactInfo {
	margin: 0;
	padding: 0;
	text-align: right;
}

#contactInfo h2 {
	margin: 20px 0 15px 187px;
	padding: 0;
	background: url(/images/logo_sml.gif) no-repeat;
	height: 22px;
}

#contactInfo div {
	margin: 0 0 15px 0;
	padding: 0;
}

#contactInfo p {
	margin: 0;
	padding: 0;
}

/* CONTACT - THANKS ***********************************************/
#thanks h1 {
	margin: 0 0 5px 0;
	padding: 0;
	background: url(../images/title_thankyou.gif) no-repeat;
	height: 21px;
}

/* BLOG ***********************************************************/
#blog {
	
}

.blogPost {
	
}

.blogPost h1 {
	font-size: 160%;
	font-weight: normal;
}

.postSubtitle {
	color: #FFF;
	margin: 5px 0 25px 0;
}

.postSubtitle a {
	color: #FFF;
}

.postBody {
	
}
.postBody p {
	margin: 0 0 20px 0;
}

.comment, #leaveComment {
	margin: 20px 0 0 0;
	padding: 20px 20px 55px 20px;
	background: #27262A url(/images/bkg_comment.gif) no-repeat bottom right;	
}

.commentSub {
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px dotted #666;
}

.comment a {
	color: #D6DFE6;
}

#leaveComment h1 {
	margin: 0 0 40px 0;
	padding: 0;
	background: url(/images/title_leaveComment.gif) no-repeat;
	height: 17px;
}

#leaveComment .fields {
	margin: 10px 0;
	padding: 0;
}

#leaveComment .fields p span,
#leaveComment .fields label span {
	color: #ff0000;
	background: none;
}

#leaveComment .fields label {
	float: left;
	margin: 0;
	padding: 0;
	width: 75px;
	color: #D6DFE6;
}

#leaveComment .fields label.wide {
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	width: 100%;
}
/*
#leaveComment .fields label#commenttitle {
	clear: both;
	float: none;
	margin: 10px 0 0 0;
	padding: 0;
}
*/
#leaveComment .fields .field {
	margin: 0 0 10px 0;
	padding: 3px;
	width: 326px;
	border: 1px solid #d5d5d5;
}

#leaveComment .fields textarea {
	margin: 10px 0;
	padding: 3px;
	width: 402px;
	border: 1px solid #d5d5d5;
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, sans-serif;
	font-size: 100%;
}

#leaveComment .fields p.req {
	float: left;
	margin: 0;
	padding: 0;
}

#leaveComment .fields .submit input.submit.submit {
	float: right;
}

#grabFeed {
	background: url(/images/bkg_rss.gif) no-repeat top right;
	height: 128px;
}

#grabFeed h2 {
	background: url(/images/title_grabFeed.gif) no-repeat top left;
	height: 13px;
	margin: 0 0 10px 0;	
}

#grabFeed p {
	width: 200px;
}

#archives {
	margin: 40px 0 0 0;
}

#archives h2 {
	background: url(/images/title_archives.gif) no-repeat top left;
	height: 13px;
	margin: 0 0 10px 0;
}

#categories {
	margin: 90px 0 0 0;
}

#categories h2 {
	background: url(/images/title_categories.gif) no-repeat top left;
	height: 15px;
}

#archives ul li,
#categories ul li {
	clear: both;
}

#archives ul li a,
#categories ul li a {
	display: block;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
	color: #D6DFE6;
}

#archives ul li a:hover,
#categories ul li a:hover {
	color: #258DDD;	
}

/* NEWSLETTER - SUBSCRIBED ****************************************/
#subscribed h1 {
	margin: 30px 0 15px 0;
	padding: 0;
	background: url(/images/title_subscribed.gif) no-repeat;
	height: 23px;
}

/* NEWSLETTER - SENT ****************************************/
#sent h1 {
	margin: 30px 0 15px 0;
	padding: 0;
	background: url(/images/title_success.gif) no-repeat;
	height: 18px;
}

/* FOOTER *********************************************************/
#footer {
	margin: 0;
	padding: 0;
	width: 800px;
	font-style: arial;
	font-size: 90%;
}

#footer ul {
	float: left;
	margin: 0;
	padding: 0;
	color: #aeb3b4;
}

#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer ul li a {
	margin: 0;
	padding: 0;
	color: #aeb3b4;
	text-decoration: none;
	font-size: 95%;
}

#footer ul li a.active,
#footer ul li a:hover {
	color: #475861;
	text-decoration: underline;
}

#footer .copyright {
	float: right;
	margin: 0;
	padding: 0;
	color: #aeb3b4;
}

#footer .copyright p {
	color: #aeb3b4;
}

#footer p {
	float: left;
	margin: 0;
	padding: 0;
}
