/* onedayfilms.com basic styles */

body {
	font-family: Arial, "V erdana", Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 0.74em;
	line-height: 130%;
	background: #fff;
	color: #000000;
	text-align: center;
}
a:link { color: #C9AB02; background: transparent; text-decoration:none }
a:visited { color: #C9AB02; background: transparent; text-decoration:none }
a:hover { color: #F4D841; background: transparent; text-decoration:none }
a:active { color: #F4D841; background: transparent; text-decoration:none }

h1 {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #C9AB02;
	display: block;
	width: 100%;
	padding: 1px;
	background: #000000;
	border: #443b2c 1px solid;
}
h2 {
	font-size: 105%;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	display: block;
	width: 100%;
	padding: 1px;
	background: #938f80;
	border: #443b2c 1px solid;
}
h3 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	display: block;
	width: 100%;
	padding: 1px;
	background: #938f80;
	border: #443b2c 1px solid;
}
table {	font-size: 100%;	}
th {	font-size: 100%;	}
img {	border-width: 0;	}

ul {	list-style: url(../images/list_item.gif) square;	}

#container {
	position: relative;
	width: 680px;
	margin: auto;
	padding: 0;
	color: #000000;	background: #eee;
	border: #443b2c 1px solid;
	text-align: left;
}

#header {
	position: relative;
	width: 100%;
	height: 110px;
	margin: auto;
	padding: 0;
	background: #000000 url(../images/title.jpg) no-repeat;
	border-width: 0 0 1px 0;
	border-color: #443b2c;
	border-style: solid;
}

#header h1 {
	font-size: 125%;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	display: block;
	width: 50%;
	padding: 1px;
	background: transparent;
	border: none;
	margin-bottom: 0;
}

#navlinks {
	position: absolute;
	left: 15px;
	bottom: 3%;
	padding: 0;
	margin: 0;
	font-size: 125%;
	top: 10px;
	width: 661px;
}

#navlinks a {
	text-decoration: none;
	font-weight: bold;
}

#navlinks a:link { color: #C9AB02; background: transparent }
#navlinks a:visited { color: #C9AB02; background: transparent }
#navlinks a:hover { color: #F4D841; background: transparent }
#navlinks a:active { color: #F4D841; background: transparent }

#logo {
	position: absolute;
	bottom: 0%;
	right: 0%;
	margin: 0px;
	padding: 0px;
}

#content {
	position: relative; /* so we can position inside elements absolutely */
}

.caption {
	font-size: 85%;
	text-align: right;
}

.credits {
	font-size: 85%;
	text-align: right;
	line-height: 1.1em;
}

#content img {
	padding: 2px;
	border: #443b2c 1px solid;
}

#article {
	padding: 10px;
}

#column-left {
	position: absolute;
	padding: 5px;
	width: 440px;
	text-align: left;
	left: -455px; /* this is meant for IE */
}

html>body #column-left {
	/* be nice to Opera 5, and to all other sane browsers */
	left: 0px;
}

#column-right {
	margin-left: 460px;
	width: 200px;
	padding: 5px;
	border-width: 0 0 0 1px; 
	border-color: #443b2c;
	border-style: dashed; 
}

#footer {
	font-size: 100%;
	color: #C9AB02;
	border-width: 1px 0 0 0;
	border-color: #443b2c;
	border-style: solid;
	background-color: #000000;
	text-align: center;
	font-weight:bold;
	text-decoration:none;
}

#footer a:link { color: #C9AB02; background: transparent; text-decoration: none }
#footer a:visited { color: #C9AB02; background: transparent; text-decoration: none  }
#footer a:hover { color: #C9AB02; background: transparent; text-decoration: none  }
#footer a:active { color: #C9AB02; background: transparent; text-decoration: none  }
