@charset "UTF-8";
/* CSS Document */


* { margin:0px;
	padding:0px;
	}
	
h1 {
	color:#005378;
	font-family: 'Raleway', sans-serif; font-weight:500;
	font-size:51px;
	}

h2, h3, h4 {
	color:#005378;
	font-family: 'Raleway', sans-serif; font-weight:600;
	}

p {
	font-family: 'Raleway', sans-serif; font-weight:400;
	}

table, td {
	font-family: 'Raleway', sans-serif; font-weight:400;
	}	
.table-col2 {
	font-family: 'Raleway', sans-serif; font-weight:400;
	padding-left:25px;
	}
.press-indent {
	text-indent:130px;
	}

/* Outside of wrapper, background is the pale blue */
body {
	background: #e7f0ec;
	margin: 0px;
	padding: 0px;
	}
	
#wrapper {
	width:942px;
	margin:auto;
	}

#hugger {
	float:left;
	width:940px;
	background:#e7f0ec;
	}
	
#banner-box {
	float:left;
	width:940px;
	height:325px;
	background-image:url(../images/rgm-banner-back.jpg);
	}
	
#title-box {
	float:left;
	margin-left:340px;
	margin-top:65px;
	width:520px;
	height:60px;
	}
	
#picture-menu-box {
	float:left;
	margin-left:340px;
	margin-top:10px;
	width:520px;
	height:110px;
	}	
	
#drummer-menu-box, #producer-menu-box, #arranger-menu-box, #mandw-menu-box {
	float:left;
	width:120px;
	height:110px;
	margin-right:10px;
	background:#005378;
	}

/* a1 Links for picture box menu */
	
a.a1 {
	background:#005378;
	}

a.a1:link, a.a1:visited {
	background:#005378;
	}
	
a.a1:focus, a.a1:hover {
	background:#b62225;
	}
	
#other-menu-box {
	float:left;
	margin-left:340px;
	margin-top:10px;
	width:520px;
	height:20px;
	}	
	
#other-menu-box p {
	color: #929290;
	}

/* a2 Links for secondary menu */

a.a2 {
	font-family: 'Raleway', sans-serif; font-weight:400;
	color: #929290;
	text-decoration: none;
	}

a.a2:link, a.a2:visited {
	color: #929290;
	text-decoration: none;
	}

a.a2:focus, a.a2:hover, a.a2:active {
	color: #005378;
	text-decoration: none;
	}	
	
#content-box {
	float:left;
	margin-top:35px;
	width:520px;
	min-height:700px;
	}

#content-box-home {
	float:left;
	margin-top:35px;
	width:480px;
	min-height:700px;
	}
	
#content-box-wide {
	float:left;
	margin-top:35px;
	width:850px;
	min-height:700px;
	}

#pics-row1, #pics-row2, #pics-row3, #pics-row4, #pics-row5  {
	float:left;
	margin-top:20px;
	width:850px;
	}
#pics-row3, #pics-row5  {
	margin-bottom:5px;
	}
.photo-hor {
	float:left;
	margin-right:20px;
	}

.photo-ver {
	float:left;
	margin-right:20px;
	}

.photo-ver2 {
	float:left;
	margin-right:20px;
	}
	
/* a3 are bold, blue links within text */

a.a3 {
	color: #005378;
	font-family: 'Raleway', sans-serif; font-weight:600;
	text-decoration: none;
	}

a.a3:link, a.a3:visited {
	text-decoration: none;
	}

a.a3:focus, a.a3:hover, a.a3:active {
	color: #b62225;
	text-decoration: none;
	}	

/* a4 are blue links within text, less emphasis than others */

a.a4 {
	color: #005378;
	font-family: 'Raleway', sans-serif; font-weight:400;
	text-decoration: none;
	}

a.a4:link, a.a4:visited {
	text-decoration: none;
	}

a.a4:focus, a.a4:hover, a.a4:active {
	color: #b62225;
	text-decoration: none;
	}	

/* a5 are link for high res photos, pdfs etc. */

a.a5 {
	text-decoration: none;
	}	

a.a5:link, a.a5:visited a.a5:focus, a.a5:hover, a.a5:active {
	text-decoration: none;
	}	
	
ul {
	font-family: 'Raleway', sans-serif; font-weight:400;
	list-style-type:square;
	list-style-position:inside;
	}
	
.albumtitle {
	font-style:italic;	
	}	
	
.boldtitle {
	font-family: 'Raleway', sans-serif; font-weight:500;
	}	
		
#sidebar-box {
	float:left;
	margin-left:30px;
	margin-top:15px;
	width:300px;
	height:auto;
	background:#ffffff;
	}

#sidebar-box-home {
	float:left;
	margin-left:30px;
	margin-top:15px;
	width:340px;
	height:auto;
	background:#ffffff;
	}
		
#social-media-box {
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	}		

#bandcamp-box {
	float:left;
	margin-left:20px;
	margin-top:30px;
	}
	
#footer-box {
	float:left;
	width:850px;
	height:100px;
	margin-top:10px;
	border-top: 3px solid #929290;
	}	

/* FOOTER SPECIAL STYLES: text smaller and centred */

#footer-box p {
	font-family: 'Raleway', sans-serif; font-weight:400;
	color: #000000;
	font-size: 80%;
	text-align: center;
	margin-top: 0em;
	margin-bottom: .3em;
	}

#footer-box p+p {
	font-family: 'Raleway', sans-serif; font-weight:400;
	color: #000000;
	font-size: 70%;
	text-align: center;
	}