@font-face {
   font-family: "Old Standard";
   src: url("http://basilcrow.com/fonts/OldStandard-Regular.otf") format("opentype");
}

body {
	background-color: #f6e9d7;
	font-family: "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
	font-size: 85%;
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url(/images/template/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	/* Firefox doesn't like negative z-index */
	position:relative;left:0px;top:0px;z-index:0;
}

#star {
	background-image: url(/images/template/bg-star.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 397px;
	height: 412px;
	position: absolute;
	top: 0;
	left: 45%;
	display: block;
	z-index: -1;
}

a {
	color: #3256B6;
}
a:visited {
	color: #5F7717;
}
a:hover, a:visited:hover {
	color: #e00;
	text-decoration: none;
}

* {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 225%;
	font-weight: normal;
	color: #31363e;
	margin-bottom: .5em;
}

h2 {
	font-family: "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 150%;
	font-weight: normal;
	color: #31363e;
	margin-top: 1em;
	margin-bottom: .5em;
}

h3 {
	color: #31363e;
	font-family: "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 125%;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: .5em;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	text-align: left;
}

img {
	border: 0;
}

/* Header  -------------------------------------------------------------- */

#header {
	color: white;
	font-family: "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
	height: 108px;
}

#site-title {
	color: white;
	font-size: 125%;
	position: absolute;
	top: 30px;
	margin-left: 5px;
}

#site-title a, #site-title a:visited {
	color: white;
	text-decoration: none;
}

#site-title a:hover, #site-title a:hover {
	color: white;
	text-decoration: underline;
}

/* Navigation  ---------------------------------------------------------- */

ul#main-nav {
	list-style: none;
	position: absolute;
	top: 78px;
	height: 29px;
	background-color: #3b3945;
	width: 680px;
	border-width: 0 0 0 0;
	border-color: #262336;
	border-style: solid;
}

ul#main-nav li {
	float: left;
}

ul#main-nav li a {
	float: left;
	height: 15px;
	padding: 7px 15px 7px 15px;
	font-size: 12px;
	width: 67px;
	text-align: center;
	text-decoration: none;
	color: #F4EADB;
	font-weight: bold;
	text-shadow: #000 0 -1px 0;
}

ul#main-nav li.last-tab a {
	width: 68px;
}

ul#main-nav li a:hover {
	/* color: #000; */
}

body#home ul#main-nav li.home a,
body#music ul#main-nav li.music a,
body#arabic ul#main-nav li.arabic a,
body#contact ul#main-nav li.contact a {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left top;
}

/* Main  ---------------------------------------------------------------- */

#main {
	border-bottom: 1px solid #FFF;
	float: left;
	width: 100%;
	padding-bottom: 9px;
	font-family: Georgia, serif;
}

#main p {
	padding: 0 0 20px 0;
}

#main ul, #main ol {
	margin: 1em 0px;
	padding-left: 40px;
}

#main ul ul {
	margin: 0;
}

#main ul li p {
	padding: 0;
}

#content-wrapper {
	float: left;
	width: 486px;
}

#content {
	padding: 25px 25px 25px 0;
	border-right: 1px solid #cacaca;
	background-image: url(/images/template/bg-main.png);
	background-repeat: repeat-y;
	background-position: right top;
}

#content h1 {
	margin-top: 0;
}

#content h3.border {
	border-bottom: 1px dotted #a3a39c;
	padding-bottom: 2px;
}

#content h3 a {
	border-bottom: 1px dotted #a3a39c;
	display: block;
	padding-bottom: 2px;
	text-decoration: none;
}

#content p, #content ul, #content td {
	line-height: 160%;
}

#content .info {
	color: #b0af99;
	font-size: 80%;
	margin-top: 1.5em;
}

#content .entry .info {
	margin-top: 1em;
}

#content .first.entry {
	background-color: #F9F9F9;
	margin: -25px;
	margin-bottom: 0;
	padding: 25px;
	border-top: 0 #D4D4D4 solid;
	border-right: 0 #D4D4D4 solid;
	border-bottom: 1px #D4D4D4 solid;
	border-left: 1px #FFF solid;
}

#content .first.entry h3 {
	margin-top: 0.25em;
}

#content .music-download {
	width: 100%;
}

#content .music-download td {
	vertical-align: top;
	padding-right: 0.5em;
}

/* Sidebar  ------------------------------------------------------------ */

#sidebar-wrapper {
	float: right;
	width: 194px;
}

#sidebar {
	font-size: 90%;
	padding: 15px;
	padding-top: 0px;
}

#sidebar h3 {
	font-size: 160%;
}

#sidebar p, #sidebar ul {
	line-height: 140%;
}

#sidebar ul {
	margin-left: 1.5em;
	padding: 0;
}

#sidebar li {
	margin-bottom: .25em;
}

/* Footer  ------------------------------------------------------------ */

#footer {
	border-top: 4px solid #ffda10;
	width: 680px;
	color: #8E8E8E;
	float: left;
	font-size: 80%;
	padding-top: 9px;
	padding-bottom: 20px;
	padding-left: 6px;
}

/* Misc  ------------------------------------------------------------ */

.right {
	float: right;
	margin-left: 1em;
}

/* Mailer ------------------------------------------------ */
	
.mailer .mailer-field {
	width: 300px;
}

.mailer .mailer-field, .mailer textarea {
	margin-bottom: .5em;
	padding: 3px;
}
	
.mailer textarea {
	height: 200px;
	width: 450px !important;
}

.thank-you {
	margin-top: 200px;
	width: 480px;
	display: block;
	text-align: center;
	vertical-align: middle;
	overflow: visible;
}
