@charset "UTF-8";
/* Glasnevin Musical Society CSS*/

body {
	margin: 0px;
	background: #b7cfe6 url(images/background.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

h1, h2, h3 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ffffff;
}

h1 {
	font-size: 14px;
	font-weight:bold;
	color: #eca742;
}

h2 {
	font-size: 18px;
	font-weight:bold;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	list-style:square;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #FB7600;
	color: #eca742;
}

a:hover {
	color:#f5ce94;
	border-bottom-style:dotted;
	border-bottom-color:#f5ce94;
}

#page {
	width: 900px;
	margin: 0 auto;
	background-color:#144E89;
}

/* Header */

#header {
	width: 900px;
	height: 120px;
	margin: 0 auto;
	background: url(images/header.jpg) repeat-y center top;
	background-color:#ffffff;
}

/* Menu */

#menu {
	width: 900px;
	height: 44px;
	background: url(images/imgNew.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display:block;
	margin-right:3px;
	padding: 5px 20px 7px 20px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	border:none;
}
#menu ul li a:hover {
	background-color:#eca742;
	color:#1D2F43;
}
#menu ul li.selected a{ 
	background-color:#eca742; 
	color:#1D2F43;
	font-weight:bold;	
}

/* Image Strip */

#image {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 610px;
	padding: 20px 20px 0 0;
}

.post {
	margin-left: 20px;
	padding-bottom: 30px;
}

.post .title {
	padding-left: 10px;
	border-left: 4px solid #EB7A04;
	color: #f5ce94;
}

.post .title a {
	background: none;
	color: #ffffff;
	border: none;
}

.post .meta {
	background: #E0E0E0;
	border-left: 4px double #EB7A04;
	border-right: 4px double #EB7A04;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

/* Simpleviewer photo gallery*/

#flashcontent {
height:100%;
}

#gallery { 
width:550px; 
height:400px;
border:none;
border-color:none;
}

/* Search Button */

#button { 
	background-color:#eca742;
	color:#1D2F43;
	border-color:#EB7A04;
	font-family:Arial, Helvetica, sans-serif;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 25px 10px 0 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 35px;
}

#sidebar li li {
	line-height: 20px;
	border-bottom: 1px dashed #81a7cc;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	text-decoration: none;
	border-bottom: 1px dotted #EB7A04;
	color: #eca742;
}

#sidebar a:hover {
	color:#f5ce94;
	border-bottom-style:dotted;
	border-bottom-color:#f5ce94;
}

/* FB Links */

#FB {
	width: 165px;
	padding: 8px;
	background-color:#1D2F43;
	border-bottom-style:double;
	border-bottom-color:#EB7A04;
}

#FB a {
	border-bottom-style:none;
}

#FB a:hover {
	color:#ffffff;
	border-bottom-style:none;
	border-bottom-color:#ffffff;
}

/* Footer */

#footer {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	background: #1D2F43;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
	text-align: center;
}

#footer a {
	text-decoration: none;
	border-bottom:none;
	color: #eca742;
}

#footer a:hover {
	color:#f5ce94;
}
