/**********************************************************************************************

	Title: Shade.ca
	Author: XHTMLized
	Date: October 2007 

***********************************************************************************************

	1.  GENERAL
			1.1 Headings and paragraphs
			1.2 Forms
			1.3 Links
			1.4 Miscellaneous
		
	2. GENERAL ELEMEMENTS
	
	3. LAYOUT
			3.1 Accessibility menu
			3.2 Header
			3.3 Content
			3.4 Sidebar
			3.5 Footer
		
	4. LAYOUT ELEMENTS

***********************************************************************************************/


/* 1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

/* Global reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

body {
	line-height: 1; }	
	
ol, ul {
	list-style: none; }
	
table {
	border-collapse: separate; 
	border-spacing: 0; 
}

caption, th, td {
	text-align: left; 
	font-weight: normal;
}

body {
	background: #181418 url(ShadeLayout_CropBg.jpg) repeat-y 50% 0;
	font-family:  Tahoma, Arial, sans-serif;
	font-size: 72.5%;
	text-align: center;
	color: #edae88;
}

/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	

h1 {
	height: 22px;
	padding: 0 0 1px 6px;
	font-size: 1.5em;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
}

h3 {}

h4 {}

p  {}


/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	

input, textarea, select {
	font: 1.2em "Trebuchet MS", Tahoma, Arial, sans-serif;
}


/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	

a:link, a:visited {
	color: #edae88;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fed6ba;
	text-decoration: none;
}



/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	

hr { 
	display: none; }
		
strong {
	font-weight: bold; }
		
em {
	font-style: italic; }
	
abbr, acronym {
	border-bottom: 1px dotted #999; 
	cursor: help;
}


/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

#body {
	min-height: 1000px;
	background: url(../images/bg_body_top.jpg) no-repeat 50% 0;
}

.container {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

	

/* 3.3	Content
-----------------------------------------------------------------------------------------------*/	

#content p {
	padding: 12px 0 2px 0;
	font-size: 1.2em;
}

p {
line-height:1.5em;
}
