/*
Stylesheet for www.mardibrayton.com
Author: Beebee Web Design, beebeewebdesign.com
Last Update: Oct 15, 2008 
*/

/* Base Styles
--------------------------------------------------------------------------------- */
body  {
	font: 80% "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #bdbda2;
	background: #626357 url("images/background2.gif") 0 0 repeat-x;
}

/* typography */
h1, h2, h3, h4 {
	font-weight:normal;
	margin: 0;
	padding: 0 0 3px 0;
	color: #e3e3c3;
	}
h1 {
	font-size: 1.5em;
	margin-bottom: 5px;
	}
h2 {
	font-size: 1.2em;
	margin-bottom: 2px;
	text-transform: capitalize;
	}
h3 {
	font-size: 1.05em;
	font-style: italic;
	margin-top: 0px;
}
h4 {
	font-size: 1.05em;
	font-weight: normal;
	margin-bottom: 0px;
	border-bottom:1px dotted #bdbda2;
}

p {
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 1.4em;
	font-size: 1em;
	}
a {
	color: #e3e3c3;
	text-decoration: none;
	}
a:hover {
	text-decoration:underline;
	}
img {
	border: 0;
}


/* Page Layout and section formatting
--------------------------------------------------------------------------------- */
/* page container */
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* content section */
#mainContent {
	margin: 0 10px 0 210px; 
	padding: 1px 0 0 0; 
	min-height: 350px;
} 
#mainContent ul {
	margin: 0px 0px 10px 10px;
	padding: 0 0 15px 10px;
}

/* header */
#header {
	padding: 60px 10px 30px 10px;
} 
#header h1 {
	padding: 0 0 5px 0;
	margin:0;
	font-weight: normal;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #bdbda2;
	font-size: 1.7em;
}
#header h2 {
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #bdbda2;
	font-size: 1.4em;
}

/* navigation links */
#navbar {
	float: left; 
	width: 175px; /* since this element is floated, a width must be given */
	padding: 0px 0px 15px 8px;
}
#navbar ul {
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	width:100%;
	}
#navbar li {
	display:inline;
	float:left;
	padding:5px 0;
	font-size: 1.1em;
	clear:both;
	width:100%;
}
#navbar a {
	color: #bdbda2;
	letter-spacing: 0.1em;
	padding-left: 2px;
	float:left;
	display: block;
	width:100%;
}
#navbar a:visited {
	color: #bdbda2;
}
#navbar a:hover  {
	color: #e3e3c3;
	text-decoration: none;
}
#navbar a.selected { /* link for current page */
	font-weight: bold;
	color: #e3e3c3;
}
#navbar ul ul {
	text-transform:none;
	margin-left:10px;
	float:left;
}
#navbar ul ul li {
	padding:0;
	margin:0;
	clear:none;
	float:left;
	width:15px;
	font-size:1em;
}

/* footer */
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-top: 1px solid #a6a68f;
}
#footer a {
	color: #e3e3c3;
	}
#footer {
	padding: 20px 10px 20px 10px;
	
} 

/* Home page
--------------------------------------------------------------------------------- */
td#homepageimage {
	text-align:center;
}
td#homepageimage3 {
	padding-right: 24px;
	text-align:center;
	width:554px;
}

/* Image pages
--------------------------------------------------------------------------------- */
#pagination {
	
}

#pagination ul {
	float:left;
	list-style-type: none;
	padding: 3px 0;
	margin: 0;
	width:100%;
}
#pagination li {
	display:inline;
	float:left;
	padding: 0;
	margin: 0;
	font-size: 1em;
}
#pagination li a {
	float: left;
	display: block;
	line-height: 1.3em;
	margin: 0;
	padding: 0 5px 0 15px;
}
/* Image tables */
#imagetable {
	width: 100%;
	margin-top:20px;
}
#imagetable td {
	padding-bottom: 40px;
	width: 33%;
}

body#selectedWork #imagetable td {
	text-align:center;
	padding-bottom: 20px;
}
body#selectedWork #imagetable td p {
	font-size:1.2em;
}

.colleft {
	text-align: left;
}
.colcenter {
	text-align: center;
}
.colright {
	text-align: right;
}
/* events page */
table.pastEventImages{
	margin: 0 0 30px 0;
	padding:0;

}
.pastEventImages td{
	text-align:center;
	padding: 0 15px;
}

/* Contact Form
------------------------------------------------------------------------*/
fieldset {
	color: #e3e3c3;
	border: 1px solid #a6a68f;
	font-size: 1.2em;
}
legend {
	letter-spacing: .1em;
}
form#contact ul{
	list-style-type: none;
	padding: 8px 0;
	margin: 0;
	color: #bdbda2;
	}
form#contact ul li{
	list-style-type: none;
	padding: 3px 0;
	margin: 0;
	line-height: 25px;
	}
form#contact label {
	display: block;
	width: 100px;
	text-align: right;
	float: left;
	padding-right: 8px;
	}
form#contact .text_field, form#contact textarea {
	font:normal 'lucida grande',verdana,helvetica,sans-serif;
	border:1px #bdbda2 solid;
	padding:2px;
	}
form#contact .text_field {
	width: 250px;
}
form#contact textarea {
	width: 400px;
}
form#contact ul li.submit {
	padding: 5px 0 0 108px;
	}
form#contact ul li.submit input {
	}


/* Misc
--------------------------------------------------------------------------------- */
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table #centerthumb {
	padding: 15px 0;
}
table #largeimage {
	padding-right: 15px;
}
#pagenation {
	text-align: right;
}
#artistStatement {
	text-align: justify;
}

.event{
	width:250px;
}
.error {
	font-weight: bold;
	color: #ff9f9f;
}
