/* @override http://www.vetmedsplus.co.uk/wordpress/wp-content/themes/vmp/style.css */

/* Reset all styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {

}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Begin Typography & Colors */
body {
    margin: 0px;
    padding: 0px;
    background-color: #E5EED8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:normal;
    color: #000000;
    line-height: 1.3em;
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 770px;
	background-color:#FFFFFF
}

#header {
	background-color: #ffffff;
	background-image:url(/images/header_dog.gif);
	background-repeat: no-repeat;
	background-position: left;
}


.description {
	padding-left: 20px;
	padding-top: 100px;
	font-size: 1.5em;
	font-weight: bold;
	color: #2ea321;
	text-align: left;
	}

#headerimg {
	height: 150px;
}
	
#content {
    float:left;
	margin:0px;
    width:510px;
    padding:0 0 10px 20px;
    background-color: #FFFFFF;
}
	
#sidebar {
    float:right;
	margin: 10px 10px 10px 0;
    width:210px;
    padding:0 10px 10px 10px;
    background-color: #f4f4f4;
}	

#footer {
    clear: both;
	margin: 0px;
}

#blogfooter {
    margin: 0px;
    text-align: center;
	background-color: #2ea321;
	padding: 5px 15px 5px 0px;
}

#blogfooter li{
  margin: 0px;
  padding: 0 0 25px 0;
  display: inline;
  list-style-type: none;
}

#blogfooter a{
  font-size: 100%;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  color: #ffffff;
}

#blogfooter a.active, #blogfooter a:hover{
color: #C0DEE8;
}

.entry, {
	line-height: 1.4em;
	}
	
.postmetadata {
	text-align: left;
	}
	
p.postmetadata {	
	color: #24324b;
    }

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
div.entrytext p {
	margin: 5px 20px 5px 0;
}

div.entry ol {
	padding-left: 20px;
}

div.entry ol li ol li {
	list-style-type: lower-roman;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 2em;
	}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #452b12;
	}

h1 {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 2em;
	}

#headerimg .description {
	font-size: 1.2em;
	font-weight: normal;
	width: 350px;
	color: #2ea321;
	text-align: left;
	}

h2 {
	font-weight: normal;
	font-size: 1.5em;
	}

h2.pagetitle {
	font-size: 1.4em;
	font-weight: normal;
}


h3 {
	font-size: 1.3em;
	padding:  0px;
	margin:  5px 0px;
	}

h4 {
    color: #2ea321;
    margin-bottom: 0px;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

div.post {
	border-bottom:  1px solid #ccc;
	margin-bottom:  20px;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	  font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small {
	font-size: 0.8em;
	color: #00a1bc;
	font-style: italic;
}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #00a1bc;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #00a1bc;

	}

a:hover {
	color: #2ea321;
	text-decoration: underline;
	}

/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 10px 0 10px 0;
	
	}


#sidebar h2 {
    color: #2ea321;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* 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 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

li {
	padding: 5px;
	margin-left: 15px;
	color: #2ea321;
}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}



#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li ul li {
	list-style-type: disc;
	color: #2ea321;;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}


#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



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

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display:block;
    width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 30px;
	}