/*
Company:	Dawson Center
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset *//*
Company:	Dawson Center
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address { margin:0; }
h1, h2, h3, h4, h5, h6, p { font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif; } 


blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	background: url(img/bkg.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
p { 
	line-height: 1.2em;
	margin: 0 0 1em 0;
	font-size: 105%;
}

/* @group Headings */

h1 { font-size: 150%; color: #bbad7e; font-weight: bold; margin: 1em 0 .5em 0; }
h2 { font-size: 127%; color: #060c30; font-weight: bold; margin: 0 0 .2em 0; }
h3 { font-size: 127%; color: #bbad7e; font-weight: bold; margin: 1em 0 .5em 0; }
h4 { font-size: 112%; color: #747474; font-weight: bold; margin: 1em 0 .1em 0; }
h5 { font-size: 127%; color: #0e1438; font-weight: bold; margin: 0 0 .5em 0; }
h6 { font-size: 127%; color: #747474 font-weight: bold; margin: 1em 0 0 0; }
h6.h7 { font-size: 127%; color: #747474; font-weight: bold; }

/* @end */

hr {
	border: 0;
	border-bottom: dashed 1px #999;
	height: 0px;
	color: none;
	background-color: none;
	margin: 1em 0 1em 0;
}
/* @end */

/* @group Layout */
div#header {
	background: url(img/bkg-top.gif) repeat-x;
	width: 100%;
	margin: 0;
}
div#outer-wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}
div#nav-bar {
	height: 25px;
	width: 800px;
	background: url(img/fast-track-nav.gif) no-repeat;
	overflow: hidden;
	padding: 0;
}
div#content {
	background: url(img/content-bkg.gif) repeat-y;
	padding: 1px 0;
}
div#left-col {
	width: 170px;
	float: left;
}
div#main-col {
	float: left;
	width: 410px;
	margin-left: 30px;
	margin-right: 20px;
}
div#right-col {
	width: 170px;
	float: left;
}
div#right-col div, div#left-col div {
	margin-left: auto;
	margin-right: auto;
}
div#right-col .text, div#left-col .text{ padding:  0 10px 0 20px;}
div#right-col  #additional-nav a{font-weight: bold; color: #fff; border: 0;text-decoration: none;}
div#right-col #additional-nav li li a{color: #000; text-decoration: underline;}
div#right-col #additional-nav a:hover{background: transparent; color: #b5c1eb;}
div#right-col #additional-nav li li a:hover{color: #000; text-decoration: none;}
div#footer {
	background-color: #353a58;
	padding: 1px 0;
}

div.single-col-main {
	clear: both;
}
div.left-col-main {
	width: 140px;
	float: left;
	display: inline;
}
div.right-col-main {
	width: 250px;
	float: right;
	display: inline;
}
/* @end */

/* @group Nav */
/* Fast Track Nav */
div#outer-wrapper ul.fast-track-nav {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 109%;
}
ul.fast-track-nav li {
	float: left;
	list-style-type: none;
	margin: 0 2px;
	padding: 0;
	height: 21px;
	line-height: 21px;
	background: url(img/t-left.gif) no-repeat left top;
}
ul.fast-track-nav li a {
	display: block;
	margin: 0 0 0 3px;
	padding: 0 10px 0 7px;
	background: url(img/t-right.gif) no-repeat right top;
}
ul.fast-track-nav li#t-fast-track {
	width: 174px;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	background: url(img/nav-arrow.gif) center right no-repeat;
}
ul.fast-track-nav li#t-fast-track a {
	background: none;
}

/* Page Nav */
div#outer-wrapper ul.page-nav {
	margin: 0;
	padding: 0;
	font-size: 109%;
}
ul.page-nav li {
	background: url(img/page-nav.gif) no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}
ul.page-nav li a {
	line-height: 22px;
}
ul.page-nav li ul {
	margin: 5px 0;
}
ul.page-nav li ul li {
	background: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

/* Additional Nav */
div#outer-wrapper ul#additional-nav {
	margin: 0;
	padding: 0;
	font-size: 109%;
}
ul#additional-nav li {
	background: url(img/additional-nav.gif) no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}
ul#additional-nav li a {
	line-height: 22px;
}
ul#additional-nav li ul {
	margin: 5px 0;
}
ul#additional-nav li ul li {
	background: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
/* @end */



/* @group Text Styles */
blockquote {
	margin: 0 10px 0 0;
	padding: 6px 12px;
	font-style: italic;
	line-height: 163%;
}
blockquote h6 { font-size: 32px; font-weight: bold;  }
blockquote h7 { font-size: 32px; font-weight: bold; margin: -3.5em 0 0 0; text-align: right; width: auto; }
blockquote div { margin-right: 20px; } 
blockquote h5 { text-align: right; margin: .5em 0 0 0; }
blockquote p { padding: 0 25px 0 30px; margin: -1.5em 0 -3.5em 0; }


div#main-col {
	color: #747474;
}
div#content p {
	line-height: 163%;
}
div#content p.para1 {
	color: #484747;
}
div#content p.para2 {
	color: #070c32;
}
div#content p.para3 {
	color: #bbab7a;
}

div#left-col div, div#right-col div {
	color: #070c32;
	line-height: 127%;
}
div#footer {
	text-align: center;
	color: #fff;
}
/* @end */

/* @group Lists */
div#outer-wrapper ul {
	margin-left: 20px;
}
div#outer-wrapper ol {
	margin-left: 27px;
}
/* @end */

/* @group Forms */
#search {
	float: right;
	margin: 0 20px 0 0;
	display: inline;
	color: #FFF;
}

#search label {
	color: #c4c4c5;
	vertical-align: middle;	
}
#search input.searchInput {
	height: 14px;
	width: 130px;
	padding: 2px;
	font-size: 90%;
	line-height: 100%;
	background: url(img/search-bkg.gif) no-repeat;
	border: none;
	vertical-align: middle;
}
/* @end */

/* @group Links - link visited hover active */
 /*Fast Track Nav*/ 
ul.fast-track-nav a:link, ul.fast-track-nav a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
ul.fast-track-nav a:hover {
	color: #b5c1eb;
}

 /*Page Nav*/ 
ul.page-nav a:link, ul.page-nav a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
ul.page-nav a:hover {
	color: #b5c1eb;
}

ul.page-nav ul a:link, ul.page-nav ul a:visited {
	color: #070c32;
}
ul.page-nav ul a:hover {
	text-decoration: none;
}

/* Additional Nav */
ul#additional-nava:link, ul#additional-nava:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
ul#additional-nava:hover {
	color: #b5c1eb;
}

ul#additional-navul a:link, ul#additional-navul a:visited {
	color: #070c32;
}
ul#additional-navul a:hover {
	text-decoration: none;
}

/* Para Links */
div#main-col p.para1 a:link, div#main-col p.para1 a:visited {
	color: #484747;
	border-bottom: none;
}
div#main-col p.para2 a:link, div#main-col p.para2 a:visited {
	color: #070c32;
	border-bottom: none;
}
div#main-col p.para3 a:link, div#main-col p.para3 a:visited {
	color: #bbab7a;
	border-bottom: none;
}
div#main-col p.para1 a:hover, div#main-col p.para2 a:hover, div#main-col p.para3 a:hover {
	text-decoration: underline;
}
div#main-col a:link, div#main-col a:visited {
	color: #979680;
	text-decoration: underline;
}
div#main-col a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Side Col Links */
div#right-col div a:link, div#right-col div a:visited, div#left-col div a:link, div#left-col div a:visited {
	color: #070c32;
	text-decoration: underline;
}
div#right-col div a:hover, div#left-col div a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Footer Links */
div#footer a:link, div#footer a:visited {
	color: #fff;
	text-decoration: none;
}

a:link, a:visited {
	
}
a:hover, a:active {
	
}
/* Extra */
.searchButton{display: none;}

/* @end */

/* @group Misc */
div.hr {
	height: 1px;
	overflow: hidden;
	margin: 20px 0;
	border-top: 1px dashed #070c32;
	width: 100%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}
/* @end */

body#admin blockquote{margin: 0;background: #fff;}
body#admin blockquote p {
	color: #000;
	line-height: 127%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin:  0;
}
#outer-wrapper #content #main-col .single-col-main-left{width: 48%; float: left;}
#outer-wrapper #content #main-col .single-col-main-right{width: 48%; float: right;}

/* Water */
.post h2{font-size: 140%;color: #070c32;	font-weight: bold;}
.postTitle h2 a{margin-bottom: 15px;}
.postDate{margin: 0 0 10px 0;}
.rss{padding-left: 20px;}
.rss a{border: 0;}
.eventsCalendar td{padding: 5px 10px;}
.eventsCalendar td a{border: 0;}
.eventsCalendar td a:hover{background-image: none;}





/* SHOPPING CART Specific */

#StoreWrapper {}
#StoreWrapper .DataTable { text-align: left; }
#StoreWrapper .DataTable { width: 100%; }
#StoreWrapper .DataTable TD { padding: 20px 10px 20px 5px; border-bottom: dashed 1px #cccccc; }
#StoreWrapper .DataTable TH {  padding: 2px 10px 2px 5px; color: #FFFFFF; font-size: 11px; background: url(img/t-right.gif) repeat-x;}
#StoreWrapper .DataTable TD INPUT { width: 20px; height: 15px; border: 1px solid #cccccc; }
#StoreWrapper .DataTable H6 { color: #990000; margin: 0; padding: 0; font-weight: normal; font-size: 11px; }
#StoreWrapper FORM { margin: 0 0 1em 0; text-align: right; }
