/*
-----------------------------------------------------------------------
File Name:		style.css
Purpose:		Main css constraints for webpage
Organization:	Centre for Research in Family Health | Halifax, NS
Last updated:	February 07, 2008
-----------------------------------------------------------------------
*/

/*Constraints for the pages body*/
body {
	background:url(../images/body-bg.gif) repeat-x;
	/*background-position:top left;
	background-repeat:no-repeat;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	margin-top:-1px;
}
#container{
}
input, textarea {
	background: #FFFFFF url(../images/img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a {
	width:145px;
	margin-bottom:0px;
	/*background:url(images/img09.png) no-repeat;*/
	font-size: 15px;
	color:#2b5078;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h1 a:hover, h2 a:hover {
	text-decoration: none;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color: #939292;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #125798;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	text-decoration: none;
	color: #8D0000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: auto;
	height: 65px;
	margin: 10px auto 3px;
}

#logo h1, #logo h2 {
	margin: 0;
}

.headertext{
	font-size:34px;
	word-spacing:3px;
	vertical-align:text-top;
	padding-top:2px;
	padding-left:10px;
	font-weight:bold;
	letter-spacing:4px;
	color:#244364;
}

.headertext2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-style:italic;
	text-align:left;
	vertical-align:text-top;
	padding-bottom:5px;
	padding-top:3px;
	font-weight:bold;
	letter-spacing:3px;
	color:#244364;
}

#logo h1 {
	float: left;
	padding-top:0px;
}

#logo h2 {
	float: right;
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

/* Menu */
#header_menu_container{
	/*background:url(../images/iwk.jpg) no-repeat right top;*/
	margin-left:8px;
	margin-top:0px;
	width:100%;
	/*height:100px;*/
}
#menuline{
height:0px;
width:822px;
margin:0 auto;
}
.icon{
padding-bottom:8px;
}

#menuborder {
	margin: 0px auto;
	width:860px;
	height:60px;
	padding-left:100px;

}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#menu a:hover {
	text-decoration: underline;
}

/* Search */

#search {
	float: right;
	vertical-align:bottom;
	margin-top:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width: 350px;
	font-size:16px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	border: none;
}

#search input {
}

#search #s {
	width: 150px;
	height:22px;
	text-align:left;
	vertical-align:bottom;
	font-weight:normal;
}

#search #x {
	display: none;
}

/* Banner */

#banner {
	width:auto;
	margin: 0 auto;
	padding: 0px 0 5px;
}

/* Page */
#quicklinks a{

font-size:16px;
font-weight:bold;
line-height:30px;
}
#quicklinks a:hover{
font-size:16px;
font-weight:bold;
}
#page {
	width:820px;
	margin:0px auto;
	margin-top:-10px;
}
#page_tl{
background:url(../images/bodytl.png) top left no-repeat;

}
#page_tr{
background:url(../images/bodytr.png) top right no-repeat;
}
#page_bl{
background:url(../images/bodybl.png) bottom left no-repeat;
}
#page_br{
background:url(../images/bodybr.png) bottom right no-repeat;
}
/* Content */

#content {
	float: left;
	width: auto;
}

.post {
}

.post .title {
	font-size:20px;
	background:url(../images/bodyback.png);
	text-align:right;
}

.post .entry {
	text-align:left;
	line-height:17px;
	padding:10px;
	padding-left:45px;
	padding-top:5px;
	font-weight:normal;
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#entry{
	width:500px;
}
#entrytop{
	background:url(../images/bodybacktop.png) top  no-repeat;
}
#entrybottom{
	background:url(../images/bodybackbottom.png) bottom   no-repeat;
}

.post .meta {
	height: 47px;
	background: url(../images/img07.gif) no-repeat;
	line-height: normal;
}

/* Sidebar */
#sidelocation {
	/* Padding of 15px must be added in the the specific area of text tag. ex <div id="banner" style="padding:15px;">*/
	height:auto;
	font-weight:bold;
	font-size:12px;
	padding-bottom:0px;
	text-align:center;
	float:right;
	width: 280px;
	margin-top:-22px;
}
.location{
	font-weight:normal;
	font-size:12px;
	font-weight:bold;
	margin-left:0px;
	color:#000066;
}
#sidebar {
	/* Padding of 15px must be added in the the specific area of text tag. ex <div id="banner" style="padding:15px;">*/
	height:auto;
	float:right;
	width: 279px;
	background:#F1F3F8;
	margin-top:20px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 0px 17px;
}

#sidebar li h2 {
	width:150px;
    border-bottom:#ffd455 dotted 2px;
	margin-bottom:10px;
	/*background:url(images/img09.png) no-repeat;*/
	font-size: 15px;
	word-spacing:4px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;

}
#sidebar li p {
	padding: 0 10px;
}
.news {
	width:350px;
	border-bottom:#ffd455 dotted 2px;
	padding-bottom:5px;
	}

/* Footer */
#footer{
	clear:both;
	margin-top:5px;
	width: 100%;
	border-top:#ffd455 dotted 1px;
	/*background:url(images/footerline.png) top no-repeat;*/
	height:50px;
}
#footer p {
	line-height: normal;
	color:#666666;
	text-align:center;
	vertical-align:text-top;
}
#footer a {
	color:#666666;
}
#footer a:hover {
	color:#666666;
	text-decoration:underline;
}
/*--------------end of file------------------*/