/* BASE Layout */

body {
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
	text-align: center;
}


div { position:relative; }

div#all {
	margin: auto;
	width: 1024px;
	height: auto;
}

	div#topborder, div#botborder { width: 965px; }
	
	div#topborder {
		background:url(images/layout/bg_topcurve.png) no-repeat;
		height: 21px;
	}

	div#maincontainer /*everything goes in here*/ {
		background:url(images/layout/bg_repeat.png) repeat-y;
		width: 940px;
		height: auto;
		padding: 0 10px 0 16px;
		text-align: left;
		vertical-align: top;
	}
	

/* start nav rollovers */
				
				#navgroup {
					width: 410px;
					margin: 0 auto 0 auto;
					font-size: 16px;
				}
	
				#navgroup ul {
					float: left;
					width: 111px;
					margin: 0 -35px 0 3px;
				}

				#navgroup ul li {
					width: 111px;
					height: 27px;
					display: block;
					margin: 0 0 5px 0;
					padding: 0;
				}

				#navgroup ul li a, #navgroup ul li a:link, #navgroup ul li a:visited {
					text-indent: -9999em;
					display: block;
					height: 27px;
					background: transparent url(images/nav_mission.png) no-repeat 0 0px;
					overflow: hidden;
				}

				#navgroup ul li a:hover, #navgroup ul li a:active, #navgroup ul.btn_projects li a:hover, #navgroup ul.btn_projects li a:active, #navgroup ul.btn_services li a:hover, #navgroup ul.btn_services li a:active, #navgroup ul.btn_blog li a:hover, #navgroup ul.btn_blog li a:active, #navgroup ul.btn_portfolio li a:hover, #navgroup ul.btn_portfolio li a:active, #navgroup ul.btn_contact li a:hover, #navgroup ul.btn_contact li a:active {
					background-position: 0 -27px;
				}
		
				#navgroup ul.btn_projects li a {
					background: transparent url(images/nav_projects.png) no-repeat 0 0;
				}
				
				#navgroup ul.btn_services li a {
					background: transparent url(images/nav_services.png) no-repeat 0 0;
				}
				
				#navgroup ul.btn_blog li a {
					background: transparent url(images/nav_blog.png) no-repeat 0 0;
				}
				
				#navgroup ul.btn_portfolio li a {
					background: transparent url(images/nav_portfolio.png) no-repeat 0 0;
				}
				
				#navgroup ul.btn_contact li a {
					background: transparent url(images/nav_contact.png) no-repeat 0 0;
				}
				
				/* end nav rollovers */	


/* HOME Layout */

div#header {
			width: 939px;
			height: auto;
		}
		
div#header #efholder {
			width:365px;
			height:175px;
			float:left;
		}
		
		div#navbox {
			background:url(images/layout/bg_navbox.png) no-repeat;
			float:right;
			width: 413px;
			height: 83px;
			margin-right: 7px;
			padding: 30px 35px 35px 5px;
		}
		
		#contentarea {
			background: url(images/layout/bg_welcomebox.png) no-repeat;
			width: 912px;
			height: 354px;
			padding:0 35px 30px 28px;
			clear: both; /*the winnar*/
		}
		
			#content_fit {
				width:440px;
				height:350px;
				float:left;
				margin: 20px 0 10px -10px;
			}
			
			#content_fit p { line-height:20px; font-size:14px; letter-spacing: 1px; }
			
			#content_fit ul { margin: 20px 0 5px 50px; }
						
			#content_fit ul li {
				list-style-position: inside;
				list-style-image: url(images/listmarker.png);
				margin: 5px 0 15px 0;
				font-size: 14px;
			}

				
			 #contentarea #featurebox {
				background: url(images/layout/bg_featurebox.png) no-repeat;
				width:381px;
				height:302px;
				padding: 37px 40px 45px 40px;
				float:right;
			}
		
		#addonarea {
			background: url(images/layout/bg_twitterbox.png) no-repeat;
			width:917px;
			height:103px;
			padding: 0px 2px 13px 20px;
		}
		
			#twitter {
				width:447px;
				height:95px;
				float:left;
				margin: 8px 0 0 -6px;
			}
			
				#twitter #bird {
					position:absolute;
					bottom: 0px;
					right: 0px;
				}
		
			#addonarea #partnerbox {
				background: url(images/layout/bg_partnerbox.png) no-repeat;
				width:434px;
				height:89px;
				padding: 12px 5px 13px 14px;
				float:right;
			}
			
				#partnerbox ul {
					width:140px;
					margin: 0 -8px 0 -30px;
					float:left;
				}
				
				#partnerbox ul li {
					width:130px;
					height: 25px;
					display: block;
					margin: 0 0 10px 0;
					padding: 0;
					list-style: none;
				}
				
/* END HOME Layout */


/* PAGE Layout */
		
			div#leftcolumn { /* holds both header and content */
				width: 479px;
				height: auto;
				clear: both; /*dealbreaker1*/
				display: inline; /*dealbreaker2*/
				
			}
			
				#blogarea { /* holds all blog content */
					width: 479px;
					height: auto;
				}
				
				#blogarea_container, #blogarea_top, #blogarea_content, #blogarea_bot { margin: 0px; padding: 0px; }
				
				#blogarea_container { /*centralizes blog bgs+content in its own container*/
					width: 479px;
					height: auto;			
				}
					
					div#blogarea_top {
							width: 479px;
							height: 31px;
							background: url(images/layout/bg_pgtopcurve.png) no-repeat;
						}
						
					
					div#blogarea_content {
							width: 429px;
							height: auto;
							background:url(images/layout/bg_pgrepeat.png) repeat-y;
							padding: 0 20px 5px 30px;
						}
						
					div#blogarea_bot {
						width: 479px;
						height: 13px;
						background:url(images/layout/bg_pgbottom.png) no-repeat;
						margin-bottom: 10px;
					} 
					
			/* start rightcolumn */	
		
			/* start navbox */
			
			div#rightcolumn {
				width: 459px;
				height: auto;
				float: right;
				padding: 0px 1px;
			}
			
				div#navbox2 {
					background:url(images/layout/bg_navbox2.png) no-repeat;
					/*float:right;*/ /*dealbreaker3*/
					width: 421px;
					height: 99px;
					margin-right: 1px;
					padding: 30px 35px 35px 5px;
					
				}
				
			
			/* end navbox */
			
			/* start sidebar */	
				
			div#sidebar { /* holds all sidebar stuff */
					background: url(images/layout/bg_sidebar.png) repeat-y;
					width: 461px;
					height: auto;
			}
			
				#sidebar_container, #sidebar_col1, #sidebar_col2, #sidebar_bottom { margin: 0px; padding: 0px; }
				
				#sidebar_container { /* centralizes double-column sidebar content divs */
					width: 421px;
					height: auto;
					padding: 0px 0px 5px 20px;
				}
				
				#sidebar_col1, #sidebar_col2 {
					width: 205px;
					height: auto;
				}
				
				#sidebar_col1 { border: none; }
				#sidebar_col2 {border: none; float: right; }
				
				.sidebar_widget {
					width: 205px;
					vertical-align: top;
					margin-bottom: 2px;
				}
				
					.sidebar_title { 
						background: url(images/sidebar_titlemark.png) no-repeat top left transparent;
						width: 180px;
						font-size: 13px;
						padding: 3px 0 0 25px;
						margin-bottom: 5px;
					}
					
					.sidebar_widget ul li {
						list-style: url('images/listmarker.png') outside square;
						line-height: 19px;
						font-size: 10px;
						margin-left: -21px;
				}

					.sidebar_widget ul li a {
						font-size: 10px;
						font-weight: bold;
						text-decoration: none;
						color: #000
				}

					.sidebar_widget ul li a:hover { text-decoration: underline; }
				
				
			div#sidebar_bottom {
				background: url(images/layout/bg_sidebarbottom.png) no-repeat;
				width: 461px;
				height: 13px;
			}
				
				
			/* end sidebar */
			
		/* end rightcolumn */
			
			
	
/* END PAGE Layout */



	div#footer {
		background:url(images/layout/bg_footer.png) no-repeat;
		width:843px;
		height:28px;
		margin-left: 5px;
		padding: 8px 40px;
	}
		
		div#footer #credits {
			top: -10px;
			right: 0px;
			width: auto;
			height: 24px;
			text-align: right;
			float: right;
		}
	
	div#botborder {
		background:url(images/layout/bg_bottom.png) no-repeat;
		height:58px;
	}

/* END BASE Layout */


/* START Comments */

div#commentbox {
	width: 388px;
	height: auto;
	padding: 10px 5px 5px 15px;
	background-color: #fff;
	border: 1px solid #000;
}

div#commentbox .usrcmtbox {
	width: 376px;
	height: auto;
	padding: 5px 3px;
	background-color: #e8e8e8;
	border: 1px solid #818181;
	margin-bottom: 5px;
}

div#commentbox ul { margin: 0px; }

div#commentbox ul li {
	list-style: url('images/listmarker.png') outside square;
	line-height: 19px;
	font-size: 10px;
	margin-left: -21px;
}

div#commentbox ul li a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000
}

div#commentbox ul li a:hover { text-decoration: underline; }

.usrcmtbox .usrinfo, .usrinfo a, .usrinfo a:hover {
	font-size: 12px;
	color: #000;
	line-height: 17px;	
}

.usrinfo { font-style: italic; }

.usrinfo a {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

.usrinfo a:hover { text-decoration: underline; }

.usrcmt { font-size: 10px; line-height: 16px; }


/* END Comments */




/* SITE PRESENTATION */


ul, li { margin: 0; list-style: none; }

img { border: none; }

a { 
	font-size: 12px;
	color: #2cc86e;
	text-decoration: underline;
 }
	

a:hover, a:active {
	color: #3bb9c4;
	text-decoration: none;
}

p { margin: 0; line-height:20px; font-size:14px; }


.footertxt { 
	color:#363636; 
	font-size: 10px; 
	letter-spacing: 1px;
	line-height: 12px;
}


/* BLOG PRESENTATION */

h2, h2 a, h2 a:hover { margin: 0px; }
	

h2, h2 a { /* permalink */
	font-size: 20px;
	color: #4c7e8f;
	letter-spacing: 3px;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 10px;
}

h2 a:hover { color: #3ca0c2; }

h3 { /*comment & archive marker */
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 4px; 
}


img.hrdouble { padding-bottom: 10px; }

img.hrsingle { padding-bottom: 7px; }

div#blogarea_content p {
	font-size: 12px;
	color: #888;
	line-height: 19px;
	letter-spacing: 0.1em;
}

.blockquote {
	width: 345px;
	height: auto;
	margin-left: 10px;
	background: transparent url('images/quotes.png') top left no-repeat;
	padding-left: 23px;
	padding-top: 17px;
	border: none; 
	
	font-size: 12px;
	color: #888;
	letter-spacing: 0.1em;
	font-style: italic;
}