/* BLOG GRID */

/* DELETE */
/*.box {
	width: 180px;
	height: 280px;
	
	margin-right: 20px;
	margin-bottom: 20px;
	
	background: #CCC;
	
	position: relative;
	float: left;
	
	top:0;
	right: 0;
	
}

.hover {
	background: #999;	
}


.chosen {
	background: #999;
}

.topBanner {
	height: 40px;
	width: 100%;
	
	background: #666;
	position: absolute;
	top: 0px;
}


.bottomBanner {
	height: 80px;
	width: 100%;
	
	background: #666;
	
	position: absolute;
	bottom: 0px;
}

*/
.contentPreview h2 {

	font-size: 14px;
}





/* //////////////////////// */




body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;	
	font-size: 11px;

}

/* GET RID OF OUTLINE IN FIREFOX */
a {
outline-style: none;

}

/* FOOTER */
#footer ul li {
	font-size:10px;
	color: #666;

}



/* homepage cufon type block */
#header h1 {
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;


}

h2 {
	color: #B0B1B3;
}

h3.homepageBlogLink {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	font-size: 11px;
}

h3.homepageMemberLink {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	font-size: 11px;
}

h3.homepageSub {
	margin: 0;
	color: #B9B9B9;
	font-weight: normal;
		font-size: 11px;
}

/* GENERAL LINKS */
a {

	color: #FFCA28;
	text-decoration: none;	
	font-style: italic;
}

a:hover {
	color: white;
	text-decoration: underline;	

}

a:visited {
	color: #FFCA28;
}

a img {
border: none;
}

/* BLOG */
/* REF 

almost black
#1D1D1D;


v.dark grey 
headings and body text
#6d6e71;



medium grey 
blog head and footer bg color
#B0B1B3;


yellow:
#FFCA28;

*/

#blog {
	/* general text color */		
	color: #6d6e71;
}


#blog h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;	
	font-size: 32px;
	line-height: 36px;
	
	font-style: italic;
	font-weight: normal;
	
}

#blog p {
	
	font-size: 12px;
	line-height: 16px;
}

#blog a {
	color: #1D1D1D;
}

#blog a:hover {
	color: #FFCA28;
}




/* PROFILES */

#profile {
	/* general text color */		
	color: #6d6e71;

}


#profile h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;	
	font-size: 32px;
	line-height: 36px;
	
	font-style: italic;
	font-weight: normal;
	
}

#profile p {
	
	font-size: 12px;
	line-height: 16px;
}

#profile a {
	color: #1D1D1D;
}

#profile a:hover {
	color: #FFCA28;
}




/* MAILING LIST */
form#mailinglist_form p {
	color: #B9B9B9;
}


/* TWITTER FEED - HOMEPAGE */
#twitter .tweet h3 {
	font-size: 14px;
	line-height:20px;
	font-weight: normal;
	color:#FFCA28;
}

#twitter .tweet p {
	
	font-size: 11px;
	color: #B9B9B9;
	margin-top: -8px;
}

#twitter .tweet h3 a {

text-decoration: underline;
}

#twitter .tweet h3 a:hover {
	color:#FFF;
text-decoration: underline;
}

/* LEGAL */

.legal {
	color: #B0B1B3;
	font-size: 14px;
	line-height: 16px;
}

.legal h6 {
	font-size: 20px;
	margin-bottom: 0px;
}


/* MAP */

#mapColumn p {
	color: #B0B1B3;

}

/* LOGIN */
#login p {
	color: #FFCA28;
	font-style: italic;
}