
body {
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	margin:0px;
	font-family:Corbel, Arial, Helvetica;
	font-size:90%;
	}

#wrapper {
	margin:auto;
	width:902px;
	height:auto;
	overflow:auto;
	min-height:200px;
	}
#header {
	height:340px;
	}
#logo {
	float:left;
	}
#hinfo {
	float:right;
	color:#FFFFFF;
	margin-top:10px;
	}
	
/*-------[ featured ]---------------------------------*/

#featured {
	clear:both;
	color:#FFFFFF;
	padding-top:15px;
	width:900px;
	margin:auto;
}

#featured-left {
	float:left;
	width:500px;
	margin-right:50px;
	margin-left:10px; 
}

#featured-left h2 {
	margin-bottom:20px;
	font-size:30px;
}

#featured-right {
	float:left;
	height:180px;
	width:335px;
}
#featured-right a {
	margin:5px 0 0 5px;
}
#featured-buttons {
	margin-top:20px;
}
#featured-buttons a {
	float:left;
	display:block;
	width:143px;
	height:47px;
	text-indent:-9999pt;
	margin-right:25px;
}
#featured-buttons a:hover {
	background-position:0 0;
}
#learn-more {
	background:url(../images/learn-more.png) 0 -47px no-repeat;
}
#portfolio-button {
	background:url(../images/portfolio.png) 0 -47px no-repeat;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
#navigation {
	clear:both;
}

/*** Superfish SKIN ***/

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}

.sf-menu a {
	border-left:	1px solid #fff;	
	padding: 		.75em 1em;
	text-decoration:none;
}

.sf-menu a:link, .sf-menu li li a, .sf-menu a:visited, .sf-menu a:active   { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000000;
}
.sf-menu li {
	border-bottom: 1px solid #b3b2b2;
	background: url(../images/arrow.png) no-repeat 185px 12px ;
	margin: 0 2px;
}

.sf-menu li li {
}

.sf-menu li li li {
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#b3b2b2 url(../images/arrowr.png) no-repeat 185px 12px ;
	color:          #000000;
	outline:		0;
}

.sf-menu { position:relative !important; overflow:visible !important; z-index:80; }



#sidebar {
	float:left;
	width:200px;
	padding-bottom:40px;
	}

#page {
	float:right;
	width:640px;
	padding-bottom:40px;
	}
	
#footer {
	background-color:#e8eeef;
	height:40px;
	width:100%;
	clear:both;
	position:absolute;
	bottom: 0;
	left: 0;
	}
html > body #footer {
  position: fixed;
}


#footer-wrapper {
	margin:auto;
	width:960px;
	text-align:center;
	padding-top:15px;
	}	
	
#message {margin: 5px 10px; padding: 4px; display:block;text-align:center;}
#message.error {background:#FFEBE8;border: 1px solid #CC0000;color:#CC0000;}
#message.success {border:solid 1px #349534; background:#C9FFCA;color:#008000;}

img {
	border:none;
	}
	
.button {
	border:none;
	background-color:#999999;
	color:#FFFFFF;
	padding:2px;
	}
	
input:focus, textarea:focus  {
	background-color:#E5E5E5;
	}
	
label {
	float:left;
	margin-right:10px;
	width:100px;	
	}

/*-------[ comments ]---------------------------------*/

.cbox {
background-color:#DFDFDF;
clear:both;
height:auto;
margin-top:10px;
overflow:auto;
width:560px;
}

.cl {
float:left;
text-align:center;
width:90px;
}

.cr {
float:left;
padding-left:10px;
padding-top:3px;
width:450px;
}

#form {
margin-top:15px;
}
#bread {
margin-bottom:10px;
}



/*-------[ pagination ]---------------------------------*/


.qp_counter {
margin:  10px;
}
		
a.qp_disabled {
color: #888;
}
			
#post_counter {
width: 130px;
}
			
#post_counter .qp_prev {
display: block;
float: right;
}
			
#post_counter .qp_next {
display: block;
float: left;
}

code {
width:500px;
}

.left-img {
	float:left;
	}

.right-img {
	float:right;
	}