/**
 * cfd27.com Stylesheet
 * -- Applies to static pages (i.e. non-wordpress)
 * 
 * @version 1.1
 * @author Grace Pok (www.gracepok.com)
 * 
 * 
 * 
 * Basic structure:
 */

/* -------------------------
 * General Style
 * -------------------------
 */
body {
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0;	padding: 0;
	background: url("../assets/whitebar900.gif") repeat-y center;
}

p, h1, h2 {	
	margin: 0;
	padding: 0;
}

a 			{ }
a:link 		{ }    /* unvisited link */
a:visited 	{ }  	/* visited link */
a:hover 	{ text-decoration: underline; }   /* mouse over link */
a:active 	{ }   /* selected link */




/* --------------------------------
 * Masthead -- Logo + Navigation + Address -- in main_all.css 
 * --------------------------------
 */



/* Body
 * ------------------------------ */
#content {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0;
	line-height:1.5em;	
	font-size: 90%;
}

/* water marks - Removed per 7/10/09 meeting */
/*
#pgabout #content {
	padding-bottom: 0px;
	background: url('../assets/wm_about.gif') no-repeat scroll 90% 98%;
}
#pgabout #content .textarea {
	margin-bottom: 40px;
}
#pghome #content {
	padding-bottom: 30px;
	background: url('../assets/wm_welcome.gif') no-repeat scroll 50% 98%;
}

*/

#footer {
	width: 836px;
	margin: 0 auto;
	font-size: 75%;
	padding: 5px 0 5px 14px;
}
#pgdesigns #footer { padding-left: 0px; }
#footer p {text-align: left; color: #888; line-height: 2}
#footer p a { color: #888; }
#footer p a:hover {color: #666; }

#footer span { margin-right: 171px; }
#footer span.followlink {	margin-right: 0px; }
#footer img { vertical-align: middle; }

/* -----------------------
 * Current Projects Page
 * ------------------------ */
#curproj_pg #content ul li {  /** because of the 2nd line */
	margin-bottom: 6px;
}

/* -----------------------
 * Utility
 * ------------------------ */
.clear{
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 0px;
	display: block;
	clear: both;
	overflow: hidden;
	height: 0px;
}
p.newsitem {
 	font-style: italic;
}
p.newsitem a {
	text-decoration: none;
}

h2.bullet {
	margin-left: -40px;
	font-size: 120%;
}
h2.bullet span {
	vertical-align: text-bottom;
	display: inline-block;
	width: 30px;
	height: 33px;
	margin-right: 5px;
	font-size: 0;
	background: #ccc url('../assets/flower_mask50.png') no-repeat -10px -5px;
}
