/*
Theme Name: Buddy
Theme URI: http://wordpress.org/
Description: Custom Theme designed for www.buddysdogtoyreviews.com.
Version: 1.0
Author: Mike Swan and Liberty Tsighis
Author URI: www.libertyinteractivemarketing.com
Tags: blue, custom header, fixed width, two columns, widgets


*/
/* global elements */

body	{
	font-size: 67.5%; /* Resets 1em to 10px */
	font-family: georgia, "times new roman", serif;
	color: #666;
	margin: 0;
	padding: 0;
	background: #efefef;
	width: 100%;
	}
	
a:link, a:visited	{color: #5d9808;text-decoration: underline;}
a:hover, a:active	{color: #5d9808;	text-decoration: none;}
#footer a:link, #footer a:visited	{color: #5d9808;text-decoration: none;}
#footer a:hover, #footer a:active	{color: #5d9808;text-decoration: underline;}
	
#page {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px; 
    background: #fff;
	}
	
h1, h2, h3	{
	color: #547495;
	text-align: left;
}

h1	{
	font-size: 2em;    
        line-height: .9;
        font-weight: normal;
        padding: 0;
		margin: 0;
	}
	
h2	{
	font-size: 1.5em;
	color: #273b8a;
        border-bottom: 1px solid #dbdad0;
        padding: 8px 0;
        font-weight: normal;
        margin: 0;
	}
	
h3	{
	font-size: 1.3em;
	margin: 5px 0 0 42px;
	color: white;
    font-weight: normal;
	}

/* header elements */

#header {
	height: 168px;
	background: #fff;
	}

#header h2	{
		background: url(images/header.jpg) no-repeat bottom left;
		text-indent: -9999px;
		height: 116px;
		padding:0;
		margin: 0 0 10px 0;
		clear: both;
}

/* nav */

#nav     {
        margin: 0 0 20px 200px;
        padding: 20px 0;
		text-align: center;
}

#nav ul	{
	float: left;
}

#nav li   {
		float: left;
        list-style: none;
}
        

#nav a    {
        text-decoration: none;
        text-transform: uppercase;
        color: #666;
        font-size: 1.2em;
        font-family: verdana, helvetica, sans-serif;
        font-weight: bold;
        margin: 0;
        padding: 20px 11px;
}

#nav a:hover  {
        color: #5d9808;
		text-decoration: underline;
}
	
/*#headerimg h1  {
	text-indent: -9999px;
	padding: 0 0 33px 0;
	margin: 0px 10px 0 220px;
	background: url('images/buddytitle.jpg') no-repeat top right;
	display: block;
	}
*/	

/* testimonials */

#testimonials	{
	clear: both;
	border-top:  3px double #979696;
}

#testimonials ul	{
	float: left;
	list-style: none;
	margin: 10px 40px 30px 40px;
	padding: 0;
}

#testimonials h2	{
	border: none;
	font-weight: bold;
	margin: 28px 0 8px 55px;
	font-size: 1.7em;
}

#testimonials li	{ 
	float: left;
	background: url(images/quote.jpg) no-repeat top left;
	width: 209px;
	padding: 0 0 0 15px;
	margin: 0 5px;
	font-size: 1.1em;
}
/* footer elements */

.clear {
	clear: both;
}

#footer {
	clear: both;
	width: 800px;
	background: #efefef url(images/footerbg.jpg) no-repeat center top;
	border-top: 1px solid #dbdad0;
	text-align: center;
	}

#footer ul	{
	float: left;
	list-style-type: none;
	display: block;
	
}

#footer ul li	{
	float: left;
	font-family: verdana, helvetica, sans-serif;
	margin: 0;
}

#lowerlinks	{
	margin: 15px 0 15px 200px;
}

#lowerlinks li a	{
	margin: 0 5px;
	font-weight: bold;
}
	
#footernav	{
	margin: 15px 0 0 125px;
}

#footernav li a	{
	margin: 0 15px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	font-size: 1.3em;
}

#footer p {
	font-size: 1em;
        font-family: verdana, helvetica, sans-serif;
        color: #666;
        text-align: center;
        padding: 0 0 0 0;
		clear: both;
        
        
	}
	
#footer p a    {
        text-decoration: none;
        font-weight: bold;
        margin: 0 5px;
}

/* main sidebar */

#mainsidebar {
	width: 270px;
	margin: 10px 63px 0 0;
        float: right;
}

#mainsidebar ul	{
	list-style: none;
}

#mainsidebar ul li	{
	width: 270px;
	background: #ebf6ff url(images/sidebartopbg2.jpg) no-repeat top left;
	padding: 0;
	margin: 40px 0;
}

#mainsidebar ul li h2	{
	padding: 25px 0 0 85px;
	margin: 0 0 10px 23px;
	border: none;
	height: 75px;
	width: 115px;
	font-size: 2em;
	color: #000;
}

#guide h2	{
	background: url(images/guideicon.gif) no-repeat bottom left;
}

#quote h2	{
	background: url(images/quoteicon.gif) no-repeat bottom left;
}

#quote form	{
	background: url(images/sidebarbottombg.jpg) no-repeat bottom right;
	padding: 0 0 20px 0;
}

#quote dl	{
	margin: 5px 0 5px 0px;
}

#quote dt	{
	margin: 0 0 0 22px;
}

#quote dd	{
	margin: 0 0 0 20px;
}

#submitbutton 	{
	margin: 0 0 0 22px;
	background: url(images/sidebarmiddlebg.jpg) repeat-y;
}


#mainsidebar ul li p	{
	/*background: url(images/sidebarmiddlebg.jpg) repeat-y bottom left;*/
	padding: 0 5px 0 23px;
	margin: 0 0 0 0;
	font-size: 1.3em;
}

#mainsidebar ul li a	{
	background: url(images/sidebarbottombg.jpg) no-repeat bottom right;
	display: block;
	padding: 15px 0 20px 23px;
	margin: 0 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

#mainsidebar ul li a:hover	{
	text-decoration: underline;
}

#mainsidebar ul li strong	{
	/*background: url(images/sidebarbottombg.jpg) no-repeat bottom left;
	padding: 0 0 46px -10px;
	margin: 0 0 0 0;*/
}

#landingsidebar {
	width: 290px;
	margin: 40px 63px 0 0;
        float: right;
	text-align: center;
}

#landingsidebar  img {
	margin: 0 0 20px 0;
}
   
#payment	{
	width: 400px;
	padding: 20px;
}

#payment input	{
	margin: 0 5px 0 20px;
}

/* ads */

#ads	{
	width: 240px;
	margin: 10px 63px 10px 40px;
	float: right;
	text-align: center;
}		
/* sidebar elements */

#sidebar h2	{
	padding: 6px 20px 6px 0;
	margin: 0;
}
	
#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 0px;
	}

#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 {
	width: 240px;
        float: right;
        margin: 10px 53px 30px 0;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
/* index elements */

#content {
	font-size: 1.2em
	}
	
#content h2 a {
	color: #273b8a;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #273b8a;
	text-decoration: underline;
	}
	
#content h2	{
	border: none;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry, .landingpage .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata, .landingpage .postmetadata {
	text-align: center;
	}
	
.narrowcolumn {
	float: left;
	width: 390px;
        margin: 42px 0 0 53px;
        padding: 0;
	}
	
.landingpage {
	float: left;
	width: 400px;
        margin: 42px 0 0 43px;
        padding: 0;
	}
	
dl, dt, dd	{
	text-align: left;
}
	
.narrowcolumn .postmetadata, .landingpage .postmetadata {
	padding-top: 5px;
	}
	
.post {
	margin: 0 0 0 0;
	text-align: justify;
	}
	
.post h2	{
	text-align: left;
}

.post hr {
	display: block;
	}
	
.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.center {
	text-align: center;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
#intro	{
	width: 390px;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	font-size: 1.1em;
}

#intro img	{
	float: right;
}

a.button	{
	background: url(images/buttonbg.jpg) no-repeat top left;
	display: block;
	color: white;
	width: 413px;
	height: 34px;
	font-size: 1.4em;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#intro a.button	{
	padding: 7px 10px 3px 20px;
}

.narrowcolumn a.button, .landingpage a.button	{
	padding: 12px 10px 3px 33px;
}

.landingpage h1	{
	font-size: 3em;
}

#processors img	{
	margin: 10px 0 10px 10px;
}

#processors .paypal	{
	margin: 10px 30px 10px 140px;
}

#processors .disclaimer	{
	font-style: italic;
	font-size: 0.8em;
	line-height: 1em;
}

#processors h2	{
	margin: 10px 0;
}

	
/* single post */

.widecolumn {
	padding: 0 0 20px 0;
	margin: 5px 20px 0 20px;
	width: 760px;
	}

#adsense	{
	margin: 30px 0 0 35px;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata, .langingpage .postmetadata {
	padding-top: 5px;
	}

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

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

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

.postmetadata {
	clear: left;
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #dbdad0;
}

/* comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}

#commentform p {
	font-family: georgia, "times new roman", serif;
	margin: 5px 0;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}	
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

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

#commentform #submit {
	margin: 10px 0;
	float: left;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

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

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
/* archives */

.post h3	 a, .post h3 {
	color: #273b8a;
	margin: 0;
	}
	
/* calender */

#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;
	}

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

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

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

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

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}