


/* TYPOGRAPHY STYLES */

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:28px;
	color:#000;
	font-weight:normal;
	padding: 0;
}

h2 {
	font-family:helvetica,arial,sans-serif;
	font-size: 20px;
	color: #333333;
	margin: 0;
}

p {
	font-size: 14px;
	line-height:24px;
}

blockquote p {
	font-style:italic;
}

#content a {
	color: #2cace2;
	text-decoration: none;
	border-bottom: 1px dotted #2cace2;
}

#content a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

#left p {
	padding: 0 0 15px 0;
}


#footer a {
	color: #2cace2;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

.about {
	background-image:url(../img/about_icon.png);
	background-repeat:no-repeat;
	background-position:left;
}

.portfolio {
	background-image:url(../img/portfolio_icon.png);
	background-repeat:no-repeat;
	background-position:left;
}

.blog {
	background-image:url(../img/blog_icon.png);
	background-repeat:no-repeat;
	background-position:left;
}

.contact {
	background-image:url(../img/contact_icon.png);
	background-repeat:no-repeat;
	background-position:left;
}

.hireme {
	background-image:url(../img/hire_me_icon.png);
	background-repeat:no-repeat;
	background-position:left;
}

.recentBlog {
	background-image:url(../img/recent_blog_icon.png);
	background-repeat:no-repeat;
	background-position:left;
}

.links {
	background-image:url(../img/links_icon.png);
	background-repeat:no-repeat;
	background-position:left;
}

.contactme {
	background-image:url(../img/contact_me_icon.png);
	background-repeat:no-repeat;
	background-position:left;
}

.social {
	background-image:url(../img/social_icon.png);
	background-repeat:no-repeat;
	background-position:left;
}

.twitter {
	background-image:url(../img/twitter_icon.png);
	background-repeat:no-repeat;
	background-position:left;
}

.blue {
	color: #2cace2;
	text-transform:uppercase;
	padding: 0 0 15px 0;
}

   #sidebar h1 {
	   font-size: 18px;
   }


#footer h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	border-bottom: 1px solid #ffffff;
	padding: 10px 0 10px 0px;
}

#footer p {
	padding: 10px 0 0 0;
}

#footer_nav a {
	color:#666666;
	text-decoration:none;
	border-bottom: 1px dotted #666666;
}

#footer_nav a:hover {
	color:ffffff;
	text-decoration:none;
}

