html, body,
h1, h2, h3, h4, h5, h6, p
form, img
{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
body
{
	margin:0 auto;
	color:#626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
hr
{
	border-bottom:2px dotted #ccc;
	border-style:none none dotted;
}
p
{
	line-height:1.5em;
}
h1
{	font-size:1.6em;
	font-weight:normal;
	color:#84a837;
}
h2
{	font-size:1.4em;
	font-weight:normal;
	color:#f8ab36;
}
h3{	font-size:1.3em; }
h4{	font-size:1.2em; }
h5{	font-size:1.1em; }
h6{	font-size:1.0em; }
h1, h2, h3, h4, h5, h6
{
	padding:2px 0;
}
a
{
	color:#84a837;
}
a:hover
{
	color:#626262;
}

#outer
{
	background:#f0efdc url(../images/background-header.jpg) repeat-x;
}
#header
{
	height:163px;
}
/*	Small mini-header menu */
#mini-menu UL
{
	margin:0;
	padding:0;
	float:right;
}
#mini-menu UL LI
{
	display:inline;
}
#mini-menu UL LI A
{
	display:block;
	float:left;
	padding-left:20px;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	font-size:0.75em;
}
#mini-menu UL LI A:hover
{
	color:#f8ab36;
}
#logo
{
	float:left;
}
#logo a
{
	display:block;
	background:url(../images/logo.gif) no-repeat;
	width:247px;
	height:143px;
}
#menu
{
	float:right;
}
#menu UL
{
	margin:0;
	padding:105px 0 0 0;
}
#menu UL LI
{
	display:inline;
}
#menu UL LI A
{
	float:left;
	background:#cbe09c;
	border-bottom:8px solid #e7e6ce;
	height:30px;
	line-height:30px;
	padding:0 10px 0 10px;
	margin:0 0 0 1px;
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
}
#menu UL LI A:hover, #menu UL LI A.active
{
	background:#f0efdc;
	border-bottom:8px solid #f0efdc;
	color:#f8ab36;
}



#main
{
	padding:30px 0 25px 0;
}
#main .column-half
{
	float:left;
	width:49%;
}
#main .leftCol
{
	float:left;
	width:583px;
	margin-right:30px;
}
#main .rightCol
{
	float:left;
	width:287px;
}
#promo
{
	background: url(../images/background-promo.jpg) repeat-x;
	height:242px;
	/*margin-top:30px;*/
}

#promo .column
{
	float:left;
	width:33%;
}
#promo .one-third
{
	text-align:center;
	/*padding:40px 0;*/
	margin:40px 0;
}
#promo a
{
	color:#f8ab36;
}

/* when two colums touch, add left border */
/* (avoids the extra left border on the first col */
.one-third + .one-third
{
	border-left:1px solid #cfcda4;
}
#footer
{
	border-top:8px solid #e7e6ce;
	background:#fff;
}
#footer p
{
	line-height:3em;
}

/* keeps content area centered and the correct width */
.contentwidth
{
	width:900px;
	margin:0 auto;
}


UL.checks
{
	margin:10px 0;
	padding:0px;
}
UL.checks LI
{
	list-style-type:none;
	background:url(../images/icon-list-checks.gif) no-repeat left;
	margin:0 0 0 5px;
	padding:0 0 0 20px;
	line-height:1.8em;
}



/* news / blog area */
H3.rss
{
	color:#f8ab36;
}
.rss img
{
	padding-right:10px;
}	
UL.posts
{
	margin:0;
	padding:0;
}
UL.posts LI
{
	list-style-type:none;
	padding:8px 0;
}
UL.posts a
{
	color:#626262;
}
UL.posts a:hover
{
	color:#000;
}
.date
{
	float:left;
	width:42px;
	border:1px solid #fff;
	text-align:center;
	margin:5px 10px 0 0;
}
.day
{
	background:#c6e582;
	font-size:1.8em;
	font-weight:bold;
}
.month
{
	background:#fff;
	padding:3px;
}
UL.posts p
{
	display:inline;
}
/* end news / blog */


.login input
{
	border:1px solid #ccc;
	background:#eee;
	padding:3px;
}
.login label
{
	padding:5px;
	display:block;
}


/* used for jQuery hide and show, hide by default by using alternate*/
.hidden, .alternate 
{
	display:none;
}

/* style switchers */
#main .style-switcher
{
	background:#e7e6ce;
	padding:15px;
	font-size:1.6em;
	line-height:1.4em;
}
#mini-menu UL LI A.styleswitch
{
	padding:4px 0 0 2px;
}

.style-switcher a.close
{
	float:right;
}


/* Contact Form */
.standardForm
{}
.standardForm .field
{
	padding:5px 0;
}
.standardForm label
{
	font-weight:bold;
	display:block;
}
.textbox, .textarea, .submit
{
	padding:5px;
	border:2px solid #ccc;
}
.textbox
{
	width:350px;
}
.textarea
{
	width:350px;
	height:90px;
}
.submit
{
	background:#ddd;
}
/* End Contact Form */


.warning
{
	font-weight:bold;
	color:#990000;
	padding:10px 0;
}


/* portfolio page image layouts */
/* portfolio page image layouts */
.portfolio .column-portfolio
{
	float:left;
	margin:0 25px 35px 0;
	padding:0 0 5px 0;
	width:254px;
	background:#E9DCB0;
	border:2px solid #E3CF93;
}
.portfolio .column-portfolio img
{
	border:2px solid #E3CF93;
}
.portfolio .column-portfolio p
{
	padding:2px;
	font-size:0.8em;
	text-align:center;
}
.portfolio .project-site, .portfolio .project-details
{
	padding:6px 5px 6px 20px;
}
.portfolio .project-site
{
	background:url(../images/computer_48.png) no-repeat left;
}
.portfolio .project-details
{
	background:url(../images/app_48.png) no-repeat left;
}


/* general image styles */
img.standard
{
	border:1px solid #ccc;
	padding:1px;
	margin:5px;
}
img.right
{
	float:right;
}
img.left
{
	float:left;
}
img.center
{
	margin:auto;
	text-align:center;
	display:block;
}

/* end general image styles */

/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* clearfix end */ 