/*
	CSS for AliceSinclair.ca
	Written by Hybrid Forge | www.HybridForge.com
	October 2009
-------------------------------------------------------------*/

 
/*	Imports
-------------------------------------------------------------*/

@import url('reset.css'); 
@import url('content.css'); 

 
/*	HTML Items
-------------------------------------------------------------*/
 
body
	{
	margin: 0 0 1em 0;
	padding: 0;
	font: 100.01%/120% verdana,helvetica,arial,geneva,sans-serif;
	color: #fff;
	background: #030000 url('../images/body-bg2.jpg') no-repeat 57% 0;
	text-align: center;
	}
 
h1,h2,h3 { font: normal bold 1.4em tahoma,helvetica,arial,sans-serif; text-transform: lowercase; color: #b27951; margin: 2em 0 .1em 0; padding: 0; border-bottom: 1px dotted #bba299; }
h1 + p, h2 + p, h3 + p { padding-top: 0; margin-top: 0; }

a { color: #b27951; }
a:hover { color: #fff; text-decoration: none; }
a:active { }

img { border: none; }



/*	General Layout Items
-------------------------------------------------------------*/

#mainWrapper
	{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;	
	font-size: 75%;
	text-align: center;
	}

#header, #content
	{
	position: relative;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
 
#header { overflow: hidden; }

#logoArea 
	{
	position: relative;
	margin: 4.5em 0 0 0; padding: 0;
	height: 120px;
	overflow: hidden;
	background: url('../images/alice-sinclair-header.png') no-repeat -5px 0;
	}

#topMenu
	{
	margin: 0;
	padding: 0; 
	text-align: left;
	background: url('../images/header-bg-tile.png') repeat 0 0;
	background-color: #bb7a4b;
	width: 470px;
	}
 
#mainMenu
	{
	position: relative;
	clear: both;
	width: 100%;
	padding: 0;
	text-align: left;
	}

#content
	{
	margin: 0;
	clear: both;
	padding: 0 0 1px 0;
	z-index: 1;
	overflow: auto;
	}

#contentBody
	{
	position: relative;
	padding: 0.7em 0 2em 0;
	line-height: 1.4em;
	width: 470px;
	}

#footer	
	{
	font-size: 0.8em;
	overflow: hidden;
	text-align: left;
	}

#footerInside { padding: 0.5em 0; }



/*	Menus (excluding main menu, see mainmenu.css)
-------------------------------------------------------------*/

/*/// Top Menu ///*/
#topMenu ul { margin: 0; padding: .5em; list-style: none; }
#topMenu ul li { font-size: 1.2em; margin: 0; padding: 0 15px 9px 0; display: inline; list-style: none; line-height: 1; }
#topMenu ul li a { color: #fff; text-decoration: none; text-transform: lowercase; }
#topMenu ul li a.selected { color: #030000; }
#topMenu ul li a:hover { color: #030000; }


/*	Base Classes
-------------------------------------------------------------*/
 
/*/// Text Items ///*/
.tBold { font-weight: bold; }
.tItalic { font-style: italic; }
.tSmall { font-size: 0.9em; }
.tLarge { font-size: 1.2em; }
.tCenter { text-align: center; }
.tUnder { text-decoration: underline; }
.tStrike { text-decoration: line-through; }
.tGrey, .tGrey a { color: #999; }
 
/*/// Img Items ///*/
.imgR { float: right; margin: 0.8em 0 1em 1em; }
.imgL { float: left; margin: 0.8em 1em 1em 0; } 
 
/*/// Borders ///*/
.horizBorder { border-top: 1px solid #ccc; height: 1px; }
.horizDouble { border-top: 3px double #ccc; height: 3px; }
 
/*/// Misc. ///*/
.clear { clear: both; }	
.pipe { padding: 0 0.5em; color: #1077a8; }
.required { color: #F11B25; font-weight: bold; }
.noShow, #theLogo span { display: none; }
.adobe { background: url('../images/adobe.gif') no-repeat 0 2px; padding-left: 18px; }

