/*
Theme Name: Smiley Dog
Theme URI: http://smileydog.com/
Description: Smiley Dog's Custom Theme.
Version: 1.0
Author: RWL Design
Author URI: http://rwldesign.com/
Tags: yellow,  fixed width, two columns, widgets
*/

/* Begin Typography & Colors */
html {overflow: scroll;}

body {
	font: 10pt/1.5 "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	background: #FDDF69 url('images/smileyBG.png') repeat;
	color: #642D11;
	text-align: center;
	margin: auto;
	}

.thread-alt {
	background-color: #efefef;
	}

.thread-even {
	background-color: #fff;
	}

.odd, .alt {
	border-left: 3px solid #ddd;
	background-color: #efefef;
}

.even {
	border-left: 3px solid #FDDF69;
	background-color: #fff;
}

.comment-author-admin {
	border-left: 3px solid #B14F1E;
	background-color: #642d11;
	color: #fff;
}

small {
	font-size: 9pt;
	line-height: 1.5em;
	}
/* Original float-left; margin 15px 0 10px -2000px; height 103 px; width:2439px */	

#banner h1 {
	float:left;
	margin: 15px 0 0px -2000px;
	width:2439px;
	height: 113px;
	padding: 0;
	}

h1#logo a {
	display: block;
	font: 36px/1.5 "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	padding: 15px 0;
}

#logo {border: none; background: url('images/logo.png') right center no-repeat;}

/*#banner h1 { Craig Version
	float:right;
	margin: 5px 50px 10px -2000px;
	width:2349px;
	height: 123px;
	padding: 0;
	}

h1#logo a {
	display: block;
	font: 36px/1.5 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 15px 0;
}

#logo {border: none; background: url('images/logo3.png') right center no-repeat;}*/

h1, h2, h3, h4, h5 {
	font-weight: bold;
	letter-spacing: -1px;
	}

h1 {
	color: #642D11;
	font-size:34pt;
	letter-spacing:-2px;
	line-height:1.3em;
	}

h2, h2.pagetitle {
	color:#FDB913;
	font-size:21pt;
	line-height:1em;
	}

h3 {
	color:#642D11;
	font-size:16pt;
	line-height:1em;
	}

h4 {
	color:#642D11;
	font-size:14pt;
	line-height:1em;
}
	
h5 {
	color:#642D11;
	font-size:12pt;
	line-height:1em;
}
	
.featured h3 em {
	display: block;
	font-style: normal;
	font-size: 13pt;
	padding-top: 5px;
}

h2 a, h2 a:visited, .featured h3 a, .featured h3 a:visited, .featured h3, .spacer h3 {
	color: #FDB913;
	}
	
h2 a:hover, .featured h3 a:hover, h3 a:hover  {
	text-decoration: underline;
	}

h3 a, h3 a:visited {
	color:#642d11;
}

h2 a, h3 a, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
#sidebar h2 {
	font-size: 16pt;
}

.commentlist li, #commentform input, #commentform textarea, div.wpcf7 textarea, div.wpcf7 input  {
	font: 0.9em "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li {
	font-weight: bold;
	}

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

#commentform p {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

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

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

acronym, abbr, span.caps {
	font-size: 11pt;
	letter-spacing: .07em;
	}

a {
	color: #B14F1E;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #B14F1E;
	text-decoration: underline;
	}
	
a:visited {
	color: #999999;
	}

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

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

#wp-calendar caption {
	font: bold 1.3em "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.yellow {color: #FFD25A;}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

#content {
	padding: 20px 15px;
	background: transparent url('images/mainBG.png') repeat-y;
	text-align: left;
	}

#header {
	text-align: left;
	height: 178px;
	padding-bottom: 10px;
	background: transparent url('images/headerBottom.png') left bottom no-repeat;
	}

.postmetadata {
	clear: both;
	}

.clearer {
	clear: both;
	}
	
.breadcrumbs {
	margin-bottom: 20px;
	font-size:85%;
	/*text-indent:15px;*/
}

.entry ul li {
	margin-top: 5px;
	}

#recentTestimonies {
	padding-top: 200px;
	padding-left: 11px;
	background: #fff url('images/recentTestimonies.jpg') no-repeat;
}

.testimony {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #FCDA82;
}

#footer {
	color: #642d11;
	text-align: left;
	padding: 20px 15px;
	background: transparent url('images/footerBG.png') top left no-repeat;
	}

.newsletter {
	background: transparent url('images/signupBG.png') no-repeat;
	height: 175px;
	text-align: left;
	color: #fff;
}

.newsletter p, .newsletter h3 { margin-bottom: 10px; }

.newsletter form {text-align: left;}

.newsletter label { padding-top: 4px;}

.roundBG { 
	background: transparent url('images/fieldBG.png') no-repeat;
	padding: 7px 5px 5px 5px;
	height: 18px;
	width: 167px;
	border: none;
}

.spacer { padding: 20px;}

.bottomSpacer {margin-bottom: 20px;}

.post {border-bottom: 1px solid #FFC50B; margin: 0 0 10px 0;}

.contactForm {
	background: #642d11 url('images/cFormTop.png') no-repeat top left;
	width: 580px;
	margin: 0 0 20px 0;
}

.contactFormInner {
	padding: 10px;
	background: transparent url('images/cFormBottom.png') no-repeat bottom left;
}


/* End Structure */

/* Begin Images */
p img {
	max-width: 100%;
	border: 1px solid #999;
	padding: 4px;
	background: #efefef;
	}

/*	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) */

img.centered {
	display: block;
	margin: 10px auto;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.right {float: right;}

.alignleft {
	float: left;
	}
	
#recentNews {
	padding-top: 190px;
	background: #fff url('images/recentNews.jpg') no-repeat;
}

/* Tweak here for position of "Want to Learn More?" text under Questions? bubble graphic */
#questions {
	padding: 205px 5px 0 8px;
	text-align: center;
	background: #fff url('images/questions.jpg') no-repeat;
}

/* End Images */


/*Main Nav*/

#mainNav {
	margin-top: 10px;
	float: left;
}

#mainNav ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
	}

#mainNav ul li {
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 0 0;	
	}

#mainNav ul a {
	display:block;
	float:left;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
}

#mainNav li a {
	text-decoration:none;
	color: #FFD25A;
	letter-spacing: -1px;
	font-size: 13pt;
	height: 40px;
	background: transparent url('images/mainNavRightBG.png') no-repeat right 0;
	padding: 0 15px 0 0;
	}
	
#mainNav li a span {
	display:block;
	float:left;
	line-height:33px;
	background-attachment: scroll;
	background: transparent url('images/mainNavBG.png') no-repeat left 0;
	padding: 5px 5px 0 20px;
	height: 35px;
}

#mainNav li a.productsTab span {
	color: #642D11;
	background: transparent url('images/productsTabLeft.png') no-repeat left 0;
}

#mainNav li a.productsTab {
	color: #642D11;
	background: transparent url('images/productsTabRight.png') no-repeat right 0;
	}

#mainNav li a.current, #mainNav ul li.current_page_item a, #mainNav ul li.current_page_ancestor a {
	color: #642D11;
	background: transparent url('images/currentRight.png') no-repeat right 0;
	}
	
#mainNav li a.current span, #mainNav ul li.current_page_item a span, #mainNav ul li.current_page_ancestor a span {
	background-attachment: scroll;
	background: transparent url('images/currentLeft.png') no-repeat left 0;
}
	
#mainNav li a:hover, #mainNav li a span:hover  {
	color: #FFD25A;
	text-decoration: underline;
	}
	
#mainNav li a.current:hover, #mainNav li a.current span:hover, #mainNav ul li.current_page_item a span:hover, #mainNav ul li.current_page_item a:hover, #mainNav ul li.current_page_ancestor a span:hover, #mainNav ul li a.productsTab span:hover {
	color: #642D11;
	text-decoration: underline;
	}	
	
/*Horizontal nav*/

.horizontalNav {
	margin: 0 0 0 0;
	padding: 0;
	height: 24px;
	clear: both;
	float: left;
}

.horizontalNav li {
	display: inline;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
	background: none;
	float: left;
}

ul.horizontalNav  {
	margin: 0;
	padding: 0;
}

.horizontalNav li a:link, .horizontalNav li a:visited { color: #642d11; text-decoration: none; background: none; padding: 6px 6px 6px 0;}
.horizontalNav li a:hover, .horizontalNav li a:active { color: #642d11; text-decoration: underline; background: none; padding: 6px 6px 6px 0;}

.sub-nav {
	background: #B14F1E url('images/subNavTop.png') top left no-repeat;
	padding-top: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}

.sub-nav h3 {
	margin-bottom: 10px;
	display: block;
}

.sub-nav h3 a:link, .sub-nav h3 a:visited { color: #FFD25A ; padding:6px 10px; display: block;}
.sub-nav h3 a:hover, .sub-nav h3 a:active, .sub-nav h3.current_page_item a { color: #642d11; text-decoration: none; background: #FFD25A; display:block; }

.sub-navB {
	padding-bottom: 16px;
	background: transparent url('images/subNavBottom.png') bottom left no-repeat;
}

.sub-nav ul {
	list-style-type: none;
  	margin: 0 0 0 0;
	padding: 0;
	background-color: #B14F1E;
}

.sub-nav li {
  	padding: 0;
	margin: 0;
	background-image: none;
	background-color: #B14F1E;
}

.sub-nav li ul li {
	padding-left: 15px;
}

.sub-nav li a:link, .sub-nav li a:visited, .sub-navB li.current_page_item ul li a { color: #FFD25A; text-decoration: none; background: #B14F1E; padding: 6px 10px; display: block;}
.sub-nav li a:hover, .sub-nav li a:active, .sub-navB li.current_page_item a, .sub-navB li.current_page_item ul li a:hover { color: #642d11; text-decoration: none; background: #FFD25A; padding: 6px 10px;}

#recentNews ul {
	list-style-type: none;
  	margin: 0 0 20px 0;
	padding: 0;
}
/* Tweak here for Home page News feed in Sidebar orig. size 18pt */
#recentNews li {
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #FCDA82;
	
}

#recentNews li a:link, #recentNews li a:visited { color: #642d11; text-decoration: none; background: transparent; padding: 15px 10px; display: block;}
#recentNews li a:hover, #recentNews li a:active { color: #642d11; text-decoration: none; background: #ffc936 url('images/recentBG.png') repeat-x; padding: 15px 10px;}
	
/* Begin Lists */

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

#sidebar ul, #sidebar ul ol {
	padding: 0;
	margin-bottom: 15px;
	}

#sidebar ul li {
	list-style-type: none;
	margin: 0;
	list-style-image: none;
	}

#sidebar li ul li {
	margin: 15px;
	}

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

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

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

#sidebar h3 {
	margin-bottom: 10px;
}
	


/* End Entry Lists */


/* Begin Form Elements */
#searchBox { 
	height: 60px;
	padding: 4px 0 0 0;
	background: transparent url('images/searchBox.png') no-repeat top left;
	}
	
#searchform {
	margin: 10px auto;
	text-align: center;
	border: none;
	}

#searchform #s {
	width: 137px;
	height: 16px;
	padding: 7px 10px;
	margin: 0 0 0 5px;
	background: #fff url('images/searchBG.png') left no-repeat;
	border: none;
	}

#searchsubmit {
	height: 30px;
	width: 31px;
	margin: 0 0 0 5px;
	background: transparent url('images/searchIcon.png') no-repeat 0 0;
	border: none;
	}
	
#searchsubmit:hover {
	background: transparent url('images/searchIcon.png') no-repeat 0 -30px;
	cursor: pointer;
	}	

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

div.wpcf7 textarea {
	padding: 4px;
}

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 4px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	padding: 10px;
	}

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

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */

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


/* Begin 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;
	}

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



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

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: left;
	margin-bottom: 10px;

	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
/*	-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;
}
/* End captions */

/*featured Gallery*/
.featured {
	background: #642d11 url('images/cycleBG.png') repeat-x;
	padding: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#featuredInner {background: transparent url('images/cycleCorner.png') no-repeat top left; padding: 10px 0; height: 280px; overflow: hidden;}

.featured img {
	border: 0;
}

.featured h3, .spacer h3 {
	margin-bottom: 10px;
}

.featuredText {
	color: #ffffff;
	font-size: 9pt;
	padding: 10px;
	margin: 0 10px;
	background: transparent url('images/gTextBG.png') repeat;
	position:absolute;  
	bottom:10px;
	left:0;  
	height:90px;
}

.minus-right {
	margin-right: 0;
}

.featured ul.ui-tabs-nav{  
    list-style:none;  
    padding:0;
	margin:0;    
}  
.featured ul.ui-tabs-nav li{  
	margin: 0 0 0 10px;
	font-size: 16pt;
	line-height: 1.1;
	display: block;
}  

.featured .ui-tabs-panel{  
    height: 280px;
	width: 520px;
	background: transparent;
	position:relative;  
    overflow:hidden;  
}  
.featured .ui-tabs-hide{  
   display:none;  
}

.featured .ui-tabs-selected { /*Selected tab style*/  
	background: #ffc936 url('images/recentBG.png') repeat-x;
	color: #642d11;
}

.featured a:link, .featured a:visited { color: #FDB913; text-decoration: none;}
.featured a:hover, .featured a:active { text-decoration: underline;}


.featured li a:link, .featured li a:visited { color: #FDB913; text-decoration: none; padding: 10px 10px; display: block;}
.featured li a:hover, .featured li a:active, .featured li.ui-tabs-selected a:link, .featured li.ui-tabs-selected a:visited { color: #642d11; text-decoration: none; background: #ffc936 url('images/recentBG.png') repeat-x; padding: 10px 10px;}