/*
Theme Name: Bernese Theme
Description: A theme created for Colorado Bernese Mountain Dogs
Author: Justin Kirscht with Just Incredible Design, llc
Author URI: http://www.justincredibledesign.com
version: 1.0
*/
/* basics */
body {
	background: #ffffff url(images/bgr.png) top repeat-x;
	font-family: Times New Roman;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
img{ border: none; padding:0;
}
img a{border:none;}
img.left{ float: left; border: none; padding: 0 0 0 0;
}
img.right{ float: right; border: none; padding: 0 0 0 6px;
}
blockquote{
	border-left:1px solid #A5ABAB;
	margin: 15px;
	padding:0 12px 0 12px;
}
code{
	font-family:"Courier New", Courier, monospace;
}
/* links */
a{
	color:#000;
	text-decoration:none;
}
a:hover{text-decoration: underline;}
/* container */
#container {
	width: 960px;
	margin: 20px auto;
	padding: 0;
	overflow: hidden;
	border: 3px solid #85bcb6;
	background: #000033;
}
	
/* header */
#header {
	background: #000000 url(images/header_bgr.jpg) top center no-repeat;
  	height: 204px;
	color: #000000;
}
#header a {
	color: #ffffff;
	
}
#header h1{
	font: Arial;
	font-weight: bold;
	font-size: 18pt; 
	align: center;
	color: #ffffff;
	padding: 0px 0 0 16px;
	margin: 0;
}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}
#header h2{
	font:bold 16pt Arial;
	color:#ffff33;
	padding: 0 0 0 10px;
	margin:0;
}
#logo {
	float: left;
	width: 400px;
	height: 155px;
	padding: 15px 0 0 20px;
}
#headerRight {
	float: right;
	width: 360px;
	height: 158px;
	background: none;
	font-family: Arial;
	font-size: 12pt;
	color: #ffffff;
	text-align: right;
	padding: 12px 20px 0 0;
}
#bbbaccred {
	padding-top: 10px;
}
/* main menu */
/* The container wrapping ul.dropdown */
#navwrap {
float:left;
width:100%;
height: 25px;
margin: 8px -5px 0 34px;
text-transform: uppercase;
font-family: Trebuchet MS;
font-size: 1.25em;
color: #ffffff;
}
/* Top level Unordered list */
ul.dropdown {
list-style:none;
float:left;
width:100%;
margin: 0 0 6px 0;
padding: 0;
}
ul.dropdown  li{
float:left; /* makes horiz list */
margin: 0;
position:relative; /* hey Submenu ULs, appear below! */
}
ul.dropdown a {
padding: 8px 14px; /*space the items, occupy entire height too.*/
color: #ffffff;
text-decoration:none;
line-height: 100%;
}
/* Style the link hover */
ul.dropdown li:hover a {
background: url(images/active_menu.png) repeat-x;
border-top:2px solid #777;
border-bottom: 1px solid #000;
border-right:1px solid #666;
margin-top:-1px;
}
 
/* Displays the link as blocks. */
ul.dropdown li ul a {
display:block;
}
 
/* sub menus!!  */
 
ul.dropdown ul {
list-style: none;
margin:0; /* Appear just below the hovering list */
padding:0;
width:300px; /* specify the width. */
position:absolute; /* needed */
z-index:5000; /* specify the order */
}
 
ul.dropdown li ul {
top:27px; /* Positioning:Calc with top level horz list height */
-moz-box-shadow:0 2px 6px #000; /* CSS 3 */
}
 
ul.dropdown ul ul {
top:0;
left:100%; /* Position the sub menus to right. */
}
 
ul.dropdown ul li {
float:none; /* umm.. Appear below the previous one. mmkay? */
}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
ul.dropdown ul,
ul.dropdown li:hover ul ul,
ul.dropdown ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
ul.dropdown li:hover ul,
ul.dropdown ul li:hover ul ,
ul.dropdown ul li ul li:hover ul
{ display: block;}
 
ul.dropdown li * a:hover {
/* Change color of links when hovered */
background: #600;
background: -moz-linear-gradient( top, #200, #400); /* CSS 3 */
border-bottom:1px solid #900;
border-top:1px solid #222;
}
/* content */
#dogtable {
  padding-left: 20px;
}
#content {
	float: right;
	width: 714px;
	overflow: hidden;
	padding: 0;
        background: #ffffff;
}	
#slideshow {
	margin: 0;
	padding: 0;
}
.post {
	margin:0;
	padding: 0px;
	line-height: 14pt;
}
	
.post h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 22pt;
	text-align: left;
	line-height: 26pt;
	color: #000033;
	margin:0;
	padding: 0 0 0 20px;
}
.post h2{
	font:normal 16pt Arial;
        font-weight: bold;
	text-align: left;
	color: #000033; 
	margin:0;
	padding: 0 0 10px 20px;
}
	
.post h2 a{
	color: #000;
	text-decoration: none;
}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
}
.post h3{
	font:normal 14pt Trebuchet MS;
        font-weight: bold;
        line-height: 115%;
	color: #006699;
	margin:0;
	padding: 0 0 0 20px;
}
	
.post h3 a{
	color: #000;
	text-decoration: none;
	margin:0;
	padding: 0 0 0 20px;
}
	
.post h3 a:hover{
	color: #777;
	text-decoration: none;
}
.post h4{
	font:normal 14pt Trebuchet MS;
        font-weight: bold;
	
	padding: 0 0 0 10px;
        
	color: #680200;
        line-height: 100%;
}
post h5{
	font:normal 26pt Trebuchet MS;
        font-weight: bold;
        color: #680200;
        line-height: 100%;
}
.post ul {
	
	margin: 0px 24px;
	
	font-family: Arial;
	
	font-size: 14pt;
	line-height: 110%; 
}
.post li {
	margin: 0px 24px;
	
	font-family: Arial;
	
	font-size: 14pt;
	line-height: 115%; 
}
.entry p{
	margin: 0px 24px;
	
	font-family: Times New Roman;
	
	font-size: 12pt;
	line-height: 110%;
}
.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 10px;
}
	
.navigation {
	font-size:13px;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
/* sidebar */
#sidebar {
	font-family: Arial;
	color: #ffffff;
	font-size:13px;
	width:240px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 20px 0px;
	background: #000033;
}
#sidebar h2{
	font-family: Trebuchet MS;
	font-size:18px;
	text-align: left;
	color: #ffffff;	
	margin: 10px 0px 5px 5px;
	padding: 0;
}
#sidebar h3{
	font-family: Trebuchet MS;
	font-size:22px;
	text-align: center;
	color: #ffffff;	
	margin: 10px 0px 5px 5px;
	padding: 0;
}
#sidebar h2 a{color: #ffffff; text-decoration: none; text-align: center;}
#sidebar h2 a:hover{color: #ffffff; text-decoration: none;}
#sidebar h3 a{color: #ffffff; text-decoration: none;}
#sidebar h3 a:hover{color: #d0bd88; text-decoration: none;}
#sidebar h4{
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 14pt; 
	text-decoration: underline; 
	text-align: center;
}
#sidebar h4 a {
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 14pt; 
	text-decoration: none; 
	text-align: center;
}
#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 10px 0 10px 0;
}
#sidebar p {
	font:normal 11pt arial, georgia, times;
	color: #ffffff;
	margin:0; 
	padding:0;}
#sidebar a {
	font:normal 14pt Trebuchet;
	color: #5a3f1b;
	margin:0; 
	padding:0;}
#sidebar img {
	padding: 10px 0 20px 3px; 
	image-align: center;
}
#sidebar ul {
	margin: 10px;
	padding:0;
}
#sidebar ul li {
	font:normal 12pt Arial;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 5px 0 5px 0;
	line-height: 15pt;
	list-style: none;
}
#sidebar ul li a {
	font:normal 12pt Arial;
	color: #ffffff;
	margin-left: 10px;
	padding: 0 0 5px 0;
	line-height: 15pt;
	list-style:none;
}
#sidebar ul ul {
	margin:5px 0;
	padding: 0;
}
#sidebar ul ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul ul ul{
	margin: 30px 0px 50px 0px;
	padding: 20;
}
#sidebar ul ul ul li{
	margin: 30px 0px 50px 0px;
	padding: 0;
	list-style-type: square;
	color: #898989;
}
/* comments */
#commentform{
	background:#fff;
	margin:0;
	padding:0;
}
	
#commentform p{
	color: #000;
}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
}
	
#comment{
	width:80%;
}
#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 13px;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
}
	
#submit{margin:5px 5px 0 0;}
#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}
.avatar{float:left; margin:0 12px 0 0;}
ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
}
ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}
ol.commentlist a {color:#000;}
cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}
/* search */
#searchform{
	padding:0;
	margin:14px 0;
}
#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
}
	
	
/* misc */
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
}
	
.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;
}
#yourmap {
	margin: 0 0 0 100px;
}
/* footer */
#footer {
	background: url(images/footer_bgr.png) repeat-x;
	clear: both;
	width: 958px;
	height: 135px;
	border: 0px solid #000000;
	padding: 0;
	color: #ffffff;
	overflow: hidden;
}
	
#footer a{color: #ffffff;text-decoration: underline;}
#footer a:hover{color: #ffffff;text-decoration: underline;}
#footerLeft {
	float: left;
	width: 280px;
	padding: 20px;
}
#footerCenter {
	float: left;
	width: 340px;
	padding: 20px 0 0 15px;
}
#footerRight {
	float: right;
	width: 240px;
	text-align: right;
	padding: 20px 20px 0 0;
}