/*

RhettandLink.com

COLORS:
    Blue Title: 357990
    Text Color: 333

*/

/* OVERALL STUFF */

* {
    margin:0;
    padding:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#333;
}

body {
    font-size:70%;
    text-align:center;
    background-image:url(../images/loading.gif);
    background-image:none;
    background:#F1F1DC;
}

/* EVERYDAY THINGS */

h1, h2, h3, h4, h5, h6, h3 * {
    font-weight:normal;
    font-family: Arial, sans-serif;
    color:#357990;
    background-color:transparent;
    margin-bottom:2px;
}

h1 {font-size:30px;}
h2 {font-size:1.8em;}
h3 {font-size:1.5em;}
h4 {font-size:1.25em;}
h5, select, p, li {font-size:1.1em; line-height:1.5em}
p {margin-bottom:1.5em;}
input, textarea {font-size:1.0em}
li {list-style: none;}
img {border:0;}

a:link, a:visited {
    color:#357990;
    text-decoration:none;
    background:transparent url(../images/dotted.gif)  bottom left repeat-x;
}

a:hover, a:active {
    text-decoration:none;
    color:#357990;
    background:transparent;
}

/* LAYOUT */

#wrapper {
    margin:0 auto 20px auto;
    width:950px;
    text-align:left;
    
}

/* LOADING */
div.loading {
    display:block;
    width:20px;
    height:16px;
    float:left;
}


div.loadingImg {
    background:transparent url("../images/loading.gif") top left no-repeat;
}


/* BAR BACKGROUND */

.bar-background {
	background:#59b45f url("../images/bar-background.gif") top right no-repeat;
	height:37px;
}

	.bar-background h3 {
		background:#59b45f url("../images/bar-background.gif") top left no-repeat;
		height:37px;
		margin-right:2em;
	}
	
	.bar-background span {
		display:block;
		padding:7px 0 0 10px;
		color:#fff;
	}


/* LITTLE THINGS */

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}

.alt {
	display: none;
	height:1%;
}

/* SIFR */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-active h1 {
	visibility:hidden;
	font-size:28px;
	line-height: 10px;
}


/* Films */
#films a:link, #films a:visited {
    color:#FFFFFF;
    text-decoration:none;
    background:transparent url(../images/dotted.gif)  bottom left repeat-x;
}

#films  a:hover, #films a:active {
    text-decoration:none;
    color:#FFFFFF;
    background:transparent;
}


