/*
==========================================================================================================
Filename:     cavallonero.css
Description:  Main style sheet for standards browsers for cavalloNeroFriesians
Date:         22/7/2009
Author:       Michael Kear, AFP Webworks
Colour scheme: 
Red #E82D25
Gold  #FFBF2D
Orange #FF8514
White  #FFFCFB
Yellow #FFE56B
Dk Grey #66666
Revision history: 
==========================================================================================================
*/
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, 
ol, ul, li, dl, dt, dd, td, form, fieldset, a,
#mainwrapper, #header   {
	/*font-size : 86%;
	*/
	margin : 0;
	padding : 0;
	font-family : Arial, Helvetica, sans-serif;
}

body {
	/*width: 95%;
	min-width: 95%;
	*/
	margin-right : 0px;
	margin-left : 0px;
	background-color: #FFFFFF;
	background : url(images/Background.jpg) repeat-x top left;
}

#mainwrapper {
	/* Ensures that we use the entire width of the browser. */
	width : 100%;
	font-size : 0.8em;
	text-align : center;
}

#header {
	/* Ensures that we use the entire width of the browser. */
	width : 100%;
	text-align : center;
}

#headerImages {
	background : url(images/HeaderImages.jpg) repeat-x bottom left;
	height : 135px;
}

.headerfeatureimage {
	height : 292px;
	top : 0;
	right : 0;
	position : absolute;
}

#maincontent {
	border : 1px solid #666666;
	margin-left : 210px;
	margin-right : 210px;
	margin-top : 5px;
	padding : 3px 10px;
}

/*
====================================================================================
Left column selectors
====================================================================================
*/
#leftcolumn {
	float : left;
	width : 200px;
	margin-top : -20px;
}

/*
====================================================================================
Right  column selectors
====================================================================================
*/
#rightcolumn {
	float : right;
	width : 200px;
	margin-top : -20px;
}

#rightcolumnspacer {
	height : 98px;
}

/*
====================================================================================
Footer selectors
====================================================================================
*/
#footer {
	border-top : 2px solid #666666;
	clear : both;
	color : #FFFFFF;
	background : #FF8514;
	text-align : center;
	font-size: 90%; 
	padding: 5px 10px;
}
#footer a:link,
#footer a:visited {
	text-decoration : none;
   color: #FFFFFF;
}
#footer a:hover,
#footer a:active {
	color: #E82D25;
	text-decoration: underline;
}
/*
====================================================================================
selectors for other elements
====================================================================================
*/
.sidepod {
	border : 1px solid #666666;
	margin-top : 10px;
	background : #FF8514;
	text-align : left;
}

.sidepod h1 {
	color : #FFFCFB;
	background : url(images/ButtonOutState.gif) #E82D25 repeat-x left;
	font-size : 1.1em;
	font-weight : bolder;
	text-align : center;
	line-height : 29px;
	height : 29px;
}

.sidepod p {
	padding : 3px 5px;
}

/*
==========================================================================================================
Filename:     cavallonero.css
Description:  Main style sheet for standards browsers for cavalloNeroFriesians
Date:         22/7/2009
Author:       Michael Kear, AFP Webworks
Colour scheme: 
Red #E82D25
Gold  #FFBF2D
Orange #FF8514
White  #FFFCFB
Yellow #FFE56B
Dk Grey #666666
Revision history: 
==========================================================================================================
*/
