﻿/***********************
Colours
------------------------
Background:		#BA786E
Dark:			#7C0813
Pink:			#ECBEB6
Musroom:		#BA9A6E
Tan:			#ECE3B6
Red Highlight:  #CB2D14
************************/

/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; }
body, html { background: #BA786E url(../images/layout/bg.jpg) repeat-x; font-family: Trebuchet MS, Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size: 89%; }


/*************
Defaults
*************/

/* Links */
a { text-decoration: none; padding: 0px 2px; color: #000; text-decoration: underline; }
a:visited {color: #000;}
a:active {color: #972b2c;}
a:hover {color: #972b2c;}

/* Headings */
h1 { clear: both; font-weight: 700; font-size: 1.8em; padding: 5px; font-family: Trebuchet MS; color: #CB2D14; }
h2 { clear: both; font-weight: 700; font-size: 1.3em; padding: 5px; font-family: Trebuchet MS;}
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 5px; font-family: Trebuchet MS;}

/* Forms */
input { border: 1px solid #000; display: inline; float: left; padding: 5px; line-height: 1em;}
.inputOver { background: #fff; }
.inputOut { background: #e1e1e1; }
#__EVENTTARGET, #__EVENTARGUMENT, #__VIEWSTATE, #__EVENTVALIDATION, #__LASTFOCUS, #__PREVIOUSPAGE {display: none;}

textarea { border: 1px solid #000; display: inline; float: left;}
select {border: 1px solid #000; display: inline; float: left;}
.button { border: 1px solid #000; display: inline; float: left; padding: 5px; line-height: 1em; background: url('../images/layout/button_bg.png') #972b2c no-repeat; color: #fff;}
.button:hover { background-color: #651a1a; cursor: pointer; }
.checkbox { border: 0; display: inline; float: left; }

/* Bulleted Lists / Numbered Lists */
.userText ul {list-style-type: disc; padding: 0 0 15px 15px; list-style-position: inside;}
.userText ul ul, .userText ul ol, .userText ol ul, .userText ol ol {padding: 5px 0 10px 15px;}
.userText ol {padding: 0 0 15px 15px; list-style-position: inside;}
.userText li {padding: 1px 0;}

/* Rounded Corners */
.corner { position: absolute; width: 8px; height: 8px; z-index:5;}
.cornerTopLeft { top:0; left: 0; background: url('../images/layout/corner_topleft.png') no-repeat; }
.cornerTopRight { top:0; right: 0; background: url('../images/layout/corner_topright.png') no-repeat; }
.cornerBottomLeft { bottom:0; left: 0; background: url('../images/layout/corner_bottomleft.png') no-repeat; }
.cornerBottomRight { bottom:0; right: 0; background: url('../images/layout/corner_bottomright.png') no-repeat; }
/* Other */
.strong { font-weight: bold; }
p { padding: 5px 0; clear: both; line-height: 140%; }

a.noDecoration {background: none; border: none; text-decoration: none;}
a.noDecoration:hover {background: none; border: none; text-decoration: none;}

.clear {clear: both;}
