/********************************************************************************
 *	Filename: global.css 
 *	Purpose: Basic Style Sheet for Long Beach Museum of Art 
 *	Created by: Tammy C. Wilson
 *	Created: 12-20-2007 
 *  email: info@agilewebdev.com
 *  website: http://www.agilewebdev.com
  ********************************************************************************/

/* Global Reset, this resets All padding and margins */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
}

/* This adds reasonable padding and margins and default font size */
h1, h2, h3, h4, h5, h6, p, label, ul, ol, dl, fieldset, address { font-size: 1em; }
li, dd { margin-left: 5%; }
a { font-size: 1em; }

/* No list markers by default, since lists are used more often for semantics */
ul, ol, li { list-style: none; }

/* Remove blue linked image borders */
img { border: none; }

/* Don't underline links */
:link, :visited { text-decoration: none; }

/* ********************************************************************************* */

body {
	min-width: 700px;
	background: #30A8AF url(images/bg_gradient.png);
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #dcf1f4;
	padding-left: 80px;
	padding-top: 5px;
	margin-bottom: 10px;
	background: url(images/flygirl_border.png) right top no-repeat;
/* These adjustments are to fix issues with IE */
	margin-left: -20px;
	padding-bottom: 10px;	
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #fca577;
	padding-bottom: 20px;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #fca577;
	padding-bottom: 10px;
}

.descriptive { padding-bottom: 0; }

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
	margin: 5px 0 10px 0;
}

h5 { color: #000; }


h6 { color: #000; }

p {
	line-height: 1.4em;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

a { 
	font-weight: bold;
	color: #333399;
}

sup { font-size: 75%; }

#container { 
	background-color: #fff; 
	width: 700px;
	border: 1px solid #000;
	margin: 10px auto;
}

#header {
	margin: auto;
	width: 698px;
	height: 170px;
}

#sponsors { 
	float: right;
	padding-top: 20px;
	margin-right: 10px;
}

#sponsors li { font-size: .8em; }

#nav { padding-bottom: 20px; }

#nav li {
	background-color: #fca577;
	padding: 5px;
	margin: 10px 10px;
	font-size: 0.85em;
	text-transform: uppercase;
	color: white;
	letter-spacing: .01ex;
}

#nav li a:hover { background-color: #FFE28A; }

#sidebar {
	float: left;
	width: 250px; 
	background-color: #FDE8DA;
	margin-right: 20px;
	padding-bottom: 30px;
}

#sidebar p { margin: 0 10px; }

#sidebar h2, h3, h4 { padding: 10px 10px 5px 10px; }

.withHeader {
	background: url(images/wagonboy_border.png) no-repeat right;
	padding-left: 80px;
	padding-top:10px;
/* These adjustments are to fix issues with IE */
	margin-left: -20px;
	padding-bottom: 10px;	
}

.withHeader2 {
	background: url(images/marbles_border.png) no-repeat right;
	padding-left: 80px;
	padding-top:10px;
/* These adjustments are to fix issues with IE */
	margin-left: -20px;
	padding-bottom: 10px;	
}

.bulletList li { 
	list-style: disc; 
	margin-left: 35px;
	padding: 5px 0;
}

#main {	margin-left: 250px; }

#main p { 
	padding: 10px 10px 7px 0px;
}

#footer {
	clear: both;
	background-color: #fca577;
	padding-top: 5px; 
	width: 700px;
	color: #fff;
	font-size: .7em;
	text-align: center;
	border-top: 1px solid #000;
}

#footer p { 
	line-height: .8em; 
	margin-bottom: 0;
}

#footer a { font-weight: normal; }

#footer a:visited { color: #85833D; }

#footer a:hover {
	color: #fff;
	background: #069;
}  

.img_left { 
	float: left;
	padding: 5px;
}

.img_right { 
	float: right;
	padding: 5px 20px;
}

dl {
	padding: 0 10px 60px 0; 
	font-size: 110%;
}

dt { padding-bottom: 5px; padding-left: 70px; }

dd { padding-bottom: 10px; }

.wsNum { 
	font-size: 200%;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	color: #fca577;
	padding-left: 0;
}

#sidebar dl { padding: 5px 0 10px 0; }

#sidebar dt { 
	padding: 0; 
	font-weight: bold;
	float: left;
	margin: 0 5px 5px 10px;
	color: #fca577;
}

.center { text-align: center; }

#sidebar p img { margin: 30px 0; }

blockquote { 
	margin: 75px 20px; 
	font-style: italic;
}

blockquote p { line-height: 1.75em; }

.author {
	text-align: right;
	font-style: normal;
}

/********************************************************************************
 * FORMS *
 ********************************************************************************/

form { padding-bottom: 20px; }

fieldset {
	border: 1px solid #000;
	padding: 5px;
	margin: 0 10px 15px 0;
	background-color: #b1c7ba;
}

legend {
	color: #555555;
	padding: 3px;
	margin: 10px 0;
	background-color: #CEDBD3;
	border: 1px solid #000;
	font-weight: bold;
	letter-spacing: 0.2ex;
}

label {
	padding-left: 0;
	margin: 0;
	font-weight: bold;
}

input {	margin: 0 5px 0 10px; }

textarea { margin: 0 5px 0 50px; }

select { margin: 2px 0 0 15px; }

em.required {
	color: #CC0000;
}

.notBlank { background-color: #FFFF66; }
	
table {
	margin-left: 50px;
	width: 40%;
}

.back {
	font-style: italic;
	font-size: .9em;
	padding: 0 0 20px 20px;
}

.caption {
	font-size: .9em;
	font-style: italic;
}

.two_column {
	float: left;
	width: 300px;
}

button { margin-bottom: 10px; }
