/* 
   Reset
------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	font: normal 75% sans-serif;
	line-height: 1.5;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}

h1 {
	color: #000066;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.3em;
}

h2 {
	color: #000066;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}

h3 {
	color: #000066;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}

h4 {
	color: #000066;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	margin-bottom: 0.3em;
}

h6 {
	color: #0000CC;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}

h7 {
	color: #000000;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}

h8 {
	color: red;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}

h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em; color: #000066}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
h7 {font-size: .8em;}
h8 {font-size: .8em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Toplinks */
#toplinks {
	background: #353530 url('img/toplinks.gif') no-repeat left top;
	color: #554;
	float: right;
	font-size: 0.9em;
	height: 27px;
	width: 230px;
}
#toplinks_inner {
	padding-top: 3px;
	text-align: center;
}
#toplinks a {color: #887;}
#toplinks a:hover {color: #DDC;}


.text3 {
	margin: 0;
	padding: 7px 0 6px 19px;
	background: #EEEDED url("../img/homepage18.gif") no-repeat right center;
	font-weight: bold;
	color: #40649B;
	font-size: 11px;
	
}

/* Text elements */

p {margin-bottom: 1em;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote { color:blue; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {
	list-style-type: decimal;
	margin-left: 1.9em;
}


/* Special lists */

ul.plain-list li, ul.nice-list li, ul.tabbed li {
	list-style: none;
	margin-top: 0;
	padding: 4px 0;
}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}

ul.plain-list {margin: 0;}

ul.nice-list {margin-left: 15px;}
ul.nice-list li {
	border-top: 1px solid #EEE;
	list-style: none;
	padding: 4px 0;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}


/* Toolbar */
#toolbar {
	padding: 0px 0 0px;
	font-size: 1.1em;
	color: #999;
}
#toolbar img {vertical-align: middle;}

/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.shade {color: #000000; background-color: #EEF2F2;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 0px solid #DDD;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}

/*  Frame */
.frame
{
	background-color: #f3f3f3;
	padding: 7px;
	align: center;
}

/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}

/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #E5E5E5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separator {margin: 15px 0;}
.archive-separator {margin-bottom: 20px;}

/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 20px;}

.post img.left, .post img.right {margin-bottom: 0;}

.post-date {
	color: #777;
	margin: 2px 0 10px;
}
.post-date a {color: #444;}

.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}

.post-body {font-size: 1.2em;}
.post-body a {color: #039;}
.post-body a:hover {color: #039;}

.post-body img.left, .post-body img.right {margin-bottom: 1em;}

/* Respond */

#respond li {list-style: none;}
#respond {
	background: #F6F6F6;
	padding: 10px 12px;
}
#respond ul {margin: 0;}
#respond .legend {margin-bottom: 10px;}

#comments #respond {padding: 0;}
#comments #respond .legend {
	border-bottom: 0;
	margin-bottom: 0;
}
#comments #respond ul {
	background: url('img/comment-reply.gif') no-repeat left top;
	padding: 10px 0 0 15px;
}
#comments ul.children #respond ul {
	margin-left: 30px;
	padding: 0;
}

#comments #respond .comment-profile-wrapper, #comments #respond .comment-arrow {display: none;}
#comments #respond .comment-body {background: #FFF;}
#comments #respond .comment-content-wrapper {
	float: none;
	width: 100%;
}


/* 
   Layout 
------------------------------------------------------------------- */

/* Common */

#top, #sub-nav {border-bottom: 1px solid #DDD;}
#top {border-bottom: 1px solid #DDD;}

/* Wrapper */
#site-wrapper {
	margin: 0 auto;
	width: 924px;
}

/* Header */
#header {padding-top: 0px;}

/* Top */
#top {padding-bottom: 0px;}

/* Splash */
#splash {padding-top: 0px;}

/* search */
.searchContainer div {background-color:#fff; display:inline; padding:5px}
.searchContainer input[type="text"] {border:none;}
.searchContainer img { vertical-align:middle;}

/* Navigation */
.navigation a {
	font-family: Times New Roman;
	font-size: 1.30em;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
	color: #FFFFFF;
	margin-left: 3px;
}
.navigation a:hover {color: #000;}
.navigation li.current-tab a {color: #81C6ED;}
.navigation {background-image: url('../img/footer.jpg'); padding: 8px 6px} 

 /*Sub Nav*/
#sub-nav {
	padding: 8px 6px;
}
#sub-nav a {
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
}
#sub-nav li {margin: 0 1em;}
#sub-nav li.current-tab a {font-weight: bold;}
#sub-nav {background-image: url('../img/footer.jpg');} 
#sub-nav li.current-tab a {color: #81C6ED;}
#sub-nav a:hover {color: fff;}
#sub-nav li:first-child {margin-left: 3px;}


/* Main */
.main {margin: 24px 0;}

.main#main-two-columns {font-style: Tahoma; background: url('../img/main-two-columns.gif') repeat-y right top;}
.main#main-two-columns-left {background: url('../img/main-two-columns-left.gif') repeat-y left top;}
.main#main-two-columns #main-content, .main#main-two-columns-left #main-content {width: 620px;}

/* Sidebar */
#sidebar {width: 255px;}

/* Columns */
.col3, .col3-mid {width: 31%;}
.col3-mid {margin-left: 3%;}

/* Sections */
.section {margin-bottom: 24px;}
.section-title1 {
	background-color: #F2F6FA;
	border-top: 2px solid #DDD;
	margin-bottom: 16px;
	padding: 7px 10px 6px;
}


.section-title {
	background-color: #F2F6FA;
	font-family: Tahoma;
	border-top: 2px solid #DDD;
	color: #7A7A7A;
	font: bold 1.2em sans-serif;
	margin-bottom: 16px;
	padding: 7px 10px 6px;
}
#sidebar .section-title {margin-bottom: 8px;}

/* ----- Footer ----- */
#main_footer {
	clear: both;
	float: left;
	padding: 25px;
	color: #FFF;
	text-align: left;
	background:url('../img/footer.jpg'); background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

.footer_leftcol {
	float: left;
	width: 380px;
	padding: 0 0 0 10px;
	margin-right: 25px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
}

.footer_rightcol {
	float: right;
	text-align: right;
	width: 450px;
	text-align: right;
}

.footer_subcol {
	float: left;
	width: 130px;
	margin-left: 15px;
}

#main_footer p{
	padding: 0;
	margin-bottom: 10px;	
	text-align: justify;
}

#main_footer a{
	color: #FFF;
	text-decoration: none;
}

#main_footer a:hover{
	color: #FFF;
	text-decoration: underline;
}

/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}


/* 
   IE Fixes
------------------------------------------------------------------- */

* html .navigation, * html #footer, * html #splash, * html .comment ul {height: 0.01%;}
* html #footer-left {width: 500px;}
.navigation, #splash, .comment ul {min-height: 0.01%;}
