/**************** RESET ********************/ 
* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

/**************** CLEARFIX *****************/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/ 
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */
/**************** GLOBAL *******************/
body {
    font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #FFFFFF;
    color: #333333;
}

strong {
	font-weight: bold;
}

blockquote {
	font-style: italic;
}

h1, h2, h3, h4 {
    font-weight: bold;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 18px;
	padding-bottom: 15px;
}

h4 {
	font-size: 14px;
	padding-bottom: 2px;
}

a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: #2276BB;
}

a:hover {
    text-decoration: underline;
}

p {
	line-height: 1.5em;
}

span {
	color: #DD8944;
}

/**************** CLASSES ******************/
.wrapper {
    width: 100%;
}

.container {
    width: 930px;
    margin: 0 auto;
	padding: 15px 0px 15px 0px;
}

.column {
	width: 280px;
	padding: 0px 10px 0px 10px;
}

.services {
	width: 310px;
	padding: 0px 10px 0px 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.small {
	font-size: 11px;
}

.project {
	width: 210px;
	text-align: center;
}

.centered {
	text-align: center;
}

.icon {
	margin: 5px 5px 0px 0px;
}

.desc {
	font-size: 13px;
	line-height: 1.5em;
}

/**************** IDS ***********************/
#header-wrapper {
    background-color: #EFEFEF;
    border-bottom: 1px solid #CCCCCC;
}

#logo {
	padding: 0px 10px 0px 10px;
}

#bottom {
	border-top: 1px solid #CCCCCC;
}

#focus {
	font-size: 20px;
	width: 270px;
	padding: 0px 10px 0px 10px;
}

#portfolio {
	padding: 5px 0px 0px 0px;
}

#email {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 20px 0px 0px;
}

#contact {
	padding: 8px 10px 0px 0px;
}
