/* Start of CMSMS style sheet 'LCTR : Styles' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}


/*Set initial font styles*/
 @font-face {
	font-family: 'WinterthurCondensedRegular';
	src: url('fonts/WinterthurCondensed.eot');
	src: local('WinterthurCondensed Regular'), local('WinterthurCondensed'), url('fonts/WinterthurCondensed.ttf') format('truetype');
}

@font-face {
	font-family: 'WinterthurCondensedItalic';
	src: url('fonts/WinterthurCondensedOblique.eot');
	src: local('WinterthurCondensed Italic'), local('WinterthurCondensedOblique'), url('fonts/WinterthurCondensedOblique.ttf') format('truetype');
}
body {
	text-align: center;
	font-family:   Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-size: .85em;
}
 
h1,h2,h3,h4,h5,h6{
	font-family: WinterthurCondensedRegular, Verdana, Geneva, Arial, Helvetica, sans-serif;

}
 /*if img is inside "a" it would have borders, we don't want that*/

.imageleft{
	float: left;
	padding-right: 20px;
	padding-bottom: 1px;
}
.imageright{
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
img {
	border: 0;
}
.pad{
	padding: 20px;
}


.quote{
	font-size: 1.125em;
	color: #267283;
}
.quote em{
	font-size: 1em;
	color: #9C8A81;
}
/* Friends don't let friends use IE */
#ie{
	width: 953px;
	display: block;
	margin-right: auto;
	margin-left:	 auto;
	display: none;
	_display: block;
	background-color: #FFFFFF;
}
.horse_block{
	padding: 10px;
	margin-bottom: 20px;
	border: 2px solid #CCCCCC;
	display: block;
	float: left;
	width: 40%;
	height: 325px;
	margin-left: 20px;
	text-align: center;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	-moz-box-shadow: 5px 5px 5px #E4E4E4;
	-webkit-box-shadow: 5px 5px 5px #E4E4E4;
	box-shadow: 5px 5px 5px #E4E4E4;
	position: relative;
	left: 10px;
}
div#search {
	/* enough width for the search input box */
	width: auto;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 1em;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 15;
	display: block;
	left: 20px;
	top: 0px;
	position: relative;
 }
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(uploads/LCTR/search.gif) no-repeat center center;
}
#feature{
	display: block;
	clear: both;
	margin-bottom: 20px;
	position: relative;
	top: -30px;
}
#memberPCTH{
	display: block;
	clear: both;
	text-align: center;
 }
#quick_links{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
 }
#quick_links a{
	text-decoration: none; 
 }

 #quick_links form{
	float: left;
 }

div.breadcrumbs {
	/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 30px;
	font-family:   WinterthurCondensedRegular,Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
	padding-top: 1em;
	padding-right: 0em;
 	padding-left: 1em;
	float: left;
	width: 480px;
	_width: 470px;
	color: #C94200;
	line-height: 30px;
}
#content .breadcrumbs span,#content .breadcrumbs a {
	font-size: 20px;
	color: #9C8A81;
	line-height: 30px;
 }
#content .breadcrumbs a:hover {
	color: #267283;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
/*default link styles*/
.delim{
	display: inline;
	text-indent: -999px;
	padding-right: 5px;
	padding-left: 3px;
	position: relative;
	top: 3px;
}
 
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	/* default text color for entire site*/
	color: #333;
	background-color: #00041D;
	background-image: url(uploads/LCTR/body_BDG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
div#pagewrapper {
	width: 953px;
	display: block;
	margin-right: auto;
	margin-left:	 auto;
	text-align: left;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
	/* adjust according your image size */
 	margin: 0;
	padding: 0;
  	position: relative;
	_height: 1%;
}
div#header h1 a {
	/* this will make the "a" link a solid shape */
	display: block;
	/* adjust according your image size */
	height: 120px;
	/* this hides the text */
	text-indent: -999em;
	/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
	background-image: url(uploads/LCTR/Logo.png);
	/* For IE cuz it sux! */
	_background-image: url(uploads/LCTR/Logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 306px;
}
div#header h1 {
	margin: 0;
	padding: 0;
	/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 
div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
/* you can set your own image here */
	background: url(uploads/LCTR/mainrtup.gif) no-repeat right bottom;
}

#contact_line{
	position: absolute;
	right: 15px;
	bottom: 10px;
	_bottom: 10px;
}
#toolbar{
	display: block;
	height: 80px;
	width: 100%;
 }
div#content {
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	display: block;
 	_height 1%;
	width: 100%;
	margin-top: 1.5em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	overflow: visible;
 }
/* this gets all the outside calls that were used on the div#main before  */
div#main {
	float: left;
	padding-bottom: 20px;
	width: 580px;
	display: block;
	position: relative;
	left: 30px;
	top: 20px;
	overflow: visible;
	padding-top: 10px;
}
  
/* Special Announcement Sidebar Block */ 
#special_announce h1{
 	-moz-border-radius-topleft: 15px; 
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	color: #FFFFFF;
	background-color: #267283;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#special_announce img{
	text-align: center;
	position: relative;
	top: 13px;
  }
#special_announce{
	background-color: #FAFAFA;
	width: 325px;
	display: block;
 	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	position: relative;
	left: -40px;
	margin-bottom: 20px;
	_border: 2px solid #666666;

}

div#sidebar {
	/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
	float: left;
	/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 285px;
	/* FIX IE double margin bug */
	display: inline;
	padding: 1px;
 	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	position: relative;
  }
 


/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #C94200;
	/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 2.5em;
	text-align: left;
	/* some air around the text */
	padding-left: 0em;
	padding-bottom: 0.125em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
}
div#content h3 {
	color: #267283;
	font-size: 1.6em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	line-height: 1.5em;
 }
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.65em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	width: auto;
 }
div#main ul li,
div#main ol li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.25em;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#main ul li{
	background-image: url(uploads/LCTR/Bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}
/* definition lists topics on bold */
 dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
 }
dl dt {
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}
 dl dd {
	margin: 0 0 1em 1em;
	line-height: 1.45em;
}
/* END LISTS */

 
#news_pages{
	width: 100%;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.NewsSummaryLink a{
	line-height: 1.75em;
}
/* End of 'LCTR : Styles' */

