/*
Original design: Leaves (v1.0 - Aug 29th, 2013)
For more information, see http://andreasviklund.com/dt_portfolio/leaves/
*/

/* Colors: the basic color is #b89345, picked up from the bg image. That's RGB 184,147,69 (0.723,0.578,0.274). Moving the lighness slider to 75 yields #dbc8a0. At 90 it is #f1e9da. For darker colors, 25% is #5d4923. */

*{margin:0; padding:0;}

/* General styles */
body {
	background-color:#000; 
	color:#dbc8a0; 
	font:80% 'Josefin Sans',Futura,'Century Gothic',Tahoma,sans-serif;
	font-size:1.2em;
	font-weight:light; 
	line-height:1.5em;
	background-image: url('images/RTCbg1-960.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}



a {color:#b89345; text-decoration:none; font-weight:400;}
a:hover {text-decoration:underline; color:dbc8a0;}
p,ul,ol,dl {margin:0 0 15px 0; line-height:1.6em;}
h1 {color:#888; font-size:4.6em; margin-bottom:0;}
h1 a {text-transform:none; font-weight:400;}
h1 a:hover {text-decoration:none; color:#dbc8a0;}

h2 {font-size:2.0em; margin:30px 0 10px 0;}
h2 a:hover {color:#dbc8a0;}

h3 {font-size:1.8em; margin:0 0 10px 0;}
h4 {font-size:1.2em; margin:0 0 10px 0;}

h1,h2,h3,h4 {font-family: 'Josefin Slab',Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, serif; color:#b89345; font-weight:bold; line-height:1.4em;}
.navmenu a {font-family: 'Josefin Slab',Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, serif; color:#b89345; font-weight:light; line-height:1.4em;}

/* Main layout container */
#layout {margin:40px auto 0; width:960px;}
body.wider #layout {margin:40px auto 0; width:1200px;}




/* RTC additions */
.playblurb {
	margin-bottom:30px; margin-left:30px;color:#b89345;
	
}
.headlinefont {font-family: 'Josefin Slab',Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, serif; color:#b89345; line-height:1.4em;}
.fontweightlight {font-weight:light;}
.headlinecolor {color:#b89345;}
.playmenu a:hover {color:#dbc8a0;}
.navmenu a:hover {color:#dbc8a0;}
a:hover h2 {color:#dbc8a0;}
a:hover p {color:#dbc8a0;}

.creditandcopyright {
	font-size:0.9em;
	color:#b89345;
}

.playmenu hr { 
    width:70%;
    margin-left:auto;
    margin-right:0;
    height: 4px;
    border: 0;
    box-shadow: inset 0 4px 4px -4px #f1e9da;
}

.dialogue {font-family: monospace; }
.dialogue p {margin-bottom:5px;}


/* Footer */
#footer {}
#footer .col {color:#555; border-top:1px dotted #1a1a1a; padding:20px 0 0;}
#footer p {text-align:center;}
#footer a {color:#555; font-weight:400; text-decoration:none; border-bottom:1px dotted #333;}
#footer a:hover {color:#dbc8a0; text-decoration:none; border-bottom:1px dotted #888;}

/* Grid classes, fixed width, 960px with 12 columns */
.col {float:left; margin:0 10px; overflow:hidden; float:left; display:inline;}
.col img {max-width:100%;}
.row {width:960px; margin:20px auto 0; overflow:hidden;}
.row .row {margin:0 -10px; width:auto;	display:inline-block;}
.c1 {width:60px;}
.c2 {width:140px;}
.c3 {width:220px;}
.c4 {width:300px;}
.c5 {width:380px;}
.c6 {width:460px;}
.c7 {width:540px;}
.c8 {width:620px;}
.c9 {width:700px;}
.c10 {width:780px;}
.c11 {width:860px;}
.c12 {width:940px;}

/* Grid classes, fixed width, 1200px with 12 columns - add class="wider" to the <body> element to use this */
body.wider .row {width:1200px;}
body.wider .c1 {width:80px;}
body.wider .c2 {width:180px;}
body.wider .c3 {width:280px;}
body.wider .c4 {width:380px;}
body.wider .c5 {width:480px;}
body.wider .c6 {width:580px;}
body.wider .c7 {width:680px;}
body.wider .c8 {width:780px;}
body.wider .c9 {width:880px;}
body.wider .c10 {width:980px;}
body.wider .c11 {width:1080px;}
body.wider .c12 {width:1180px;}

/* Menu list styles */
ul.menu {list-style:none; margin:0; padding:10px 0; border-top:1px solid #333;}
ul.menu li {list-style:none; text-align:center; font-size:1.2em; margin:0 0 10px; padding:0 0 8px 0; color:#888; border-bottom:1px solid #333;}
ul.menu li a {font-size:1.2em; font-weight:400;}
ul.menu li a:hover {color:#eee; text-decoration:none;}

/* Additional text classes */
.slogan {color:#b89345; font-size:1.2em;}
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.alignjustify {text-align:justify;}
.nomargin {margin:0; padding:0;}
.larger {font-size:1.2em;}
.smaller {font-size:0.9em;}
.spacer {margin:0 20px;}
.clear {clear:both;}
.hide {display:none;}
.border {border:1px solid red;}
body .navmenu {line-height:2.6em;}

/* Light styles, apply by using class="light" on the body HTML element */
/*
body.light {background:#fff; border-top:4px solid #60d060; border-bottom:8px solid #60d060; color:#888;}
body.light a {color:#60d060;}
body.light a:hover {color:#555;}
body.light h1 {color:#888; font-size:4.6em; margin-bottom:0;}
body.light h1 a:hover {color:#303030;}
body.light h2 {color:#555;}
body.light h1, body.light h2, body.light h3 {color:#60d060;}
body.light ul.menu {border-top:1px solid #ddd;}
body.light ul.menu li {border-bottom:1px solid #ddd;}
body.light ul.menu li a:hover {color:#333;}
body.light .slogan {color:#888;}
body.light #footer .col {color:#555; border-top:1px dotted #ccc;}
body.light #footer a {color:#555; border-bottom:1px dotted #ddd;}
body.light #footer a:hover {color:#444; border-bottom:1px dotted #eee;}
body.light .navmenu a {font-size:1.4em;}*/

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.navmenu a {font-size:1.2em; margin: 0 20px 30px 0;}
.navmenu a.current {color:#dbc8a0;}
.headerimage img {border-radius:12px;}

@media only screen and (max-width : 960px){
#layout, body.wider #layout {width:auto; margin:0; padding:20px;}
.row {width:100%;}
.col {margin:0 0 20px 0;}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {width:100%;}
h1 {margin:-15px auto 5px; line-height:1.4em;}
body .navmenu {margin:0px 0 -15px;}

body .navmenu a {
	font-size:1.4em; 
	display:inline-block; 
	line-height:2.0em;
	padding:7px 12px; 
	margin:0 10px 8px 0; 
	/*background-color:#111; */
	border:1px solid #5d4923; 
	border-radius:10px;}

/*body.light .navmenu a {
	font-size:1.4em; 
	display:inline-block; 
	line-height:2.0em;padding:7px 12px; 
	margin:0 10px 8px 0; 
	background-color:#fff; 
	border:1px solid #eee; 
	border-radius:10px;}*/

body .navmenu a.current {border-color:#b89345; color:#dbc8a0;}
/*body.light .navmenu a.current {border-color:#ddd;}*/
.headerimage img {width:100%; height:auto;}
}
