/* @override 
	http://www.tulsapetsmagazine.com/wp-content/themes/tulsapetsmag/style.css
	http://gurustudev.com/~pat/tulsapets/wp-content/themes/tulsapetsmag/style.css
*/

/*
Theme Name: Tulsa Pets Magazine
Theme URI: http://gurustugroup.com
Description: Theme for Tulsa Pets Magazine
Version: 0.3
Author: Patrick Forringer @ gurustugroup.com
Author URI: http://gurustugroup.com
*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Site Stlyes */
body{
	font: 14px/22px Helvetica, Arial, sans-serif;
	/*background: #bdb69d;*/
	background: #bdb69d; /*url(img/960_grid_12_col_21px_height.gif) repeat-y center;*/
}

/* @group Top Adspace */

#goog{
	margin: 10px;
	border: 1px solid #fff;
	background-color: #e6e6e6;
	padding: 20px 20px 18px;
	text-align: center;
	color: #767676;
}

/* @group Ad Space Styling */

div.kd_ads{
	margin-bottom: 10px;
}

/* @end */


/* @end */

.wrap{
	width: 960px;
	margin: 0 auto;

}


#header_wrap{
	/*#232323;*/
	background-color: #232323;
	padding-top: 1px;
	padding-bottom: 1px;
	/*border-bottom: 2px solid #ece4c5;*/
}
#print-logo {display:none;}


#header{
	position: relative;
	margin: 10px 0 19px;
	height: 240px;
}
#header .wrap{
	height: 260px;
}
	#header h1{
		bottom: -7px;
		left: 0;
		position: absolute;
		width: 50%;
		min-width: 480px;
		height: 200px;
		background-color: #e80001;
	}
	#header h1 a{
		position: absolute;
		right: -125px;
		overflow: hidden;
		text-indent: -40em;
		display: block;
		width: 596px;
		height: 200px;
		background: #e80001 url(img/logo.png) no-repeat right top;
		
	}
	#header h1 a:hover{
		/*background-position: 2px;*/
	}
	

/** html #header h1{
	top: 0;
	bottom: none;
}*/

#header .ad{
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	line-height: 0;
	height: 200px;
	display: inline;
}
#header .ad a{
	line-height: 0;
	display: block;
}

/* @group Menu */

/* @group Menu Base */

.menu{
	margin: 10px 10px;
	float: left; 
	width: 938px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	border: 1px solid transparent;
	
	text-decoration: none;
}

.menu ul{
	padding: 3px;
}
	.menu li a{
		text-decoration: none;
		color: #fff;
		font-size: 11px;
		padding: 0 5px;
		display: inline-block;
		float: left;
		line-height: 26px;
		height: 23px;
	}
	.menu li a:hover{
		/*text-decoration: underline;*/
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		background-color: #505050 !important;
	}
	
	.menu li.has-children > a{
		padding-right: 14px;
		background: url(img/down.png) no-repeat right center;
	}
		
	.menu ul.top_ul{
		float: left;
	}
	/*sub menu width */
	.menu ul.top_ul ul{
		width: 120px;
	}
	
	.menu ul.top_ul li{
		position: relative;
		float: left;
		display: inline;
		list-style: none;
	}
	
	.menu ul.top_ul li ul.sub-menu li,
	.menu ul.top_ul li ul.children li{
		float: none;
		white-space: nowrap;
		list-style:none;
		display: block;
		width: 108px;
	}
	.menu ul.top_ul li ul.sub-menu li a,
	.menu ul.top_ul li ul.children li a{
		width: 100%;
	}
		.menu ul > li a{
			display: block;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		
		.menu ul > li > ul.sub-menu,
		.menu ul > li > ul.children{
			overflow: hidden;
			display: none;
			position: absolute;
			z-index: 9999 !important;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-top-left-radius: 0px;
			-webkit-border-top-right-radius: 0px;
			-moz-border-radius-topright: 0px;
			-moz-border-radius-topleft: 0px;
			
			-webkit-box-shadow: 0 3px 5px rgba(67,67,67,0.59);
			-moz-box-shadow: 0 3px 5px rgba(67,67,67,0.59);
			
			padding-top: 4px;
			top: 24px;
			left: -4px;
			
			border: 1px solid #232323;
			border-top-style: none;
			background: #353535;
		}
		.menu ul > li:hover > ul.sub-menu,
		.menu ul > li:hover > ul.children{
			display: block;
		}
		
/* @end */

/* @group Top Page Navigation */

#top_nav{
	width: 938px;
	margin: 0 10px;

	border: 1px solid #f4f4f4;
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(227,227,227)),
	    color-stop(0.96, rgb(250,250,250))
	);
	
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(227,227,227) 0%,
	    rgb(250,250,250) 96%
	);
	
	background-color: #e4e4e4;
}
#top_nav ul.top_ul{
	width: 100%;
}

/* @group Custom Feed Styling */

#top_nav li.feed{
	float: right;
	margin-right: 8px;
}
#top_nav li.feed a{
	color: #fffeff;
	font-weight: bold;
	background: #e5810b url(img/rss_white_pad.png) no-repeat right center;
	/*padding-right: 25px;*/
	text-indent: -40em;
	overflow: hidden;
	width: 12px;
	padding-right: 6px;
	padding-left: 6px;
}
* html #top_nav li.feed a{
	background: #e5810b url(img/rss_white.gif) no-repeat right center;
}

/* @end */
#top_nav li.current-menu-item a,
#top_nav li.current_page_item a{
	border: 1px solid #959596;
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(240,250,250) ),
	    color-stop(0.96, rgb(227,227,227))
	);
	
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(240,250,250) 0%,
	    rgb(227,227,227) 96%
	);
	
	background-color: #e4e4e4;
	margin: 0 4px;
}
	#top_nav li.current-menu-item:first-child a,
	#top_nav li.current_page_item:first-child a{
		margin-left: 0;
	}
	#top_nav li.current-menu-item:last-child a,
	#top_nav li.current_page_item:last-child a{
		margin-right: 0;
	}
	
#top_nav li.current-menu-item a:hover,
#top_nav li.current_page_item a:hover{
	color: #888;
}
#top_nav a{
	border: 1px solid transparent;
	color: #000;
}
	#top_nav a:hover{
		color: #fff;
	}

#top_nav ul.menu{
}

#top_nav.menu ul > li > ul.sub-menu,
#top_nav.menu ul > li > ul.children{
	border: 1px solid #f4f4f4;
	border-top-style: none;
	background: #e6e6e6;
}
/*#top_nav li a{
	float: left;
	display: block;
	height: 19px;
	padding: 2px 5px;
	margin-right: 5px;
	border: 1px solid #a5a5a5;
	background-color: #f6f6f6;
}*/

/* @end */

/* @group Bottom Category Navigation */

#cat_nav{
		 
	border: 1px solid #242424;
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(51,51,51)),
	    color-stop(0.96, rgb(66,66,66))
	);
	
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(51,51,51) 0%,
	    rgb(66,66,66) 96%
	);
	
	background-color: #313131;

}
#cat_nav.menu ul.top_ul{
	padding-right: 230px;
	position: relative;
	width: 704px;
}
#cat_nav.menu ul.top_ul li.current-menu-item > a,
#cat_nav.menu ul.top_ul li > a.active_category,
#cat_nav.menu ul.top_ul li.current-cat-parent > a,
#cat_nav.menu ul.top_ul li.current-menu-parent > a,
#cat_nav.menu ul.top_ul li.current-cat > a{
	background-color: #505050;
	border: 1px solid #878787;
	margin: -1px;
	/*margin-right: 4px;*/
	margin-right: 0px;
	/*margin-left: 4px;*/
}
	/* Positionin based on first or last child */
	/*#cat_nav.menu ul > li.current-menu-item:first-child > a,
	#cat_nav.menu ul > li:first-child > a.active_category,
	#cat_nav.menu ul > li.current-cat-parent:first-child > a,
	#cat_nav.menu ul > li.current-cat:first-child > a{
		margin-left: 0;
	}
	#cat_nav.menu ul > li.current-menu-item:last-child > a,
	#cat_nav.menu ul > li:last-child > a.active_category,
	#cat_nav.menu ul > li.current-cat-parent:last-child > a,
	#cat_nav.menu ul > li.current-cat:last-child > a{
		margin-right: 0;
	}*/

#cat_nav.menu li.search{
	float: right;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
#cat_nav.menu form fieldset{
	float: right;
	padding: 2px;
}
	#cat_nav.menu form fieldset input.searchfield{
		float: left;
		width: 160px;
		border: 1px solid #181818;
		background: #555455 none;
		padding: 3px;
		font-size: 11px;
		color: #e5e5e5;
		margin-top: 2px;
	}
	
	#cat_nav.menu form fieldset input.searchbutton{
		border: none;
		background: none;
		color: #fff;
		float: left;
		margin-top: 4px;
	}
	#cat_nav.menu form fieldset input.searchbutton:hover{
		color: #9e9e9e;
		cursor: pointer;
	}

/* @end */

#full_page{
	clear: both;
	position: relative;
	z-index: 100;
	padding-top:10px;
}

/* @end */

/* @group  Front Page & Column styling */

.textwidget {
	padding: 0px 5px 4px 12px;
}

#collumns{
		
}
	#collumns .col{
		padding-right: 10px;
		padding-left: 10px;
		width: 300px;
		float: left;
	}
	
.col .box{
	margin-bottom: 10px;
	width: 298px;
	padding: 0;
	border: 1px solid #a49e88;
	border-bottom-color: #827c6a;
	background-color: #fffeff;
	font-size: 13px;
	border-top-color: #b3ac94;
	overflow: hidden;
}
	.box h3{
		padding: 6px 5px 4px 12px;
		background-color: #ecead8;
		margin-bottom: 10px;
		font-weight: normal;
		font-size: 13px;
		clear: both;
	}
		.box h3 a{
			color: #151515;
			text-decoration: none;
			border-bottom: 1px dotted #009dfc;
		}

.box .cpost{
	padding: 0 12px;
	margin: 4px 0;
	line-height: 18px;
}

.box .cpost .info{
	
}

.box .cpost .info img{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.box .cpost .info .thumb{
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	line-height: 0;
}

.box .cpost .info span.ex{
	float: right;
}


.box .cpost a.title{
	font-weight: bold;
	text-decoration: none;
	color: #3683ff;
}
.box .cpost a.title:hover{
	text-decoration: underline;
}

.box h4{
	border: 1px solid #c6c6c6;
	border-right-style: none;
	border-left-style: none;
	padding: 7px 12px 5px;
	line-height: 12px;
	font-size: 12px;
	background-color: #f3f4f5;
	margin: 4px 0;
	clear: both;
}

div.container{
	clear: both;
}
.box ul.more_stories{
	padding-bottom: 4px;
	width: 298px;
	clear: both;
	overflow: hidden;
}

.box ul.more_stories li{
	border-bottom: 1px solid #c6c6c6;
	padding: 0 12px;
}

.box ul.more_stories li:last-child{
	border-bottom: none;
}

.box ul.more_stories li a{
	font-size: 11px;
	color: #366de6;
}
	.box ul.more_stories li a:hover{
		border-bottom: none;
	}

/* General Group */
div.col div.cat-group{
	
}
/* sub group nav*/
div.col div.cat-group ul.select{
	overflow: hidden;
	margin-top: 4px;
	padding-right: 4px;
}

div.col div.cat-group ul.select li{
	cursor: pointer;
	float: left;
	margin: ;
	padding: 4px 5px;
	line-height: 13px;
	font-size: 12px;
	margin-left: 4px;
	background-color: #f3f4f5;
	margin-bottom: 4px;
	margin-right: 0;
	border: 1px solid #c5c5c5;
}
div.col div.cat-group ul.select li:hover{
	background-color: #ecead8;
}

div.col div.cat-group ul.select li.current{
	background-color: #e80000;
	color: #fff;
	border-color: #7b0000;
}

div.col div.cat-group .box{
	border: none;
	margin: 5px 0;
}

div.col div.cat-group .box ul.more_stories li a{
	line-height: 4px !important;
	display: ;
}

div.col div.cat-group h2{
	padding: 10px;
	font-size: 17px;
	line-height: 19px;
	background-color: #efefef;
}

div.col div.cat-group h2 a{
	color: #5160b0;
}
	div.col div.cat-group h2 a:hover{
		color: #7084f1;
	}

/* @group Cover image box styles */

.cover-image{
	/*width: 300px;
	border: none;*/
}
	.cover-image div.cover{
		position: relative;
	}
	.cover-image div.cover a img{
		margin: 0;
		display: inline;
	}
	.cover-image div.cover a{
		line-height: 0;
		display: block;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
	}
	
.cover-image div.cover a.diged div{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 20px 15px;
	width: 260px;
	color: #eab841;
	font-size: 11px;
	line-height: 12px;
	background: rgba(0,0,0,0.75) url(img/dl_icon.png) no-repeat 232px 14px;
}
.cover-image div.cover a.diged:hover div{
	
}
.cover-image div.cover a.diged div strong{
	color: #fff;
	display: block;
	font-size: 23px;
	font-weight: normal;
	font-style: normal;
	line-height: 27px;
}

.cover-image ul.more_stories{
	margin-top: -4px;
	padding-bottom: 10px;
	float: left;
}
.cover-image ul.more_stories li{
	padding-top: 8px;
	float: left;
	width: 112px;
	padding: 10px;
	position: relative;
	margin: 10px 0 0 10px;
	background-color: #f0ebdc;
	border: 1px solid #aaa48d;
	
	display: inline-block;
	vertical-align: top;
}

.cover-image ul.more_stories a img{
	margin: -3px 7px -4px -4px;
	padding: 4px;
	float: left;
}
	.cover-image ul.more_stories a:hover img{
		background-color: #fff;
	}
	
.cover-image ul.more_stories a{
	border-bottom: none;
	margin: 0;
	float: left;
	color: #000;
}
	.cover-image ul.more_stories a:hover{
		color: #3682ff;
		text-decoration: underline;
	}
	
.cover-image ul.more_stories a.diged{
	text-decoration: underline;
	float: right;
	margin-right: 12px;
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #3682ff;
}
	.cover-image ul.more_stories a.diged:hover{
		text-decoration: none;
	}

/* @end */

/* @end */

/* @group Main Content */

#content{
	height: 100%;
	clear: both;
	margin: 0 10px 10px;
	margin-top:15px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	border: 1px solid #87826f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #fff url(img/sidebar_grad_flat_v2.gif) repeat-y 618px center;
}

#content.no_col{
	background-image: none;
}
#content.no_col #post_wrap{
	float: none;
	width: 900px;
}

#content.no_col .full_banner{
	margin-left: -25px;
}
#content.no_col .post_head h2{
	clear: both;
	
}

#post_wrap{
	float: left;
	width: 580px;
	margin-left: 9px;
}
#post_wrap div.page,
#post_wrap div.post{
	margin: 10px 0 30px 0;
}
/*#post_wrap div.post:last-child,*/
#post_wrap div.page{
	margin-bottom: 0;
}

div.post .post_head{
	border-bottom: 2px solid #dadada;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}
div.page .post_head{
	/*display: ;*/
	/*width: 500px;*/
	/*overflow: hidden;*/
}

	div .post_head h2{
		font: bold 31px/1.1em "Corbel", helvetica;
		margin-bottom: 4px;
	}

div .post_head h2 a{
	color: #3b3b3b;
	text-decoration: none;
	line-height: 1.1em;
	background: url(img/link.png) no-repeat right top;
	padding-right: 23px;
}
/* Disable link icon on pages and single posts.*/
body.page div .post_head h2 a,
body.single div .post_head h2 a{
	background: none;
	padding: 0;
}
	div .post_head h2 a:hover{
		color: #495c82;
		text-decoration: underline;
	}

div .post_head a{
	color: #587da5;
}
	div .post_head a:focus,
	div .post_head a:hover{
		color: #6c98c8;
		text-decoration: none;
	}

div .post_head small{
	display: block;
	font-size: 11px;
	clear: both;
	float: left;
}
	div .post_head small span{
		font-style: italic;
	}

/* @group add to any styling */

	.addtoany_share_save_container{margin:16px 0;}
	ul.addtoany_list{
		float: right;
		display: block;
		list-style-type:none;
		padding:0 !important;
		margin-top: -11px;
		text-indent:0 !important;
	}
	ul.addtoany_list li{
		background:none !important;
		border:0;
		display:inline !important;
		line-height:32px;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
	}
	ul.addtoany_list li:before{content:"";}
	ul.addtoany_list li a{padding: 0 4px;}
	ul.addtoany_list img{
		float:none;
		border:0;
		margin:0;
		padding:0;
		vertical-align:middle;
	}
	ul.addtoany_list a img{
		opacity:.7;
		-moz-opacity:.7;
		filter:alpha(opacity=70);
	}
	ul.addtoany_list a:hover img,
	ul.addtoany_list a.addtoany_share_save img{
		opacity:1;
		-moz-opacity:1;
		filter:alpha(opacity=100);
	}
	a.addtoany_share_save img{border:0;width:auto;height:auto;}


/* @end */

.postmetadata{
	clear: both;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #fef7cf;
	/*margin: 0 -10px;*/
	border: 1px solid #cec689;
	color: #928363;
	font-size: 12px;
	line-height: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
	.postmetadata a{
		color: #585851;
	}
	.postmetadata a:hover{
		color: #96968b;
		text-decoration: none;
	}

/* entry Stying*/
.entry{
	font-size: 13px;
	line-height: 20px;
	clear: both;
}
.entry sup{
	vertical-align: super;
}.entry sub{
	vertical-align: sub;
}

.entry p{
	margin: 13px 0;
	font: 14px/20px 'Trebuchet MS',Helvetica,sans-serif;
	color: #4f4f50;
}
.entry p strong{
	color: #272727;
}
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5{
	Berthold Akzidenz Grotesk Condensed
	/*font: 300 1.4em/1.2em 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;*/
	letter-spacing: 0.05em;
	color: #4b4b4b;
	margin: 1.4em 0 0;
	clear: both;
}
.entry h1{
	font-size: 2.4em;
	margin: 1.2em 0 .4em;
}.entry h2{
	font-size: 1.8em;
	font-weight: bold;
	border: ;
	border-bottom: 2px solid #f1f1f1;
	color: #656565;
}.entry h3{
	font-size: 1.6em;
	border-bottom: 1px solid #ececec;
	color: #717171;
}.entry h4{
	font-size: 1.4em;
	letter-spacing: normal;
}.entry h5{
	font-size: 1.2em;
}
/* Link Styling */
.entry a{
	color: #4965a8;
}.entry a:hover{
	color: #5d626f;
	text-decoration: none;
}.entry a:visited{
	color: #885f8a;
}
/* list items */

/* @group List items */

.entry ul{
	margin: 18px 0;
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 20px;
}
.entry ul li{
	margin: 8px 0;
}

.entry ol{
	margin: 18px 0;
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
}
.entry ol li{
	margin: 8px 0;
}



/* @end */

/* @group Blockquote */

.entry blockquote{
	padding: 8px 18px;
	background-color: #fffeff;
	
	position: relative;
	margin: 20px 0;
	
	/* please don't send me emails about this >:F */
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
	border: 2px solid #7d5bb7;
	
	/*box-shadow: 0px 0px 2px #305da2;
	-moz-box-shadow: 0px 0px 2px #305da2;
	-webkit-box-shadow: 0px 0px 2px #305da2;*/
	
	color: #272727;
	font-size: 17px;
	line-height: 24px;
}
.entry blockquote:before, .entry blockquote:after {
	font-size: 102px;
	display: block;
	position: absolute;
	color: #48307a;
	line-height: 96px;
}
.entry blockquote:before{
	content: '‚Äú';
	top: -23px;
	left: 12px;
}
.entry blockquote:after{
	content: '‚Äù';
	right: 12px;
	bottom: -70px;
}



/* @end */

/* @group Image Styles
 */

.entry img{
	border: 0;	
}

.entry div.wp-caption{
	padding: 5px 5px 0;
	background-color: white;
	margin-top: 8px;
	text-align: center;
	color: #474747;
	line-height: 30px;
	
	/* please don't send me emails about this >:F */
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
	border: 1px solid #cacaca;
	font-size: 80%;
}
.entry div.wp-caption.aligncenter{
	clear: both;
}
.entry div.wp-caption img{
	/* please don't send me emails about this >:F */
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;	
	margin-bottom: 0 !important;
}
.entry div.wp-caption p{
	line-height: 16px;
}
.entry div.wp-caption.alignright{
	margin-right: -6px;
	margin-left: 10px;
	float: right;
}
.entry div.wp-caption.alignleft{
	margin-right: 10px;
	margin-left: -6px;
	float: left;
}

.entry .alignleft{
	float: left;
	display: block;
}
.entry .alignright{
	float: right;
	display: block;
}

.entry dl.alignleft{
	float: left;
	text-align: center;
}
.entry .aligncenter{
	margin: 0 auto;
	text-align: center;
}

.entry img.aligncenter{
	margin: 0 auto;
	display: block;
	text-align: center;
}

.wp-caption{
	margin-bottom: 15px;
}
.entry img.alignleft{
	margin: 4px 20px 30px 0;
}
.entry img.alignright{
	margin: 4px 0 30px 20px;
}

/* @end */

/* @group Navigation */

/* @group NGG */


/* ----------- Gallery navigation -------------*/

/*.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}*/

/*.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}*/

/*.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}*/

/*.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}*/

/* @end */

/* @group PageNavi */
.ngg-navigation{
	margin: 10px 0;
	clear: both;
}
.ngg-navigation,
.wp-pagenavi{
	font-size: 12px;
	line-height: 16px;	
	background-color: #fef7cf;
	border: 1px solid #d8d2b5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;

	position: relative;
	/*border-bottom-width: 1px;
	border-bottom-color: #b9b495;*/
	clear: both;
	margin-right: -10px;
	margin-left: -10px;
}
.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev,
.ngg-navigation span,
.wp-pagenavi span,
.wp-pagenavi a,
.wp-pagenavi a:link {
	display: block;
	padding: 6px 7px 5px;
	float: left;
	border-right: 1px solid #d8d2b5;
}
.wp-pagenavi span:last-child,
.wp-pagenavi a:last-child{
	border-right: none;
}
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.next,
.ngg-navigation span.prev{
	text-decoration: none !important;
}
.wp-pagenavi span{
	color: #534f34;
}
.ngg-navigation a,
.wp-pagenavi a{
	color: #5f5c4b;
	font-weight: bold;
}
.ngg-navigation a:visited,
.wp-pagenavi a:visited {
	color: #5f5c4b;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover,
.wp-pagenavi a:hover {
	text-decoration: none;
	background: #fdf9eb;
}
.wp-pagenavi a:active {
	
}
.wp-pagenavi span.pages {

}
.ngg-navigation span,
.wp-pagenavi span.current {
	color: #e80000;
	font-size: 19px;
}
.wp-pagenavi span.extend {

}

/* @end */

div.navigation{
	overflow: hidden;
	margin-top: -10px;
	margin-bottom: 10px;
}

div.navigation a{
	font-size: 19px;
	color: #7298bd;
}

div.navigation a:hover{
	color: #455b8c;
	text-decoration: none;
}

div.navigation .alignleft{
	float: left;
}

div.navigation .alignright{
	float: right;
}


/* @end */

/* @group Comments */

h3#comments{
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 27px;
}

/* Respond form*/

#respond{
	padding-top: 11px;
}

#respond h3{
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	padding: 5px 3px 2px;
}

#respond:target h3{
	background-color: #fef5b3;
}

#respond{
	
}
/* Comment form */
#commentform{
	font-size: 12px;
	line-height: 12px;
	color: #4e4e4e;
}

#commentform > p{
	margin: 5px 0;
}

#commentform input{
	border: 1px solid #d8d8d8;
	padding: 5px;
	margin-right: 10px;
}
#commentform textarea{
	
	border: 1px solid #d8d8d8;
	padding: 5px;
	font-size: 12px;
	line-height: 15px;
	width: 568px;
}
#commentform input:focus,
#commentform textarea:focus{
	border-color: #e80000;
}
#commentform input#submit{
	float: right;
	margin-right: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #e8ecec;
	padding-right: 11px;
	padding-left: 11px;
	font-size: 14px;
	line-height: 18px;
}
	#commentform input#submit:hover{
		border-color: #64d185;
		background-color: #b3eec3;
	}
	
#commentform{
	
}

ol.commentlist{
	padding: 10px;
	border: 1px solid #d8d8d8;
	font-size: 12px;
	line-height: 20px;
}

ol.commentlist .comment-body{
	border-bottom: 1px solid #a2a2a2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
	ol.commentlist .comment:last-child .comment-body{
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

ol.commentlist .comment-body div.comment-author{
	border-bottom: 1px dashed #eaeaea;
	padding-bottom: 5px;
	margin-bottom: 12px;
}
ol.commentlist .comment-body div.comment-author span.says{
	color: #6d6d6d;
	padding-left: 5px;
}
ol.commentlist .comment-body:target{
	background-color: #fefbe8;
}

ol.commentlist .comment-body a{
	color: #5f87b2;
	text-decoration: underline;
}
	ol.commentlist .comment-body a:hover{
		color: #456485;
		text-decoration: none;
	}

ol.commentlist .comment-body div.comment-author cite{
	font-size: 20px;
	color: #283c52;
}

ol.commentlist .comment-body div.comment-author img.avatar{
	margin-right: 10px;
}

ol.commentlist .comment-body .comment-meta{
	float: right;
	margin-top: -39px;
}

ol.commentlist .comment-body{
	
}

ol.commentlist .comment-body p{
	margin: 5px 0;
	color: #4a4a4a;
}

ol.commentlist{
	
}

ol.commentlist{
	
}

ol.commentlist{
	
}

/* @end */



/* @end */

/* @group Special Content Styling */

/* Adoptions thmubnails */
.attachment-thumb_category-adoptions-single,
.attachment-thumb_category-adoptions{
	float: left;
	margin-right: 15px;
}

.attachment-thumb_category-events-single,
.attachment-thumb_category-events{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
/* Magazine cover*/
.attachment-thumb_category-past-issues{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* Browse Past Artilces links */

p.in_issue{
	padding: 6px 8px 5px;
	display: block;
	background: #fff url(img/sidebar_grad_flat_v2.gif) repeat-y left top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 24px;
	font-size: 14px;
	color: #7f7f7f;
	margin: 7px 10px -10px 210px;
}
p.in_issue span{
	display: block;
}

.in_issue a.diged,
.in_issue a.dl{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
}
.in_issue a.dl{
	background-image: url(img/dl.png);
}

.in_issue a.diged{
	background-image: url(img/page_find.png);
}

/* coupons */
body.custom-post-type-coupon-archive #post_wrap{
	display: ;
}

body.custom-post-type-coupon-archive #post_wrap .type-coupon{
	float: left;
	width: 450px;
	margin-bottom: 0;
	overflow: hidden;
}
body.custom-post-type-coupon-archive #post_wrap .type-coupon .entry{
	
}

body.custom-post-type-coupon-archive #post_wrap .entry p{
	margin: 0;
}

/* @end */



/* @group Footer */

/* @group Footer nav */

.foot_menu_container{
	display: block;
	width: 75%;
	margin: auto;
}

.foot_menu_container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.foot_menu_container ul li {
	display:inline;
	white-space: nowrap;
}

.foot_menu_container li a{
	text-decoration: none;
	color: #47443A;
	font-size: 11px;
	padding: 0 6px;
}

.foot_menu_container li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Advertising Table */

#advertise{
	
}

#advertise table{
	background-color: #e7e7e7;
	border-collapse: collapse;
}

#advertise thead tr th{
	background-color: #595959;
	color: #e3e3e3;
}
#advertise thead{
	border: 1px solid #3b3b3b;
}
#advertise tbody tr{
	color: #262626;
	border: 1px solid #4f4f50;
	border-bottom-color: #b6b6b6;
}
#advertise tbody tr:nth-child(odd) td{
	background-color: #d4d4d4;
}
#advertise tbody tr:last-child{
	border-bottom-color: #4f4f50;
}
/* @end */

#footer{
	clear: both;
	background-color: #d5ceb1;
	padding-top: 3px;
	padding-bottom: 10px;
	border-top: 1px solid #9f9f9f;
}
#footer p{
	text-align: center;
	font-size: 11px;
	color: #47443a;
	clear: both;
}
#footer #foot_ads{
	margin-top: -1px;
	width: 960px;
	padding-bottom: 8px;
	overflow: hidden;
}
* html #footer #foot_ads{
	width: 1000px;
}
#mem_ads{
	padding-bottom: 20px;
	float: left;
	width: 100%;
}
#mem_ads a,
#footer #foot_ads a{
	display: block;
	line-height: 0;
}
#mem_ads div.place,
#footer #foot_ads div.place{
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
}
#mem_ads div.place{
	margin-right: 0;
	margin-left: 0;
}
#footer #foot_ads div.place div{

}
#footer #foot_ads div.place img{
	width: 300px;
}
/* @end */

/* @group Top Info */

#top_info{
	padding: 5px 10px;
	margin-left: -10px;
	margin-right: -10px;
	border: 1px solid #cec789;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fff3ae;
	color: #5b5a44;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
#top_info a{
	color: #367d93;
}
#top_info a:focus,
#top_info a:hover{
	color: #4ba8c5;
	text-decoration: none;
}
#top_info p{
	margin: 2px 0;
}

#top_info p strong{
	
}
#top_info p+p{
	color: #767558;
}

/* @group Author Info */

#author-info{
	border: 1px solid #d7d7d7;
	overflow: hidden;
	margin: 0 -10px;
	padding: 10px;
	-webkit-border-radius: 3px;
background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.79, rgb(255,255,255)),
    color-stop(1, rgb(235,235,235))
);
background:-moz-linear-gradient(
    center bottom,
    rgb(255,255,255) 79%,
    rgb(235,235,235) 100%
);
}

#author-info #author-avatar{
	float: left;
	line-height: 0;
}

#author-info #author-description{
	float: right;
	width: 507px;
	font-size: 12px;
	line-height: 18px;
	color: #575757;
}

#author-info #author-description h2{
	font-size: 13px;
	color: #2c3139;
}


/* @end */



/* @end */

/* @group Sidebar */

.sidebar{
	float: right;
	width: 300px;
	padding: 0 10px;
	margin: -10px 0;
}

.sidebar > ul{
	color: #5d5d5d;
}

/*Single Widget*/
.sidebar > ul > li{
	padding: 15px;
	background-color: #fffeff;
	margin: 10px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 1px 2px #c6c6c6;
	-moz-box-shadow: 0px 1px 2px #c6c6c6;
	list-style: none;
}

	.sidebar > ul > li a{
		color: #658fbc;
	}
		.sidebar > ul > li a:focus,
		.sidebar > ul > li a:hover{
			color: #507398;
			text-decoration: none;
		}
		.sidebar > ul > li a:focus{
			background-color: #fefebf;
		}
	.sidebar > ul > li h3.widgettitle{
		color: #5a5a5a;
		font-size: 20px;
		line-height: 25px;
		padding-top: 12px;
		margin: -12px -12px 5px;
		padding-right: 12px;
		padding-left: 12px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background: -webkit-gradient(
		    linear,
		    left bottom,
		    left top,
		    color-stop(0, rgb(255,255,255)),
		    color-stop(1.9, rgb(213,235,235))
		);
		background: -moz-linear-gradient(
		    center bottom,
		    rgb(255,255,255) 0%,
		    rgb(213,235,235) 190%
		);
	border-top: 1px solid #e4f0f0;
}
	
	/* sub item styling */
li.widget > ul{
	line-height: 21px;
}	
	li.widget ul.children li,
	li.widget > ul > li {
		border-bottom: 1px solid #f1f1f1;
		padding: 3px 0;
		margin: 0;
	}
	li.widget ul.children{
		margin-left: 15px;
	}
		li.widget ul.children li:last-child,
		li.widget > ul > li:last-child {
			border-bottom: none;
		}

/* @end */

/* @group Widgets */
#wp-calendar{
	width: 100%;
	text-align: center;
}

div.col .widget_openxwpwidget{
	line-height: 0;
}

div.col .widget_openxwpwidget h3.title{
	display: none;
}

div.col .widget_openxwpwidget div a{
	line-height: 0;
}

/*Front page slidehow*/
.widget_slideshow{
	
}
.widget_slideshow .slideshow-widget{
	margin: -1px 0 2px 9px;
}


/*Ads in sidebar */
div.sidebar ul li.widget_maxbannerads h3,
div.sidebar ul li.widget_openxwpwidget h3{
	display: none;
}
div.sidebar ul li.widget_maxbannerads,
div.sidebar ul li.widget_openxwpwidget{
	list-style: none;
	padding: 0;
	line-height: 0;
	/*margin-left: -10px;*/
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
}
div.sidebar ul li.widget_maxbannerads a,
div.sidebar ul li.widget_openxwpwidget a{
	line-height: 0 !important;
	display: b;
}
.widget_maxbannerads,
.widget_embed{
	padding: 0;
	margin: 0;
	line-height: 0 !important;
	border: none !important;
	width: 300px !important;
}

/* @end */

/* @group NGG */

/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 1.50

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .ngg-navigation:last-child{
	position: relative;
	top: 20px;
	margin-bottom: 20px;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {

}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	/*display: inline-block;*/
	/*vertical-align: top;*/
	float: left;
	width: 270px;
	margin-left: 10px;
	margin-right: 10px;
}
.ngg-gallery-thumbnail {
	width: 260px;
	/*float: left;*/
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;
	padding: 2px;
	position:relative;
	margin-top: 5px;
	margin-left: 4px;
	margin-bottom: 1px;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}


/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}

/* @end */

/* @group Adoption Box */
.col .adoption{
	border-color: #e4820e;
	max-height: 400px;
}
.col .adoption h3{
	background-color: #e4820e;
}
.col .adoptionh3 a{
	color: #fff;
	font-size: 16px;
	border-bottom-color: #ffcc5d;
}

.adoption select{
	width: 140px;
	margin-left: 78px;
	margin-bottom: 7px;
}
/*Jquery carosel css for Adoption rotator*/
.jcarousel-container {
    position: relative;
    margin-top: 25px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
	list-style: none;
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next,
.jcarousel-prev{
	height: 70px;
	width: 40px;
	position: absolute;
	margin-top: -23px;
	top: 50%;
	background: url(img/adopt_nav.png) left top;
}
.jcarousel-next.jcarousel-next-disabled,
.jcarousel-prev.jcarousel-prev-disabled{
	opacity: 0.5;
}
.jcarousel-prev:hover,
.jcarousel-next:hover{
	cursor: pointer;
}
.jcarousel-prev:active,
.jcarousel-next:active{
	margin-top: -21px;
}
.jcarousel-prev{
    z-index: 3;
    display: none;
	left: 0;
	background-position: left top;
}
	.jcarousel-prev:hover {
		background-position: left bottom;
	}
	
.jcarousel-next {
    z-index: 3;
    display: none;
    right: 0;
    background-position: right top;
}
	.jcarousel-next:hover {
		background-position: right bottom;
	}
	
.adoption ul{
	overflow: hidden;
	height: 270px;
}
.jcarousel-list li,
.jcarousel-item,
.adoption ul li{
	width: 250px;
	margin: 0 25px;
	float: left;
	list-style: none;
}

.adoption ul li img{
	display: block;
	margin: 0 auto;
}

.adoption ul li a{
	text-decoration: none;
	text-align: center;
}
.adoption ul li a strong{
	display: block;
	color: #3c3c3c;
	text-align: center;
}
.adoption a.bottom_link{
	display: block;
	text-align: center;
	width: 207px;
	margin: 5px auto;
	padding: 4px 10px 3px;
	border: 1px solid #e4820a;
	line-height: 15px;
	text-decoration: none;
	color: #282827;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.adoption a.bottom_link:hover{
	background: #e4820a;
	color: #fff;
}

/* @end */

/* @group Memoriam Page */

.submit_link{
	float: right;
	margin: 10px 0 10px 10px;
	border: 1px solid #7e0000;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 18px;
	line-height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #e80000;
	color: #fffeff;
}
.submit_link:hover{
	background: #fff;
	color: #e80000;
}

div.post img.attachment-thumb_category-in-memoriam{
	float: left;
}

body.category-in-memoriam div.post{
	clear: both;
	padding: 12px;
	border: 1px solid #87826f;
	overflow: hidden;
}

body.category-in-memoriam .post .right{
	float: right;
	width: 650px;
}

body.category-in-memoriam .post .mem_header{
	
}
	body.category-in-memoriam .post .mem_header h3{
		font: italic 30px/38px Georgia, "Times New Roman", Times, serif;
		color: #d32000;
	}
	body.category-in-memoriam.post.mem_header p{
		font-size: 12px;
	}

body.category-in-memoriam  #post_wrap .post div.entry p{
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	color: #5a5a5a;
}
body.category-in-memoriam  #post_wrap .post div.entry p.owner{
	float: right;
	font-style: italic;
}
/* @end */

/* @group Shelter Page */

#report_content{
	clear: both;
}

#report_content h2{
	background-color: #e80000;
	color: #fffeff;
	text-align: center;
	text-transform: uppercase;
	font: normal normal 50px/83px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -3px;
	word-spacing: 9px;
}
#report_content h2 span{
	display: block;
	-moz-transform: scaley(1.5);
	-webkit-transform: scaley(1.5);
}

#report_content p{
	margin: 10px 0;
	padding: 0 25px;
}

#report_content div.shelter_rotator{
	height: 290px;
	background-color: #d0d0d0;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
#report_content div.shelter_rotator ul{
	width: 5000px;
	height: 290px;
	position: absolute;
}

#report_content div.shelter_rotator ul li{
	float: left;
	width: 290px;
	height: 290px;
}

#report_content div.shelter_rotator ul li img{
	width: 290px;
	height: 290px;
	border:2px solid #fff;
}

#report_content div.shelter_rotator{
	
}

#report_content div.shelter_rotator{
	
}
#report_content .stats-table{
	background-color: #6e6f73;
	color: #fff;
	padding: 10px;
	font-size: 15px;
}

#report_content .stats-table h3{
	text-align: center;
	font-size: 20px;
	margin-bottom: 7px;
	color: #fff;
}

#report_content .stats-table table{
	width: 100%;
	line-height: 19px;
}
#report_content .stats-table table tr{
	margin: 0;
	padding: 0;
}
#report_content .stats-table table td{
	padding: 1px 10px;
}

#report_content .stats-table table td.highlight{
	color: #000;
}

#report_content .stats-table table col.highlight{
	background-color: #f6f20a;
	color: #000 !important;
}

#report_content .stats-table{

}

#report_content > h3{
	text-align: center;
	color: #e80000;
	font-size: 20px;
	line-height: 40px;
	margin-top: 10px;
	-moz-transform: scaley(1.5);
	-webkit-transform: scaley(1.5);
	font-weight: normal;
	font-style: normal;
}

#report_content h4{
	text-align: center;
	font-weight: normal;
}

#report_content p.times{
	font-size: 80%;
	text-align: center;
}

#report_content p span.photo_cred{
	float: right;
}

/* @end */


/* ------------------------------------------------------- */
/* -------- 2011 Navigation & Navigation Changes --------- */



#header h1 a{
		position: absolute;
		right: -125px;
		overflow: hidden;
		text-indent: -40em;
		display: block;
		width: 596px;
		height: 200px;
		background: #e80001 url(img/logo_black.png) no-repeat right top;
		
	}

#header_wrap{
	background-color: #000;
	padding-top: 1px;
	padding-bottom: 1px;
	/*border-bottom: 2px solid #ece4c5;*/
}

#header h1{
		top: 48px;
		left: 0;
		position: absolute;
		width: 50%;
		min-width: 480px;
		height: 200px;
		background-color: #e80001;
	}
/* @group Menu */

/* @group Menu Base */

.menu{
	margin: 10px 10px;
	float: left; 
	width: 938px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	border: 1px solid transparent;
	z-index: 9999 !important;
	text-decoration: none;
}
.menu ul{
	padding: 3px;
}
	.menu li a{
		text-decoration: none;
		color: #fff;
		font-size: 16px;
		padding: 0 10px;
		display: inline-block;
		float: left;
		line-height: 26px;
		height: 23px;
		font-style: italic;
		font-weight:bold;
	}
	
	
	.menu li.has-children > a{
		padding-right: 14px;
		background: url(img/down.png) no-repeat right center;
	}
	.menu li.has-children > a:hover, .menu li a:hover{
		/*text-decoration: underline;*/
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;

		border: 1px solid #ff0000;
	
		background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,0,0) ),
		color-stop(0.96, rgb(200,0,0))
		);
	
		background: -moz-linear-gradient(
		center bottom,
		rgb(255,0,0) 0%,
		rgb(200,0,0) 96%
		);

		background-color: #ff0000 !important;
	}
		
	.menu ul.top_ul{
		float: left;
	}
	/*sub menu width */
	.menu ul.top_ul ul{
		width: 120px;
	}
	
	.menu ul.top_ul li{
		position: relative;
		float: left;
		display: inline;
		list-style: none;
	}
	
	.menu ul.top_ul li ul.sub-menu li,
	.menu ul.top_ul li ul.children li{
		float: none;
		white-space: nowrap;
		list-style:none;
		display: block;
		width: 108px;
	}
	.menu ul.top_ul li ul.sub-menu li a,
	.menu ul.top_ul li ul.children li a{
		width: 100%;
	}
		.menu ul > li a{
			color:#fff !important;
			display: block;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;

		}
		
		.menu ul > li > ul.sub-menu,
		.menu ul > li > ul.children{
			overflow: hidden;
			display: none;
			position: absolute;
			width:150px;
			z-index: 1500;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-top-left-radius: 0px;
			-webkit-border-top-right-radius: 0px;
			-moz-border-radius-topright: 0px;
			-moz-border-radius-topleft: 0px;
			
			-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.59);
			-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.59);
			
			padding-top: 4px;
			top: 24px;
			left: -4px;
			
			border: 1px solid #333 !important;
			border-top-style: none !important;
			background: #000 !important;
			color:#fff;
		}

		.menu ul > li > ul.children a{
			font-size:12px;
		}
		.menu ul > li:hover > ul.sub-menu,
		.menu ul > li:hover > ul.children{
			display: block;
		}
		.menu ul > li > ul.sub-menu a{
			font-size:12px;
			padding: 0px 4px;
			width:140px !important;
		}
		
/* @end */

/* @group Top Page Navigation */

#top_nav{
	width: 938px;
	margin: 0 10px;

	border:none !important;
	
	background:none !important;
	
	background-color: #000;
}
#top_nav ul.top_ul{
	width: 100%;
}

/* @group Custom Feed Styling */

#top_nav li.feed{
	float: right;
	margin-right: 8px;
}
#top_nav li.feed a{
	color: #fffeff;
	font-weight: bold;
	background: #e5810b url(img/rss_white_pad.png) no-repeat right center;
	/*padding-right: 25px;*/
	text-indent: -40em;
	overflow: hidden;
	width: 12px;
	padding-right: 6px;
	padding-left: 6px;
}
* html #top_nav li.feed a{
	background: #e5810b url(img/rss_white.gif) no-repeat right center;
}

/* @end */
#top_nav li.current-menu-item a,
#top_nav li.current_page_item a{
	border: 1px solid #ff0000;
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(255,0,0) ),
	    color-stop(0.96, rgb(200,0,0))
	);
	
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(255,0,0) 0%,
	    rgb(200,0,0) 96%
	);
	
	background-color: #ff0000;
	margin: 0 4px;
}
	#top_nav li.current-menu-item:first-child a,
	#top_nav li.current_page_item:first-child a{
		margin-left: 0;
	}
	#top_nav li.current-menu-item:last-child a,
	#top_nav li.current_page_item:last-child a{
		margin-right: 0;
	}
	
#top_nav li.current-menu-item a:hover,
#top_nav li.current_page_item a:hover{
	color: #888;
}
#top_nav a{
	border: 1px solid transparent;
	color: #000;
}
	#top_nav a:hover{
		color: #fff;
	}

#top_nav ul.menu{
}

#top_nav.menu ul > li > ul.sub-menu,
#top_nav.menu ul > li > ul.children{
	border: 1px solid #f4f4f4;
	border-top-style: none;
	background: #e6e6e6;
}
/*#top_nav li a{
	float: left;
	display: block;
	height: 19px;
	padding: 2px 5px;
	margin-right: 5px;
	border: 1px solid #a5a5a5;
	background-color: #f6f6f6;
}*/

/* @end */

/* @group Bottom Category Navigation */

#cat_nav{
		background:#000;
		height:30px;
}
#cat_nav.menu li a{
		text-decoration: none;
		color: #fff;
		font-size: 12px;
		padding: 0 5px;
		display: inline-block;
		float: left;
		line-height: 22px;
		height: 23px;
		font-style: italic;
		border: 1px solid #000;
}
#cat_nav.menu li.has-children > a{
		padding-right: 14px;
		background: url(img/down.png) no-repeat right center;
}
#cat_nav li.current-menu-item a,
#cat_nav li.current_page_item a{
	
	margin: 0 4px;
}
#cat_nav.menu ul.top_ul{
	padding-right: 230px;
	position: relative;
	width: 704px;
}
#cat_nav.menu ul.top_ul li.current-menu-item > a,
#cat_nav.menu ul.top_ul li > a.active_category,
#cat_nav.menu ul.top_ul li.current-cat-parent > a,
#cat_nav.menu ul.top_ul li.current-menu-parent > a,
#cat_nav.menu ul.top_ul li.current-cat > a{
	background-color: #505050;
	border: 1px solid #878787;
	margin: -1px;
	/*margin-right: 4px;*/
	margin-right: 0px;
	/*margin-left: 4px;*/
}
	/* Positionin based on first or last child */
	/*#cat_nav.menu ul > li.current-menu-item:first-child > a,
	#cat_nav.menu ul > li:first-child > a.active_category,
	#cat_nav.menu ul > li.current-cat-parent:first-child > a,
	#cat_nav.menu ul > li.current-cat:first-child > a{
		margin-left: 0;
	}
	#cat_nav.menu ul > li.current-menu-item:last-child > a,
	#cat_nav.menu ul > li:last-child > a.active_category,
	#cat_nav.menu ul > li.current-cat-parent:last-child > a,
	#cat_nav.menu ul > li.current-cat:last-child > a{
		margin-right: 0;
	}*/

#cat_nav.menu li.search{
	float: right;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
#cat_nav.menu form fieldset{
	float: right;
	padding: 2px;
}
	#cat_nav.menu form fieldset input.searchfield{
		float: left;
		width: 160px;
		border: 1px solid #181818;
		background: #555455 none;
		padding: 3px;
		font-size: 11px;
		color: #e5e5e5;
		margin-top: 2px;
	}
	
	#cat_nav.menu form fieldset input.searchbutton{
		border: none;
		background: none;
		color: #fff;
		float: left;
		margin-top: 4px;
	}
	#cat_nav.menu form fieldset input.searchbutton:hover{
		color: #9e9e9e;
		cursor: pointer;
	}

#cat_nav.menu ul.top_ul li.current-menu-item > a,
#cat_nav.menu ul.top_ul li > a.active_category,
#cat_nav.menu ul.top_ul li.current-cat-parent > a,
#cat_nav.menu ul.top_ul li.current-menu-parent > a,
#cat_nav.menu ul.top_ul li.current-cat > a{
	border: 1px solid #ff0000 !important;
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(255,0,0) ),
	    color-stop(0.96, rgb(200,0,0))
	);
	
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(255,0,0) 0%,
	    rgb(200,0,0) 96%
	);
	
	background-color: #ff0000;

	margin: -1px;
	/*margin-right: 4px;*/
	margin-right: 0px;
	/*margin-left: 4px;*/
}

.extraMenuPadding{
	margin-right:5px;
}


/* April 20th 20011 */
.box h3.title, .adoption h3{
	display:none;
}
.box{
	border:none !important;
}
.widget, .textwidget, .adoption{
	padding-top:10px !important;
}
body{
	background:#cbc1b0 url(http://www.tulsapetsmagazine.com/wp-content/uploads/2011/04/bg_mainFullSolid.jpg);
	background-repeat:repeat-x;
}
#footer{
	background:#fff;
	border-top:#ccc 1px solid;
}
.menu{
	margin-top:0px;
	border:none !important;
}
li.search input.searchfield, li.search input.searchbutton{
	font-style: italic;
	font-weight:bold;
}

#full_page{
	background:#fff url(http://www.tulsapetsmagazine.com/wp-content/themes/tulsapetsmag/img/bg_fullPageContent.jpg) !important;
	background-repeat:repeat-y !important;
}


/* June 10th 2011 */
h3.full-width-title{
	background:none;
	font-weight:bold;
	font-style:italic;
	font-size:15px;
	margin:0px;
	padding:20px 0px 5px 0px;
}
#content{
	background:none;
	background: #fff;
}

/* July 5th 2011 */
.home_welcome{
	display:block;
	clear:both;	
}
.home_welcome li{
	list-style-type:none;
	padding:5px;
}
.home_welcome .widgettitle{
	padding:5px 0px 0px 10px;
}
.home_welcome .welcome_banner{
	width:950px;
	text-align:center;
}

/* July 12th 2011 */
.footer_facebook{
	width:300px;
	margin:0px auto;
}

/* Auction Page */
.auction_content{	
	width:600px;
	float:left;
}
.auction_content .entry img{
	border:3px solid #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}

.auction_widget{	
	width:280px;
	float:right;
	padding:50px 0px 0px 0px;
}
li#wp-auctions{
	list-style:none;	
}


