/*
Theme Name: Pathway Insurance Aug09
Theme URI: http://pathwayinsurance.net/
Description: Theme for Pathway Insurance website.
Version: 1.1
Author: Dylan Schuster
Author URI: http://dylanschuster.com
Tags: 

	This theme was developed for Pathway Insurance and is not for public use.
*/

@charset "UTF-8";
/* CSS Document */

/*Misc*/

html, body {
height: 100%;
}

* {
margin:0;
padding:0;
}


body {
margin: 0;
background: #ffffff url(images/bodybg.jpg) repeat-x center top;
font-family:Arial, Helvetica, sans-serif;
color: #333333;
text-align: center;
font-size: 12px;
}

#page {
width: 828px;
margin: 0 auto;
text-align: left;
background:url(images/container.gif) top center repeat-y;

}

div, ul, li, img, a, a:hover, span, h1, h2, h3, h4, h5, h6 {
outline:none;
}

a {
color: #1f4372;
text-decoration:underline;
}

a:hover {
color: #4275b8;
}

a, img, a img {
border:none;
}

p {
line-height: 16px;
margin: 18px 0;
}

/*Header*/

#header {
width: 828px;
height: 325px;
position: relative;
background:url(images/header.jpg) top center no-repeat;
float:left;
}

h1#logo {
margin: 0;
position: absolute;
top: 74px;
left: 24px;
}

h1#logo a {
background: none;
width: 332px;
height: 106px;
border:none;
display:block;
}

h1#logo a, div.slogan {
font-size: 0;
text-indent: -9000px;
overflow: hidden;
}

#pic-edge {
background:url(images/pic-edge.jpg);
width: 9px;
height: 61px;
position: absolute;
top: 92px;
right: -9px;
}

p#irq {
position: absolute;
font-size: 13px;
font-weight: bold;
color: #424242;
width: 465px;
top: 256px;
left: 98px;
text-transform:uppercase;
line-height: 24px;
margin: 0;
padding: 0;
}

p#irq a {
color: #8e3c37;
}

p#irq a:hover {
color: #b96a65;
}


/*Navigation*/

ul#topnav {
margin:0;
padding:0;
list-style:none;
position: absolute;
top: 33px;
left: 15px;
}

ul#topnav li {
float:left;
margin:0;
padding:0;
font-size:14px;
color: #777777;
}

ul#topnav li a {
font-size: 14px;
text-decoration:underline;
font-weight:normal;
color: #2a477c;
padding: 0 10px;
}

ul#topnav li a:hover {
color: #2e759b;
}

ul#socialnav {margin: 0; padding: 0; list-style:none; position: absolute; top: 28px; left: 414px; }
ul#socialnav li {float: left; margin: 0; padding: 0; list-style: none; padding: 0 5px; font-size: 0;}

ul#nav {
margin: 0;
padding: 0;
list-style:none;
position: absolute;
top: 195px;
left: 9px;
}

ul#nav li {
float:left;
text-align: center;
margin:0;
padding:0;
font-size: 18px;
font-weight: normal;
color: #ffffff;
}

span.bullet {
padding: 7px 0 0;
color: #ffffff;
display:block;
float:left;
}

ul#nav li a {
font-size: 18px;
font-weight: normal;
color: #ffffff;
display:block;
background:url(images/navbg.gif);
background-position: top center;
background-repeat: repeat-x;
height: 26px;
text-decoration:none;
padding: 7px 11px 0;
float:left;
}

ul#nav li a:hover {
background-position: bottom center;
}

/*Search Box*/

#search {
width: 245px;
height: 32px;
position: absolute;
top: 25px;
left: 550px;
z-index: 10;
}

#search input {
background: #ffffff;
border: 1px solid #999999;
padding: 4px 3px;
width: 194px;
color: #444444;
height: 14px;
}

#search input.btn {
background:url(images/searchbutton.gif);
width: 34px;
height: 26px;
border:none;
margin: 0 0 0 5px;
}

/*Content*/

#content {
width: 575px;
float:left;
padding: 15px 13px 23px 24px;
background:url(images/left.jpg) top left no-repeat;
}

#wide-content {
float:left;
width: 796px;
padding: 15px 16px 23px;
position: relative;
background:url(images/content-wide.jpg) top center no-repeat #ffffff;
}

#content h2, #wide-content h2 {
margin: 0 0 18px;
padding: 0;
font-size: 24px;
border-bottom: 1px solid #cccccc;
width: 550px;
}

#content h2, #wide-content h2, #wide-content h2 a, #content h2 a {
font-weight: normal;
color: #2f749b;
display:block;
text-decoration:none;
}

#content h2 a:hover {
color: #1f4373;
}

#content h3, #content h3 a {
font-size: 18px;
color: #2d497b;
margin: 14px 0;
text-decoration:none;
font-weight:bold;
}

/*Sidebar*/

#sidebar {
width: 188px;
float:left;
background:url(images/right.jpg) top right no-repeat;
padding: 15px 19px 23px 9px;
}

#sidebar ul {
list-style:none;
margin: 0 0 20px;
padding: 0;
}

h2.widgettitle, h2.widgettitle a {
color: #2e759b;
text-transform:uppercase;
font-size: 12px;
font-weight: bold;
padding:0;
border-bottom: 1px solid #cccccc;
margin: 0 0 5px;
text-decoration:none;
}

h2.widgettitle a {
border-bottom: none;
}

#sidebar ul li ul {
margin: 0 0 0 15px;
padding: 0;
}

#sidebar ul li ul li {
list-style-type:disc;
margin: 0 0 4px;
color: #444444;
padding: 0;
}

#sidebar ul li ul li a {
display:block;
font-size: 12px;
color: #4a6290;
text-decoration:none;
}

#sidebar ul li ul li a:hover {
color: #2e759b;
}

li.cat_posts h2.widgettitle a {
border-bottom:none;
font-size: 12px;
}

li.widget {
margin-bottom: 35px;
}

#cat {
height: 195px;
text-align: center;
}

/*Home Page*/

div.homepage {
float:left;
}

div.hometop {
width: 575px;
}

div.homeleft {
width: 176px;
text-align: center;
}

div.homeright {
width: 379px;
padding: 0 0 0 15px;
}

div.homeleft img {
border: 1px solid #cccccc;
display:block;
margin:0 0 4px;
padding:0;
}

.hometop p {
margin:0;
}

p.lead {
margin-top:0;
font-style:italic;
}

div.homeleft span.desc {
text-align: center;
display:block;
margin: 0 0 24px;
}

#content h3.headline {
margin:0;
font-size: 18px;
color: #2e759b;
font-weight:normal;
}

span.subhead {
display:block;
margin: 0 0 18px;
font-size: 16px;
color: #2e759b;
}

#content h3.fromtheblog {
background:url(images/fromthebloglogo.jpg) bottom left no-repeat;
margin: 18px 0;
padding: 0 0 1px 32px;
border-bottom: 1px solid #cccccc;
font-weight: normal;
font-size: 18px;
color: #2e759b;
}

h4.fromtheblogtitle {
font-weight: bold;
font-size: 14px;
margin: 18px 0;
}

/*Why Choose Us and Insurance Team*/

#content ul.toplist {
list-style:none;
margin: 0;
font-size: 14px;
font-weight:bold;
padding:0 0 0 4px;
}

#content ul.toplist li {
margin: 0 0 12px;
}

#content ul.toplist li ul {
margin: 4px 0 0 12px;
list-style:none;
padding:0;
}

#content ul.toplist li ul li {
margin:0 0 4px;
padding:0;
}

#content ul.toplist li ul li a {
font-weight:normal;
}

/*Posts*/

div.post {
margin-bottom: 25px;
}

small {
font-size: 11px;
font-style: italic;
}

/*Quote Form*/

table#quoteform {
}
table#quoteform tr td {
text-align: right;
padding-bottom: 10px;
}
table#quoteform tr td.left {
width: 150px;
padding-right: 10px;
}
input.radio {
margin-right: 15px;
}

/*Contact Page*/

p.address {
font-size: 14px;
margin: 0 0 32px 10px;
}

strong.blue {
color: #1f4372;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 15px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/*New Quotes*/
td.small {
font-size: 11px;
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/*Insurance Team and Why Choose Us Pages*/

div.team-top, div.team-left, div.team-right, div.innerteamleft, div.innerteamright {
float: left;
}

div.team-top {
width: 575px;
padding: 0 0 20px 0;
}

div.team-left {
width: 220px;
}
div.team-right {
width: 355px;
}

div.team-right span {
display:block;
}

div.innerteamleft {
width: 355px;
height: 125px;
}

div.innerteamleft img {
margin: 0 15px 0 0;
}

span.emp-name {
font-weight: bold;
font-size: 14px;
margin: 0 0 10px 0;
}

/*Footer*/

#footer {
width: 728px;
height: 100px;
background:url(images/footer.gif) top center no-repeat #ffffff;
clear:both;
font-weight: normal;
font-size: 12px;
padding: 50px 0 25px 100px;
margin: 15px 0 0;
}

#footer ul {
margin: 0 0 15px;
padding: 0;
list-style: none;
width: 700px;
float:left;
}

#footer ul li {
float:left;
margin:0;
padding:0;
}

#footer ul li a {
text-decoration: none;
padding: 0 10px 0;
}

div.copyright {
display:block;
float:left;
width: 700px;
padding: 0 0 0 10px;
}