/*
Theme Name: Torbridge
Theme URI: http://www.torbridgevet.co.uk
Description: Custom theme for Torbridge vets
Version: 1.5
Author: Rob Sumner, Coreware
Tags: vets


*/


body {
	background-image: url(images/tile.gif);
	background-repeat: repeat-x;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#f6f6f5;
}

p {
padding-bottom:20px;

}

a:visited {
	color:#8F8B7A;
	text-decoration:none;
	font-weight:normal;
}

a:link {
	color:#8F8B7A;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color:#0066cc;
	text-decoration:underline;
	font-weight:normal;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
	width:100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	text-align:center;
	width:100%;
}
.footer, .push {
	height: 60px; /* .push must be the same height as .footer */

}

.footer {
	width:100%;
	background-color:#000000;
	background-image:url(images/blacktile.gif);
	background-repeat:repeat-x;
	text-align:right;
	color:#666666;
	font-size:10px;

}

h2 {
	color:#0055aa;
	font-weight:normal;
	font-size:30px;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}





#left {

	position:absolute;
	top:20px;
	left:20px;
	width:200px;
	
	
}

.clear {
	clear:both;
}

.text {
	padding:5px;
}

#top {
	width:100%;
	text-align:right;
	background-image:url(images/blacktile.gif);
	background-repeat:repeat-x;
	height:36px;
	font-size:12px;
	color:#CCCCCC;
	padding-top:12px;
	padding-bottom:12px;
	
}

#right {
	
	text-align:center;
	margin-top:20px;
	margin-right:0px;
	margin-left:240px;
	margin-right:10px;
	
}

#content {
	
	margin-left:auto;
	margin-right:auto;
	width:730px;
	padding-right:20px;
	text-align:left;
	clear:left;
}

.homepic {
	float:left;
	margin:7px;
	width:160px;
	text-align:left;
	font-size:12px;
}

.homepic img {
margin-bottom:10px;
}

#menu {
	text-align:left;
	border-top:1px solid #999999;
	margin-top:12px;
	width:200px;
	background-color:#f6f6f5;
}

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

#menu li {
	list-style:none;
	padding:0px;
	margin:0px;
}

#menu a {
	width:188px;
	padding:6px;
	display:block;
	border-bottom:1px solid #999999;
	font-size:12px;
	text-decoration:none;
	}

#menu a:hover {
	background-color:#0055aa;
	color:#ffffff;
}
	
/* second level */

#menu ul li.current_page_item a:visited {
	width:174px;
	padding:6px;
	padding-left:20px;
	display:block;
	border-bottom:1px solid #999999;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 5px 8px;
	background-color:#cccccc;
	color:#000000;
	}
	
#menu ul li.current_page_item a:link {
	width:174px;
	padding:6px;
	padding-left:20px;
	display:block;
	border-bottom:1px solid #999999;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 5px 8px;
	background-color:#cccccc;
	color:#000000;
	}

/* --- FIRST LEVEL SELECTED ---*/
	
#menu ul li.current_page_ancestor a:visited {
	width:174px;
	padding:6px;
	padding-left:20px;
	display:block;
	border-bottom:1px solid #999999;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/downarrow.gif);
	background-repeat:no-repeat;
	background-position: 5px 8px;
	background-color:#cccccc;
	color:#000000;
	}
	
#menu ul li.current_page_ancestor a:link {
	width:174px;
	padding:6px;
	padding-left:20px;
	display:block;
	border-bottom:1px solid #999999;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/downarrow.gif);
	background-repeat:no-repeat;
	background-position: 5px 8px;
	background-color:#cccccc;
	color:#000000;
	}
	
/* -- END --*/
	

	
	/* Third Level */
	
#menu ul li.current_page_item ul li a:visited {
	width:164px;
	padding:6px;
	padding-left:30px;
	display:block;
	border-bottom:1px solid #999999;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 15px 8px;
	background-color:#f1f1f1;
	color:#666666;
	}
	
#menu ul li.current_page_item ul li a:link {
	width:164px;
	padding:6px;
	padding-left:30px;
	display:block;
	border-bottom:1px solid #999999;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 15px 8px;
	background-color:#f1f1f1;
	color:#666666;
	}
	
#menu ul li.current_page_item ul li a:hover {
	background-color:#0055aa;
	color:#ffffff;
}

#menu ul li ul li.current_page_item a:visited {
	width:164px;
	padding:6px;
	padding-left:30px;
	display:block;
	border-bottom:1px solid #999999;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/downarrow.gif);
	background-repeat:no-repeat;
	background-position: 15px 8px;
	background-color:#999999;
	color:#FFFFFF;
	}
	
#menu ul li ul li.current_page_item a:link {
	width:164px;
	padding:6px;
	padding-left:30px;
	display:block;
	border-bottom:1px solid #999999;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/downarrow.gif);
	background-repeat:no-repeat;
	background-position: 15px 8px;
	background-color:#999999;
	color:#FFFFFF;
	}
	
#menu ul li ul li.current_page_item ul li a:visited {
	width:159px;
	padding:6px;
	padding-left:35px;
	display:block;
	border-bottom:1px solid #999999;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 26px 8px;
	background-color:#f1f1f1;
	color:#666666;
	}
	
#menu ul li ul li.current_page_item ul li a:link {
	width:159px;
	padding:6px;
	padding-left:35px;
	display:block;
	border-bottom:1px solid #999999;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 26px 8px;
	background-color:#f1f1f1;
	color:#666666;
	}
	
	#menu ul li ul li.current_page_item ul li a:hover {
	background-color:#0055aa;
	color:#ffffff;
}

/* Start Here */



#menu ul li.current_page_ancestor ul li.page_item  a:visited {
	width:164px;
	padding:6px;
	padding-left:30px;
	display:block;
	border-bottom:1px solid #999999;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 15px 8px;
	background-color:#cccccc;
	color:#666666;
	}
	
#menu ul li.current_page_ancestor ul li.page_item a:link {
	width:164px;
	padding:6px;
	padding-left:30px;
	display:block;
	border-bottom:1px solid #999999;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 15px 8px;
	background-color:#cccccc;
	color:#666666;
	}
	
#menu ul li.current_page_ancestor ul li.page_item a:hover {
	background-color:#0055aa;
	color:#ffffff;
}

/* ---- SECOND LEVEL SELECTED ---*/

#menu ul li.current_page_ancestor ul li.current_page_item  a:visited {
	width:164px;
	padding:6px;
	padding-left:30px;
	display:block;
	border-bottom:1px solid #ffffff;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/downarrow.gif);
	background-repeat:no-repeat;
	background-position: 15px 8px;
	background-color:#999999;
	color:#FFFFFF;
	}
	
#menu ul li.current_page_ancestor ul li.current_page_item a:link {
	width:164px;
	padding:6px;
	padding-left:30px;
	display:block;
	border-bottom:1px solid #ffffff;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/downarrow.gif);
	background-repeat:no-repeat;
	background-position: 15px 8px;
	background-color:#999999;
	color:#f1f1f1;
	}
	
/* end */

/* --- THIRD LEVEL NON-SELECTED ----*/
	


#menu ul li.current_page_ancestor ul li.current_page_item ul li.page_item a:visited {
	width:149px;
	padding:6px;
	padding-left:45px;
	display:block;
	border-bottom:1px solid #cccccc;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 35px 8px;
	background-color:none;
	color:#f1f1f1;
	}
	
	#menu ul li.current_page_ancestor ul li.current_page_item ul li.page_item a:link {
	width:149px;
	padding:6px;
	padding-left:45px;
	display:block;
	border-bottom:1px solid #cccccc;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 35px 8px;
	background-color:none;
	color:#333333;
	}
	
#menu ul li.current_page_ancestor ul li.current_page_item ul li.page_item a:hover {
	background-color:#0055aa;
	color:#ffffff;
}

/* end */

#menu ul li.current_page_ancestor ul li.current_page_ancestor  a:visited {
	width:164px;
	padding:6px;
	padding-left:30px;
	display:block;
	border-bottom:1px solid #ffffff;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 15px 8px;
	background-color:#999999;
	color:#cccccc;
	}
	
#menu ul li.current_page_ancestor ul li.current_page_ancestor a:link {
	width:164px;
	padding:6px;
	padding-left:30px;
	display:block;
	border-bottom:1px solid #ffffff;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 15px 8px;
	background-color:#999999;
	color:#cccccc;
	}
	
#menu ul li.current_page_ancestor ul li.current_page_ancestor a:hover {
background-color:#0055aa;
	color:#ffffff;
	}
	

	
	

/* --- Third Level Selected ---*/

#menu ul li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_item  a:visited {
	width:149px;
	padding:6px;
	padding-left:45px;
	display:block;
	border-bottom:1px solid #ffffff;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 30px 8px;
	background-color:#666666;
	color:#FFFFFF;
	}
	
#menu ul li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_item  a:link {
	width:149px;
	padding:6px;
	padding-left:45px;
	display:block;
	border-bottom:1px solid #ffffff;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 30px 8px;
	background-color:#666666;
	color:#FFFFFF;
	}
	
#menu ul li.current_page_ancestor ul li.current_page_ancestor ul li.page_item  a:visited {
	width:149px;
	padding:6px;
	padding-left:45px;
	display:block;
	border-bottom:1px solid #ffffff;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 30px 8px;
	

	}
	
#menu ul li.current_page_ancestor ul li.current_page_ancestor ul li.page_item  a:link{
	width:149px;
	padding:6px;
	padding-left:45px;
	display:block;
	border-bottom:1px solid #ffffff;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 30px 8px;


	}
	
#menu ul li.current_page_ancestor ul li.current_page_ancestor ul li.page_item a:hover {
background-color:#0055aa;
	color:#ffffff;
	}
	
/* end */

#breadcrumb {
	
 	width: 100%; 
	 float:left;
	 padding-bottom:10px;
	 margin-bottom:10px;
	 border-bottom:1px solid #0055aa;
	 font-size:11px; 
	}

/* #breadcrumb a:visited{
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
}

#breadcrumb a:link {
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
}

#breadcrumb a:hover {
color:#f0ac32;
font-weight:bold;
text-decoration:underline;
}*/

#submenu {

	float:right;
	padding-bottom:7px;
	margin-bottom:7px;
	border-botom:1px solid #cccccc;
	text-align:right;
	
}

#submenu a {
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
	border-left:1px solid #000000;
	float:left;
}

#submenu li.pagenav  {
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	
}

#submenu li.pagenav ul  {
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	
}

#submenu li.pagenav ul li.page_item {
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	
}

#submenu li.page_item {
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	
}

.post {
	
	float:left;
	text-align:left;
	
}

.post h3 {
font-size:18px;
}

div.post ul{
list-style-position:inside;

		
	}

div.post ul li {
	padding-top:6px;
	padding-bottom:6px;
	}

	



.divider {
	padding-top:15px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	width:100%;
	clear:left;
	float:left;
	}


.entry img {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	border:1px solid #ccc;
	
	}
	
	.entry {
	float:left;
	width:100%;
	}
	
.entry a img  {
	border:0px;
}

.entry p {
	font-size:12px;
	color:#333333;
	line-height:18px;
	font-style: normal;
	font-weight: normal;
	
}

.attachments {
	
	float:left;
	clear:left;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	}
	
#respond {
	float:left;
	clear:left;
	margin-top:20px;
}
	

#respond h3 {
	font-weight:normal;
	color:#666666;
	margin-bottom:15px;
}
	
.alignleft {
	float:left;
	vertical-align:middle;
	}
	
.alignright {
	float:right;
	vertical-align:middle;
}

small {
clear:left;
}

p.postmetadata {
font-size:11px;
clear:left;
float:left;
}
	
	
.navigation {
	float:left;
	clear:left;
	width:100%;
}

h3#comments {
	color:#666666;
	font-weight:normal;
	margin-bottom:16px;
}

div.contactleft {
	float:left;
	width:190px;
	margin-right:20px;
	
	text-align:left;
}

div#MMEmbeddedMap {
	width:500px;
	float:left;
	
}

div#mapviewer {
	width:500px;
	float:left;
	
}

.staff {
	width:100%;
	float:left;
	clear:left;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
}

.stafff img {
float:left;
margin-right:20px;
}





