/*  
Theme Name: PORF Site
Theme URI: http://www.petsorfood.com
Description: Template for PorF Site
Version: .01
Author: me
Author URI: http://petsorfood.com.com

	PorF Site
	 http://petsorfood.com

	This theme was designed and built by Rick Sanchez,
	whose blog you will find at http://www.petsorfood.com

*/

/* Alignment and Captions */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



#outline {
	width:750px;
	border-right: 2px solid #797946;
	border-bottom: 2px solid #797946;
	border-left: 2px solid #797946;
	}


/* Begin Typography & Colors */


A { color: #009933; text-decoration: none; }
A:VISITED { color: #006600; TEXT-DECORATION:NONE; }
A:HOVER { color: #666633; text-decoration: none; }

BODY { 
	background: #ffffff url(images/core/gradient_bg.gif) repeat-x;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10;
	 }
	 
h1, h2, h3 ,.lmid h2 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	color:#666633;	
	}
h1 a, h2 a, h3 a, .lmid h2 a, h1 a:hover, h2 a:hover, h3 a:hover, .lmid h2 a:hover, h1 a:visited, h2 a:visited, h3 a:visited .lmid h2 a:visited {
	text-decoration: none;
	}
h1 a, h2 a, h3 a, .lmid h2 a {
	color:#009933;
	}
h1 a:visited, h2 a:visited, h3 a:visited, .lmid h2 a:visited {
	color:#006600;
	}
h1 a:hover, h2 a:hover, h3 a:hover, .lmid h2 a:hover {
	color:#666633;
	}		


/* END TYPOGRAPHY AND COLORS */

/* spacer */

.spacer
{
	margin-top: 18;
	}

/* BEGIN SIDEBAR CONSTRUCTION */

.ltop
{
	background: url(images/core/box_top_sidebar.gif) no-repeat;
	display: block;
	width: 146px;
	height: 12px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0;
}
.lmid
{
	background: url(images/core/box_outline.gif) repeat-y;
	width: 146px;
	padding: 0 0x 0 5px;
}
.lmid h2
{
	font-family: Arial, Verdana, Sans-Serif;
	color:#666633;
	font-weight:bold;
	margin: 0 0px 0 5px;
	font-size: 16px;
	padding-bottom: 5px;
	a color: #009933; 
	text-decoration: none;
	
}
.lbot
{
	background: url(images/core/box_bottom.gif) no-repeat;
	width: 146px;
	height: 18px;
	margin-bottom: 15px;
	font-size: 1px;
	line-height: 0;
}

/* END SIDEBAR CONSTRUCTION */


/* LISTS */
#right
{
	float: left;
	width: 146px;
	padding: 0 0px 0px 0px;
}

#left ul, #right ul, #left ol, #right ol
{
	margin: 0px 5px 0 5px;
	line-height: 15px;
	padding: 0;
}
#left .commentlist li.alt ol, #left .commentlist li.alt ul
{
	margin: 5px 0 0 0;
	line-height: 25px;
	padding: 0;
}
#left li, #right li
{
	font-family: Arial, Verdana, Sans-Serif;
	list-style: none;
	font-size: 12;
	background-position: 0 5px;
	padding-left: 5px;
	margin: 0;
	botder: 0;
}

/* END LISTS */

 /* top products */
.top_p {
	font-size: 12;
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px 5px 0 0px;
	}

.top_p_list {
	font-size: 12;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0px 0 0px;
	}

 /* testimonials */
.test {
	font-size: 12;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 5px 0 7px;
	}
.testp {
	font-size: 12;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	margin: 0 10px 0 20px;
	}	

/* cribbing for comments  and posts */

#left .post blockquote
{
	margin: 10px;
	background: url(images/quote.jpg) no-repeat top left;
	padding-left: 45px;
	min-height: 36px;
}


.post .title {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	color: #666633;
	margin-bottom: 8px;
}
.post .title a
{
	font-size: 18px;
	text-decoration: none;
	color: #009933;
}
h2 {
	font-size: 18px;
	text-decoration: none;
	color: #009933;
}
.post .title a:hover
{
	color: #666633;
	text-decoration: none;
}
.post .meta
{
	color: #999;
	padding: 2px;
	font-size: 12px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.post .meta a
{
	color: #777777;
}
.post .meta a:hover
{
	color: #000;
}
.post .meta .posted
{
	float: left;
}
.post .meta .comments
{
	float: right;
}
.posted {
	padding-bottom: 3px;
	padding-top: 2px;
	}

.post .meta .comments a
{
	background: url(images/comments.png) left no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 2px;
	display: block;
	text-decoration: none;
}
.post .entry
{
	text-align: left;
	padding: 6px;
	margin-bottom: 15px;
}
.spacer {
margin-bottom:15px;
}
/* COMMENTS */
#comments, #respond{
	margin: 0;
	padding:1em 0 0 0;
}
#commentform 
{
	margin:10px 0;	
	padding:10px;
	background:#f9f9f9;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}
#left .commentlist {
	margin: 1em 0;
	padding: 0;		
	border-top: #ddd 1px solid;
}
#left .commentlist li.one, #left .commentlist li.alt
{
	list-style:none;
	margin: 0;
	padding: 0.5em 0.5em 2em;	
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
}
#left .commentlist li.alt 
{
    background:#f9f9f9;    
}
#left .commentlist li.authorcomment 
{
    background: #ECE9D8;      
}
#left .commentlist li.one .cmtinfo, #left .commentlist li.alt .cmtinfo 
{
	font-size:1em;			
}
#left .commentlist li.one cite, #left .commentlist li.alt cite
{
	font-style:normal;
	font-weight:bold;
}
#left .commentlist li.one .cmtinfo em, #left .commentlist li.alt .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}