/*------------------------------------------------------------------
[Master Stylesheet]

Project:		Cycle Experience 
Version:		1.0
Last change:	10/11/08 []
Primary use:	Web site - Blog
-------------------------------------------------------------------*/




/* Headings/lists/general etc */

h1 {
font-size: 20px;
display:none;
}


h2 {
margin-top: 0;
padding: 0;
font-size: 26px;
font-weight:bold;

}



h3 {
margin-top: 0;
padding: 0;
font-size: 14px;

}

p{

}

a{
color : #0F4398;
text-decoration: underline;
}

a:hover{
font-weight: normal;
text-decoration:underline;
}

/* Feature */

.featureText {
	font-size: 11px;
}

/* Navigation */
.navigation_menu{
	font-size: 13px;
	font-weight:bold;
	color: #0F4398;
	padding-left:10px;
	text-decoration:none;
	
}

.navigation_menu a{
	
	color: #0F4398;
	text-decoration:none;
}

.navigation_menu a:hover{
	
	font-weight: bold;
	text-decoration:underline;
}

.navigation_select{
	font-size: 14px;
	font-weight:bold;
	color: #0F4398;
	padding-left:10px;
	text-decoration:none;
}

.navigation_select a{
	
	color: #FFFFFF;	
	text-decoration:none;
}

.navigation_select a:hover{
	
	font-weight: bold;
	text-decoration:underline;
}

.navigation_sub{
	font-size: 12px;
	font-weight:bold;
	color: #0F4398;
	padding-left:10px;
	text-decoration:none;
}

.navigation_sub a{
	
	color: #0F4398;
	font-weight:normal;
	text-decoration:none;
}

.navigation_sub a:hover{
	
	
	text-decoration:underline;
}

.navigation_sub_select{
	font-size: 12px;
	font-weight:bold;
	color: #0F4398;
	padding-left:10px;
	text-decoration:none;
}

.navigation_sub_select a{
	
	color: #0F4398;
	font-weight:bold;
	text-decoration:none;
}

.navigation_sub_select a:hover{
	
	
	text-decoration:underline;
}


/* Footer */
.footer{
	font-size: 10px;
	color: #34439F;
}

.footer a{
	color: #34439F;
	text-decoration:none;
}

.footer a:hover{
	color: #34439F;
	font-weight:normal;
	text-decoration:underline;
}
/* Lower footer */

.footertext{
	font-size: 9px;
}



/* Title indent */

.titleindent {
	font-size: 14px;
	font-weight:bold;
	padding-left:14px;
}
