/* Reset all margins and padding */
* {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}
html {
	
}
body {
	padding: 0;
	background: #000;
	color: #FFF;
}

/* HEADERS *************************************************************************************************************************************/
h1 {
	color: #FFF;
}
.logo {
	float: right;
	margin: 10px 0;
}
h2 {
	margin: 30px 0 10px 0;
	padding: 0 0 0 35px;
	color: #FFF;
	font-weight: normal;
	background: url(../images/icons/flourish.jpg) no-repeat left top;
	border-bottom: 1px dotted #333;
}
h3 {
	font-size: 120%;
	color: #FF9;
}
.introduction {
	font-size: 1.2em;
	margin: 20px 0;
}


/* LINKS *************************************************************************************************************************************/
a:link,
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #FFC;
}
a:active {
	color: #FFC;
}

a:link img,
a:visited img,
a:hover img,
a:focus img,
a:active img {
	border: none;
}

.add_link {
	padding: 0 0 0 20px;
	background: url(../images/icons/add.gif) no-repeat left center;
}
.delete_link {
	padding: 0 0 0 20px;
	background: url(../images/icons/delete.gif) no-repeat left center;
}

/* NAVIGATION *************************************************************************************************************************************/
#nav {
	padding: 0;
	margin: 30px 10px 20px 0;
	float: left;
}
#nav li {
	display: inline;
	list-style-type: none;
	padding: 0;
	font-size: 110%;
}
#nav a:link,
#nav a:visited,
#nav a:active {
	padding: 2px 10px;
	text-decoration: none;
	color: #FFF;
}
#nav a:hover,
#nav a:focus {
	padding: 2px 10px;
	text-decoration: none;
	color: #FFF;
	background: #666;
}
#nav a:link.active,
#nav a:visited.active,
#nav a:active.active,
#nav a:focus.active,
#nav a:hover.active {
	padding: 1px 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF;
	color: #090;
}


/* CONTENT *************************************************************************************************************************************/
.content {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	font-size: 90%;
}

.admin .content {
	width: 98%;
	min-width: 98%;
	max-width: 100%;
	float: none;
	margin: 0;
	padding: 0 10px;
}

.content h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	clear: both;
}

.column {
	width: 365px;
	padding: 0 10px 10px 10px;
	border: 1px solid #333;
	float: left;
	background: #333 url(../images/format/gradient_bg.jpg) repeat-x top left;
}
.column_wide {
	float: none;
	clear: both;
	width: 779px;
	margin: 30px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #333;
	float: left;
	background: #333 url(../images/format/gradient_bg.jpg) repeat-x top left;
}
.see_ads {
	margin: 0 0 0 25px;
}
.column h3,
.column_wide h3 {
	text-align: right;
	color: #FFF;
}

p {
	margin: 10px 0;
	padding: 0;
}
ul {
	margin: 0 10px 5px 20px;
	padding: 0 10px 5px 20px;
}
ol {
	margin: 0 10px 5px 20px;
	padding: 0 10px 5px 20px;
}




/* TABLES *************************************************************************************************************************************/

table {
	border-collapse: collapse;
	width: 770px;
	clear: right;
	margin: 0;
}
.admin table {
	width: 100%;
	margin: 10px 0;
}
caption {
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
	color: #FFF;
	background: #333;
}
caption a:link,
caption a:visited,
caption a:active {
	color: #FFF;
}
caption a:hover,
caption a:focus {
	color: #EEE;
}
tr {
	border-top: 1px solid #999;
}
th {
	padding: 5px;
	text-align: left;
	color: #FFF;
	background: #333 url(../images/format/footer_bg.jpg) repeat-x top left;
}
th a:link,
th a:visited,
th a:active {
	color: #FFF;
	text-decoration: underline;
}
td {
	padding: 5px;
}
.alternate {
	background-color: #EEE;
}

.image_replacement span {
	position: absolute;
	left: -2000px;
}


/* AUTOCOMPLETE *************************************************************************************************************************************/
div.autocomplete {
	position:absolute;
	width:400px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected { 
	background-color: #FFB;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:1em;
	cursor:pointer;
}

/* FORMS *************************************************************************************************************************************/
fieldset {
	margin: 10px 10px 10px 0;
	padding: 10px;
	width: 490px;
	-moz-border-radius: 10px;
}
input.text {
	width: 361px;
	height: 1.2em;
	font-size: 1.2em;
	padding: 5px 2px 0 2px;
	margin: 0;
	background: #FFF url(../images/format/input_text.jpg) repeat-x top left;
	border: none;
}
input.number {
	width: 4em;
}
select {
	width: 8em;
}

#contact_form p {
	float: left;
	width: 365px;
	margin: 10px 0;
}
#contact_form p.right {
	margin: 10px 0 10px 45px;
	padding: 0;
}
#fieldset_message {
	border: none;
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
}
#fieldset_message textarea {
	height: 8em;
	width: 771px;
	background: #FFF url(../images/format/input_text.jpg) repeat-x top left;
	padding: 5px 2px 0 2px;
	border: none;
}

/* FOOTER *************************************************************************************************************************************/
#footer {
	margin: 0;
	padding: 1px 10px;
	font-size: 90%;
	clear: both;
	text-align: center;
}

#footer a:link,
#footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover,
#footer a:focus {
	color: #DDD;
	text-decoration: underline;
}

/* FEEDBACK *************************************************************************************************************************************/
.success {
	padding: 5px 5px 5px 25px;
	margin: 10px 0;
	border-top: 1px dotted #090;
	border-bottom: 1px dotted #090;
	background: #DFD url(../images/icons/success.gif) no-repeat 5px center;
	font-weight: bold;
	color: #090;
}
.highlight {
	display: block;
	padding: 5px 5px 5px 25px;
	margin: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #FFC url(../images/icons/information.gif) no-repeat 5px center;
}
.warning {
	padding: 5px 5px 5px 25px;
	margin: 10px 0;
	border-top: 1px dotted #900;
	border-bottom: 1px dotted #900;
	background: #FDF url(../images/icons/warning.gif) no-repeat 5px center;
	font-weight: bold;
	color: #900;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
}
