/*GLOBAL RESET*/

body, html, div, span, h1, h2, h3, h4, h5, p, ul, li, img {
	margin:0;
	padding:0;
	border:0;
	font-size: 100%;
	background: transparent;
	vertical-align: baseline;
	font-weight: normal;
}


/*GENERAL LAYOUT AND STYLES*/

body {  
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    height: 900px;
}

@media screen, projection, handheld {
	body { 	background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000; }
 }
 
@media print {
	body { color:#000; 
	background-color:#fff;}
 }

ul {list-style: none;}

p {
	line-height: 18px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #fff;
}

.current {
	text-decoration: underline;
}

/*CONTENT LAYOUT AND STYLES*/

#content {
	width:940px;
	margin:45px auto;
	position: relative;
}

.social {  /*SOCIAL MEDIA BUTTONS*/
	position: absolute;
	top: 0;
	right: 0;
}

/*LOGO & NAVIGATION*/

#header {
	padding-top: 50px;
	overflow: hidden;
	height: 100%; /*for ie6*/
}

#header img {
	float:left;
}

#header ul#nav {
	float:right;
}

#nav li {
	display: inline;
	padding-left: 27px;
}


#nav li a, a:hover, a:focus {
	font-size:13px;
}

/*PORTFOLIO*/

#main {
	margin: 70px 0;
	height: 350px;
	background-color: #fff;
}

#main img {
	float:left;
}

#main p {
	font-size: 16px;
	font-weight: lighter;
	color: #242424;
	padding-top: 50px;
	padding-right: 40px;
	text-align: center;
}

/*BLOG*/

#blog {
	margin: 70px 0;
	height: 360px;
	background-color: #fff;
	font-size:14px;
	padding-right:7px;
}

#blog hr {
	color:#606060;
}

#leftCol {
float:left;
width:640px;
}

#rightCol {
width:275px;
float:right;
text-align: left;
}

.post {
padding:15px 0;
color: 	#303030;
}

.date {
font-size: small;
color: #606060;
}

.title {
font-size:medium;
}

/*SERVICES, ETC.*/

#col1, #col2, #col3, #col4 {
	float:left;
	width:225px;
	margin-right: 13px;
	display: inline; /* for ie6 duplicate chars bug*/
}

#col4 {
	margin-right: 0px;
}

#secondary {
	color: #fff;
	font-size: 13px;
	float: left;
	display: inline;
}

#secondary ul, ul a, ul a:hover {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}


#secondary h3 {
	font-size: 18px;
	padding-bottom: 12px;
}

#footer {
	color: #242424;
	font-size: 12px;
	text-align: center;
	clear:both;
	width: 100%;
	position: absolute;
	top: 922px;
}

#footer p {
	margin-bottom: 0;
}
