/*

+----------------------------------------------------------------------------------------------------+
|                                                                                                    |
|    TYPOGRIDPHY - TYPOGRAPHICAL AND GRID LAYOUT CSS FRAMEWORK FROM HARRY ROBERTS OF CSS WIZARDRY    |
|                                                                                                    |
+-------------------------------------------------+--------------------------------------------------+
|                                                 |                                                  |
|   TYPOGRIDPHY IS © COPYRIGHT OF HARRY ROBERTS   |   v 0.1.1                                        |
|   IT IS FREE TO BE USED AND MODIFIED PROVIDED   |   May 2008                                       |
|   THIS TEXT REMAINS INTACT -- CSSWIZARDRY.COM   |   http://csswizardry.com                         |
|                                                 |                                                  |
+-------------------------------------------------+--------------------------------------------------+



COLOUR REFERENCES
#CBD3D3 - Blueish Gray
#AFBEC1 - Grayish Blue
#003399 - Dark Blue
#A69589 - Dark Tan
#ffffcc - Tan
#A4A7AD - Tan Gray
#CCC6B0 - Light Tan

-------------------------------------------------------- */


/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/
html{
	font-size:100%;
	min-height:101%;
}
body{
	font-size:62.5%;
	font-family: Helvetica,Arial,sans-serif;
	color:#666;
	background-color:/*url(images/grid.gif) top center repeat-y*/ #AFBEC1; /* Uncomment to display the grid */
	padding:0 1em;
}
#wrapper{
	width:94em;
	margin:0 auto;
	background-color:#ccc6b0;
	border: solid 1px #ffffcc;
}
#header{
	width:100%;
	padding-top:1.5em;
	margin-bottom:3em;
	border-right: .5em double #003399;
	border-bottom:.5em solid #003399;
	border-left: .5em double #003399;
	background-color:#ffffcc;	
	width:93em;
}
img {border:solid 1px #000;}
/*NAVIGATION
-------------------------------------------------------- */
#nav{
	font-size:2em;
}
#nav a{
	font-variant:small-caps;
	color:#000;
}
#nav a:hover{
	text-decoration:none;
}
#nav span{
	float:right;
	margin-top:-1.2em;
}
/*FOOTER NAVIGATION
-------------------------------------------------------- */
#footer-nav{
	word-spacing:0.2em;
}
#footer-nav a{
	color:#000;
	font-variant:small-caps;
}
/*GRIDS
-------------------------------------------------------- */
/* Set styles common among all grids - all grid divs must be assigned this class */
.generic{
	float:left;
	padding-top:1em;
	margin-bottom:2em;
}
/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */
.clear{
	clear:both;
}
/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end{
	margin-left:0 !important;
	margin-right:0 !important;
}
/* 220px */
.220{
	width:22em;
	margin-right:2em;
}
/* 280px */
.280{
	width:28em;
	margin-right:2em;
	padding: 0 2em 0 0;
}
/* 340px */
.340{
	width:34em;
	margin-right:2em;
}
/* 400px */
.400{
	width:40em;
	margin-right:2em;
}
/* 460px */
.460{
	width:46em;
	margin-right:2em;
}
/* 520px */
.520{
	width:52em;
	margin-right:2em;
}
/* 580px */
.580{
	width:58em;
	margin-right:2em;
}
/* 640px */
.640{
	width:64em;
	margin-right:1em;
	float: right;
}
/* 700px */
.700{
	width:70em;
	margin-right:2em;
}
/* 760px */
.760{
	width:76em;
	margin-right:2em;
}
/* 820px */
.820{
	width:82em;
	margin-right:2em;
}
/* 880px */
.880{
	width:88em;
	margin-right:2em;
}
/* 940px */
.940{
	width:94em;
}
/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/
/*PARAGRAPHS
-------------------------------------------------------- */
.generic p{
	font-size:1.4em;
	line-height:1.5em;
	margin-bottom:1.5em;
	color:#000;
	padding: 0 0 0 1em;
	text-align: left;
	width: 270px;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
/*HEADINGS
-------------------------------------------------------- */
h1 {
	font: small-caps bold 3em/1.5 Constantia,Palation,'Palatino Linotype',Georgia,'Times New Roman',serif;
	margin:0;padding:.5em;
	color:#003399;
	text-align:center;
}
#header h1 {
	margin:0;padding:0 0 0 .25em;
	background-color:#003399;
	border:solid 1px #a69589;
	color:#fff;
	letter-spacing:2px;
	text-align:center;
	/* CSS3 dropped shadows  */
		/* Firfox, Mozilla, Gecko browsers */-moz-box-shadow: 2px 2px 2px #333;
		/* Safari,Chrome, web-kit broswers */ -webkit-box-shadow: 0px 2px 3px #333;
   		 box-shadow: 2px 2px 2px #333;
}

h2{
	color:#000;
	font-size:2em;
	margin-bottom:0.9em;
	line-height:0.9em;
}
h3{
	color:#000;
	font-size:1.5em;
	margin-bottom:1.2em;
	line-height:1.2em;
	font-variant:small-caps;
}
h4{
	color:#000;
	font: normal bold 1.5em/1.5 Helvetica,Arial,sans-serif;
	margin-bottom:1.5em;
	line-height:1.5em;
	text-align:center;
}
h5{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
	font-variant:small-caps;
	text-align:left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
}
h6 {
	font: normal bold 1em/1.5 Helvetica,Arial,sans-serif;
	margin:0;
	text-align:right;
	padding:0 1em 0 0;
	color:#003399;
	text-align:center;
}
/*LINKS
-------------------------------------------------------- */
p a{
	color:#000;
}
p a:hover{
	text-decoration:none;
}
h1 a{
	color:#000;
}
h1 a:hover{
	text-decoration:none;
}
li a{
	color:#000;
}
li a:hover{
	text-decoration:none;
}
/*ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote p{
	font-size:1.2em!important;
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:italic;
	font-weight:bold;
}
blockquote p cite{
	font-style:normal;
}
.generic strong{
	font-variant:small-caps;
}
.generic em{
	font-style:italic;
	font-weight:inherit;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}
.clear{
	clear:both;
}
.right-float{ /* Float any item to the right */
	float:right;
	margin-left:2em;
	margin-right:0;
}
.left-float{ /* Float any item to the left */
	float:left;
	margin-right:2em;
	margin-left:0;
}
.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}
/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;
}
img.left-img{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-right:2em;
	margin-top:0.3em;
}
img.right-img{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-left:2em;
	margin-top:0.3em;
}
/*CONTACT FORM STYLES
-------------------------------------------------------- */
#contact-form{
}
label{
	float:left;
	margin-top:0.6em;
	color:#000;
	font-size:1.4em;
}
#Name, #Email, #url, #location{
	height:20px;
	padding:3px;
	padding-top:5px;
	border:2px solid #666;
	margin-bottom:18px;
	background:#fff !important;
}
#Message{
	padding:3px;
	border:2px solid #666;
	margin-bottom:18px;
	overflow:auto;
	background:#fff !important;
}
#Name:active, #Email:active, #url:active, #location:active, #Message:active, #submit:active, #Name:focus, #Email:focus, #url:focus, #location:focus, #Mesage:focus, #submit:focus{
	border:2px solid #000;
}
#submit{
	clear:both;
	padding:5px;
	border:2px solid #666;
	background:#fff !important;
	cursor:pointer;
	margin-left:9em;
}
#reset{
	clear:both;
	padding:3px;
	border:none;
	background:#f00 !important;
	cursor:pointer;
	float:right;
	color:#fff;
	margin-top:-28px;
}
/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
ul{
	margin-bottom:1.8em;
	list-style:square inside;
}
ul li{
	font-size:1.2em;
	line-height:1.5em;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
li > ul li, li > ol li{
	font-size:1em;
}
ol{
	margin-bottom:1.8em;
	list-style:decimal inside;
}
ol li{
	font-size:1.2em;
	line-height:1.5em;
}
/*-------------------------------------------+
|                                            |
|               MISC. STYLES                 |
|                                            |
+-------------------------------------------*/
ul#nav {font: normal 1em/1.5 Helvetica,Arial,sans-serif;margin:0 0 0 18em;padding:0;list-style-type:none;float:left;width:75%;text-align:center;}
ul#nav li{display:inline}
ul#nav li a{display:block;float:left;padding:.25em 1.5em;text-decoration:none;color:#fff;background:#003399;border-right:solid 1px #fff;}
ul#nav li a:link{text-decoration:underline;}
ul#nav li a:visited{}
ul#nav li a:hover{color:#000;background:#CCC6B0;font: normal bold 1.1em/1.5 'Arial Black',Helvetica,Arial,sans-serif;}
ul#nav li a:active{}

#aside {width:27em;margin:0;padding:1em;text-align:left;background-color:#ffffcc;}
#aside h2{text-align:left;font-size:2em;margin:0;padding:0 0 0 1em;text-decoration:underline;width:7em;}
#aside h4 {text-align:left;font-size:1em;margin:0;padding:0 0 0 1em;}
#aside ul {
	text-align:left;
	padding:0 0 0 2em;
	font-size: 1.2em;
}
#aside ul li{text-align:left;margin: 0;list-style:square outside;color:#000;font-size:1.25em;}
#aside p{font-size:1.4em;line-height:1.5em;margin-bottom:1.5em;color:#000;padding: 0 0 0 1em;text-align: left;}
#aside fieldset {padding:1em;border:solid 1px #000;background-color:#39F;}
#aside fieldset legend {
	font-size: 1.5em;
	line-height:1em;
	font-weight:bold;
	text-align:left;
	padding:0.25em;
	border:solid 1px #000;
	margin:-1em 0 0 0;
	background-color:#fff;
	color:#000;
}

fieldset#fullPage {padding:1em;border:solid 1px #000;background-color:#39F;width:600px;margin:2em auto;}
fieldset#fullPage legend {
	font-size: 1.5em;
	line-height:1em;
	font-weight:bold;
	text-align:left;
	padding:0.25em;
	border:solid 1px #000;
	margin:-1em 0 0 0;
	background-color:#fff;
	color:#000;
}

#rates {width:100%; border-collapse:collapse;border:solid 2px #000;margin:1em 0 2em;border-bottom:solid 1em #000;}
#rates th{font: normal bold 2em/1.5 'Arial Black',Helvetica,Arial,sans-serif;text-align:center;margin:0;padding:0;background-color:#fff;;}
#rates tr.alternate{background-color:#ffffcc;}
#rates tr td{
	font: normal 1.25em/1.5 Helvetica,Arial,sans-serif;
	color:#000;
	text-align:center;
	margin:0;
	padding:1em 0;
}
#rates tr td.colheaders{font: normal bold 1.5em/1.5 'Arial Black',Helvetica,Arial,sans-serif;color:#ccc;text-align:center;margin:0;padding:0;background-color:#000;}

ul.note {text-align:left;padding:0 0 0 4em;}
ul.note li{text-align:left;margin: 0 0 1em 0;list-style:square outside;}

ol.checkout {text-align:left;padding: 0 0 0 4em;}
ol.checkout li{margin:0 0 1em 0;list-style: decimal outside;}

.hidden {display:none; visibility:hidden;width:0;height:0;}
/*

	"May the wind at your back never be your own"
	
									~Irish Proverb

*/

