body{
	font-family: Helvetica, sans-serif;
	color:#333;
    line-height: 17px;		/*set the leading 2-5pt larger than the type size*/
	font-size: 12px; 		/*Same as p size*/	
}

/*blockquote {  
    text-indent: -0.5em;  this creates hanging quotes
}*/
  
/*blockquote {  
    max-width: 360px;		Rule of thumb is to multiple size of font by 30 to get p width
    margin-bottom: 16px;	This is the same as the line height.  Not needed uless you erase the following rule
}*/

/*p,blockquote,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:17px}This is the same as the line height*/
  

/*This is to emphansis something.  Use only one though at a time*/
/*
span {  
    font-style: italic;  
}  
h1 {  
    font-weight: bold;  
}  
h2 {  
    text-transform: uppercase;  
}    
b {  
    font-variant: small-caps;  
}
*/
/*span {  
    font-style: bold;
	font-size:14px;
}  */
/*End of emphansis*/


a:focus{outline:1px dotted invert}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}


/*SCALE: 6, 7, 8, 9, 10, 11 , 12, 14, 16, 18, 21, 24, 36, 48, 60, 72*/
h1{font-size:21px;}
h2{font-size:24px;}
h3{font-size:21px}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}
/*p {font-size:13px; color:fff; margin-bottom:25px; max-width:360px; line-height: 18px;}*/
P {
	font-family: "Lucida Grande", Tahoma;
	font-size: 12px;
	font-weight: lighter;
	font-variant: normal;
	/*max-width:360px;*/
	line-height: 18px;
	margin-bottom:25px;
}

.portfolio p {
	font-family: "Lucida Grande", Tahoma;
	font-size: 12px;
	font-weight: lighter;
	font-variant: normal;
	max-width:360px;
	line-height: 18px;
	margin-bottom:25px;
}



.quote span {
 	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    margin-top: .5em; color: #666;
}
.quote p {
    font-family:Georgia,serif;
	font-size: .8em;
    font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px; 
}

/*.quote {
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
    font-size: 1.75em;
	font-size: 16px;
	letter-spacing: .2em;
	line-height: 1.1em;
	margin:0px;
	text-align: center;
	text-transform: uppercase;
}*/

span {
	font-family: "Lucida Grande", Tahoma;
	font-size: 12px;
	/*font-weight: lighter;*/
	font-variant: normal;
	max-width:360px; 
	line-height: 18px;
	margin-bottom:25px;
	color:#000;
}

/*List styling*/
ol{list-style:decimal}
/*ul{list-style:square}*/
/*li{margin-left:30px}*/
/*End List styling*/

.clear {clear:both;}
  


