/*
Theme Name: Custom Theme
Theme URI: http://sacramentodogpsychology.com/
Description: The custom theme for Sacramento Dog Psychology.
Version: 1.0
Author: Allied Webdesign
Author URI: http://esilverconnect.com/
Tags: custom, fixed width, two columns, widgets

	Custom Theme

	This theme was designed and built by Allied Webdesign for http://sacramentodogpsychology.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #EFEFEF none;
	}

#page {
	background-color: white;
	text-align: left;
	}

#content {
	font-size: 1.2em;
	overflow: hidden;
	width: 455px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	color: #FFF;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
	
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1em;
	color: #003399;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #FDE425;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #FDE425;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #FFF;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, 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', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #FFF;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.narrowcolumn small {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: right;
	}
	
h2 a:hover, h3 a:hover {
	color: #FFF;
	text-decoration: none;
	}

a {
	color: #FDE425;
	text-decoration: none;
	}
	
a:hover {
	color: #FFF;
	text-decoration: underline;
	}

#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', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin: 0;
	padding: 0;
	text-align: justify;
	list-style-type: none;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background: transparent none !important
	}
.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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\2022 \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#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 10px;
	}

#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;
	color: #003399 !important;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform label {
	display: block;
	margin: 0 !important;
	padding: 0px 0px 10px 0px;
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #003399;
	text-align: center;
	}

#sidebar #searchform #s {
	margin: 0 !important;
	width: 108px;
	padding: 2px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #003399;
	border: 1px #003399 solid;
	}

#sidebar #searchsubmit {
	padding: 0px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

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: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Sidebar */
#sidebar {
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar a {
	font: normal 12px Arial,Helvetica,sans-serif;
	color: #00F;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #009;
	text-decoration: underline;
	}
	
/* End Sidebar */

/* Start Content */
#content {
	padding: 0px 10px 10px 10px;
	font: normal 13px Arial,Helvetica,sans-serif;
	color: #FFF;
	}

.widecolumn .entry p {
	font: normal 12px Arial,Helvetica,sans-serif;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.2;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}
/* End Content */


/* Additional Layout Classes */

.contact{
	color:#4F5352;
	font-size:11pt;
	background-image:url(../../../../images/primal_contact_bg.jpg);
	padding-left:18px;
	padding-right:18px;
	font-weight:bold;
	}

.title{
	color:#FFFFFF;
	font-size:16pt;
	font-weight:bold;
	}

.topnav{
	color:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
	font-size:9pt;
	text-decoration:none;
	font-weight:bold;
	}

.topnav:Link{
	text-decoration:none;
	color:#FFFFFF;
	}

.topnav:hover{
	color:#FEDC19;
	}

.opacity{
	}

.opacity:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	zoom: 1;
	} 

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	background: #FFF;
}

.footer{
	color:#2372BD;
	font-size:8pt;
	text-decoration:none;
	background: #FFF;
	}

.footer:Link{
	text-decoration:none;
	}

.footer:hover{
	color:#000000;
	}

.operation{
	background:url(../../../../images/primal_operation_bg.jpg);
	}

.operationcontent{
	padding-top:10px;
	padding-left:40px;
	font-size:9pt;
	}
	
.operationcontent p{
	margin-top:0px;
	margin-bottom:6px;
	}

.style2 {
	color: #1783E8;
	font-size: 11pt;
	font-weight: bold;
	}
	
.style2title {
	color: #1783E8;
	font-size: 13pt;
	font-weight: bold;
	}
	
.style3 {
	color: #FB3E3C;
	font-size: 11pt;
	font-weight: bold;
	}
	
.style4 { font-size: 9pt}

.stly5{ position:absolute; margin-left:0px;}

.style1 {
	color: #FBD916;
	font-weight: bold;
	}

#divLogo{
	padding: 0 0 10px 20px;
	}

	#divLogo a{
		outline: none;
		}
	
	#divLogo a img{
		border: none;
		}

/* Pagination *//*
div#Pagination {
	margin: 6px 0px 0px 0px;
	padding: 9px 0px 0px 44px; 
	background: url(images/content/pagination_border.png) no-repeat center top;
	}

div#Pagination a {
	display: block;
	float: left;
	width: 29px;
	height: 24px; 
	margin: 0px 8px 0px 0px;
	padding: 3px 0px 0px 0px;
	background-color: #FFF;
	border: 1px #CCC solid;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	overflow: hidden;
	font: normal 20px Arial,Helvetica,sans-serif;
	color: #000;
	}

div#Pagination a:hover,div#Main_Content div#Pagination a.Active_Page {
	background-color: #CCC !important;
	}

div#Pagination a.More_Link {
	display: inline;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	background: transparent;
	border-width: 0px;
	text-align: left;
	text-decoration: none;
	line-height: 1.0;
	font: normal 15px Arial,Helvetica,sans-serif;
	color: #999;
	}

div#Pagination a.More_Link:hover {
	background: transparent !important;
	color: #000;
	}

div#Pagination a.More_Link span {
	font: normal 20px Arial,Helvetica,sans-serif;
	}

*/

/* "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." */
