@charset "utf-8";
body  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #192B24;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #4E5949;
}
a img {
	border-style: none;
}

p.centered img {
	border: 1px solid #865930;
	padding: 2px;
}
.centered {
	text-align: center;
	padding-right: 5%;
	padding-top: 0px;
	padding-left: 5%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#container  {
	width: 100%;
	text-align: left;
	min-width: 58em;
	margin: 0px auto;
} 
#outerwrap {
	background: url(../images/Sidebar_graphic_02.jpg) repeat-x left top;
	margin: 0px;
	padding: 2px;
}
#header  {
	background: #F6EAC5 url(../images/Header-graphic.jpg) repeat-y right top;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
	border-style: none;
	margin: 0px auto;
} 
#header h1 {
	font: 600 normal 50px "Ruach LET", "Comic Sans MS", "Arial Black";
	text-align: center;
	word-spacing: normal;
	display: inline-block;
	padding: 0px 0px 0px 2em;
	margin-top: 20px;
	margin-left: 180px;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twocolhyblfthdr #sidebar1 p" rule.
*/
#sidebar1  {
	float: left;
	width: 11.4em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0 15px;
	margin: 0px;
}
#sidebar1 h3 ,#sidebar1 p   {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar2  {
	float: right;
	width: 13em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div */
}
#sidebar2 p ,#sidebar2 h3         {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar2 p
{
	font-size: .8em;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twocolhyblfthdr #mainContent {
	margin: 0 0 0 11.5em;
	background: #F6EAC5;
	max-width: 68em;
	text-align: justify;
	font-size: 1em;
} 

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColHybHdr #mainContent {
	margin: 20px 13em 30px 11.5em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 1em;
}
.galleryPic {
	padding: 6px;
	float: left;
	width: 16.5em;
	border: 1px solid #600;
	color: #600;
}
.galleryPic p {
	padding: .3em;
	margin: 0px;
	text-align: center;
}

.thumbnail {
	text-align: center;
	margin: 0px;
	float: left;
	height: 141px;
	width: 144px;
	padding: 0px;
}

.pictureTitle {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}
.horseName {
	font: normal 1.5em Murbia, "MS Serif";
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.studfee {
	margin: 0px;
	font: 0.7em "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 1.3em;
	text-align: center;
}
.pictureHirez {
	display: none;
}
.pictureStudfee {
	display: none;
}

.twocolhyblfthdr .thumbnail {
	height: 275px;
	width: 206px;
	padding-left: 6px;
	padding-top: 6px;
}
.twocolhyblfthdr .horseName {
	font: bold 1.8em Murbia, "MS Serif";
	text-align: center;
}
ul.MenuBarVertical a.selected {
	font-weight: bold;
	padding-left: 18px;
	color: #003;
	border-left-color: #734217;
	border-left-style: solid;
	border-left-width: 15px;
}
#footer  {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#505B4B;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	color: #000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
a {
	color: #754419;
	font-weight: bolder;
}
#slidingGallery {
	float: left;
	height: 160px;
	border: 1px solid #600;
	overflow: hidden;
	width: 99%;
	display: none;
}

#slidingGallery .SlidingPanelsContent {
	float: left;
	height: 160px;
	width: 273px;
}
#slidingGallery #galleryContentGroup {
	width: 1000em;
}

#slidingGallery .galleryPic {
	height: 152px;
	width: 264px;
	border-right: 1px solid #600;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 3px;
	padding: 12px 6px 6px;
}
.SlidingPanels, .SlidingPanelsContentGroup {
	position: relative;
}

#mainContent #detailArea {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 20px;
	width: 41em;
	display: none;
	max-width: 99%;
}
#detailArea img {
	margin: 0px;
	border: 1px solid #600;
	padding: 4px;
}

#panelNav {
	display: none;
}
.contactBlock {
	font: bold .8em "Comic Sans MS", "Giddyup Std";
	color: #600;
	text-align: center;
	width: 55em;
	padding: 10px;
	height: 400px;
}
.contactBlock p {
	text-align: center;
}
#sidebar2 .announcement  {
	font: bold small-caps 2em Verdana, Geneva, sans-serif;
	color: #600;
}
