/*

Theme Name: Otay Pet Vets
*/
/*general alignment*/

.alignleft {

  float: left;

}

.alignright {

  float: right;

}



/*the main div containers*/

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 85%; margin: 0; padding: 0; color: #555555; background-image: url(../../../../images/eosweav5.gif); background-repeat: repeat; background-position: left top; }

#wrapper {

	width: 800px;

	margin: 0 auto 20px;

	padding: 0;

}

#header { background-color: transparent; height: 106px; width: 810px; margin: 0; padding: 0; }

#main { background-image: url(../../../../images/body_slice.png); background-repeat: repeat-y; background-position: center top; width: 800px; float: left; margin: 0; padding: 10px 0 0; }

#content {

	width: 550px;

	padding: 0 10px 10px 20px;

	float: left;

	line-height: 1.3em;

}

#sidebar { font-family: verdana, tahoma; width: 200px; height: 100%; float: right; margin-top: 0; margin-right: 0; padding-right: 15px; }
#footer { height: 42px; clear: both; text-align: center; font-size: 0.8em; background-image: url(../../../../images/footer.png); background-repeat: no-repeat; background-position: center top; width: 800px; padding: 13px 0 0; }
/*some general classes */

.description {

	clear: left;

	padding: 5px 0 5px 35px;

}

.post {

	padding: 5px;

	font-size: .9em;

}

.entry-content, .entry-excerpt {

	clear: left;

}

.navigation {

  clear: both;

}

.avatar {

  float: right;

  margin: 0 0 3px 5px;

}



/*style the header h1 - the main heading*/

#header h1 a:link, #header h1 a:visited {

	font-size: 1em;

	float: left;

	font-family: Georgia, "Times New Roman", Times, serif;

	margin: 0px;

	width: 600px;

	padding: 1px 0 0 25px;

	clear: both;

}

#header h1 a:hover {

	text-decoration: underline;

}



/*style for menu and submenu, pages and sub-pages in the header*/

#menu{ white-space: nowrap; margin: 0; width: 100%; padding-top: 22px; padding-bottom: 0; padding-left: 0; }

#menu ul { text-align: right; margin: 0; padding: 0 15px 0 0; }



#menu li { display: inline; list-style-type: none; margin: 0; }

#menu li a:link, #menu li a:visited { color: #333; font-size: 12px; font-family: Tahoma, verdana; text-decoration: none; margin: 0; padding: 14px 4px 0; }

#menu li a:hover {

	text-decoration: underline;

}
#menu .current_page_item a { background-image: url(../../../../images/pointer.png); background-repeat: no-repeat; background-position: center top; text-decoration: none; }
#menu .current_page_parent a { text-decoration: none; background-image: url(../../../../images/pointer.png); background-repeat: no-repeat; background-position: center top; }
/*style the headings*/

#content h1 {

	font-size: 1.5em;

}

#sidebar h1 {

	font-size: 1.4em;

}
.post h2 {

	font-size: 1.8em;

	margin: 45px 0 10px 0;

	padding: 0;

}

.post h3 {

  font-size: 1.8em;

  margin: 0;

  padding: 0;

}



/*style the post date*/
/*<agl.folder "style the post date">*/
	.entry-date {

	height: 89px;

	width: 71px;

	display: inline;

	float: left;

	margin: 0 10px 0 0;

	border: 2px solid #000000;

	color: #000000;

	font-family: Georgia, "Times New Roman", Times, serif;

}
	.entry-month {

	font-size: 19px;

	width: 71px;

	text-align: center;

	height: 28px;

	margin: 7px 0 0 0;

	font-weight: bold;

	padding: 0 0 2px 0;

}
	.entry-day {

	font-size: 28px;

	text-align: center;

	height: 30px;

	width: 71px;

	margin: 4px 0 0 0;

	font-weight: bold;

	line-height: 30px;

}
/*</agl.folder>*/
/*style content and footer links*/

#content a:link, #content a:visited {

	padding: 2px;

}

#content a:hover {

	text-decoration: none;

}
#footer p { color: #ccc; text-align: center; }
#footer a:link, #footer a:visited { color: #630; text-decoration: none; }
#footer_menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0;
	
}
#footer_menu ul {
	margin: 0px;
	padding: 0px;
}
#footer_menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#footer_menu li a:link, #footer_menu li a:visited { font-family: verdana, tahoma; padding: 3px; }
#footer_menu li a:hover {
	text-decoration: underline;
}
#footer_menu .current_page_item a { font-weight: bold; text-decoration: underline; }
/*style sidebar links*/
#sidebar, #sidebar p { color: #555; font-size: 11px; text-decoration: none; }
#sidebar ul {

	margin: 0 0 0;

	padding: 0;

	list-style-type: none;

}

#sidebar  li a:link, #sidebar li a:visited { color: #555; display: block; text-decoration: underline; margin-bottom: 0.1em; padding: 1px; }

#sidebar li a:hover { color: #900000; text-decoration: underline; }
#sidebar ul ul {

  margin-left: 10px;

}

#sidebar ul ul li, #sidebar ul ul li {

  font-size: .9em;

  margin-left: 10px;

}
#sidebar h2, #sidebar h2 a:link, #sidebar h2 a:visited { color: #630; font-size: 1.1em; text-decoration: none; margin: 0; padding-top: 10px; padding-bottom: 3px; }
/*underpost is exactly what you think, under the post on single.php*/

.underpost {

	font-size: .9em;

}

#content .underpost a {

	text-decoration: underline;

}



/*if you insert image and give it a class of the below.*/

img.centered{

	display: block;

	margin: 0 auto 0 auto;

}

img.alignright{

	padding: 4px;

	margin: 3px 0 2px 10px;

	display: inline;

}

img.alignleft{

	padding: 4px;

	margin: 3px 10px 2px 0;

	display: inline;

}



/*oh you're so fancy with those blockquotes....*/

blockquote {

  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;

  width: 345px;

  background: url(images/blockquote1.png) no-repeat right bottom;

  padding: 0 10px 0 30px;

  text-indent: -30px;

}

blockquote p:first-letter {

  background: url(images/blockquote2.png) no-repeat left center;

  padding: 0 0 0 30px;

  font: italic 1.7em Georgia, "Times New Roman", Times, serif;

}



/*time to fancy up the commenting form and stuff*/

#respond p {

	font-size: .9em;

}

#commentform input {

	

}

#commentform textarea {

	

}

#commentform {	

	padding: 10px;

}



/*below styles admin authors comments on single.php*/

li.author {

	padding: 5px;

}

/*start to style comments, they're an ordered list, hence the ol..*/

ol.commentlist {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

}

ol.commentlist li {

	margin: 15px 0 0 0;

}

#content ol.commentlist li a {

	text-decoration: underline;

}



/*these are some preventative measures for image hovers, haven't tested it much*/

a.image:link, a.image:visited, a.image:hover {

	background: none;

	padding: 0;

	border: none;

}

a.image img {

	border: none;

}
/*for the "share this" functionality*/
.stbuttontext { margin-left:18px; }
/*for the Links Page styling*/
.linkcat { color: #555; font-size: 12px; list-style-type: none; list-style-image: none; }
.linkcat h2 { color: #800000; font-size: 15px; font-family: verdana, tahoma; list-style-type: none; list-style-image: none; }
.linkcat li { list-style-type: none; list-style-image: none; }
