/*
Theme Name: Ffin
Theme URI: http://www.ffiniau.org.uk/
Description: Orchestra Y Ffiniau theme
Author: Rich Sage
Author URI: http://www.richsage.co.uk/
*/

/****** reset ******/
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****************************************************************************/
/* Orchestra Y Ffiniau stylesheet
/*****************************************************************************/

body
{
	background-color: #483f40;
}

.clear
{
	clear: both;
}

#outer
{
	width: 960px;
	margin: 0 auto;
	background: url(images/music-bg.jpg) no-repeat 0 0;
	min-height: 768px;
}

#inner
{
	width: 764px;
  margin: 35px 0px 0px 98px;
  float: left;
  display: inline;
}

#headerbar
{
	margin: 0px 0px 0px 0px;
	height: 90px;
	background-color: #740202;
	width: 100%;
	float: left;
}

#headerbar h1
{
	color: #fff;
	font-family: Arial, Helvetica, serif;
	font-size: 26px;
	float: right;
	margin: 32px 11px 0px 0px;
	text-transform: lowercase;
}

#headerbar #subtitle
{
	clear: right;
	float: right;
	color: #fff;
	font-family: Arial, Helvetica, serif;
	font-size: 14px;
	margin: 5px 11px 0px 0px;
}

/************ navigation ************/

#menubar
{
	background: #740202 url(images/menubar-tile.png) repeat-x 0 0;
	height: 25px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #fff;
}

#menubar ul
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#menubar ul li
{
	float: left;
	font-family: Arial, Helvetica, serif;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	padding: 0px;
}

#menubar li a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	display: block;
}

#menubar li a:hover
{
	color: #fff;
}

#menubar li a.active
{
	color: #fff;
}

#menubar li a span
{
	display: block;
	padding: 0 11px;
}

/************ footer ************/

#footer
{
	width: 764px;
	background-color: #740202;
	height: 25px;
	float: left;
}

#footer #copyright
{
	float: right;
	font-family: Arial, Helvetica, serif;
	font-size: 9px;
	color: #fff;
	height: 25px;
	display: block;
	line-height: 25px;
	margin-right: 6px;
	font-weight: bold;
}

#footer ul
{
	float: right;
	margin: 0;
	padding: 0;
}

#footer ul li
{
  float: left;
  font-family: Arial, Helvetica, serif;
  font-size: 9px;
  height: 25px;
  line-height: 25px;
}

#footer li a
{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
  display: block;
}

#footer li a:hover
{
  text-decoration: underline;
}

#footer li a span
{
  display: block;
  padding: 0 6px;
}

/************ page body ************/

#pagebody
{
	width: 764px;
  background: url(images/content-tilebg.png) repeat;
}

#content
{
	color: #000;
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	width: 742px;
	float: left;
  margin: 11px;	
  min-height: 541px;
}

#contentleft
{
	width: 48%;
	float: left;
}

#contentright
{
	width: 48%;
	float: right;
}

#content h2
{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial, Helvetica, serif;
	margin: 0 0 24px 0;
	padding: 0px;
}

#content, #content p
{
	font-family: Arial, Helvetica, serif;
	font-size: 14px;
	color: #000;
	line-height: 18px;
}

#content #googlemap
{
	height: 200px;
	width: 356px;
	margin: 20px 0px;
}

