
body {
	color: #444;
	font: 14px/1.6 LiberationSerifRegular;
    font-family: LiberationSerifRegular,Georgia,"Times New Roman",Times,serif;
	}

p {

}

b, strong {

}

a:link, a:visited {
	color: #a33d00;
	text-decoration: none;
	padding: 1px;
}

a:hover, a:active {
	/*color: #fff;
	background-color: #767e88;
	border-color: transparent;*/
	background-color: #e3e3d4;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, .movie-page-title, .movie-title {
	font-family: Optima, sans-serif;
	color: #556B2F;
	}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

code {
	font-family: monospace;
	border: 1px dotted #7f7f7f;
    padding: 2px;
}

/* Fixing padding for bsm remove link */
a:link.bsmListItemRemove {
    padding: 5px;
}

.treeview ul {
    background-color:  transparent !important;
}

.nav {
	font-family: Optima, sans-serif;
}

/* @group General Styles */

html {
}

body {
	background-color: #f5f5ec;
}

body {
	background-color: #f5f5ec;
	background-image: url(body-bg.png);
	background-position: top left;
	background-repeat: repeat-x;
}

/* Page Header */

#pageHeader {
	text-align: left;
	margin-bottom: 1em;
	border-bottom: 3px double #D3D3D3;
	}

#logo {
	float: left;
	margin-right: 10px;
}

#pageHeader h1 {
	font-weight: normal;
    font-size: 40px;
	text-shadow: -1px 0 0 #fff, 1px 0 0 #fff;
	color: #8B4513;
	margin-bottom: 18px;
}

#pageHeader h2 {
	text-align: right;
	font-weight: normal;
    font-size: 1em;
	color: #8B4513;
	margin-bottom: 10px;
	/*background-color: rgba(0,0,0,0.1);*/
	}

#footer{
    font-size: 12px;
    text-align: center;
    margin-top: 2em;
    border-top: 3px double #D3D3D3;
}

#footer p {
    padding: 10px;
}

#main {
    font-size: 1.143em;
}

.highlighted{
    background: yellow;
}

select.bsmSelect{
    width: 90%;
}

ul.errorlist{
    margin-bottom: 0;
    list-style-type: none;
}

ul.errorlist li{
    margin-left: 0;
}
