/* reset all margins and padding */
* {
	margin: 0;
	padding: 0;
}

/* restore padding */
h1, h2, h3, h4, p, li, dl {
        padding-bottom: 0.75em;
}

.subtitled {
        line-height: 1;
        margin: 0;
        padding: 0;
}

dt {
        float: left;
        display: inline;
        padding-bottom: 0;
        margin-left: 0;
        margin-right: 1em;
}

dd { 
        margin-left: 15em;
}
input, submit {
        margin-bottom: 0.75em;
}

/* restore lists */
ul, ol, dl {
        padding-left: 1.5em;
}

/* link colors */
a:link {
        text-decoration: none;
        color: #eee;
}

a:visited {
        text-decoration: none;
        color: #aaa;
}

a:hover {
        text-decoration: underline;
}

#player {
        padding: 1.5em;
}

#player img, #player object {
        margin: 0 1em 0.3em 0;
        border: 1px solid #959596;
}

#player p {
        font-size: 0.8em;
        color: #505861;
        padding-bottom: 1.2em;
}

/* OK, main layout stuff 
 * The body contains a #page
 * The #page contains a #header, a #content area and a #footer
 * the #content area has a #sidebar floated to the left of it. */
body {
	font-size: 65%;
	font-family: Georgia, Garamond, Times, serif;
	background-color: #c3c3c3;
}
#page {
	margin: 1.5% 3%; 
	border: 1px solid #959596;
	background-color: white;
}

#header {
	background-color: #505861;
        background-image: url(../images/site/shari6.jpg);
        background-position: top right;
        background-repeat: no-repeat;
	color: #eee;
	width: 100%;
	overflow: hidden;
	font-weight: bold;
        font-size: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
        padding: 0;
}

#navigation {
        font-weight: bold;
        font-size: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
        background-color: #eee;
        overflow: hidden;
        color: #eee;
        padding: 0;
        width: 100%;
}

hr {
	clear: both;
}

#footer {
	background-color: #111119;
        color: #777;
	clear: both;
	width: 100%;
	font-size: 1em;
	text-align: center;
}

#footer p {
	padding: 20px;
}

#content {
        background-color: #111119;
        color: #aaa;
	font-size: 1.5em;
        line-height: 1.5;
        padding: 25px;
        padding-top: 40px;
}


/* header layout: typography and colors */
#header h1 {
	text-align: left;
	color: #eee;
	padding: 25px;
	font-size: 1.6em;
}

#header ul, #navigation ul {
	list-style: none;
	text-indent: 0;
	width: 100%;
	padding: 0px 25px;
}

#header a, #header a:visited {
	color: #eee;
	text-decoration: none;
}

#navigation a, #navigation a:visited {
        color: #505861;
        text-decoration: none;
}

#header ul a, #navigation ul a {
	display: block;
	padding: 5px;
}

#header li {
	float: left;
	width: 5em;
	text-align: center;
        padding: 0;
}

#navigation li {
        float: left;
        width: 10em;
        text-align: center;
        padding: 0;
}

#header ul a:hover {
	background-color: #c3c3c3;
	color: #505861;
}

#navigation ul a:hover, #navigation ul a.current {
        background-color: #c3c3c3;
        color: #505861;
}

#navigation ul a.current {
        background-color: #111119;
        color: #eee;
}
#header ul a.current {
	background-color: #eee;
	color: #505861;
}

/** image stuff */

img.centered {
        display: block;
        border: 1px solid #959596;
        margin-left: auto;
        margin-right: auto;
}
        
img.alignright {
        margin: 0 0 0.3em 1em;
        border: 1px solid #959596;
        display: inline;
}

img.alignleft {
        margin: 0 1em 0.3em 0;
        border: 1px solid #959596;
        display: inline;
}


input#s {
        width: 10em;
}

p.caption {
         font-size: 0.8em;
         color: #aaa;
         padding-bottom: 1.2em;
         clear: left;
}

p.subtitle {
         font-size: 0.8em;
         color: #aaa;
         line-height: 1.1;
         /* margin-top: -2em; */
         padding-bottom: 1.2em;
}

p.infolink {
         margin-top: 1em;
}