/*  ----------\
	-----------------------------------------------
	Title 		: Zurbaines.com CSS Document
	Author 		: Francis Hogue
	Edition 	: -blank-
	Version 	: 0.1
	Created 	: 05-08-2007
	Updated 	: 
	Contact 	: francishogue@francishogue.com
	Copyright 	: Zurbaines.com (c) 2007
	-----------------------------------------------
	----------/
	
	orange : 	#FF9933
	rose : 		#FF0099
	
*/


/* --------------------------------------
	
	=headers
	
-------------------------------------- */

#content h3 {
	font-size: 130%;
	font-weight: normal;
}

#sidebar-2 h4 {
	font-size: 115%;
}

/* --------------------------------------
	
	=basic text style
	
-------------------------------------- */


#content dl dt {
	width: 108px;
	font-weight: bold;
	float: left;
	margin-bottom: 0.4em;
}

#content dl dd {
	width: 256px;
	float: left;
	margin-bottom: 0.4em;
	
}

/* --------------------------------------
	
	=list
	
-------------------------------------- */


ul#cat h4 { 
	margin-bottom: 0.4em; 
	font-weight: bold; 
	color: #666;
}
ul#cat li ul {
	padding-left: 18px;
}

ul#cat h4 a { font-weight: normal; }

ul#cat li ul li.view-all {
	font-size: 80%;
	margin-top: 0.6em;
}

ul#cat li a:link, ul#cat li a:visited {
	font-weight: normal;
	color: #666;
}

ul#cat li a:hover, ul#cat li a:active {
	color: #666;
	font-weight: bold;
}

ul#cat li ul li a:link, ul#cat li ul li a:visited {
	color: #FF9933;
	font-weight: normal;
}
ul#cat li ul li a:hover, ul#cat li ul li a:active {
	color: #FF0099;
	font-weight: normal;
}

/* --------------------------------------
	
	=trick
	
-------------------------------------- */


/* self-clearing floats*/
#content dl:after
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}