/*
Theme Name: WSDG
Author: Winter Street Design Group
*/

body {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	color:#00052c;
	text-align: left;
	z-index: 0;
	background-image:url(images/body_bg183.jpg);
	background-repeat:repeat-x;
	background-color:#2d1a09;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width:1000px;
	height:135px;
	background-image:url(images/hh-header-new.jpg);
	background-repeat:no-repeat;
}

#header #home_link {
	width:360px;
	height:180px;
	display:block;
}
		
* a img {
	border:none;
	}	
img {
	max-width:100%;
	height:auto;
}	
#connect {
	float:right;
	margin:23px 26px 0 0;
}

#connect a {
	display:inline-block;
	margin:0 4px;
}

a.donate_button, .sidebar a.donate_button {
	text-transform:uppercase;
	display:block;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#fff;
	background-image:url(images/donate-repeat.png);
	background-repeat:repeat-x;
	background-color:#063569;
	line-height:36px;
	text-align:center;
	text-decoration:none;
	width:auto;
	padding:0 10px;
	border-radius:10px;
}

a.donate_button:visited, .sidebar a.donate_button:visited {color:#fff;}
a.donate_button:hover, .sidebar a.donate_button:hover {text-decoration:underline; color:#fff;}	

#connect a.donate_button {
	width:122px;
	height:33px;
	padding:0;
	display:block;
	margin: 0 auto;
	background-image:url(images/hh-donate.png);
	font-size:15px;
}


/* =Menu
-------------------------------------------------------------- */
.menu, .menu-header {
	margin: 0 auto;
}


#access {
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;
	display: block;
	float: left;
	width: 1000px;
	position:relative;
	z-index:99;
}

#access * {
	padding:0;
	margin:0;
}

#access .menu-header,
div.menu {
	width: 975px;
	margin-left: 25px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	font-size:13px;
	display: block;
	line-height:48px;
	padding: 0 15px;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	top:48px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
	z-index: 99999;
}
#access ul ul a {
	background: #01062e;
	line-height: 1em;
	padding: 5px 10px;
	width: 160px;
	height: auto;	
	line-height:150%;
	border-top:1px solid #2982c4;
	border-left:1px solid #2982c4;
	z-index: 99999;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #ccc;
}
#access ul li:hover > ul {
	display: block;
}

/* =Menu
-------------------------------------------------------------- */

#container_lower {
	background-color:#fff;
}

#posts {
	width: 640px;
	padding: 10px 0 25px 37px;
	margin: 0;
	float: left;
}

#posts.full_width {
	width: 963px;
	padding: 10px 37px 25px 37px;
	margin: 0;
	float: left;
}

.clearboth {
		clear:both;
		font-size:0;
		height:0;
		line-height:0;
}

.clearfloat {
		clear:both;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.commentbubble a:hover {
	float: left;
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 13px;
	line-height: 1.5em;
}

.post {
	margin: 0 0 40px 0;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
}

.entry {
	margin: 20px 0 0 0;
}

.entry p {
	margin: 0 0 20px 0;
}

.entry hr {
	height: 1px;
	border: none;
	background: #cccccc;
}

h1 {
	font-family:'Tahoma',sans-serif;
	font-size: 22px;
	font-weight:normal;
	margin:30px 0 5px 0;
	padding:0;
	color:#0165a4;
	line-height:135%;
}

h2 {
	font-family:'Tahoma',sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0 20px 0;
	padding:0;
	color:#663b14;
	line-height:135%;
}

h3 {
	font-family:'Tahoma',sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
	padding:0;
	color:#8d7860;
	line-height:135%;
}

a, a:visited {
	color: #0165a4;
	text-decoration: underline;
}

a:hover {
	color: #0165a4;text-decoration: underline;
}

h1 a:link {text-decoration:none;color:#0165a4;}
h1 a:hover {text-decoration:underline;color:#0165a4;}
h1 a:visited {text-decoration:none;color:#0165a4;}

h2 a:link {text-decoration:none;color:#663b14;}
h2 a:hover {text-decoration:underline;color:#663b14;}
h2 a:visited {text-decoration:none;color:#663b14;}

.blue-header {color:#0165a4;}

.post blockquote {
	font-style: italic;
	padding: 10px 5px 5px 25px;
}

.postmetadata {
	clear:both;
	font-size: 11px;
	line-height: 1.5em;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 0 0 10px 0;
	padding: 5px;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px 20px 0 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.commentlist p {
	clear: both;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 10px 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.sidebar {
	float:right;
	width: 240px;
	padding:10px 40px 25px 0;
}
.sidebar .widget {
	margin-bottom: 25px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar h2 {
	padding:0;
	margin: 30px 0 15px 0;
	clear: both;
}

.sidebar a, .sidebar a:visited {
	display: block;
	color: #013b7a;
	text-decoration:underline;
}

.sidebar a:hover {
	color: #013b7a;text-decoration: underline;
}

.sidebar ul li ul li {
	_height: 20px; /*IE 6 Hack, the sidebar links won't display properly without this*/
}

.sidebar ul li ul li a {
	margin: 0 0 20px 0;
	padding:0;
	line-height:160%;
}

.sidebar form input[type=text] {
	margin-bottom:5px;
}

#footer {
	clear: both;
	font-size:11px;
	color:#fff;
}

#footer p {
	text-align: center;
	margin-top:15px;
}

#footer a, #footer a:visited {
	color:#fff;
	text-decoration: none;
}

#footer a:hover {
	color:#fff;
	text-decoration: underline;
}

#home-boxes {
	color:#fff;
	font-size:13px;
	line-height:190%;
	margin-bottom:30px;
	clear:both;
}

#home-boxes a, #home-boxes a:visited  {
	color:#013b7a;
}

#home-boxes h2 {
	width:75px;
	padding:0;
	margin:0 0 15px 0;
	line-height:125%;
}

#adopt, #utahs, #donate {
	background-repeat:no-repeat;
	width:152px;
	height:225px;
	padding:60px 22px 0 22px;
	float:left;
}

#home-boxes #adopt {
	background-image:url(images/box-adopt.jpg);
}

#home-boxes #utahs {
	background-image:url(images/box-utahs-v3.jpg);
	margin-right:25px;
}

#home-boxes #donate {
	background-image:url(images/box-join.jpg);
	margin-right:25px;
}

#sidebar-events a {
	margin-bottom:20px;
}

#random-testimonials div {
	color:#777776;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}

#random-testimonials span {
	display:block;
	padding-left:25px;
}

table {
	border-collapse:collapse;
	margin-bottom:20px;
}

table td {
	border:1px solid #666;
	padding:5px 10px;
}

.sidebar a.alignleft {
	display:block;
	margin-right:15px;
}

.home_featured {
	width:196px;
	float:left;
	text-align:center;
}

.with_margin {
	margin:0 25px;
}

.home_featured img {
	max-width:194px;
	height:auto;
	border:1px solid #000;
}

.home_featured h3 {
	padding:0 15px;
	line-height:120%;
	margin:0 0 25px 0;
}

.home_featured h3 a {
	font-size:14px;
	font-weight:normal;
}

.blackbox {
	background-color: #000;	
	color: #fff;
	padding:0 0 15px 20px;
	margin-bottom: 30px;
}

.redhead {
	color: #E24124;	
}
/* make video widget responsive */

div.wpvl_auto_thumb_box{
    position: relative !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	max-width: 480px;
}

div.wpvl_auto_thumb_play{
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width:48px !important;
	height:48px !important;
	margin: -24px 0 0 -24px !important;
}

img.video_lightbox_auto_anchor_image{
	width: 100% !important;
	height: 100% !important;
	margin: -9.5% 0px -12%;
}

.sidebar .gform_wrapper .gform_footer {
	padding-top: 0;
	margin-top: 0;
}


