/*
File:			custom.css
*/
/*---- Background and Miscellaneous Tags ----*/
.custom {
	background: url('images/repeatxy_87546231.png');
	}
.custom  #container {
	background-color: #F4EDDD;
	}
.custom .clear {
	clear: both;
	}
.custom a {color: #604E42; text-decoration: underline;}
.custom a:hover {color: #660033;}
.custom .alignright {
	float: right;
	cursor: pointer;
}
.custom .alignleft {
	float: left;
	cursor: pointer;
}
.custom .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.custom .wp-caption {
	border: 1px solid #B5A584;
	text-align: center;
	background-color: #EDE4CC;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.custom .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.custom .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*---- Title and Paw Tracks Image ----*/
.custom #mastheadLeft {
	float: left;
	}	
.custom  #mastheadImgage {
	margin-left: 20px;
	}
.custom  #mastheadLeft #logo a {color: #604E42; letter-spacing: 1px;}
.custom #mastheadLeft #logo a:hover {color: #660033;}
	
/*---- Header Image Panel ----*/	
.custom #rotating_image { 

	}
.custom #rotating_image img {
	margin: 11px 0px 11px 11px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #B5A584;
	}
.custom #rotating_image #rotateImg { 
	width: 700px;
	}	
.custom img#fnfLogo { 
	width: 143px;
	}


/*---- Member Logo List	----*/
.custom ul.memberLogos {
	list-style: none;
	}
.custom ul.memberLogos li {
	margin-bottom: 10px;
	margin-left: 15px;
	}

/*---- Sidebar ----*/
.custom #left_bar, #right_bar{
	padding: 0px 0px 0px 0px;
	}

.custom #right_bar {
	margin: 0px 0px 0px 10px;
	}

.custom .sidebar {
	background-color: #EDE4CC;
	}
	
.custom .sidebar h2 {
	text-transform: none;
	background: url('images/h2gradient.png') repeat-x;
	font: 1.4em/1.5em Verdana,serif;
	padding-left: 5px;
	border: none;
	letter-spacing: 0px;
	font-weight: bold;
	}

.custom .sidebar li.widget a:hover {
	background: url('images/paw_small.png') no-repeat top left;
	}

.custom 	.sidebar li.widget a{
	padding: 0px 0px 0px 20px;
	}

.custom #search_form  input{
	width: 175px;
	margin-left: 4px;
	background-color: #F4EDDD;
	}
/*---- General Content ----*/
.custom blockquote p {
	padding: 10px 5px 0px;
	margin: 10px 5px 0px;
	}
.custom blockquote {
	border-left: none;
	background-color: #EDE4CC;
	padding: .9em;
	margin: .9em;
	border-style: solid;
	border-color: #B5A584;
	border-width: 0 1px 1px 0;
	}
.custom blockquote > p:first-child:before {
	content: "\201c";
	font-size: 4em;
	color: #604E42;
	vertical-align: -.25em;
	margin: 0 .2em 0 0;
	}
.custom blockquote > p:last-child:after {
	content: "\201d";
	font-size: 4em;
	color: #604E42;
	vertical-align: -.7em;
	margin: 0 0 0 .2em;
	}
.custom blockquote p {
	font-size: 120%;
	color: #604E42;
	font-style: italic;
	}
/*---- End General Content ----*/

/*---- Archives ----*/
.custom .archives h1 {
	background-color: #D9CAA7;
	}
.custom .navigation {
	background-color: #D9CAA7;
	}
/*---- End Archives ----*/

/*---- Blank Page ----*/
.custom #blank_page .sidebar{
	width: 100%;
	border-top: 5px solid #B5A584;
	}
.custom #blank_page .sidebar ul.sidebar_list li.widget {
	width: 100%;
	margin: 0;
	padding: 3px 3px 0;
	margin: 3px 3px 0;
	}
.custom #blank_page ul.sidebar_list h2 {
	text-indent: -8000px; 
	font-size: 0px;
	}
.custom #blank_page ul.sidebar_list li.page_item {
	float: left;
	padding: 0 3px;
	}

.custom #blank_page #blank_content {
	margin-top: 10px;
	}
/*---- End Blank Page ----*/

/*---- Wide Page ----*/
.custom #wide_content_inner {
	width: 665px;
	}
/*---- End Wide Page ----*/

/*---- Comments ----*/
.custom #comments .comment{
	background-color: #D9CAA7;
	}
.custom #comments .alt{
	background-color: #F4EDDD;
	}
.custom #comments dt.comment {
	border-bottom: 2px solid #B5A584;
	}
.custom .comment_time {
	color: #604E42;
	}
/*---- End Comments ----*/

/*---- Footer ----*/
.custom #footer {
	border: none;
	}
.custom #footer p {
	text-align: center;
	}	
