/*a style file for main gc-films pages*/

body {
background-color: rgb(0,0,0);
color: rgb(255, 255, 255);
}

div.side {
	width: 20%;
	min-width: 200px;
	float: left;
}

div.main {
	margin-right: 20%;
	margin-left: 20%;
}

div.add {
	width: 18%;
	float: right;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

div.foot {
	clear: both;
	text-align: center;
}

h1 {
text-indent: 0px;
font-family: sans-serif;
font-weight: normal;
font-size: 45px;
line-height: 80%;
}

h2 {
font-family: san-serif;
font-size: 25px;
/*line-height: 60%*/
padding-bottom: 2px;
}

h3 {
line-height: 80%;
}

li {
line-height: 110%;
}

a {
color: rgb(100,255,55);
}

a:hover {
	color: rgb(50,128,28);
}

a.add {
	color: rgb(0,0,0);
}

div.sidelink {
	color: rgb(100,255,55);
	font-size: larger;
	min-height: 43px;
	line-height: 43px;
	text-align: left;
	margin-left: 6px;
	margin-right: 26px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 10px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #111;
}

div.sidelink:hover{
	color: rgb(50,128,28);
	background-color: #222;
	background-image: url(../images/arrow-lt.png);
}

/*these override above for the this page, need to follow*/
div.this {
	background-color: #131;
	background-image: url(../images/arrow-green.png);
}

div.this:hover {
	color: rgb(100,255,55);
	background-color: #131;
	background-image: url(../images/arrow-green.png);
}

a.side {
	text-decoration: none;
}

p {
/*text-indent: 10px;*/
}

ul {
list-style-position: inside;
}

span.come {
display:inline;
font-size: 65%;
color: rgb(255,0,0);
}

span.subtitle {
	font-size: smaller;
	color: rgb(100,255,55);
}