/*
Theme Name: Haig
Theme URI: http://www.earlhaig.ca/
Description: A theme for the EHSS Site
Author: Andrew Young
Author URI: http://www.earlhaig.ca/
Version: 1.0.0
*/
/***************************************************************************/
/* HTML Tags */
/***************************************************************************/

body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#091827;
	margin-left: 0px;
	text-align:center;
}

h1 {
	margin:0px;
	padding:0px;
}

h2 {
	margin-bottom:0px;
	margin-top:0px;
}

blockquote {
	border-color:#C5C4BC;
	background-color:#F8F7EF;
	border-width:1px 1px 1px 8px;
	border-style:dotted dotted dotted solid;
	padding:0em 1em;
}

pre {
	overflow:auto;
	width:80%;
	font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
	background: #e7e6de;
	border: solid 1px #aaa;
	padding: 0px 10px 15px 10px;
}

.comment-text pre {
	margin:0px 30px 15px 30px;
}

pre code, pre pre {
	border: 0;
}

code {
	font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
	font-size: 12px;
	background: #e7e6de;
	border: solid 1px #aaa;
}

a:link {
	color: #2E432E;
}

a:visited {
	color: #2E432E;
}

a:hover {
	text-decoration:none;
	color:#FF0000;
}

#nav a { color: #fff; text-decoration: none; }
#nav a:hover { text-decoration: underline; }

a.footerlink, a.footerlink:visited, a.footerlink:active
{
font-family:Verdana,sans-serif;
font-size:12px;
color:#FFF;
text-decoration: underline;
}

a.footerlink:hover
{
font-family:Verdana,sans-serif;
font-size:12px;
color:#FFF;
text-decoration:none !important;
}

/***************************************************************************/
/* This is the container for the whole page */
/***************************************************************************/

.page {
text-align:left;
width:1029px;
margin-left:auto;
margin-right:auto;
}

/***************************************************************************/
/* Header */
/***************************************************************************/

#nav {
border-left:1px solid #000;
border-bottom:1px solid #000;
width:200px;
text-align:left;
background:#03204A;
font-style:normal;
font-size: 14px;
font-variant:normal;
font-weight:bold;
float: left;
padding: 5px 5px 5px 10px;
}
#nav h3 {
font-size: 14px;
cursor: pointer;
cursor: hand;
border-bottom: 1px solid white;
}
#nav .faux {
font-size: 14px;
cursor: pointer;
cursor: hand;
border-bottom: 1px solid white;
display: block;
}
#nav h3:hover, #nav .faux {
color: #FFF000;
border-bottom: 1px solid #FFF000;
}
#nav .ui-state-active {
border-bottom: 1px solid #FFF000;
}
#nav div {
font-size: 12px;
line-height:150%;
border-left: 1px solid white;
padding-left: 5px;
width: 100%;
}
#nav div a {
width: 100%;
border-bottom: 1px dotted #555;
display: block;
}
#nav div a:hover {
background-color: #1c1c99;
}

#logo {
border:1px solid #000000;
background: #012695 url('images/logobg.jpg') top left repeat-x;
padding:0px;
margin:0px;
height: 84px;
text-align: left;
font: 0px;
}

#content {
background-color: #52638C;
width:811px;
border-left:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
text-align:center;
min-width:811px;
float: left;
}

#nestcontent {
width:98%;
text-align:left;
padding:10px;
}

/***************************************************************************/
/* Post */
/***************************************************************************/

.post-title:link, .post-title:visited, .post-title:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom:0px;
}

.post-content, .comment-content {
	font-size:10pt;
	color:#333333;
}

.post-time, .post-author {
	font-size:8pt;
	color:#003366;
}

.post-author {
	margin-bottom:1em;
}

.post-metadata {
	font-size:8pt;
	color:#003366;
	background-color: #FFFFFF;
	padding-left:3em;
}

/***************************************************************************/
/* Sidebars */
/***************************************************************************/

.left-sidebar, .right-sidebar {
	font-size:8pt;
}

.left-sidebar {
	width:150px;
	left:5px;
	float: left;
}

.right-sidebar {
	width:172px;
	right:5px;
	float: right;
}

/***************************************************************************/
/* WordPress Sidebar Widgets */
/***************************************************************************/

/* Left and right sidebars */
ul.left-sidebar, ul.right-sidebar {
	padding:0px;
	margin:0px;
}

/* Left widget title */
ul.left-sidebar li h2 {
	background-image:url("images/left-right-widget-title.png");
background-repeat:repeat-x;
	background-image:url("images/left-right-widget-title.png");
background-repeat:repeat-x;
	border-color:#293F5E;
	color:#FFFFFF;
	background-color:#293F5E;
}

/* Right widget title */
ul.right-sidebar li h2 {
	background-image:url("images/left-right-widget-title.png");
background-repeat:repeat-x;
	background-image:url("images/left-right-widget-title.png");
background-repeat:repeat-x;
	border-color:#293F5E;
	color:#FFFFFF;
	background-color:#293F5E;
}

/* Left and right widget title */
.widgettitle, ul.left-sidebar li h2, ul.right-sidebar li h2 {
	border-width:0px 0px 1px 0px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	padding:5px;
	margin:-10px -5px 5px;
}

/* Left widget */
.left-wp-widget {
	border-color:#293F5E;
	width:138px;
}

/* Right widget */
.right-wp-widget {
	border-color:#293F5E;
	width:160px;
}

/* Left and right widget */
.left-wp-widget, .right-wp-widget {
	padding:10px 5px;
	border-width:1px;
	border-style:solid;
	margin-bottom:5px;
	background-color:#FFFFFF;
	list-style-type:none;
}

/* Style of the block containing the widget contents */
.left-wp-widget ul, .right-wp-widget ul {
	list-style-type:none;
	padding-left:7px;
	margin-top:0px;
	margin-left:0px;
}

/* Style of each items in the widget contents */
.left-wp-widget li, .right-wp-widget li {
	margin-top:5px;
}

/* In case the widget content contains a form eg. the Search box */
.left-wp-widget form, .right-wp-widget form {
	margin:0px;
}

/* Correct the style if the widget title is a link */
h2.widgettitle a:link {
	color:#FFFFFF;
	text-decoration:none;
}

/* Correct the style if the widget title is a link */
h2.widgettitle a:visited {
	color:#FFFFFF;
}

/***************************************************************************/
/* Old Style Tiga Widgets */
/***************************************************************************/

/* Adds background image to the left widget title */
.left-widget-title {
	background-image:url("images/left-right-widget-title.png");
background-repeat:repeat-x;
}

/* Adds background image to the right widget title */
.right-widget-title {
	background-image:url("images/left-right-widget-title.png");
background-repeat:repeat-x;
}

/* Adds background image to the center widget title */
.center-widget-title {
	background-image:url("images/center-widget-title.png");
background-repeat:repeat-x;
}

.left-widget-title {
	color:#FFFFFF;
	background-color:#013fd0;
	border-color:#293F5E;
	width:138px;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	padding:5px;
}

.left-widget {
	border-color:#293F5E;
	width:138px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	color:#000000;
	background-color:#FFFFFF;
	padding:5px;
	margin-bottom:5px;
}

.right-widget-title {
	color:#FFFFFF;
	background-color:#013fd0;
	border-color:#293F5E;
	width:160px;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	padding:5px;
}

.right-widget {
	border-color:#293F5E;
	width:160px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	color:#000000;
	background-color:#FFFFFF;
	padding:5px;
	margin-bottom:5px;
}

.center-widget-title {
	color:#000000;
	background-color:#83c2ed;
	border-color:#000000;
	margin-left:155px;
	margin-right:177px;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	padding:5px;
}

.center-widget {
	border-color:#000000;
	margin-left:155px;
	margin-right:177px;
	color:#000000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style:solid;
	padding:1em;
	margin-bottom:5px;
	font-size:10pt;
}

.footer {
	margin-left:155px;
	margin-right:177px;
	border-color:#C5C4BC;
	font-size:10px;
	text-align:center;
	position: relative;
	color:#000000;
	background-color:#FFFFFF;
	border-width: 1px;
	border-style:solid;
}

.footer p {
	margin:10px;
}

#footer {
border: 1px solid black;
width: 100%;
text-align: center;
vertical-align: middle;
line-height: 35px;
height: 35px;
font-weight: bold;
font-size: 11px;
color: #FFFFFF;
background: #000095 url('images/barbg.jpg') repeat-x top left;
}

img {
	border-width:0px;
}

h3#respond, h3#comments {
	color:#000000;
}

.single-post-metadata {
	color:#003366;
	background-color: #F8F7EF;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.even-comment {
}

.odd-comment, .even-comment{
	/*background-color:#f8f7ef;*/
}

.left-widget ul, .right-widget ul {
	list-style-type:none;
	padding-left:7px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
}

.left-widget li,  .right-widget li {
	margin-top:5px;
}

h3#respond, h3#comments {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom:0px
}

/* Comments Styles */
.comment-header {
	border:0px;
	padding:5px 10px;
	border-style:solid;
	background-color:#e7e6de;
}

.comment-num:link, .comment-num:visited, .comment-num:hover{
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	font-style:italic;
	color:#aaaaaa;
	background-color:transparent;
	text-decoration:none;
}

.comment-text {
	padding:0px 10px;
	border-color:#e7e6de;
	border-width:1px;
	border-style:solid;
	background-color:#f8f7ef;
}

.comment-list .odd-comment,
.comment-list .even-comment {
	font-size:12px;
	margin-bottom:15px;
}

#searchform {
	padding:0px;
	margin:0px;
}

.comment-list {
	font-size:12px;
	padding:0px;
	margin:0px;
}

.comment-date{
	color:#999999;
	font-size:7pt;
}

.comment-edit-link {
	color:#999999;
	font-size:7pt;
}

/* Single post */
.single-post-metadata {
	font-size:8pt;
	/*font-style:italic;*/
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	padding:1em;
	clear:both;
}

/* Search input */
input#s {
	width:90%;
}

/* Page nav */
.bottom-page-nav, .top-page-nav {
	color:#003366;
	text-align:center;
	background-color:#FFFFFF;
}

.permitted-tags {
	font-size:7pt;
	color:#999999;
	background-color:#FFFFFF;
	width:300px;
}

textarea#comment {
	width:400px;
}

.gravatar {
	float:left;
	border:1px solid #888888;
	padding:2px;
	background-color:#ffffff;
	margin-right:5px;
}

#subscribe2widget {
	color: #000000;
}
