body
{
	font-size: small;
	line-height: 160%;
	font-family: verdana;
	background-image: url(../images/html-bg.jpg);
	background-repeat: repeat-x;
	background-color: #dccab1;
	color: #000;
}

/* COLORS
   Body Background:   #dccab1
   Main Text:         #291800
   Links:             #996633
*/

#page-wrapper
{
	background-image: url(../images/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper
{
	width: 960px;
	margin: 0px auto;
	position: relative;
	padding: 0 12px 0 0;
}

#header
{
	width: 960px;
	height: 250px;
	float: left;
	display: block;
	background-image: url(../images/header-images-05.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header h1 { text-indent: -8000px; }

ul#nav
{
	width: 310px;
	float: left;
	display: inline;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 20px 0;
}

#content
{
	width: 600px;
	float: left;
	display: block;
	padding: 10px 0 0 20px;
}

#footer
{
	width: 960px;
	height: 150px;
	float: left;
	display: block;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 30px 0;
}

/* Nav STYLES */

ul#nav li
{
	padding-bottom: 1em;
	padding-left: 30px;
}

ul#nav li a:link
{
	color: #963;
	background-color: transparent;
	font-family: Verdana, sans-sefif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

ul#nav li a:visited
{
	color: #963;
	background-color: transparent;
	font-family: Verdana, sans-sefif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

ul#nav li a:hover
{
	color: #cd8843;
	background-color: transparent;
	font-family: Verdana, sans-sefif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

ul#nav li a:active
{
	color: #cd8843;
	background-color: transparent;
	font-family: Verdana, sans-sefif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}


ul#nav li ul li
{
	color: #963;
	background-color: transparent;
	list-style-type: disc;
	padding: 0px;
	margin: 0 0 0 10px;
	list-style-position: inside;
	padding-bottom: 0.25em;
}

ul#nav li ul li a:link
{
	color: #963;
	background-color: transparent;
	font-family: Verdana, sans-sefif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

ul#nav li ul li a:visited
{
	color: #963;
	background-color: transparent;
	font-family: Verdana, sans-sefif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

ul#nav li ul li a:hover
{
	color: #cd8843;
	background-color: transparent;
	font-family: Verdana, sans-sefif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

ul#nav li ul li a:active
{
	color: #cd8843;
	background-color: transparent;
	font-family: Verdana, sans-sefif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/* GENERIC STYLES */

#content h1
{
	color: #000099;
	background-color: transparent;
	font-family: Verdana, sans-sefif;
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 0.5em;
}

#content h2
{
	color: #332d71;
	background-color: transparent;
	font-family: Verdana, sans-sefif;
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 0.75em;
}

#content h3
{
	color: #523f24;
	background-color: transparent;
	font-family: Verdana, sans-sefif;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 0.5em;
}
#content p
{
	color: #523f24;
	background-color: transparent;
	font-family: Verdana, sans-sefif;
	font-size: 100%;
	padding-bottom: 1em;
}

#content a:link
{
	color: #963;
	background-color: transparent;
}

#content a:visited
{
	color: #000;
	background-color: transparent;
}
#content a:hover
{
	color: #cd8843;
	background-color: transparent;
}
#content a:active
{
	color: #cd8843;
	background-color: transparent;
}

#content ul
{
	color: #523f24;
	background-color: transparent;
	font-family: Verdana, sans-sefif;
	font-size: 100%;
	padding-bottom: 1em;
}

#content ul li
{
	list-style-type: square;
	list-style-position: inside;
	padding: 0;
}

.image-left
{
	float: left;
	padding: 0 20px 20px 0;
	border: 0;
}
.image-right
{
	float: right;
	padding: 0 0 20px 20px;
	border: 0;
}

.sidebar
{
	width: 190px;
	display: block;
	float: right;
	padding: 10px 0 10px 20px;
	margin: 0 0 20px 20px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px #963 solid;
}

#content .sidebar h1
{
	color: #963;
	background-color: transparent;
	font-size: 100%;
}

.sidebar ul li { font-size: 90%; }

#footer p
{
	color: #523f24;
	background-color: transparent;
	text-indent: 30px;
	font-size: 80%;
}

#footer p a:link
{
	color: #963;
	background-color: transparent;
}

#footer p a:visited
{
	color: #000;
	background-color: transparent;
}

#footer p a:hover
{
	color: #cd8843;
	background-color: transparent;
}

#footer p a:active
{
	color: #cd8843;
	background-color: transparent;
}

#content p.breadcrumbs
{
	font-size: 80%;
}

p.breadcrumbs a { font-size: 80%; }

/* GALLERY STYLES */

#gallery
{
	width: 100%;
	display: block;
	margin: 10px;
}

.gallery-box
{
	background-color: #CCC;
	width: 200px;
	height: 200px;
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}

.gallery-box p
{
	text-align: center;
	padding: 10px;
}

.gallery-box p img { border: 4px #666 solid; }

/* TABLES STYLES */

table {
  border-collapse: collapse;
  width: 50em;
  border: 1px solid #666;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

col {
  border-right: 1px solid #ccc;
}

col#albumCol {
  border: none;
}

thead {
  background: #ccc url(images/bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: normal;
  text-align: left;
}

#playlistPosHead {
  text-indent: -1000em;
}

th, td {
  padding: 0.1em 1em;
}

.odd {
  background-color:#edf5ff;
}

tr:hover {
  background-color:#3d80df;
  color: #fff;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}





/* FORM STYLES */

div.leftformcolumn p
{
	margin: 0;
	padding: 0 !important;
}

div.rightformcolumn
{
	margin: 0;
	padding-bottom: 1em;
}

form#MyForm {
  width: 600px;
}


/* fieldset styling */
form#MyForm fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
}

/* legend styling */
form#MyForm legend {

}

form#MyForm p
{
	position: relative;
	width: 100%;
	padding: 2px 0;
}

/* style for  labels */
form#MyForm label {
  float: left;
  width: 200px;
}

form#MyForm #remember-me label {
  width: 4em;
}

/* style for required labels */
form#MyForm label .required {
}


form#MyForm input
{
	width: 200px;
	padding: 2px;
}

form#MyForm input[type="text"], textarea {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

form#MyForm input.radio, form#MyForm input.checkbox, form#MyForm input.submit {
  width: auto;
}

/* style form elements on focus */
form#MyForm input:focus, form#MyForm textarea:focus {
  background: #ffc;
}

form#MyForm input.radio {
  float: left;
  margin-right: 1em;
}

form#MyForm textarea {
  width: 300px;
  height: 100px;
}

form#MyForm #monthOfBirthLabel, #yearOfBirthLabel {
  text-indent: -1000em;
  width: 0;
}

form#MyForm #DayOfBirth {
  width: 5em;
  margin-right: 0.5em;
}

form#MyForm #monthOfBirth {
  width: 10em;
  margin-right: 0.5em;
}

form#MyForm #yearOfBirth {
  width: 6em;
}

/* Color form styling */
form#MyForm #favoriteColor {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

form#MyForm #favoriteColor h2 {
  width: 10em;
  float: left;
  font-size: 1em;
  font-weight: normal;
}

form#MyForm #favoriteColor div {
  width: 8em;
  float: left;
}

form#MyForm #favoriteColor label {
  /*width: 3em;*/
  float: none;
  display: inline;
}

span.required
{
	color: #C03;
	font-size: 95%;
}
/* HACKS */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* use this if IE7 does support clearfix hack */

.clear
{
	clear: both;
	font-size: 0.1px;
	height: 0pt;
	line-height: 0pt;
	width: 0pt;
}
