/*  
Theme Name: Furrever Friends
Theme URI: http://furreverfriends.org/
Description: Furrever Friends Design
Version: 1.0
Author: Kim Kraft
Author URI: http://studiokraft.com/

	Furrever Friends
	 http://furreverfriends.org/blog

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

strong {font-weight:bold;}


/* Begin Typography & Colors */
#page {
	text-align: left;
	font-size:0.6em;
	font-family: 'arial unicode ms',arial,clean,sans-serif;
	}

#page #content {
	font-size: 1.2em
	}

#page .widecolumn .entry p {
	font-size: 1.2em;
	}

#page .narrowcolumn .entry, #page .widecolumn .entry {
	line-height: 1.2em;
	}

#page .widecolumn {
	line-height: 1.4em;
	}

#page .narrowcolumn .postmetadata {
	text-align: center;
	}

#page .alt {
	/* background-color: #f8f8f8; */
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#page small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#page h1, #page h2, #page h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform:capitalize;	
	}

#page h1 {
	font-size: 4em;
	text-align: center;
	}

#page #headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#page h2, #page h2 a {
	font-size: 16pt;
	line-height: 16pt;
	text-align: left;
}

#page h2.pagetitle {
	font-size: 1.6em;
	}

#page #sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#page h3, #page h3 a {
	font-size: 1.3em;
	}

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

#page h2, #page h2 a, #page h2 a:visited, #page h3, #page h3 a, #page h3 a:visited {
	color: #333;
	}

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

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

#page .commentlist li, #page #commentform input, #page #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#page .commentlist li {
	font-weight: bold;
	}

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

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

#page #commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#page .commentmetadata {
	font-weight: normal;
	}

#page #sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#page small, #page #sidebar ul ul li, #page #sidebar ul ol li, #page .nocomments, #page .postmetadata, #page blockquote, #page strike {
	color: #666;
	}

#page .post small {
	display:block;
	margin:5px 0px 15px 0px;
	padding:3px;
	background:#eee;
	font-style:italic;
}	

#page code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

#page a, #page h2 a:hover, #page h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

#page a:hover {
	color: #147;
	text-decoration: underline;
	}

#page #wp-calendar #prev a {
	font-size: 9pt;
	}

#page #wp-calendar a {
	text-decoration: none;
	}

#page #wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#page #wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#ffrv_page #page {
	float:left;
	margin:0;
	padding: 0px;
	width:708px;
	background-color: #fff;
	background:url("http://www.furreverfriends.org/images/subpage_background.jpg") top left repeat-x;
}

#page p {
	margin:5px 0px 5px 0px;
}

#page .narrowcolumn {
	display:block;
	float:left;
	padding:0px 0px 0px 10px;
	width:500px;
}

#page .widecolumn {
	display:block;
	float:left;
	padding:0px 0px 0px 10px;
	width: 500px;
}

#page #sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 525px;
	width: 125px;
}


#page .post {
	clear:both;
	display:block;
	text-align: justify;
}

#page .widecolumn .post {
	margin: 0;
	}

#page .narrowcolumn .postmetadata {
	padding-top: 5px;
	}

#page .widecolumn .postmetadata {
	margin: 30px 0;
	}

#page .widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#page .widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

#page .postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */
#page h1 {
	padding-top: 70px;
	margin: 0;
	}

#page h2 {
	margin: 30px 0px 10px 0px;
	}

#page h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#page #sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#page h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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



/* Begin Images */
#page 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) */

#page img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#page img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

#page .alignright {
	float: right;
	}

#page .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 #page .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

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

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

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

#page .postmetadata ul, #page .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#page #sidebar ul, #page #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#page #sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

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

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

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

#page ol li, #page #sidebar ul ol li {
	list-style: decimal outside;
	}

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



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

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

#page #sidebar #searchsubmit {
	padding: 1px;
	}

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

#page select {
	width: 130px;
	}

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

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

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



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

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

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

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

#page #commentform p {
	margin: 5px 0;
	}

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

#page .commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#page #sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#page #wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#page #wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#page #wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#page #wp-calendar a {
	display: block;
	}

#page #wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#page #wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#page #wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
#page acronym, #page abbr, #page span.caps {
	cursor: help;
	}

#page acronym, #page abbr {
	border-bottom: 1px dashed #999;
	}

#page blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

#page blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

#page .center {
	text-align: center;
	}

#page hr {
	display: none;
	}

#page a img {
	border: none;
	}

#page .navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

p.credit {
	font:normal 8pt 'arial unicode ms',arial,clean,sans-serif;
	color:#777;
}


/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

