/*
 * Project  Name: southwestart.com
 * File / Folder: /2008/css/screen.css
 * File Language: css
 * Copyright (C): 2008 Richard Group, Inc.
 * First  Author: Liam Echlin
 * First Created: 2008.01.08 09:36:35
 * Last Modifier: Liam Echlin
 * Last Modified: 2008.03.21 13:21:14
 */

* {
	font-family: Verdana, Arial, sans-serif;
}
html {
	font-size: 12px;
}
html, body, table, div, form, fieldset {
	margin: 0;
	padding: 0;
}

a img, fieldset {
	border: 0;
}

.ad160x600, .ad300x250, .ad728x90, .ad120x600, .ad120x240 {
	background-color: transparent;
}
.ad120x240
{
	width: 134;
	height: 291px;
	float: left;
	padding-right: 11px;
	padding-left: 16px;
	background-color: transparent;
}
.ad120x600 {
	width: 120px;
	height: 600px;
}
.ad160x600 {
	width: 160px;
	height: 600px;
}
.ad300x250 {
	width: 300px;
	height: 250px;
	overflow: hidden;
}
.ad728x90 {
	width: 728px;
	height: 90px;
}

.incomplete {
	background-color: gray;
}

.todo {
	background-color: green;
}

.error {
	color: red;
	font-weight: bold;
}

.placeholder {
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: left;
}

/* End Global Definitions */

body {
	width: 850px;
	margin: 0 auto;

	background-image: url(/2008/images/htmlBackground.png);
	background-repeat: repeat-x;
}

.ad728x90 {
	margin: 5px auto;
}

#header, #content {
	position: relative;

	width: 840px;

	background-color: white;
}

#header {
	height: 105px;
	position: relative;
	z-index: 128;

	background-color: rgb(247, 245, 213);
	font-size: 10px;
}

#header .logo {
	position: absolute;
	top: 10px;
	left: 7px;
}

#header .mySouthwestArt {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header .mySouthwestArt a {
	color: black;
}

#header .search {
	position: absolute;
	top: 34px;
	left: 600px;
}
#header .search label {
	_margin-left: -4px;
}
#header .search label input {
	vertical-align: baseline;
}
#header .search .input {
	width: 195px;
	height: 13px;
}
#header .search .go {
	display: inline;
	vertical-align: bottom;
}

#header .newsletter {
	position: absolute;
	top: 40px;
	left: 688px;

	font-size: 9px;
	font-family: Verdana, sans-serif;
}
#header .newsletter a {
	display: block;

	margin-top: 0px;
	padding: 2px 0;
	width: 143px;

	color: white;
	background-color: rgb(173, 37, 42);
	border: 1px solid black;
	text-align: center;
	text-decoration: none;
}

#header #qm0 {
	position: absolute;
	bottom: 0;
}

#body {
	position: relative;
	float: left;
	background-image: none;
/*
	overflow: auto;
*/
	width: 540px;

	background-image: url(/2008/images/homeHeadlineBackground.png);
	background-repeat: repeat-x;
}

#body h1, #body h1 a
{
	font-size: 24px;
	color: rgb(216, 151, 0);
	font-family: Georgia, Times New Roman, serif;
	padding-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
#body h2, #body h2 a
{
	font-family: Georgia, Times New Roman, serif;
	color: rgb(115, 5, 12);
	font-size: 18px;
	text-decoration: none;
}
#body h3
{
	font-family: Georgia, Times New Roman, serif;
	color: rgb(115, 5, 12);
	font-size: 12px;
	/*margin-bottom: -12px;*/
}

#body h3 a
{
	font-family: Georgia, Times New Roman, serif;
	color: rgb(115, 5, 12);
	font-size: 12px;
	text-decoration: none;
}

#body #related {
	position: relative;
}
#body #related .section {
	position: absolute;
	top: -3em;
	left: 6em;

	display: none;
	padding: 1em;

	background-color: white;
	border: 1px solid rgb(205, 153, 51);
	list-style-type: none;
}

#body #related .section ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#body #related .close {
	font-size: 8px;
}

#body #related p {
	margin: 0;
}


#sidebar {
	position: relative;
	float: right;
	overflow: auto;
	
	width: 300px;
	background-image: url(/2008/images/sidebarBackground.jpg);
	background-repeat: repeat-y;
}

#sidebar .subscriptionBox {
	width: 300px;
	height: 200px;
}

#sidebar .collectorsGuide {
	width: 300px;
	height: 125px;
}

#sidebar .featuredEvents {
	padding-top: 20px;
}
#sidebar .featuredEvents .event {
	position: relative;
	min-height: 125px;
	_height: 125px;
	padding-left: 100px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 10px;
}
#sidebar .featuredEvents .event img {
	position: absolute;
	top: 0;
	left: 0;
}
#sidebar .featuredEvents .event h3 {
	font-family: Georgia, Times New Roman, serif;
	color: rgb(115, 5, 12);
	font-size: 12px;
}
#sidebar .featuredEvents .event h3 a
{
	font-family: Georgia, Times New Roman, serif;
	color: rgb(115, 5, 12);
	font-size: 12px;
	text-decoration: none;
}
#sidebar .featuredEvents .event h4 {
	font-family: Georgia, Times New Roman, serif;
	color: rgb(12, 5, 115);
	font-size: 11px;
}

#sidebar .relatedArticles {
	padding-top: 20px;
}
#sidebar .relatedArticles .article {
	position: relative;
	min-height: 125px;
	_height: 125px;
	padding-left: 100px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 10px;
}
#sidebar .relatedArticles .article img {
	position: absolute;
	top: 0;
	left: 0;
}
#sidebar .relatedArticles .article h3 {
	font-family: Georgia, Times New Roman, serif;
	color: rgb(115, 5, 12);
	font-size: 12px;
}

#footer {
	width: 840px;
	text-align: center;
}

.footer_break {
	height: 15px;
}

#footer ul {
margin: 5px;
}
#footer ul li {
	display: inline;
	padding: 0px 3px 0px 7px;
	border-left: 1px solid;
}
#footer ul li.first {
	border-left: 0;
}
#footer ul li a {
	color: black;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#footer .subscription {
	width: 800px;
	height: 140px;
	margin: 10px auto;
}

.emailPrint {
	overflow: auto;
	padding-bottom: 10px;
	clear: both;
}
.emailPrint a {
	display: block;
	float: left;

	width: 118px;
	margin: 5px 2px;
	padding: 2px 0;

	color: white;
	background-color: rgb(173, 37, 42);
	font-size: 10px;
	font-family: Verdana, sans-serif;
	border: 1px solid black;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#content {
	/*
	width: 836px;
	background-image: url(/2008/images/htmlBackground.png);
	background-repeat: repeat-x;
	*/
	overflow: auto;
}

#content .findArt {
	clear: both;
	position: relative;
	padding: 10px 0px 30px 0px;
	overflow: auto;
}
#content .findArt table {
	width: 780px;
	margin: 0px auto;
}
#content .findArt table td {
	vertical-align: top;
}
#content .findArt h5 {
	margin: 0;

	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
}
#content .findArt ul {
	margin: 0;
	padding: 0;

	list-style-type: none;
}
#content .findArt ul li a {
	color: black;
	text-decoration: none;
}
#content .findArt ul li a:hover {
	text-decoration: underline;
}

#sidebar .findArt {
	position: relative;

/*
	min-height: 860px;
	_height: 860px;
*/
	/* Explicit width to override #content .findArt */
	width: 292px;
	margin-bottom: 0;
	padding: 8px 4px;

	background-color: white;
}
#sidebar .findArt div.style {
	position: relative;
	left: 4px;

	width: 100px;
}
#sidebar .findArt div.type {
	position: relative;
	left: 4px;

	width: 140px;
}
#sidebar .findArt div.medium {
	position: relative;
	left: 4px;

	width: 45%;
}
#sidebar .findArt h5 {
	margin: 0;

	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
}
#sidebar .findArt ul {
	margin: 0;
	padding: 0;

	list-style-type: none;
}
#sidebar .findArt .ad120x600 {
	position: absolute;
	top: 0;
	right: 0;
}
#sidebar .findArt .ad120x240 {
	position: absolute;
	top: 610px;
	right: 0;
}

.success {
	color: #009900;
	font-weight: bold;
}
.error {
	color: #990000;
	font-weight: bold;
}
.message {
	font-weight: bold;
}

.contrib_list td {
	padding: 3px;
	text-align: left;
}
.contrib_list th {
	border-bottom: 1px solid #999999;
	padding: 3px;
	text-align: left;
}


.my_world_link {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	background-color: #E3CDAD;
	padding: 15px 5px 15px 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
}

.my_world_link a {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	color: black;
}

.clear {
clear: both;
}

#tmi { text-align: center; }
