/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
@font-face { font-family:GraublauWeb; src:url(../fonts/GraublauWeb.otf) format("opentype") }
@font-face { font-family:GraublauWeb; src:url(../fonts/GraublauWebBold.otf) format("opentype"); font-weight:bold }



body {
	font: 16px/1.5 Georgia, "Times New Roman", Times, serif;
}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/


h1 { 
	font:30px/40px "ff-meta-web-pro-1","ff-meta-web-pro-2", sans-serif; margin:40px 0 0 0px; font-weight:bold; 
}

h2 { 
	font:25px/32px GraublauWeb, Georgia, Times, 'Times New Roman', serif; margin:40px 0 0 0px; font-weight:bold; 
}

h3 {
	font: 21px/28px GraublauWeb, Georgia, Times, 'Times New Roman', serif; margin:40px 0 0 0px;
}

h4 {
	font: 19px/24px GraublauWeb, Georgia, Times, 'Times New Roman', serif; margin:40px 0 0 0px;
}

h5 {
	font: 17px/20px GraublauWeb, Georgia, Times, 'Times New Roman', serif; margin:40px 0 0 0px;
}

h6 {
	font: 15px/17px GraublauWeb, Georgia, Times, 'Times New Roman', serif; margin:40px 0 0 0px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

.textnote {
	font-size:.75em;
}
#portfoliopreview h4 {
	text-align:center;
}
#contactinfo p , #sociallinks p{
	margin: 2px;
}
#contactinfo .label {
	margin-left:32px;
	float:left;
	width: 70px;
	display: block;
}
#contactinfo #addressblock {
	display: block;
	width: 150px;
	margin-left: 102px;
}
#footer h4 {
	margin: 0 0 5px 0;
	font: 16px GraublauWeb, Helvetica, Arial, sans-serif;
}
#copyright {
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#333;
	margin-top: 5px;
}
#sociallinks a {
	padding-left: 34px;
	height: 34px;
	padding-top: 5px;
	margin-bottom: 3px;
	display: block;
	background-repeat:no-repeat;
}
#sociallinks a:link, #sociallinks a:visited {
	color: #004F81;
	text-decoration:none;
}
#sociallinks a:hover {
	color: #B0D8E2;
	text-decoration:underline;
}
#sociallinks a#facebook {
	background-image:url(../images/icons/facebook_0.png);
}
#sociallinks a#twitter {
	background-image:url(../images/icons/twitter_0.png);
}
#sociallinks a#linkedin {
	background-image:url(../images/icons/linkedin_0.png);
}
#sitelinks a:link, #sitelinks a:visited {
	text-decoration:none;
	color: #004F81;
}
#sitelinks a:hover {
	text-decoration:underline;
	color: #B0D8E2;
}
