/* 
--------------------------------------------------------------

	CSS Document : Insane Custom Cycles Global Stylesheet
	Version: 1.0
	Author: Joshua Forstot
	Date: 6.01.06
	
	Description:
	
	-	Contains global style definitions for 
		ICC website
	
	Modification Log:									
	-------------------------------------------------
	1.)  06/01/06 - J. Forstot	v1.0 Initialized 
	 
 -------------------------------------------------------------- 
 */

body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #341900;
}

/* 
----------------------------------
	Content 
----------------------------------
*/
.content_detailsBox {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 13px;
}

/* 
----------------------------------
	Links 
----------------------------------
*/

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited 
{
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}


#navigation .nav_default a:link {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #30220D;
}
#navigation .nav_default a:visited {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #30220D;
}
#navigation .nav_default a:hover {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
#navigation .nav_default a:active {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #30220D;
}




.news_snippet {
	color: #000000;
}
#navigation {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../imgs/subnav_bg.jpg);
	background-repeat: repeat-y;
	margin: 0;
}

.nav_default {
	font-family: Arial;
	font-size: 9px;
	color: #30220D;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
}
#main_content {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #554234;
	text-decoration: none;
	background-image: url(../imgs/bg_content_01.jpg);
	background-repeat: repeat-y;
	width: 658px;
	padding-left: 20px;
	padding-right: 20px;
}
#main_content .news_nugget:hover {
	background-color: #d6c090;
}
