/** Cooler Horsemanship Main**/

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Georgia, Times New Roman;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	color: #000000;
	background:url(/cloyd/templates/main/images/bkg.jpg);
}

ol, ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-left: 20px;
}

a:link {
	font-family: Georgia, Times New Roman;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a:visited {
	font-family: Georgia, Times New Roman;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

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

.navheading {
	font-family: Georgia, Times New Roman;
	font-size: 1.2em;
	font-weight: bold;
	font-style:italic;
	color:#600;
	text-align: center;
}

a.navheading {
	font-family: Georgia, Times New Roman;
	font-size: 1.2em;
	font-weight: bold;
	font-style:italic;
	color:#600;
	text-align: center;
}

td.list ul li{
list-style-type:none;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

/* menu links */

a.mainlevel:link {
	font-family: Georgia, Times New Roman;
	font-size: 10pt;
	color: #000000;
	line-height: 18pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
	padding-left: 20px;
}

a.mainlevel:visited {
	font-family: Georgia, Times New Roman;
	font-size: 10pt;
	color: #000000;
	line-height: 18pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
	padding-left: 20px;
}

a.mainlevel:hover {
	font-family: Georgia, Times New Roman;
	text-decoration: none;
	color: #600;
}

a.latestnews:link{
	font-family: Georgia, Times New Roman;
	font-size: 10pt;
	color: #000000;
	line-height: 18pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

a.latestnews:visited{
	font-family: Georgia, Times New Roman;
	font-size: 10pt;
	color: #000000;
	line-height: 18pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

a.latestnews:hover {
	font-family: Georgia, Times New Roman;
	text-decoration: none;
	color: #600;
}

a.list:link{
	font-family: Georgia, Times New Roman;
	font-size: 10pt;
	color: #000000;
	line-height: 18pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

a.list:visited{
	font-family: Georgia, Times New Roman;
	font-size: 10pt;
	color: #000000;
	line-height: 18pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

a.list:hover {
	font-family: Georgia, Times New Roman;
	text-decoration: none;
	color: #600;
}



/* headers */

h1 {	
	font-family: Georgia, Times New Roman;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

h2 {
	font-family: Georgia, Times New Roman;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h3, .componentheading{
	font-family: Georgia, Times New Roman;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

h4 {
	font-family: Georgia, Times New Roman;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

h5{
	font-family: Georgia, Times New Roman;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.contentheading {
	font-family: Georgia, Times New Roman;
	font-size: 1.3em;
	font-weight: bold;
	color:#600;
	text-align: left;
	padding-bottom: 30px;
}

.jc_contentheading {
	font-family: Georgia, Times New Roman;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-bottom: 30px;
}

.footer {
	font-family: Georgia, Times New Roman;
	font-size: 8pt;
	color: #000033;
	text-decoration: none;
}

.footer a:link{
	font-family: Georgia, Times New Roman;
	font-size: 8pt;
	color: #000033;
	text-decoration: underline;
}

.footer a:hover{
	font-family: Georgia, Times New Roman;
	font-size: 8pt;
	color: #000033;
	text-decoration: none;
}

.footer a:visited{
	font-family: Georgia, Times New Roman;
	font-size: 8pt;
	color: #000033;
	text-decoration: none;
}


/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}
