/*
	Theme Name: Brochure I Framework templates
	Theme URI: http://www.bluelimemedia.com
	Description: Template for simple brochure site with top navigation. No blog component.
	Version: 3.0
	Author: Christine Rondeau
	Author URI: http://www.bluelimemedia.com
*/
/*----Global Reset Courtesy of Eric Meyer----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
.hide {display:none;}


/* Font Size 
-----------------------------------------------*/
p, form, li {font-size:1.1em}
h1 {font-size:1.4em;}
h2, h3, h4, h5, h6 {font-size:1.2em;}


/* Font Colour 
-----------------------------------------------*/
a {color: #0071bd;}
a:hover{color: #666;}
p, form, li {color:#666;}
h1, h1 a {color:#0071bd;}
h2, h3, h4, h5, h6 {color:#0071bd;}

/* Images
---------------------------------------------*/
.alignright {float:right; padding:0 0 10px 10px;}
.alignleft {float:left; padding:0 10px 10px 0;}
.aligncenter {margin: 0 auto 0 auto;}
a img {border:0;}
.wp-caption {
       text-align:center;
       font-style:italic;
}
.wp-caption p.wp-caption-text {font-size:90%;}


/* Main Layout
-----------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	background:#FFFFFF;
	color: #666;
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif; 
	/* Increase the percentage and the line-height here and it will change them throughout the site.
	   The same can be done for the font-family.
	*/
}

#wrap {
	position:relative;
	width: 860px;
	margin: 0px auto 0px auto;
	background:#FFF;
}


/* Header Area 
-----------------------------------------------------------*/
#header {
	float:left;
	width:840px; height:180px;
	padding:0 10px 10px 10px;
	background:url(images/header.gif) 50% top  no-repeat;
}

#logo a {
	display:block;
	width: 100px; height: 80px;
	float:left;
	margin:20px 0 0 60px;
}

#tagline {
	width:400px;
	float:right; text-align:right;
	font-size: 1.2em;
	color:#0071bd;
	padding:130px 40px 0 0; margin:0;
}


/* Top Navigation 
-----------------------------------------------------------*/

#top_nav {
	float:left;
	width:840px;
	padding:0 10px;
	font-size:1.1em;
}
#top_nav ul {
	list-style-type:none;
}
#top_nav ul li {
	display:inline;
	padding:10px;
}
#top_nav ul li a {
	font-weight:bold;
	color:#0071bd;
	text-decoration:none;
	text-transform:uppercase;
}

#top_nav ul li a:hover, #top_nav ul li.current_page_item a, #top_nav ul li.current_page_ancestor a {
	color:#666;
}


/* Main Body Content Area 
-----------------------------------------------------------*/

#main {
	float:left;
	width:840px;
	padding:10px;
}

#content {
	float: left;
	width:600px;
	padding: 20px;
	background:#F8FDFE;
}


/* Main body content formatting
--------------------------------------------------------------*/

.entry {
	padding:0 0 30px 0;
}
.entry p {
	padding:6px 0;
}

.entry ul, .entry ol {
	margin: 5px 20px; padding:5px 20px;
}

h1, h1 a {/* Main headings are h1 for better SEO */
	margin:0 0 8px 0;
	font-weight:bold;
}

h2, h3, h4, h5, h6 { /* Set styles for sub-headings if needed */
	color:#999;
	margin:0 0 8px 0;
	font-weight:bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none; 
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:underline; 
}

blockquote{
	border-left:5px solid #56C3E6;
	padding:10px 20px 10px 20px; margin-left:20px;
}



/* Sidebar Area 
-------------------------------------------*/

#sidebar {
	float:right;
	width:160px;
	margin:0; padding: 20px;
}

#sidebar h2 {
	margin: 12px 0 5px 0; padding: 0 0 4px 0;
	border-bottom: 1px solid #00003d;
	text-transform: uppercase;
	color:#0071bd;
}
#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	display: inline;
}

#sidebar li a {
	color: #0071bd;
	display: inline;
	text-decoration: none !important;
	padding: 4px 6px;
	font-weight:bold;
}

#sidebar li p {
	padding-top: 5px;
}

#sidebar a:hover {color: #666;}

#sidebar li.current_page_item a, #sidebar li.current_page_ancestor a {color:#FFF; background:#0071bd; }

#sidebar li.current_page_item ul li a, #sidebar li.current_page_ancestor ul li a {color:#0071bd; background:#D5EFF7; padding-left:45px; }

#sidebar li.current_page_item ul li a:hover, 
#sidebar li.current_page_ancestor ul li.current_page_item a,
#sidebar li.current_page_ancestor ul li a:hover {color:#666;}


/* Footer area
------------------------------------------------------------*/

#footer {
	clear: both;
	text-align: center;
	width:840px;
	border-top: 1px solid #0071bd;
	margin:0 auto 0 auto;
}
#footer p {	
	font-size:0.9em; 
	padding:10px;
}
#footer a {
	text-decoration:none;
	color:#666;
}

#footer a:hover {
	text-decoration:underline;
	color:#666;
}


