﻿/* pet Insurance CSS */
* {margin:0;padding:0}
body {
	font-family: Georgia;
	color: black;
	font-size: 62.5%;
	background: white;
	margin:0;
	padding:20px;	
	}
#wrapper{
	margin: 10px auto 10px auto;
	font-size:1.6em;
	width: 900px;
	position:relative;
	border:3px black outset;
	}
#Header {
	margin-bottom: 20px;
	margin-left:10px;
	}
#Header h1 {
	width:900px;
}
#TopNavigation {
	margin: 0px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 15px;
	position:relative;
	}
#TopNavigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
#TopNavigation {display: inline-block;}
/* Hides from IE-mac \*/
* html #TopNavigation {height: 1%;}
#TopNavigation {display: block;}
/* End hide from IE-mac */
#TopNavigation a {
	color: #000;
	text-decoration: none;
	}
	#left_nav {
	width:210px;
	height:auto;
	float:left;
	margin-right:0px;
	
	}
	
.slidedoormenu{
	list-style-type: none;
	margin-right: 20px;
	padding: 0;
	width: 193px;
	border-left:8px solid #2a3f55;
	border-right:1px solid #885b5c;
	border-top:1px solid #885b5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	background-color:#CCCCCC;
 	color: #000000;
margin-top:0px;
}
.sidedoormenu ul {


}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
list-style:none;
}

.slidedoormenu li a{
background: white url(../../Images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: black;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 2px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;

}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}


#Main {
	line-height: 150%;
	float:left;
	width: 70%;
	margin-top:10px;
	margin-left:35px;
	margin-bottom:20px;
	
	}

#Footer {
	color: #666;
	font-size: 12px;
	border-top: 1px solid #000;
	height:auto;
	border-bottom:1px black solid;
	}
	#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom:20px;
	margin-left:180px;
		
	}
	#footer ul li {
	list-style:None;
	display:inline;
	padding:10px;
	float:none;
	font-size: 16px;
	padding-top:20px;
	padding-right:20px;
	
	
	}
/*blog posts*/
.post{margin:2.4em 0}
.postTitle{font:normal 2.2em/1.2em georgia,arial,sans-serif;}
.postTitle a{text-decoration:none}
.postDate{margin-bottom:1.2em;font-size:0.8em;color:#000 !important}
.postContent{}
.postContent p{margin-bottom:1.2em}
.postGet,.entryFoot{color:#fff}
.postGet{margin-top:1em}
.diggit{padding-left:20px;background:url(img/blogDiggit.gif) 0 0 no-repeat}
.delicious,.delicous{margin-left:10px;padding-left:18px;background:url(img/blogDelicious.gif) 0 0 no-repeat}
p.more{font-size:0.85em}
.postFoot{border-top:1px solid #ccc;border-bottom:1px solid #ccc;background:#f5f5f5;padding:5px;margin-top:20px;margin-bottom:5em}
.postFoot a{clear:left;font-size:0.85em}
.postFoot a.postComments{}
.postFoot span{margin-left:10px;color:#000}
.postComments{margin-top:40px;font-size:0.9em;line-height:1.4em;}
.postComments h3{margin-top:1.5em;background:url(img/blogComments.gif) 0 0.2em no-repeat;font:normal 1.6em/1.2em georgia,arial,sans-serif;}
.postComments h3 a{color:#333}
.commentsView{background:#f5f5f5;padding:20px 30px 30px}
.postComments .commentAuthor{margin-top:1.6em;font-size:1.0em}
.postComments .commentAuthor a{text-transform:none;text-decoration:underline}
.postComments .commentAuthor a:hover{text-transform:none;text-decoration:none}
.postComments .commentDate{font-size:0.8em;font-weight:bold}
.postComments p{margin-top:0}
p.commentMessage{background:#690;color:#fff;padding:3px 10px;margin:20px 0}


/*comments form*/
.postComments ol{list-style:none}
.postComments fieldset{display:block;margin-top:1em;margin-bottom:2.3em;padding:1.8em 1em 1em;border:0;background: #eee}
.postComments fieldset li{clear:both;margin-bottom:1em}
.postComments fieldset li:after{content:".";display:block;clear:both;height:3px;visibility:hidden}
.postComments fieldset label, .postComments fieldset span {float:left;width:70px;padding-right:5px;text-align:right;line-height:1.8em;font-size:0.85em}
.postComments fieldset input{float:left;width:200px;padding:2px}
.postComments fieldset textarea{float:left;width:380px;height:150px;font-family: Arial;font-size:12px}
.postComments fieldset input.commentsButton{display:block;width:auto;margin:0.4em 0 0 80px;height:auto;font-weight:bold;padding:3px 5px}
.postComments fieldset span.commentsValidator{margin-left:70px;color:red;font-weight:bold;width:320px;text-align:left}

.postsNavigation{font-size:12px}
.prevPost{border-right:1px solid #000;padding-right:10px;margin-right:5px;background:url(Images/prev.gif) center left no-repeat;padding-left:13px;}
.allPosts{font-weight:bold}
.nextPost{border-left:1px solid #000;padding-left:10px;margin-left:5px;background:url(Images/next.gif) center right no-repeat;padding-right:13px;}
.postsNavigation {margin-top:10px}

/*lists*/
.sf_list_simple, .sf_list_expanded, .sf_anchor_list, .sf_target_list, #SideBar ul {list-style:none;margin-bottom:30px;font-size:14px}
.sf_list_simple li, .sf_list_expanded li, #Main li, #SideBar li{margin-top:10px}
.sf_list_expanded h5, .sf_item_head, ul h2 {font-size:1.0em;font-weight:bold}
.sf_target_list{margin-left:0}
.sf_target_list dt{font-weight:bold;margin-top:1.0em}
#Main ul, #Main ul.sf_list_simple{margin-left:15px;list-style-type:disc;font-size:13px;margin-bottom:2.0em}
#Main ol{margin-left:15px;font-size:13px;margin-bottom:2.0em}
#Main h1, #Main .list_header{margin-top:20px}

/* Forums */
.forumArea {
	text-align: left;
}
.forumArea table.listItems {
	margin: 10px 0 20px;
	padding: 0;
	border: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 1em;
}
.forumArea table.listItems th {
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid #ccc;
}
.forumArea table.listItems td {
	padding: 3px 5px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid #ccc;
}
.forumArea table.listItems td.forumTitle a {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}
.forumArea table.listItems td.forumTitle a.fLocked {
	padding: 3px 0 3px 20px;
	background: transparent url(Images/forumsLocked.gif) no-repeat 0 5px;
}
.forumArea table.listItems a {
	display: block;
}
.forumArea h3 {
	text-align: left;
}
.forumArea p.button_area {
	margin: 10px 0;
	text-align: left;
}
.forumArea p.delete {
	text-align: right;
}
.forumArea .fUserInfo {
	float: left;
	width: 150px;
}
.forumArea .fUserInfo dt {
	font-size: 14px;
	font-weight: bold;
}
.forumArea .fUserInfo dd {
	color: #666666;
}
.forumArea .fUserInfo .postsCount {
	font-style: italic;
}
.forumArea .fPostCont {
	margin: 0 20px 0 150px;
}
.forumArea .fPostCont .date {
	color: #666666;
	margin-bottom: 20px;
}
.forumArea .fPostCommands {
	margin: 10px 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
	text-align: right;
	clear: both;
}
.forumArea .forumsEditor {
	background-color: #eee;
	display: block;
	margin: 10px 0;
	padding: 10px 0 10px 16px;
	border: 0;
}
.forumArea .forumsEditor h3 {
	margin: 0 0 10px;
}
.forumArea input, .forumArea textarea {
	width: 355px;
	vertical-align: middle;
}
.forumArea input, .forumArea textarea {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	padding: 3px;
}
.forumArea input.button {
	width: auto;
}
.forumArea .title {
	background-color: #eee;
	margin: 10px 0;
	padding: 10px 0 10px 16px;
	border: 0;
}
.forumArea .quote {
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 0 0 20px;
	padding:  20px 30px;
	font-style: italic;
}
.forumArea p.newItem {
	font-weight: bold;
}
.forumArea h1 {
	padding: 0 20px 0 0;
	display: inline;
	font-size: 2em;
}
.forumArea .validMessage strong {
	display: block;
	padding: 10px 0 0;
}
.forumArea .title .validMessage strong {
	padding: 10px 0 0 80px;
}

/* Categories, Tags, Archive */
ul.tagCloud {
	margin: 0;
	padding: 0;
}
ul.tagCloud li {
	margin: 0;
	padding: 0 10px 0 0;
	background: none;
	border-bottom: 0;
	padding: 0;
	display: inline;
	line-height: 36px;
}
ul.tagCloud li a.s6:link, ul.tagCloud li a.s6:visited, ul.tagCloud li a.s6:hover, ul.tagCloud li a.s6:active {
	font-size: 9px;
}
ul.tagCloud li a.s5:link, ul.tagCloud li a.s5:visited, ul.tagCloud li a.s5:hover, ul.tagCloud li a.s5:active {
	font-size: 12px;
}
ul.tagCloud li a.s4:link, ul.tagCloud li a.s4:visited, ul.tagCloud li a.s4:hover, ul.tagCloud li a.s4:active {
	font-size: 16px;
}
ul.tagCloud li a.s3:link, ul.tagCloud li a.s3:visited, ul.tagCloud li a.s3:hover, ul.tagCloud li a.s3:active {
	font-size: 21px;
}
ul.tagCloud li a.s2:link, ul.tagCloud li a.s2:visited, ul.tagCloud li a.s2:hover, ul.tagCloud li a.s2:active {
	font-size: 29px;
}
ul.tagCloud li a.s1:link, ul.tagCloud li a.s1:visited, ul.tagCloud li a.s1:hover, ul.tagCloud li a.s1:active {
	font-size: 36px;
}
h1.categorizedAs {
	margin: 20px 0 0;
	font-size: 2.5em;
	font-family: georgia,arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}
dl.taggedWithList {
	margin: 0;
	padding: 0;
}
dl.taggedWithList dt, dl.taggedWithList dd {
	margin: 0;
	padding: 0 5px 0 0;
	display: inline;
}