@charset "UTF-8";
/* CSS Document */

/*
Theme Name:     Thunder Bay Insurance
Description:    Wordpress theme by Modo
Version:        1.0 
Author:         Modo Communication Inc.
Author URI:     http://www.modocom.ca

*/

/* Globals */

html, body {
    height: 100%;
    margin:0;
    padding:0;
}


p {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 25px;
	margin: 0;
	color: #FFF;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	padding-bottom: 15px;
	margin: 0;
	color: #6A9B8C;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: #6A9B8C;
}

a:hover {
	color: #666;
}

img {
	border: 0;
}

body {
	background: url(images/bg-2.jpg) no-repeat top center #FFFFFF;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 20px;
}

.comm {
	background: url(images/bg-comm2.jpg) no-repeat top center #FFFFFF;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	line-height: 20px;
}

strong {
	font-weight: bold;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* negate effect of float*/
}

.noimg #background{ background:transparent }

.noimg #commbackground{ background:transparent }

.comm #background{ background:transparent }

.comm #commbackground{ background:transparent }

#background {
	background: url(images/bg.jpg) no-repeat top center #FFFFFF;
	min-height: 100%;
	margin-bottom:-330px;
	min-width:960px;
	/*overflow: hidden;*/
    clear:both;
}

#commbackground {
	background: url(images/bg-comm.jpg) no-repeat top center #FFFFFF;
	min-height: 100%;
	margin-bottom:-330px;
	min-width:960px;
	/*overflow: hidden;*/
    clear:both;
}


#main:after, #wrapper:after, #background:after, #commbackground:after {
	clear:both;
	display:block;
	height:1%;
	content:" ";
}



/* Structure */

* html #background { height:100% }

* html #commbackground { height:100% }


#wrapper {
	width: 960px;
	margin: auto;
	/*min-height: 100%;
	margin-bottom:-330px;*/
	padding-bottom:330px;/* stop overlap due to negative margin*/
}


/*
* htm #wrapper, *+#wrapper, htm #background, *+#background { height: 100%; }



/* Header */

#logo {
	position: absolute;
	background: url(images/logo.jpg) no-repeat;
	width: 205px;
	height: 135px;
	margin-left: 15px;
	z-index: 100;
}


/* Navigation */

#nav {
	position: absolute;
	background: url(images/nav-bg.png) no-repeat;
	/*background: #FFFFFF;*/
	width: 717px;
	height: 45px;
	top: 15px;
	margin-left: 243px;
	font-size: 12px;
	z-index: 9999;
}

#nav ul {
	font-size: 12px;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
}
	
#nav li a {
	display: block;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	color: #000;
	text-align: center;
	/*padding-left: 16px;
	padding-right: 16px;*/
}

#nav li a:hover {
	color: #FFF;
	background-color: #6A9B8C; 
}


#commnav {
	position: absolute;
	background: url(images/nav-bg.png) no-repeat;
	width: 717px;
	height: 45px;
	top: 15px;
	margin-left: 243px;
	font-size: 12px;
	z-index: 9999;
}

#commnav ul {
	font-size: 12px;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#commnav li {
	float: left;
}
	
#commnav li a {
	display: block;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	color: #000;
	text-align: center;
	/*padding-left: 16px;
	padding-right: 16px;*/
}

#commnav li a:hover {
	color: #FFF;
	background-color: #303054; 
}


/* Search */

#search {
	position: absolute;
	background: url(images/yellow-graphic.png) no-repeat;
	width: 260px;
	height: 54px;
	top: 346px;
	padding-left: 25px;
	padding-top: 16px;
	z-index: 98;
}

#search p input {
	vertical-align: middle;
}

#search-page {
	position: absolute;
	width: 260px;
	height: 54px;
	top: 160px;
	padding-left: 25px;
	padding-top: 16px;
}

#search-page p input {
	vertical-align: middle;
}

/* Caption */

#green {
	position: absolute;
	background: url(images/green-graphic.png) no-repeat;
	width: 720px;
	height: 154px;
	top: 246px;
	margin-left: 240px;
}

#blue {
	position: absolute;
	background: url(images/blue-graphic.png) no-repeat;
	width: 720px;
	height: 154px;
	top: 246px;
	margin-left: 240px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding-bottom:70px;
}

#sidebar-content {
	width: 190px;
	margin-left: 25px;
	margin-top: 45px;
}

#social {
	position: absolute;
	margin-left: 25px;
	bottom: 330px;
}

#sidebar-content ul {
	text-decoration: none;
	padding: 0;
}

#sidebar-content li {
	list-style: none;
}

/* Content */

#content {
	width: 720px;
	margin-top: 45px;
	float: right;
}

.post {
	float: left;
	width: 210px;
	margin-left: 25px;
	padding-bottom: 50px;
}



/* Page */

#sidebar-page {
	float: left;
	width: 240px;
	margin-top: 214px;
}

#sidebar-content {
	width: 190px;
	margin-left: 25px;
	margin-top: 45px;
}

/* Content */

#content-page {
	width: 720px;
	float: right;
}

.page {
	float: left;
	margin-left: 30px;
}

#quote {
	position: absolute;
	top: 80px;
}

#section {
	position: absolute;
	top: 175px;
	color: #FFF;
	font-style: italic;
}

#page-content {
	margin-top: 255px;
}

#page-content p {
	padding-bottom: 20px;
}


.post-content {
	padding-bottom: 35px;
}



#page-content-com {
	margin-top: 255px;
}

#page-content-com p {
	padding-bottom: 20px;
}

#page-content-com h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	padding-bottom: 15px;
	margin: 0;
	color: #303054;
}

#page-content-com a {
	color: #303054;
}


.post-content {
	padding-bottom: 35px;
}


/* Footer */

#footer {
	clear: both;
	position: relative;
	width: 100%;
	height: 330px;
	background: #333333;
	z-index: 999;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #CCC;
}

#footer h2 {
	padding-bottom: 15px;
}

#footer-wrapper {
	width: 960px;
	margin: auto;
}

#footer-content {
	padding-top: 40px;
	color: #FFF;
}

#advisor-feed {
	background: url(images/footer-bar.png) no-repeat top left;
	float: left;
	width: 450px;
	margin-left: 15px;
	padding-left: 10px;
}

#advisor-feed p {
	line-height: 30px;
}

#contact-info {
	float: left;
	width: 210px;
	margin-left: 25px;
}

#quick-links {
	float: left;
	width: 210px;
	padding-top: 40px;
	margin-left: 25px;
}

.comhead {
	color: #303054;
}

.footerlink {
	font-style: italic;
}
