/*-----------------------------------------------------------------------------
AUTHOR:  	   		  Boutros AbiChedid - All Rights Reserved.
AUTHOR SITE: 		  http://bacsoftwareconsulting.com/
COMPANY SITE: 		  http://blueoliveonline.com/
START DATE:   		  January 14, 2010
PURPOSE: 	 		  Stylesheet for all media for the Main entry Web page only.
   				 	  Saint Ann Maronite Church Website.
TERMS AND CONDITIONS: This website is subject to the terms and contions 
   					  located at http://blueoliveonline.com/terms.html
-------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

/***** Error in case Javascript is disabled *****/ 
div#error { 
	width: 900px;
	height: 553px;
	margin: 0 auto;
	background: url(../html_images/background.jpg) no-repeat left top;
	text-align: left; 
	color:#fff;
}

div#error span { 
	font-size: 120%;
	font-weight: bold;
}

body {
	margin: 0;
	background: #486A99 url(../html_images/backsides.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#main {
	width: 900px;
	border: 10px solid #fff;
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	width: 900px;
	height: 630px;
	background: #fff;
}

#menu {
	float: left;
	height: 75px;
	width: 875px;
	padding-left: 25px;
	background: #fff url(../html_images/menu.jpg) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 45px;
	width: 110px;
	text-decoration: none;
	font-size: 1.3em;
	padding-top: 30px;
	color: #fff;
	background-color: transparent;
    text-align: center;
}

#menu a:hover {
	color: #E9E9E9;
	background: url(../html_images/menu_hover.jpg) repeat-x;
}

/* Footer Section*/
#footer {
	padding: 5px 0;
	background-color: #6b8dba;
	color: #0e0e0e;
}

#footer p {
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 2px;
}

#footer a, #footer a:link{
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}
#footer a:visited {
	color: #000 ;
	background-color: transparent;
} 
#footer a:hover  {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}

#footer a:active  {
	text-decoration: none;
	color: #0f0 ;
	background-color: transparent;
}
#footer span {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.15em;
	padding-left: 0px;
}

.smallcaps {
	font-variant: small-caps;
	font-weight: bold;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #fff;
}

.time {
	text-align:center;
	margin: 0 0 0 640px;
	padding: 5px;
	color: #000;
	background-color: inherit;
	font-size: 1.1em;
}

