/*
Theme Name: Vet Broker Theme
Theme URI: http://edgeworksgroup.com/
Description: Design by Mary LaFleur
Version: 1 (WP2.7.1)
Author: Edgeworksgroup.com
Author URI: http://www.edgeworksgroup.com
Tags: Edgeworks, Mary LaFleur
*/


/*****Reset*****/
@import "style/css/reset.css";


/*****Basic Elements*****/
body{
	color: #000000;
	font: 12px Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 2.2em;
	font-weight: normal;	
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 1.3em;
	font-weight: normal;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 15px;
	}	

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	}
	
ul {
	
	}	

ol {
	padding: 0 0 25px 35px;
	margin-top: -15px;
 	list-style-type: decimal;
	}

ol li {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	}

li {
	list-style-type: none;

	}

a {
	color: #ff6600;
	text-decoration: underline;	
	}
a:hover {
	color: #ff6600;
	text-decoration: none;	
	}	



/*****Generic Classes*****/
.orange, .orange p {
	color:#ff6600;
	}
.lightOrange {
	color:#ff9900;
	}	
.gray {
	color:#CCC;
	}	
	
.clear {
	float:none;
	clear:both;
	}	


/*****Basic Layout*****/

#header-container {
	width: 100%;
	background-image: url(images/bg-header.png);
	background-repeat:no-repeat;
	background-position: top;
	height:122px;
}
	
#outer-wrapper {
	width:950px;
	margin-right: auto;
	margin-left: auto;
	}	
	
#main-wrapper-top {
	width: 950px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	}	

#main-wrapper {
	background: #FFFFFF;
	width: 950px;
	padding: 0px;
	float: left;
	}

#main-wrapper-bottom {
	height: 35px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	}	

#sidebar {
	margin: 20px 0px 0px 0px;
	float: right;
	width: 280px;
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ff6634;
	}

.ad-1 { width: 280px; background-color: #ffffff; float: right; }

.ad-1 a { float: right; width: 280px; background-color: #ffffff; }

.ad-2 { width: 280px; background-color: #ffffff; float: right; }

.ad-2 a { float: right; width: 280px; background-color: #ffffff; }

#footer-wrapper {
	font-size: 11px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:both;
	height: 122px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*****Content*****/

#content-home {
	width:646px;
	min-height: 515px;
	float: left;
	padding-top: 35px;
	padding-left: 20px;
	margin: 0px 0px 20px 0px;
	background-image: url(images/content-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}	

#content, #content-post {
	width:646px;
	min-height: 450px;
	float: left;
	padding-left: 20px;
	margin: 0px 0px 20px 0px;
	background-image: url(images/content-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}	
	
#content.table { padding: 5px 15px 25px 15px; }

#content .right { float:right; padding-right: 30px; margin-bottom: 20px; }
	
.content_listing {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
	
.content_listing h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	float: none;
}	



.content_listing h2 a:hover { text-decoration: underline; }
	
#content h2 { 
	font-style: italic;	
	width:575px;
	padding: 0px 0px 5px 15px;
	line-height: 1.5em;
	margin-left: 0px;
	margin-right: 15px;
	font-weight: bold;
	}
	
#content h3 {
	color: #BF3000;
	font-size: 18px;
	padding-bottom: 5px;
}
	
#content img { margin: 0px 0px 0px -8px; padding: 15px 0px 5px; }
	
#content p {
	width:575px;
	padding-bottom:20px;
	line-height: 1.5em;
	margin-left: 15px;
	margin-right: 15px;
	
	}	
#content-home p {
	padding-bottom:0px;
	line-height: 1.5em;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	}	
.content-border {
	padding: 15px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	}	
.content-border2 {
	padding: 15px 0px 15px 13px;
	border: 1px solid #CCC;
	margin: 0px 0px;
	}	
	
.content-border2 .post { margin: 0px 0px; padding: 0px 0px; }	
	
	
.content-border p {
	font-size:.9em;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
}
		
#rhino {
	float:right;
	padding:0px;
	margin:0px;
	}	
	
#content ul {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	}		
	
#content li {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333;
	line-height: 1.5em;
	font-size: 1.1em;
	}	
	
.promo_01_graphic {
	padding-top:15px;
	padding-left:15px;
	}	
#content-home h1 {
	padding:0px;
	margin:0px;
	font-size: 2em;
	color: #BF3000;
	}
#content-home h3 {
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
	
#content-home h2 {
	padding-bottom: 0px;
	}		
#content-home ul {
	margin:0px;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}	
#content-home li {
	padding:0px;
	margin:0px;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	line-height: 1.2em;
	list-style-position: outside;
	list-style-type: disc;
	}	

#column-01 {
	float:left;
	width:195px;
	padding-left: 15px;
	}
#column-01 h3 {
	font-size: 1em;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#column-01 p {
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	}
#column-01 ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	}
#column-01 li {
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	list-style-type: none;
	}
	
#column-02 {
	float:right;
	width:355px;
	}

/*****Header*****/

#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 122px;
	}
	
#logo {
	float: left;
	width: 262px;
	}	
	
.logo a {
	display:block;
	height:121px;
	text-decoration:none;
	width:273px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
}	

#links {
	float: right;
	width: 550px;
	text-align: right;
	padding: 2px;
	}
#links .links {
	color:#FFF;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	padding: 0px;
	float: left;
	}
	
#links .links a {
	color:#FFF;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	}	
#links .links a:hover {
	text-decoration:underline;
	}		
	
#links .phone_number {
	color:#CCC;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	float: right;
	font-size: .99em;
	}		
	
#navbar {
	width: 950px;
	height: 34px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/navbar.png);
	background-repeat: no-repeat;
	}	
	
#navbar ul {
	list-style: none;
}

#navbar ul li, #navbar ul li:hover { float: left; width: 158px;  height: 34px;  display: block; }
#navbar ul li.current_page_item { background-color:#FFFFFF;  }

#navbar ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	display: block;
	width: 158px;
	height: 34px;
	text-transform: uppercase;
}

#navbar ul li a:hover, #navbar ul li.current_page_item a { color: #d9b56b; width: 158px;  height: 34px;  display: block;}

#description {
	float: left;
	width: 475px;
	text-align: right;
	height: 50px;
	margin-top: 48px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #FFF;
	}
.phone strong {
	float: left; 
	width: 165px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #009966;
	font-weight: normal;
	text-align: center;
	padding: 35px 0px 0px 45px;
	}	
#description h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: lighter;
	color: #FFF;
	}
	
#heading-wrap {
	height: 55px;
	width: 646px;
	margin-bottom: 20px;
	}	

#heading-wrap2 {
	float: left;
	height: 55px;
	width: 410px;
	margin-bottom: 20px;
	}	
	
.jump_box {
	float: right;
	width: 165px;
	border: 1px solid #666666;	
	margin-top: 23px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}	

.jump_box ul { list-style-type: none; padding: 10px 10px 10px 0px; margin-left: -5px; }



	
#heading-wrap h1, #heading-wrap2 h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 30px;
	padding-left: 15px;
	padding-bottom: 0px;
	}	
	
#heading-wrap h2, #heading-wrap2 h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
	
#heading-wrap p, #heading-wrap2 p  {
	padding:0px;
	margin:0px;
	}			
	

/*****Sidebar*****/
#sidebar img {
	margin: 0px;
	padding: 0px;
	border: 2px none #333;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	}
#sidebar li {
	margin: 0px;
	padding: 0px;
}
#sidebar li a {
	margin: 0px;
	padding: 0px;
}
#sidebar .administer_widget {
	margin: 0px;
	padding: 0px;
}










/*****Footer*****/

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0px 0px 0px;
	color:#FFF;
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
	height: 83px;
	}
	
	
	
	
#footer a {
	color:#FFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}	
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
	}		
	
#footer-1 ul, #footer-2 ul, #footer-3 ul { float: none; width: 125px; }	

#footer-1, #footer-2 { width: 185px; float: left; }

	
#footer-1 p {
	padding-left: 45px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.2em;
	float: left;
	font-weight: bold; 
	
}

#footer-1 ul li a { padding-left: 45px; }

/* #footer-1 ul li a, #footer-2 ul li a { height: 10px; margin-bottom: -1px; } */


		
	
#footer-2 p {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.2em;
	float: left;
	width: 150px;	
	font-weight: bold; 
	}
	
#footer-3 p {
	float: left;
	width: 300px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	line-height: 1.3em;
	}
	
#footer-4 {	
	float: left;
	margin: 0px;
	width: 280px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	

#footer-4 p {
	font-weight: bold; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}





/************   Portfolio Boxes *************/

.content-border2 .port-post-wrap {
width: 265px;
margin: 0px 12px 18px 0px;
padding: 0px;
float: left;
background-image: url(images/post-bg.gif);
}

.date {
background-image: url(images/date-bg.gif);
width: 69px;
height: 11px;
margin: 11px 10px 0px 10px;
padding: 5px 0px 0px 5px;
color: #FFF;
line-height: 5px;
font-size: 9px;
font-weight: bold;
float: left;
}

.port-post-wrap-top {
background-image: url(images/post-top.gif);
height: 37px;
width: 265px;
float: left;
}

.comment-buble {
float: right;
margin: 11px 10px 0px 0px;
background-image: url(images/comments-bg.gif);
width: 17px;
padding: 2px 0px 0px 5px;
height: 17px;
line-height: 5px;
}

.comment-buble a:link, .comment-buble a:visited, .comment-buble a:hover {
color: #FFF;
font-size: 9px;
margin: 0px;
}


.thumbnail-div {
border: none;
height: 184px;
width: 265px;
float: left;
margin: 0px 0px 0px 2px;
position: relative;
}

.thumbnail {
	padding: 15px 15px 15px 15px;
	float: left;
	margin: 0px 15px 15px 0px;
	border: 1px solid #CCCCCC;
}

.overlay {
position: absolute;
top: 0px;
left: 0px;
height: 29px;
width: 265px;
background-image: url(images/thumbnail-overlay.png);
background-repeat: repeat-x;
}

.post-info2 {
background-image: url(images/post-info-bg.png);
width: 245px;
z-index: 100;
position: absolute;
top: 105px;
left: 0px;
color: #797979;
padding: 10px;
height: 60px;
}

.post-info2 a:link, .post-info2 a:visited, .post-info2  a p {
color: #FFF; float: left; text-decoration: none;
}

.post-info2 a:hover, .post-info2 a p:hover {
color: #FFF; float: left; text-decoration: underline;
}


.port-nav {  padding-bottom: 15px;}


.downloadlink { margin-left: 15px; float: none; margin-right: 300px; clear: right; white-space: nowrap; }

.caption {  padding-top: 10px; width: 265px; }
.caption p { padding-top: 0px; margin: 0px 0px -15px; }

.sidebardate { display: none; }

.clear { clear: both; margin: 0px; }

.tddrecentposts { color: #FFFFFF;  }

.tddrecentposts dl dd, .tddrecentposts dl dt { padding: 0px 20px 0px 20px; }

.tddrecentposts dl dd p { color: #FFFFFF; }

.tddrecentposts dl dd p a { color: #000000; text-decoration: none; font-weight: bold; font-size: 9px;  }
.tddrecentposts dl dd p a:hover { color: #000000; text-decoration: underline;   }





.tddrecentposts li dl { padding-bottom: 20px; }

.tddrecentposts dl dt a { color: #FFF; font-size: 19px; text-decoration: none; font-weight: bold; }

.textwidget { padding: 0px 20px 20px 20px; }

.textwidget a { color: #ffff99; text-decoration: none; text-transform: uppercase; font-weight: bold; }

.textwidget a:hover { text-decoration: underline; }

ul.downloadList { list-style: none; }

ul.downloadList a { text-decoration: none; }
ul.downloadList a:hover { text-decoration: underline; }

#content .jump_box ul { list-style-type: none; }
#content .jump_box ul li, #content .jump_box li { list-style: none; }

.listing-nav { float: left; width: 200px; padding-left: 20px; padding-top: 38px; }

.listing-nav a { padding: 0px 0px 0px 5px; }

h1.post {
	width: 375px;
	float: left;
	}	

.entry { margin: 0px 15px 15px 15px;  }

.entry p { padding-top: 20px; }
	
.slideshow{ border: 1px solid #666666; padding: 3px 3px; width: 375px; 	}

.details { width: 190px; float: right; padding: 18px; }

.details li { padding-top: 5px;


