/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
 input::-moz-focus-inner, button::-moz-focus-inner {
 padding:0;
border:0;
}
#top {
	position: fixed;
	background:  #1f2024;
	top: 0;
	width: 100%;
}
#header {
}
#content {
	margin-top: 175px;
}
.entry {
	display: block;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.row {
	clear: both;
}
.gray {
	background: #999;
}
.centered {
	margin: 0 auto;
}

.one, .two, .three {
	margin: 0 20px 0;
}
.one {
	width: 245px
}
.two {
	width: 435px
}
.three, hr {
	width: 980px
}
hr {
	float: left;
	margin: 50px 20px;
}
/* ------- header  ------- */
#header h1 a {
	display: block;
	padding-top: 31px;
	width: 244px;
	height: 0;
	overflow: hidden;
	margin: 30px auto 50px;
	background: url(/img/rg_logo_red.png) top left no-repeat;
}

ul#nav1 li a {
	float: left;
	padding-top: 16px;
	height: 0;
	overflow: hidden;
	margin-left: 74px;
	display: block;
}
ul#nav1 li:first-child a {
	margin-left: 0;
}
li#productions a {
	width: 172px;
	background: url(/img/menu.png) 0 0 no-repeat;
}
li#productions a:hover, body#productions li#productions a {
	background: url(/img/menu.png) 0 -16px no-repeat;
}
li#admin a {
	width: 172px;
	background: url(/img/menu.png) -172px 0 no-repeat;
}
li#admin a:hover, body#admin li#admin a {
	background: url(/img/menu.png) -172px -16px no-repeat;
}
li#indonesia a {
	width: 84px;
	background: url(/img/menu.png) -347px 0 no-repeat;
}
li#indonesia a:hover, body#indonesia li#indonesia a {
	background: url(/img/menu.png) -347px -16px no-repeat;
}
li#contact a {
	width: 70px;
	background: url(/img/menu.png) -433px 0 no-repeat;
}
li#contact a:hover, body#contact li#contact a {
	background: url(/img/menu.png) -433px -16px no-repeat;
}
#shadow {/*height: 10px; width: 100%; display: block; background: url(/img/shadow.png) 0 -2px repeat-x; position: fixed; top: 152px; width: 948px;*/
}
/* ------- entry  ------- */
.entry h2, .entry h3 {
	font-style: normal;
}
.entry h2 {
	font-size: 22px;
	text-transform: none;
}
.entry h2.standard {
	text-transform: none;
}
.entry h3 {
	font-size: 16px;
}
.entry h4 {
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
}
.entry h3.year {
	font-style: normal;
}
.entry .headline {
	margin-bottom: 30px;
	text-align: left;
}
.intro h2 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.intro h3 {
	font-size: 24px;
}
.intro hgroup {
	margin-bottom: 20px;
}
.intro {
	margin-bottom: 40px;
}
.cursor {
	cursor:pointer;
}
.cursor:hover {
	color: #f30;
}
.headline.selected {
	color: #f30;
}
#entries hr {
	margin: 0px 0;
}
#entries .headline {
	margin-bottom: 10px;
}
#entries p {
	margin: 10px auto;
}
#entries .entry {
	margin-bottom: 20px;
}
