/*

	Offroad Code Limited - Initial Build : Feb 2010
	Styles for typography
	
	CONTENTS
	
	01 : Global Typography
	02 : Homepage Specific
	03 : Internal Content Page Specific
	04 : Forms
	05 : Blog Specific
	06 : Portfolio Specific

*/

/* START ~ 01 : Global Typography */

body,
input, 
textarea {
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 155%;
	color: #555;
	}

p {
	color: #666;
	margin: 0 0 20px 0;
	line-height: 145%;
	}

a {
	color: #09c;
	text-decoration: none;
	border-bottom: 1px dotted #09c;
}

a:hover {
	color: #333;
	border-bottom: 1px dotted #333;
}

#siteFooter a.noStyle,
a.noStyle {
	border-bottom: 0;
	}

#siteLogo a,
#primaryNavigation li a {
	border: 0;
	text-decoration: none;
	}

h1, h2, h3, h4 {
	font: bold 24px Arial, sans-serif; 
	color: #444;
	letter-spacing: -1px;
	margin-bottom: 20px;
	line-height: 155%;
	
	/*text-shadow: #ccc 1px 1px 1px;*/	
	}	

h2 {
	color: #444;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
blockquote {
	margin: 0 0 25px 0;
	border-bottom: 1px solid #ddd;
	padding: 0;
	}

blockquote p,
blockquote h2 {
	font-size: 20px;
	color: #888;
	line-height: 125%;
	}	
	
blockquote h2 {
	border-bottom: 0;
	color: #09c;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	}	

address p {
	font-style: normal;
	}

#primaryNavigation li a {
	font-size: 16px;
	color: #09c;
	float: left;
	font-weight: bold;
	}	
	
#primaryNavigation li a.current,
#primaryNavigation li a:hover,
#primaryNavigation li a:hover span,
#siteLogoText a:hover span{
	color: #444;
	border-bottom: 0;	
	}		
	
#primaryNavigation li a span,
#siteLogoText a span {
	font-size: 10px;
	font-weight: normal;
	line-height: 115%;
	color: #999;
	display: block;
	margin-top: 4px;
	width: 100px;
	}		
	
#siteLogoText a span {
	width: 150px;
	letter-spacing: 0;
	margin-top: 0;
	}	

#siteFooterContent h3 {
	font-size: 14px;
	color: #09c;
	border-bottom: 1px solid #8ED1E8;
	}
	
#siteFooterContent p {
	color: #777;
	margin: 0 0 7px 0;
	}	
	
#siteFooterContent address p {
	font-style: normal;
	color: #777;
	}	
	
.loading {
	background: url(../images/loader.gif) left center no-repeat;
	padding-left: 21px;
	line-height: 16px;
	}
	
#primaryContent .tweets li {
	color: #444;
	}
	
/* END ~ 01 : Global Typography */


/* START ~ 02 : Homepage Specific */
.tweetTime {
	display: block;
	color: #999;
	margin-top: 3px;
	text-transform: uppercase;
	}
	
#homeIntro {
	font: bold 20px Arial, Helvetica, sans-serif /*"Lucida Sans Unicode", "Lucida Grande", sans-serif*/;
	}
	
#homeIntro span {
	color: #999;
	}	
	
#homeIntro a {
	color: #999;
	border-bottom: 1px dotted #999;
	}	
	
#homeIntro a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}	

	
/* END ~ 02 : Homepage Specific */



/* START ~ 03 : Internal Content Page Specific */
#contentTwoCol h1,
#contentThreeCol h1,
#contentWork h1,
#contentBlog h1 {
	font-size: 32px;
	color: #fff;
	position: relative;
	letter-spacing: -1px;
	font-weight: normal;

	/*text-shadow: #000 1px 1px 1px;*/
	}
/* END ~ 03 : Internal Content Page Specific */



/* START ~ 04 : Forms */

/* END ~ 04 : Forms */



/* START ~ 05 : Blog Specific */
.blogEntry h2 {
	border-bottom: 0;
	}	
	
.userCommentName {
	font-size: 14px;
	}	
/* END ~ 05 : Blog Specific */



/* START ~ 06 : Portfolio Specific */
.portfolio h3 {
	font-size: 16px;
	}
/* END ~ 06 : Portfolio Specific */
