/* CSS Document */

body
{
	color: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

.small
{
	color: #BBBBBB; 
	font-style: italic; 
	font-size: smaller;
}

/* ===[ H ]=== */
h1
{
	color: #CC9900;
	border-bottom: 1px dotted #663300;
}

h2
{
	color: #663300;
	border-bottom: 1px dashed #CC9900;
}

h3
{
	color: #333300;
	border-bottom: 1px dotted #333300;
	letter-spacing: 10px;
	font-size: large;
}

/* ===[ A ]=== */
a, a:visited
{
	color:#CC6600;
	text-decoration: none;
}

a:hover
{
	color: #663300;
}

/* ===[ TABLE GENERAL ]=== */
th
{
	text-align: right;
}

#siteContainer
{
	width: 100%;
	position: relative;
}

/* ===[ FOOTER ]=== */
#footer
{
	margin-left: auto;
	margin-right: auto;
	font-size: smaller;
	color: #CCCCCC;
	position: relative;
	top: 70px;
	text-align: center;
}

/* ===[ ERROR ]=== */
div.error
{
	border: 1px solid #FF0000;
	background-color: #FFC1C2;
	color: #FF0000;
	padding: 10px;
	font-weight: bold;
}

div.ok
{
	border: 1px solid #006600;
	background-color: #B3FFB3;
	color: #006600;
	padding: 10px;
	font-weight: bold;
}

td.error, span.error
{
	font-weight: bold;
	color: #FF0000;
}

/* ===[ NEWS ]=== */
.newsItem
{
	background-color: #FFEAAB;
	padding: 10px;
	width: 280px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}

.newsTitle
{
	color: #000000;
	font-weight: bold;
}

.newsDate
{
	font-size: smaller;
	color: #000000;
	font-weight: bold;
}

.newsMessage
{
	color: #555555;
	margin-top: 10px;
}

/* ===[ LOGIN ]=== */
#login
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	position: relative;
}

#loginContent
{
	position: absolute;
	right: 0;
}

/* ===[ BANNER ]=== */
#banner
{
	position: relative;
	top: 60px;
	height: 150px;
	border-top: 3px solid #663300;
	border-bottom: 3px solid #663300;
}

#bannerMiddle
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* ===[ CONTENT ]=== */
#content
{
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #663300;
	border-bottom: 1px solid #663300;
	border-right: 1px solid #663300;
	position: relative;
	top: 57px;
	padding: 5px;
	padding-top: 40px;
	overflow: hidden;
	width: 890px;
}

#contentLeft
{
	width: 200px;
	float: left;
}

#contentRight
{
	float: left;
	width: 670px;
	margin-left: 15px;
}

/* ===[ MENU ]=== */
#menu
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	position: relative;
}

#menuContainer
{
	position: relative;
	top: -120px;
	left: 40px;
}

#menuContent
{
	border-left: 3px solid #663300;
	border-right: 3px solid #663300;
	background-image: url('../images/menu_bg.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 200px;
	width: 150px;
}

#menuContent ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-left: 30px;
}

/* ===[ TABLES ]=== */
#tblMembers, #tblHorseEdit, #tblAlbumView, #tblLinks, .tblQA, #tblNews
{
	width: 100%;
}

#tblMembers th, #tblHorseEdit th, #tblAlbumView th, #tblLinks th, .tblQA th, #tblNews th
{
	background-color: #B55A00;
	color: #FFFFFF;
	text-align: center;
}

.alternate
{
	background-color: #EEEEEE;
}

/* ===[ CONTACT ]=== */
#contact
{
	position: relative;
	overflow: hidden;
}

#contactRight
{
	float: left;
	margin-left: 50px;
}

#contactLeft
{
	float: left;
	width: 400px;
}

/* ===[ CONTROL CENTER ]=== */

.controlItem, .profileItem
{
	border: 1px solid #CC9900;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #FFEAAB;
	padding-top: 0px;
	overflow: hidden;
	width: 600px;
}

.controlSubItem
{
	float: left;
	position: relative;
	width: 200px;
	margin: 10px;
	margin-left: 50px;
	margin-bottom: 30px;
}

.controlSubItemImage
{
	width: 35px;
}

.controlSubItemLink, .controlSubItemDescription
{
	position: absolute;
	left: 40px;
}

.controlSubItemLink
{
	top: 0px;
}

.controlSubItemDescription
{
	top: 20px;
	font-size: smaller;
}

/* ===[ IMAGES GENERAL ]=== */
img
{
	border: none;
}

/* ===[ HORSES ]=== */
#horseContainer
{
	overflow: hidden;
}

#horseImage
{
	float: left;
	width: 200px;
}

#horseInformation
{
	float: left;
	width: 650px;
	padding-left: 30px;
}

#horseGallery
{
	clear: both;
}

#horseImage img
{
	border: 2px dashed #663300;
	padding: 5px;
}

/* ===[ HORSE / PROFILE ALBUM ]=== */
#horseAlbumContainer, #profileAlbumContainer
{
	position: relative;
	overflow: hidden;
}

.horseAlbumItem, .profileAlbumItem
{
	float: left;
	position: relative;
	width: 240px;
	margin: 10px;
	margin-left: 40px;
	margin-bottom: 30px;
}

.horseAlbumImage, .profileAlbumImage
{
	width: 85px;
}

.horseAlbumLink, .horseAlbumDescription, .profileAlbumLink, .profileAlbumDescription
{
	position: absolute;
	left: 95px;
}

.horseAlbumLink, .profileAlbumLink
{
	top: 0px;
}

.horseAlbumDescription, .profileAlbumDescription
{
	top: 20px;
	font-size: smaller;
}

/* ===[ HORSE OVERVIEW ]=== */
.horseOverviewItem
{
	position: relative;
	margin-bottom: 20px;
}

.horseOverviewImage
{
	width: 150px;
}

.horseOverviewName, .horseOverviewUser, .horseOverviewLink
{
	position: absolute;
	left: 160px;
}

.horseOverviewName
{
	top: 0px;
}

.horseOverviewUser
{
	top: 20px;
}

.horseOverviewLink
{
	top: 40px;
}

/* ===[ PHOTOS ]=== */
#photosContainer
{
	overflow: hidden;
}

.thumbnail
{
	border: 1px dotted #663300;
	padding: 5px;
	width: 100px;
	float: left;
	margin-left: 50px;
}

/* ===[ LINKS ]=== */
.linkItem
{
	border: 1px solid #CC9900;
	padding: 10px;
	background-color: #FFEAAB;
	margin-bottom: 20px;
}

.linkTitle
{
	font-weight: bold;
	font-size: large;
}

.linkDescription
{
	font-size: smaller;
}

.linkURL
{
	margin-top: 5px;
}

/* ===[ MENU ]=== */
#subMenu
{
	overflow: hidden;
	border: 1px solid #CC9900;
	margin: 20px 20px 20px 20px;
}

ul#menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menu li
{
	display: inline;
	margin: 0;
	padding: 0;
}

ul#menu a, ul#menu a:visited
{
	float: left;
	padding: 5px 25px 5px 25px;
}

ul#menu a:hover
{
	background-color: #EEEEEE;
}

ul#menu .selected a
{
	background-color: #EEEEEE;
}

