/* CSS Document */

/* General Settings */
*{margin: 0; padding: 0;}

html, body {
height:100%;
}

body{
background-color: #CC0000;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-position: top center;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
color:#fff;
text-align:center;
}

p { margin-bottom: 12px; text-align: left; line-height:15px; }

a, a:visited, a:active{color:#FFE303; font-weight: normal; text-decoration: none;}
a:hover{color:#FFE303; font-weight: normal; text-decoration: underline;}

h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:normal;
color:#FFE303;
}

h1.archivetitle{ 
font-size:28px;
border-top: 1px solid #950A0A;
border-bottom: 1px solid #950A0A;
padding-top: 8px;
padding-bottom: 8px;
margin-bottom: 15px;
}

h1.comment_header{ 
border-bottom: 1px solid #950A0A;
padding-bottom: 4px;
margin-top: 50px;
text-align: left;
}

h1.page_header{ 
padding-top: 15px;
margin-bottom: 7px;
text-align: left;
}

h2{
font-size:15px;
font-weight: bold;
color:#CC0000;
padding: 0px;
margin: 0px;
}

span{ font-size: 12px;}

#container {
width: 900px;
min-height:100%;
margin-bottom: -565px;
position: relative;
margin-left:auto;
margin-right:auto;
}
/* See IE6 for IE Fix */

#clear_footer {
height: 565px;
clear: both;
}

/* Header */
#header{
width: 900px;
height: 380px;
}

#header_logo{
width: 327px;
height: 129px;
float: left;
margin-top: 28px;
}

#main_nav{
width: 496px;
height: 55px;
float: right;
margin-top: 102px;
}

#main_title{
width: 900px;
height: 65px;
float: left;
}

#header_banner{
width: 900px;
height: 127px;
float: left;
margin: 39px 0 0 0;
}

/* Navigation */
#history_but	{
float:left;
background-image:url(images/NavButtons/roll_history.jpg);
background-repeat: no-repeat;
display: block;
width:188px;
height:55px;
margin:0; 
margin-bottom:0px;
padding:0; 
}
#history_but a {
display:block;
width:188px;
height:55px;
float: left;
margin: 0;
padding: 0;
text-decoration: none; 
}
#history_but img {width: 100%; height: 100%; border: 0; }
* html a:hover {visibility:visible}
#history_but a:hover img{visibility:hidden;
}

#dogs_but	{
float:left;
background-image:url(images/NavButtons/roll_dogs.jpg);
background-repeat: no-repeat;
display: block;
width:155px;
height:55px;
margin:0; 
margin-bottom:0px;
padding:0; 
}
#dogs_but a {
display:block;
width:155px;
height:55px;
float: left;
margin: 0;
padding: 0;
text-decoration: none; 
}
#dogs_but img {width: 100%; height: 100%; border: 0; }
* html a:hover {visibility:visible}
#dogs_but a:hover img{visibility:hidden;
}

#blog_but	{
float:left;
background-image:url(images/NavButtons/roll_blog.jpg);
background-repeat: no-repeat;
display: block;
width:153px;
height:55px;
margin:0; 
margin-bottom:0px;
padding:0; 
}
#blog_but a {
display:block;
width:153px;
height:55px;
float: left;
margin: 0;
padding: 0;
text-decoration: none; 
}
#blog_but img {width: 100%; height: 100%; border: 0; }
* html a:hover {visibility:visible}
#blog_but a:hover img{visibility:hidden;
}
/* END OF Navigation */

/* Main */
#main {
width:900px;
margin-bottom: 40px;
}

#main_blog_left{
width: 540px;
float: left;
margin-top: 30px;
padding-right: 20px;
}

#main_blog_right{
width: 340px;
float: left;
}


/* Posts */
.banner_ad{
width: 728px;
height: 90px;
float: left;
padding: 0 86px 20px 86px;
}

.post {
width: 540px;
height:auto;
margin-bottom:25px;
float:left;
}

.post-date {
width: 80px;
height: 140px;
float:left;
background: url(images/date_bg.jpg) no-repeat;
padding-right: 10px;
color: #950A0A;
}
.post-month {
font-size: 11px;
text-transform: uppercase;
text-align: center;
display:block;
line-height: 11px;
padding-top: 84px;
margin-left: -0px;
}
.post-day {
font-size: 18px;
text-transform: uppercase;
text-align: center;
display:block;
line-height: 18px;
padding-top: 3px;
margin-left: -0px;
}
.post-year {
font-size: 10px;
text-transform: uppercase;
text-align: center;
display:block;
line-height: 11px;
padding-top: 2px;
margin-left: -0px;
}

.main_post {
width: 450px;
height:auto;
float:left;
margin-top: 55px;
}

.post_header {
width: 450px;
height:auto;
float:left;
padding-bottom:8px;
}

.post_content {
width: 450px;
height:auto;
float:left;
padding-top: 8px;
border-bottom: 1px solid #950A0A;
border-top: 1px solid #950A0A;
margin-bottom: 4px;
}
.post_content p{ font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 17px; }

.post_title {
width: 450px;
height:auto;
float:left;
text-align:left;
}

.information_txt {
width:auto;
height:auto;
float:left;
padding-right: 25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFE303;
text-align:left;
}

.post_foot {
width: 450px;
height: auto;
float: left;
}

.navigation {
width: 450px;
height: auto;
float:left;
margin-top: 15px;
padding-left: 90px;
}
.alignleft a { width:auto; float:left; text-align:left;  }
.alignright a { width:auto; float:right; text-align:right;  }	

/* Entry */
.entry {
width: 540px;
height:auto;
margin-top: 40px;
margin-bottom:25px;
float:left;
}
.entry p{ font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 17px; }

/* Sub Titles */
.sub_title{
width: auto;
height: 110px;
float: left;
}

.tao_symbol{
width: 72px;
height: 110px;
float: left;
}

.title{
float: left;
padding-top: 43px;
}

/* Our History */
#our_history_left{
width: 590px;
float: left;
padding-right: 10px;
}

#our_history_right{
width: 300px;
float: left;
padding-top: 10px;
}

.history_photos{
width: 300px;
float: left;
}

.history_photos_middle{
width: 300px;
float: left;
background: url(images/history_photo_repeat.jpg) top center repeat-y;
}

.our_history_text{
width: 510px;
padding-left: 80px;
float: left;
}
.our_history_text p{ font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 17px; }

/* Our Dogs */
.our_dogs_left{
width: 550px;
float: left;
padding-right: 10px;
}

.our_dogs_right{
width: 340px;
float: left;
padding-top: 10px;
}

.our_dogs_text{
width: 470px;
padding-left: 80px;
float: left;
}
.our_dogs_text p{ font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 17px; }

.dogs_photos{
width: 340px;
float: left;
}

.dogs_photos_middle{
width: 340px;
float: left;
background: url(images/dogs_photo_repeat.jpg) top center repeat-y;
}


/* Sidebar */
#sidebar_top{
width: 340px;
height: 121px;
float: left;
}

#sidebar{
width: 250px;
float: left;
background: url(images/sidebar_repeat.jpg) top center repeat-y;
text-align: left;
padding: 0 45px 0 45px;
}

#sidebar_bottom{
width: 340px;
height: 50px;
float: left;
}

.sidebar_ad{
width: 300px;
float: left;
padding: 5px 20px 10px 20px;
}

.rss_button{
width: 250px;
height: 73px;
float: left;
background: url(images/sidebar_repeat.jpg) top center repeat-y;
text-align: left;
padding: 0 45px 10px 45px;
}

#sidebar h2 {
width: 250px;
height: auto;
border-top: 1px solid #CC0000;
border-bottom: 1px solid #CC0000;
padding-top: 4px;
padding-bottom: 4px;
}

/* Sidebar UL */
#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}

#sidebar li a, #sidebar li a:visited, #sidebar li a:active { color:#CC0000; text-decoration: none; }
#sidebar li a:hover { color:#CC0000; text-decoration: underline; }

/* Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}



/* Begin Comments*/
.comment_area{
float: left;
}

.alt {
margin: 0;
padding: 10px;
border-bottom: 1px solid #950A0A;
}

.commentlist {
margin: 10px 0 10px 0;
padding: 0 0 20px 0;
text-align: justify;
}

.commentlist span{ font-size: 13px; font-weight: bold; padding-bottom: 3px; color:#FFE303; text-transform: uppercase;}

.commentlist li {
margin: 10px 0 3px 0;
padding: 10px;
list-style: none;
border-bottom: 1px solid #950A0A;
}

.commentlist p {
margin: 5px 5px 5px 0;
}

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}

small{ font-size: 10px; color: #FFE303;}
small a, small a:visited, small a:active{color:#FFE303; text-decoration: none;}
small a:hover{color:#FFE303; text-decoration: underline;}


/* Footer */
#footer {
height: 565px;
position: relative;
background-color: #FFE303;
background-image: url(images/footer_bg.jpg);
background-repeat: repeat-x;
background-position: top center;
}

#footer_main{
width: 880px;
padding: 110px 10px 15px 10px;
margin-left:auto;
margin-right:auto;
color: #CC0000;
}

#contact{
width: 480px;
float: left;
text-align: left;
padding-right: 40px;
}

#bottom_links{
width: 360px;
float: left;
text-align: left;
}

ul.footer_info {
	margin: 0;
	padding: 0;
}

ul.footer_info li {
	list-style-type: none;
    list-style-image: none;
	margin: 0;
	padding: 0;
	color: #CC0000;
	padding: 8px 0 8px 0;
    border-bottom: 1px solid #CC0000;
}

ul.footer_info li a, ul.footer_info li a:visited, ul.footer_info li a:active { 
	padding: 6px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
}
ul.footer_info li a:hover {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFE303;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	background-color: #CC0000;
} 

ul.footer_info p a, ul.footer_info p a:visited, ul.footer_info p a:active { color:#CC0000; padding: 0; text-decoration: none; }
ul.footer_info p a:hover { color:#CC0000; text-decoration: underline; padding: 0; background-color: #FFE303; }

ul.footer_info h2{ color: #CC0000; }

#footer_bottom {
width:880px;
float: left;
padding: 8px 0 8px 0;
border-top: 1px solid #CC0000;
border-bottom: 1px solid #CC0000;
margin-top: 25px;
margin-bottom: 5px;
}
#copyright {
width: auto;
text-align: left;
font-size: 11px;
float: left;
}

#dd_link {
width: auto;
text-align: right;
font-size: 11px;
float: right;
}
#dd_link a, #dd_link a:visited, #dd_link a:active { color:#CC0000; font-weight: bold;}
#dd_link a:hover { color:#CC0000; font-weight: bold;}

.wordpress_links {
width:880px;
float: left;
font-size: 11px;
}
.wordpress_links a, .wordpress_links a:visited, .wordpress_links a:active { color:#CC0000; font-weight: bold;}
.wordpress_links a:hover { color:#CC0000; font-weight: bold;}
