﻿/*---------------------------------------------
Default Style Sheet (XHTML Strict 1.0 browsers)
Developed for MuslimMuseum.org

version:	1.0
author:		Ahmed Murad
---------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  background-color: #715538;
  color: white;
  background-image: url(images/layout/bg.jpg);
  font-size: 0.9em;
  font-family: Calibri, Verdana, Arial, Helvetica, sans-serif
}
h1, h2, h3, h4 
{
	font-family: Cambria, Georgia, Palatino, Serif;
}
a:link, a:hover
{
	text-decoration: none;
	outline-style:none;
}
img 
{
	border-style:none;
}
img.floatright
{
	float: right;
	padding-left: 1em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
img.floatleft
{
	float: left;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.rtimg 
{
	float:right;
	font-style: italic;
	font-size: 90%;
	/*line-height:1.2em;*/
	color: #996633;
	background-color: transparent;
	margin: 0.5em 0 0.5em 0.5em;
	border-bottom: solid 1px #ff6611;
}
.ltimg 
{
	float:left;
	font-style: italic;
	font-size: 90%;
	color: #996633;
	background-color: transparent;
	margin: 0.5em 0.5em 0.5em 0;
	border-bottom: solid 1px #ff6611;
}

p.question 
{
	font-weight: bold;
	margin-bottom: 0em;
}
p.answer
{
	margin-top: 0.5em;
	margin-bottom: 1em;
}
p.success
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
p.error
{
	color: Red;
	background-color: Transparent;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
	
/***** Layout *****/

#wrapper {
  background-color: black;
  background-image: url(images/layout/bg_main.jpg);
  background-repeat: no-repeat;
  color: white;
  margin: 30px 20px 30px 20px;
  padding: 10px;
  min-width: 720px;
  max-width: 1200px;
}
/*---- Header ----*/
#header 
{
	background-image: url(layout/ayah.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#header-bottom {
  border-top: 1px solid #cc9966;
  border-bottom: 1px solid #cc9966;
  height: 1%;
  clear:both;
  position:relative;
}
#header-bottom ul {
  margin: 0;
  padding: 0 10px 0 0;
  text-align: right;
}
#header-bottom li {
  display: inline;
  background-color: Black;
  color: #804020;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: Black;
  color: #CD853F;
}
#header-bottom a:hover {
  text-decoration: none;
  background-color: Black;
  color: #ffcc80;
}
#tagline {
  font-weight: bold;
  background-color: black;
  color: #CD853F;
  font-style: italic;
  margin: 0;
  padding: 0 0 0 10px;
  width: 200px;
  float: left;
}

#ayah {
  position: relative;
  float:right;
}

/*---- main ----*/

#main {
  width: 100%;
  margin-top: 10px;
}
#content {
  margin: 0 210px 0 0;
  border: 1px solid #996633;
  background-color: #fdf8f2;
  color: #402010;
  background-image: url(images/layout/tile_3.gif);
  background-repeat: repeat-x;

}
#content .mainbody {
  margin: 100px 80px 0 80px;
}

#content .mainbody #subject
{  
	color: #930;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}
#content .mainbody h1 {
  color: #245185;
  background-color: Transparent;
  padding: 0 0 0 0;
  margin: 0.2em 0 0 0;
  font-size: 2em;
}
#content .mainbody h2.underline
{
	font-size: 1.5em;
	color: #402010;
	margin: 0;
	padding: 0 0 0.25em 0;
	border-bottom: solid 3px #ff663e;
}
#content .mainbody p.author {
	color : #842;
	margin: 0 0 2.5em 0;
	padding: 0 0 0.2em 0;
	font-weight: bold;
	font-style:italic;
	float: left;
}
#content .mainbody p.modifydate {
	color : #c63;
	margin: 0 0 2.5em 0;
	padding: 0 0 0.2em 0;
	font-style:italic;
	text-align: right;
	border-bottom: dotted 1px #ff663e;
}
#content acronym { border-bottom: dotted 1px #963;}

#content .mainbody h2 {
  color: #cc6633;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.2em;
  margin-top: 1em;
}

#content .mainbody h3 {
  font-size: 1.1em;
  margin-bottom: 0.2em;
}
#content .mainbody h4 {
  font-size: 1.0em;
  margin-bottom: 0.2em;
}

#content .mainbody h3 a:link, #content .mainbody h3 a:visited {
  color: #245185;
}
#content .mainbody p, #content .mainbody ul, #content .mainbody ol {
  font-size: 90%;
  line-height: 1.4em;
  margin-top: 0;
}
#content .mainbody ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .mainbody .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content .mainbody p.more{
  margin-top: 0;
  text-align: right;
}
#content .mainbody p.more a:link, #content .mainbody p.more a:visited {
  color: black;
  background-image: url(images/layout/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  color: #1e4c82;
}
#master_ending 
{
	text-align:right;
	/*clear: both;*/
}
#master_artifactfeature {
  background-image: url(images/artifacts/ARTIFACT.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 20px 80px 10px 80px;
}
#master_artifactfeature h2 {
  margin: 0;
  font-weight: bold;
  font-size: 1.2em;
}
#master_artifactfeature p 
{
	margin-top: 0;
  font-size: 1em;
}

#mainfeature {
  background-image: url(images/logo_timbuktu.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #ffeeac;
  color: #990000;
  height: 150px;
  margin: 0;
  padding: 0;

}
#mainfeature h2 {
  font-weight: bold;
  font-size: 150%;
  margin: 0 0 0 190px;
  padding: -8px 0 0 0;
  color: #990000;
  background-color: #ffeeac;
}
#mainfeature p 
{
	margin: 8px 10px 0px 190px;
	font-size: 100%;
}
#mainfeature p.emphasis
{
	margin-top: 0;
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
}
#mainfeature p.more {
  margin-top: 0;
  text-align: right;
}
#mainfeature p.more a:link, #mainfeature p.more a:visited {
  background-image: url(images/layout/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}

/*---- Sidebar ----*/
#sidebar 
{
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}
#sidebar .box 
{
	filter: alpha(opacity=75);
	opacity: 0.75;
	color: #fda;
	background-color:#604030; /*996640*/
	padding: 10px;
	border: ridge 3px #ff6633;
}

#sidebar h3 
{
	font-size: 1.0em;
	background-image: url(images/layout/sidehdrbkg.jpg);
	background-repeat: no-repeat;
	background-color: Black;
	margin: 0;
	padding: 0.2em 0 0.2em 10px;
	font-weight: bold;
}
#sidebar ul a:link, #sidebar ul a:visited {
  color: white;
}
#sidebar .date {
  font-weight: bold;
}
#sidebar .motm-image {
  float: right;
  margin: 0 30px 0 20px;
}
#sidebar p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}
#sidebar p.more a:link, #sidebar p.more a:visited {
  color: white;
  background-image: url(images/layout/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}

#sponsorsList h4 
{
	color: #ffeebb;
	background-color: Transparent;
	font-size: 0.9em;
	margin-bottom: 0.2em;
}
#sponsorsList p.subheading 
{
	margin: 1em 0 0 0;
	padding: 2px;
	background-color: #402015;
	color: #ffeebb;
	text-align: center;
	font-weight: bold;
}
#sponsorsList ul
{
	margin: 0;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 0.8em;
	list-style: none;
}
#sponsorsList p 
{
	margin-top: 0;
	margin-bottom: 0.2em;
	font-size: 0.8em;
}
#sponsorsList .mainsponsor 
{
	font-size: 0.9em;
	font-weight: bold;
}

/*---- footer ----*/
#footer {
	width: 100%;
	margin-top: 10px;
	clear: both;
}
#footer p {
	color: #CD853F;
	background-color: Black;
	font-size: 70%
}
#clearone 
{
	clear: both;
	height: 1px;
}

/*---- forms ----*/
fieldset label 
{
	color: #996633;
	background-color: Transparent;
}
input.txt
{
	border-bottom: solid 1px #cc9966;
	border-left: none;
	border-right: none;
	border-top: none;
	/*background-color: #fcf0e2;/*slightly darker background*/
	background-color: #fdf8f2;
	color: #604010;
	width: 250px;
}
textarea {
font-weight: normal;
background: #6c3232;
padding: 4px;
}
.txtarea
{
	/*border: solid 1px #cc9966;*/
	/*background-color: #fcf0e2;/*slightly darker background*/
	background-color: #fdf8f2;
	color: #604010;
}
#sidebar input.txt
{
	border-bottom: solid 1px #996633;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #fcf0e2;
	color: #604010;
	width: 170px;
}
#membership .box {
	background-color: #f9e3ad;
	color: #258;
	padding: 8px;
	border-bottom: solid 1px #69c;
	margin: 8px 40px 8px 40px;
}
#membership .box h2 
{
	color: White;
	background-color: #369;
	font-size: 1em;
	padding: 4px;
	margin: 0;
}
#membershipform input, #membershipform select{
	border-bottom: 1px black;
	border-left: 1px black;
	border-right: 0px;
	border-top: 0px;
	background-color: #fdf8f2;
	color: Black;
	padding: 1px;
	margin: 1px;
	font-size: 120%
}
#membershipform td {
	font-size: 80%;
	background-color: #fdf8f2;
	color: #8B4513;
}

#basket table
{
	border: none;
	background-color: White;
	border-collapse: collapse;
}
#basket .tblheader 
{
	background-color: #336699;
	color: White;
	padding: 4px;
	font-weight: normal;
}
#basket .footer
{
	border-top: solid 1px #369;
	border-bottom: solid 3px #369;
	text-align: right;
	font-weight: bold;
	font-size: 1.0em;
}
#basket input.txt
{
	color: #403020;
	background-color: #fdf8f2;
	width: 50px;
	text-align: right;
	border: solid 1px #906633;
}
#invoice table
{
	border: none;
	background-color: White;
	border-collapse: collapse;
	width: 90%;
}
#invoice th 
{
	background-color: #336699;
	color: White;
	padding: 4px;
	font-weight: normal;
}
#invoice td 
{
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 4px;
}
#invoice td.categ {
    font-weight: bold;
}
.rtalign 
{
	text-align: right;
}
#invoice .footer
{
	border-top: solid 1px #369;
	border-bottom: solid 3px #369;
	text-align: right;
	font-weight: bold;
	font-size: 1.0em;
}
.button
{
	background-image: url(images/layout/btnbkg.gif);
	color: #ffcc66;
	background-color: #825128;
	border: outset 1px #663308;
	padding: 2px 12px 2px 12px;
	font-weight: normal;
	font-size: 12px;
}
.button a:hover
{
	text-decoration:none;
	color: White;
	background-color: #825128;
	outline: none;
}

/*------homepage rules--------*/
#homepage 
{
	margin: -28px -80px 0 -80px	
}

#homepage #newsBanner {
    background-color: #FFFF66;
    padding: 8px;
    text-align: center;
}
#homepage #newsBanner h2 {
    font-size: 1.6em;
    font-weight: bold;
    color: #CC3300;
    margin: 0;
}
#homepage #newsBanner h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #003300;
    margin: 0;
}
#homepage #newsBanner p {
    font-size: 1.2em;
    margin-bottom: 0;
}

#homepage .topfeature
{
	background-color: #ff9966;
	background-repeat: no-repeat;
	background-position:right top;
	color: White;
	background-image: url(images/feature_museuminside.jpg);
	padding: 0 200px 0 0;
	height: 250px;
	min-height: 250px;
	max-height: 250px;
	margin: 0;

}
#homepage .section
{
	background-color: #666633;
	background-repeat: no-repeat;
	background-position:right top;
	color: White;
	padding: 0 20px 10px 20px;
	margin: 0;

}
#homepage .altsection
{
	background-color: #666633;
	background-repeat: no-repeat;
	background-position:right top;
	color: White;
	background-image: url(images/feature_sankore.jpg);
	padding: 0 100px 10px 20px;
	margin: 0;
	height: 360px;
	min-height: 360px;
	max-height: 360px;

}

#homepage .section h1
{
	color: White;
	background-color: Transparent;
	text-transform: uppercase;
	margin-left: 0;
	margin-top: 0;
	font-size: 2em;
	border: none;
}
#homepage .section p 
{
	color:White;
	background-color: Transparent;
}
#homepage .section p.more a:link, #homepage .section p.more a:visited {
  color: white;
  background-color: Transparent;
  background-image: url(images/layout/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
.dropcap
{
	float: left;
	font-size: 3.2em;
	line-height: 0.8em;
	font-weight: bold;
	font-family: Cambria, Georgia, Serif;
	margin:0;
}
.listleft
{
	float: left;
}
.listright
{
	margin-left: 50px;
	padding-left: 50px;
}
/******Tickets******/
.ticketEvent 
{
	font-weight: bold;
}

/*****Program Schedule*****/
#schedule {
    width: 100%;
}
#schedule td, th {
    padding: 4px;
}
#schedule tr.day {
    background-color: #CC0000;
    color: #FFFFFF;
    font-weight: bold;
}
#schedule tr.progHeading td {
    background-color: #DFEAFF;
}
#schedule td.col1 {
    width: 20%;
}
#schedule td.col2 {
    width: 50%;
    font-weight: bold;
}
#schedule td.col3 {
    width: 30%;
}
#schedule tr.progDetails {
    background-color: #FFEFDF;
}
#schedule tr.progDetails td h2 {
    font-size: 1.2em;
    margin: 0;
}

fieldset#items table {
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 1em;
}
fieldset#items td {
	font-size: 1em;
	margin: 1px;
	padding: 4px;
	color: #696969;
	vertical-align: top;
}
fieldset#items th {
	background-color: #2860ad;
	color: #f0f8ff;
	margin: 1px;
	padding: 4px;
	text-align: center;
	border: 1px solid #f0f8ff;
}
fieldset#items td.category {
	font-weight: bold;
	font-size: 1.1em;
	color: #003277;
	background-color: #e1e0f3;
}
fieldset#items td .categDesc {
	font-weight: normal;
	font-size: 0.9em;
	font-style: italic;
}
fieldset#items input.text {
	width: 4em;
	text-align: right;
	padding-right: 0.5em;
}
fieldset#items .desc {
	width: 55%;
	text-align: left;
}
fieldset#items .itemName {
	font-weight: bold;
	color: black;
}
fieldset#items .itemDesc {
	font-style: italic;
	font-size: 0.9em;
}
fieldset#items .price,
fieldset#items .qty,
fieldset#items .lineTotal {
	width: 15%;
	text-align: right;
	border-right: 1px solid white;
}
fieldset#items td.totals {
	text-align: right;
	font-weight: bold;
	color: black;
	border-top: 1px solid #2a5ea6;
	border-bottom: 3px double #2a5ea6;
}
fieldset#items td.totalsBorder {
		border-left: 1px solid #2a5ea6;
}
fieldset#items td.buttons {
	text-align: right;
	padding-right: 20px;
}
fieldset#items td.invoiceHd {
	color: #333366;
	font-weight: normal;
	border-bottom: 1px dotted #333366;
}
fieldset#items td.custInfo {
	color: #333366;
	font-size: 0.9em;
}