﻿@charset "utf-8";

/* -----------------------------------------------------------------------------------------------------
                                     GLOBAL STARTS
----------------------------------------------------------------------------------------------------- */
html, body {
	height: 100%;
	width: 100%;
}
body {
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg-body.gif) repeat transparent 0 0;
	overflow-x: hidden;
}
a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #f1e9ca;
}
section > h1 {
	width: 100%;
	line-height: 22px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #415230;
}
section a, aside a{
	color: #000;
}
section a:hover, aside a:hover{
	color: #748a5f;
}
#pageWrapper {
	width: 100%;
	height: 100%;
	/*overflow-x: hidden;
	overflow-y: auto;*/
}
#contentWrapper {
	width: 1000px;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -500px;
	background-color: #fff;
	min-height: 100%;
	padding-bottom: 270px;
	margin-bottom: -270px;
	
	box-shadow: 0px 0px 20px #a59681;
	-moz-box-shadow: 0px 0px 20px #a59681;
	-webkit-box-shadow: 0px 0px 20px #a59681;
	-khtml-box-shadow: 0px 0px 20px #a59681;
}
header, footer {
	clear: both;
	float: left;
}
#contentWrapper > section {
	clear: both;
	width: 62.5%;
	padding-left: 20px;
	float: left;
}
#contentWrapper > aside {
	width: 35.6%;
	padding-right: 20px;
	float: right;
}
/* -------------------------------------------------
               GLOBAL ENDS
------------------------------------------------- */


/* -----------------------------------------------------------------------------------------------------
                                     FACEBOOK STARTS
----------------------------------------------------------------------------------------------------- */
#contentWrapper > header > nav div.fb-like.fb_iframe_widget {
    height: 16px;
    margin-top: 4px;
}

#contentWrapper > header > nav div.fb-like.fb_iframe_widget span {
	height: 24px!important;
}

/* -------------------------------------------------
               FACEBOOK ENDS
------------------------------------------------- */


/* -----------------------------------------------------------------------------------------------------
                                     HEADER STARTS
----------------------------------------------------------------------------------------------------- */
/* ----- STRUCTURE ----- */
header, header:before, header:after {
	background: url(../images/bg-header.gif) repeat transparent 0 0;
}
header nav, header nav:before, header nav:after {
	background: url(../images/bg-topNav.png) repeat transparent 0 0;
}
header nav + ul, header nav + ul:before, header nav + ul:after {
	background: url(../images/bg-topNav.png) repeat transparent 0 0;
}
header {
	index: 1;
	padding: 0 20px;
	border-bottom: #f2ecd0 5px solid;
}
header, header nav {
	position: relative;
	width: 100%;
	float: left;
}
header:before, header:after, header nav:before, header nav:after, header nav + ul:before, header nav + ul:after {
	position: absolute;
	display: none;
	content: "";
	width: 9999px;
	top: 0;
	bottom: 0;
}
header:before, header nav:before, header nav + ul:before {
	right: 100%;
}
header:after, header nav:after, header nav + ul:after {
	left: 100%;
}
header nav:after {
	z-index: 4;
}
header nav + ul:after {
	z-index: 3;
}
/* ----- TOP NAV -----*/
header nav {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 0 #5d4923;
	-moz-text-shadow: 0 -1px 0 #5d4923;
	-webkit-text-shadow: 0 -1px 0 #5d4923;
	-khtml-text-shadow: 0 -1px 0 #5d4923;
}
header nav ul > li {
	line-height: 34px;
	font-size: 12px;
	float: left;
}

header nav > ul label, header nav ul input {
	float: left;
}
header ul > li input {
	color: #a3a3a3;
	height: 22px;
	margin-top: 6px;
	border: 0;
	font-size: 12px;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
}
.ie8 header ul > li input {
	line-height: 2;
}
header ul > li input[type=email],
header ul > li input[type=password] {
	padding: 0 5px;
}
header ul > li input[type=button], header ul > li input[type=submit]  {
	cursor: hand;
	cursor: pointer;
	padding: 0 5px;
	color: #fff;
	height: 23px;
	font-weight: bold;
	border-top: #de878b 1px solid;
	
	box-shadow: 0px 0px 2px #97191e;
	-moz-box-shadow: 0px 0px 2px #97191e;
	-webkit-box-shadow: 0px 0px 2px #97191e;
	-khtml-box-shadow: 0px 0px 2px #97191e;

	text-shadow: 0 -1px 0 #880c0e;
	-moz-text-shadow: 0 -1px 0 #880c0e;
	-webkit-text-shadow: 0 -1px 0 #880c0e;
	-khtml-text-shadow: 0 -1px 0 #880c0e;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c1252b), to(#95161a));
	background: -webkit-linear-gradient(top, #c1252b, #95161a);
	background: -moz-linear-gradient(top, #c1252b, #95161a);
	background: -ms-linear-gradient(top, #c1252b, #95161a);
	background: -o-linear-gradient(top, #c1252b, #95161a);
	background: linear-gradient(top, #c1252b, #95161a);
	-pie-background: linear-gradient(top, #c1252b, #95161a);
}
header ul > li input[type=submit]:hover {
	border-bottom: #de878b 1px solid;
	border-top: transparent 1px solid;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#95161a), to(#c1252b));
	background: -webkit-linear-gradient(top, #95161a, #c1252b);
	background: -moz-linear-gradient(top, #95161a, #c1252b);
	background: -ms-linear-gradient(top, #95161a, #c1252b);
	background: -o-linear-gradient(top, #95161a, #c1252b);
	background: linear-gradient(top, #95161a, #c1252b);
	-pie-background: linear-gradient(top, #95161a, #c1252b);
}
header ul > li > input[type=email] {
	width: 150px;
}
header ul > li > input[type=email],
header ul > li input[type=password] {
	border-top: #5f4d24 1px solid;
}
header ul > li input[type=email],
header ul > li label,
header ul > li input[type=password] {
	margin-right: 10px;
	white-space: nowrap;
	float: left;
}

header nav ul > li{
	padding-right: 17px;
}
header nav ul > li{
	padding-left: 17px;
}
header ul > li{
	float: left;
	background: url(../images/div-sm.png) no-repeat 0 center transparent;
}
header ul > li em {
	display: none;
	height: 72px; 
	width: 234px;
	background: url(../images/error-header.png) no-repeat 0 0 transparent;
	padding: 30px 0 0;
	color: #415230;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: 276px;
	text-align: center;
	z-index: 5;
	cursor: hand;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
}
header ul.login-container > li.error > em{
	left: -205px;
}

header ul > li.error {
	
}
header ul > li.error em{
	display: block;
}
header nav ul > li:first-of-type {
	padding-right: 15px;
}
header ul > li:first-of-type {
	float: left;
	padding-left: 0;
	background: none;
}
header > nav > ul > li:last-of-type {
	float: right;
	padding-left: 0;
	background: none;
	display:none;
}
/* ----- LOGIN NAV ----- */
header nav + ul {
	display: none;
	position: absolute;
	width: 960px;
	top: 35px;
	height: 33px;
	
	text-shadow: 0 -1px 0 #201e15;
	-moz-text-shadow: 0 -1px 0 #201e15;
	-webkit-text-shadow: 0 -1px 0 #201e15;
	-khtml-text-shadow: 0 -1px 0 #201e15;
}
header nav + ul > li {
	line-height: 34px;
	float: left;
	font-size: 12px;
	width: 50%;
}
header nav + ul > li:nth-of-type(2) {
	background: url(../images/div-sm.png) no-repeat 0 center transparent;
}
header nav + ul > li label {
	color: #ffffff;
	font-weight: bold;
}
header nav + ul > li a {
	color: #fff;
}
header nav + ul > li a:hover {
	color: #f1e9ca;
}
header nav + ul > li input[type=email],
header nav + ul > li input[type=password] {
	width: 120px;
	
	border-top: #201e15 1px solid;
}
header nav + ul > li a {
	margin-left: 15px;	
}
header nav + ul > li a:nth-of-type(3) {
	float: right;
	padding-right: 25px;
	background: url(../images/icon-close.png) 45px center no-repeat transparent;
}
/* ----- LOGO ----- */
header a.logo div, header h1 {
	display: block;
	position: relative;
	width: 40%;
	float: left;
	margin-left: -20px;
	padding: 20px 0;
	height: 135px;
	width: 386px;
	text-indent: -9999px;
	background: url(../images/logo.png) 0 20px transparent no-repeat;
}
header a.logo div + span, header h1 + span {
	padding: 20px 15px;
	margin-left: 15px;
	line-height: 21px;
	text-indent: 0;
	color: #8a8059;
	font-size: 15px;
	font-weight: normal;
	width: 355px;
	position: relative;
	float: left;
	display: block;
	background: url(../images/div-med.png) no-repeat 0 25px transparent;
	margin-bottom: 10px
}
/* -------------------------------------------------
               HEADER ENDS
------------------------------------------------- */

/* -----------------------------------------------------------------------------------------------------
                                     BUTTONS STARTS
----------------------------------------------------------------------------------------------------- */
.btn {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	
	font-size: 12px;
	cursor: hand;
	cursor: pointer;
	padding: 3px 10px;
	color: #fff;
	height: 23px;
	font-weight: bold;
	border-top: #de878b 1px solid;
	
	box-shadow: 0px 0px 2px #97191e;
	-moz-box-shadow: 0px 0px 2px #97191e;
	-webkit-box-shadow: 0px 0px 2px #97191e;
	-khtml-box-shadow: 0px 0px 2px #97191e;

	text-shadow: 0 -1px 0 #880c0e;
	-moz-text-shadow: 0 -1px 0 #880c0e;
	-webkit-text-shadow: 0 -1px 0 #880c0e;
	-khtml-text-shadow: 0 -1px 0 #880c0e;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c1252b), to(#95161a));
	background: -webkit-linear-gradient(top, #c1252b, #95161a);
	background: -moz-linear-gradient(top, #c1252b, #95161a);
	background: -ms-linear-gradient(top, #c1252b, #95161a);
	background: -o-linear-gradient(top, #c1252b, #95161a);
	background: linear-gradient(top, #c1252b, #95161a);
	-pie-background: linear-gradient(top, #c1252b, #95161a);
}
.btn:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: #de878b 1px solid;
	border-top: transparent 1px solid;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#95161a), to(#c1252b));
	background: -webkit-linear-gradient(top, #95161a, #c1252b);
	background: -moz-linear-gradient(top, #95161a, #c1252b);
	background: -ms-linear-gradient(top, #95161a, #c1252b);
	background: -o-linear-gradient(top, #95161a, #c1252b);
	background: linear-gradient(top, #95161a, #c1252b);
	-pie-background: linear-gradient(top, #95161a, #c1252b);
}
.btn.btn-beige {
	padding: 7px 13px;
	height: 23px;
	border-top: #e6d9c2 1px solid;
	border-bottom: #a1784c 1px solid;

	text-shadow: 0 -1px 0 #8f5500;
	-moz-text-shadow: 0 -1px 0 #8f5500;
	-webkit-text-shadow: 0 -1px 0 #8f5500;
	-khtml-text-shadow: 0 -1px 0 #8f5500;
	
	box-shadow: 0px 0px 2px #583b16;
	-moz-box-shadow: 0px 0px 2px #583b16;
	-webkit-box-shadow: 0px 0px 2px #583b16;
	-khtml-box-shadow: 0px 0px 2px #583b16;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0b78d), to(#ad8252));
	background: -webkit-linear-gradient(top, #d0b78d, #ad8252);
	background: -moz-linear-gradient(top, #d0b78d, #ad8252);
	background: -ms-linear-gradient(top, #d0b78d, #ad8252);
	background: -o-linear-gradient(top, #d0b78d, #ad8252);
	background: linear-gradient(top, #d0b78d, #ad8252);
	-pie-background: linear-gradient(top, #d0b78d, #ad8252);
}
.btn.btn-beige:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: #e6d9c2 1px solid;
	border-top: #a1784c 1px solid;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ad8252), to(#d0b78d));
	background: -webkit-linear-gradient(top, #ad8252, #d0b78d);
	background: -moz-linear-gradient(top, #ad8252, #d0b78d);
	background: -ms-linear-gradient(top, #ad8252, #d0b78d);
	background: -o-linear-gradient(top, #ad8252, #d0b78d);
	background: linear-gradient(top, #ad8252, #d0b78d);
	-pie-background: linear-gradient(top, #ad8252, #d0b78d);
}
.btn.btn-loadmore {
	margin-top: 25px;
	padding: 10px 20px 0px 20px;
	display: inline-block;
}
/* -------------------------------------------------
               BUTTONS ENDS
------------------------------------------------- */
/* -----------------------------------------------------------------------------------------------------
                                     MAIN NAV STARTS
----------------------------------------------------------------------------------------------------- */
#contentWrapper > nav {
	position: relative;
	top: -25px;
	float: left;
	width: 100%;
	z-index: 1;
	background: url(../images/bg-mainNav.gif) repeat 0 0 transparent;
	
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	
	box-shadow: 0px 3px 10px #a6a6a6;
	-moz-box-shadow: 0px 3px 10px #a6a6a6;
	-webkit-box-shadow: 0px 3px 10px #a6a6a6;
	-khtml-box-shadow: 0px 3px 10px #a6a6a6;
}
#contentWrapper > nav:after {
	content: "";
	background: url(../images/pet-image01.png) no-repeat 0 0 transparent;
	display: block;
	width: 288px;
	height: 160px;
	position: absolute;
	right: -20px;
	top: -115px;
	z-index: -1;
}
#contentWrapper > nav ul li {
	float: left;
	white-space: nowrap;
	height: 43px;
	line-height: 43px;
	margin: 0 18px;
}
#contentWrapper > nav ul li input[type=email] {
	padding: 0 5px;
}
#contentWrapper > nav ul li input{
	color: #a3a3a3;
	height: 22px;
	margin-top: 6px;
	line-height: 1;
	padding: 0 5px;
	border: 0;
	font-size: 12px;
	margin-top: 10px;
	float: left;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
}
.ie8 #contentWrapper > nav ul li input {
	line-height: 2;
}
#contentWrapper > nav ul li input[type=text] {
}
#contentWrapper > nav ul li input[type=submit] {
	cursor: hand;
	cursor: pointer;
	padding: 0 5px;
	margin-left: 5px;
	color: #fff;
	height: 23px;
	font-weight: bold;
	border-top: #de878b 1px solid;
	
	box-shadow: 0px 0px 2px #97191e;
	-moz-box-shadow: 0px 0px 2px #97191e;
	-webkit-box-shadow: 0px 0px 2px #97191e;
	-khtml-box-shadow: 0px 0px 2px #97191e;

	text-shadow: 0 -1px 0 #880c0e;
	-moz-text-shadow: 0 -1px 0 #880c0e;
	-webkit-text-shadow: 0 -1px 0 #880c0e;
	-khtml-text-shadow: 0 -1px 0 #880c0e;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c1252b), to(#95161a));
	background: -webkit-linear-gradient(top, #c1252b, #95161a);
	background: -moz-linear-gradient(top, #c1252b, #95161a);
	background: -ms-linear-gradient(top, #c1252b, #95161a);
	background: -o-linear-gradient(top, #c1252b, #95161a);
	background: linear-gradient(top, #c1252b, #95161a);
	-pie-background: linear-gradient(top, #c1252b, #95161a);
}
#contentWrapper > nav ul li input[type=submit]:hover {
	border-bottom: #de878b 1px solid;
	border-top: transparent 1px solid;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#95161a), to(#c1252b));
	background: -webkit-linear-gradient(top, #95161a, #c1252b);
	background: -moz-linear-gradient(top, #95161a, #c1252b);
	background: -ms-linear-gradient(top, #95161a, #c1252b);
	background: -o-linear-gradient(top, #95161a, #c1252b);
	background: linear-gradient(top, #95161a, #c1252b);
	-pie-background: linear-gradient(top, #95161a, #c1252b);
}
#contentWrapper > nav ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#contentWrapper > nav ul li a:hover {
	color: #f1e9ca;
}
#contentWrapper > nav ul li a.highlight {
	display: block;
	line-height: 30px;
	margin-top: 5px;
	padding: 0 12px;
	border-top: #de878b 1px solid;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	
	box-shadow: 0px 0px 2px #97191e;
	-moz-box-shadow: 0px 0px 2px #97191e;
	-webkit-box-shadow: 0px 0px 2px #97191e;
	-khtml-box-shadow: 0px 0px 2px #97191e;

	text-shadow: 0 -1px 0 #880c0e;
	-moz-text-shadow: 0 -1px 0 #880c0e;
	-webkit-text-shadow: 0 -1px 0 #880c0e;
	-khtml-text-shadow: 0 -1px 0 #880c0e;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c1252b), to(#95161a));
	background: -webkit-linear-gradient(top, #c1252b, #95161a);
	background: -moz-linear-gradient(top, #c1252b, #95161a);
	background: -ms-linear-gradient(top, #c1252b, #95161a);
	background: -o-linear-gradient(top, #c1252b, #95161a);
	background: linear-gradient(top, #c1252b, #95161a);
	-pie-background: linear-gradient(top, #c1252b, #95161a);
}
#contentWrapper > nav ul li a.highlight:hover {
	color: #fff;
	border-bottom: #de878b 1px solid;
	border-top: transparent 1px solid;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#95161a), to(#c1252b));
	background: -webkit-linear-gradient(top, #95161a, #c1252b);
	background: -moz-linear-gradient(top, #95161a, #c1252b);
	background: -ms-linear-gradient(top, #95161a, #c1252b);
	background: -o-linear-gradient(top, #95161a, #c1252b);
	background: linear-gradient(top, #95161a, #c1252b);
	-pie-background: linear-gradient(top, #95161a, #c1252b);
}
/* -------------------------------------------------
               MAIN NAV ENDS
------------------------------------------------- */
/* -----------------------------------------------------------------------------------------------------
                                     FOOTER STARTS
----------------------------------------------------------------------------------------------------- */
footer {
	width: 100%;
	min-height: 245px;
	background: #cfbc82 url(../images/bg-footer.gif) repeat-x 0 0;
	position: absolute;
	bottom: 0;
	border-top: 3px solid #e5dabb;
}
/* ----- SITE MAP ----- */
footer dl {
	height: 155px;
	margin-left: 30px;
	margin-top: 15px;
	float: left;
}
footer dl, footer dl a {
	color: #fff;
	
	text-shadow: 0 -1px 0 #9a7e2c;
	-moz-text-shadow: 0 -1px 0 #9a7e2c;
	-webkit-text-shadow: 0 -1px 0 #9a7e2c;
	-khtml-text-shadow: 0 -1px 0 #9a7e2c;
}
footer dl dt, footer dl dd {
	line-height: 20px;
	font-size: 14px;
	min-width: 80px;
}
footer dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
footer dl dd {
	position: relative;
}
footer dl a {
	text-decoration: none; 
}
footer dl a:hover {
	color: #343434;
}
footer dl dd input[type=email] {
	padding: 0 5px;
	clear: both;
	border-top: #796428 1px solid;
}
footer dl dd input{
	color: #a3a3a3;
	height: 22px;
	margin-top: 6px;
	line-height: 1;
	border: 0;
	font-size: 12px;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
}
.ie8 footer dl dd input{
	line-height: 2;
}
footer dl dd input[type=submit] {
	cursor: hand;
	cursor: pointer;
	padding: 0 5px;
	color: #fff;
	height: 23px;
	font-weight: bold;
	border-top: #de878b 1px solid;
	
	box-shadow: 0px 0px 2px #97191e;
	-moz-box-shadow: 0px 0px 2px #97191e;
	-webkit-box-shadow: 0px 0px 2px #97191e;
	-khtml-box-shadow: 0px 0px 2px #97191e;

	text-shadow: 0 -1px 0 #880c0e;
	-moz-text-shadow: 0 -1px 0 #880c0e;
	-webkit-text-shadow: 0 -1px 0 #880c0e;
	-khtml-text-shadow: 0 -1px 0 #880c0e;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c1252b), to(#95161a));
	background: -webkit-linear-gradient(top, #c1252b, #95161a);
	background: -moz-linear-gradient(top, #c1252b, #95161a);
	background: -ms-linear-gradient(top, #c1252b, #95161a);
	background: -o-linear-gradient(top, #c1252b, #95161a);
	background: linear-gradient(top, #c1252b, #95161a);
	-pie-background: linear-gradient(top, #c1252b, #95161a);
}
footer dl dd input[type=submit]:hover {
	border-bottom: #de878b 1px solid;
	border-top: transparent 1px solid;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#95161a), to(#c1252b));
	background: -webkit-linear-gradient(top, #95161a, #c1252b);
	background: -moz-linear-gradient(top, #95161a, #c1252b);
	background: -ms-linear-gradient(top, #95161a, #c1252b);
	background: -o-linear-gradient(top, #95161a, #c1252b);
	background: linear-gradient(top, #95161a, #c1252b);
	-pie-background: linear-gradient(top, #95161a, #c1252b);
}

footer dl dd em {
	display: none;
	height: 72px; 
	width: 234px;
	background: url(../images/error-footer.png) no-repeat 0 0 transparent;
	padding: 20px 0 0;
	color: #415230;
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -190px;
	text-align: center;
	z-index: 5;
	cursor: hand;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
}
footer dl dd.error {
	position: relative;
}
footer dl dd.error em{
	display: block;
}

footer dl {
	margin-left: 84px;
}

footer dl:first-of-type, footer dl:last-of-type{
	margin-left: 30px;

}


footer dl:last-of-type{
	display:none;
}

footer dl:nth-of-type(2){
	margin-left: 0px;
}

/* ----- FOOTER NAV ----- */
footer nav {
	position: relative;
	z-index: 1;
	height: 70px;
	width: 100%;
	float: left;
	background: #232323;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#343434), to(#080808));
	background: -webkit-linear-gradient(top, #343434, #080808);
	background: -moz-linear-gradient(top, #343434, #080808);
	background: -ms-linear-gradient(top, #343434, #080808);
	background: -o-linear-gradient(top, #343434, #080808);
	background: linear-gradient(top, #343434, #080808);
	-pie-background: linear-gradient(top, #343434, #080808);
}
footer nav > ul {
	width: 100%;
	text-align: center;
	float: left;
	clear: both;
	position: relative;
	z-index: 2;
	margin-top:15px;
}
footer nav > ul li {
	display: inline-block;
	zoom: 0;
	display: inline;
	font-size: 14px;
	margin-top: 20px;
}
footer nav > ul li a{
	color: #fff;
	text-decoration: none;
	line-height: 14px;
	padding: 0 17px;
	border-right: 1px solid #eae9e9;
	
	text-shadow: 0 -1px 0 #121212;
	-moz-text-shadow: 0 -1px 0 #121212;
	-webkit-text-shadow: 0 -1px 0 #121212;
	-khtml-text-shadow: 0 -1px 0 #121212;
}
footer nav > ul li a:hover {
	color: #f1e9ca;
}
footer nav > ul li:last-child a{
	border-right: none;
}
footer nav:before {
	content: "";
	background: url(../images/pet-image02.png) no-repeat 0 0 transparent;
	display: block;
	width: 258px;
	height: 256px;
	position: absolute;
	right: 10px;
	top: -201px;
}
/* ----- COPYRIGHT ----- */
footer nav > p {
	width: 100%;
	display: block;
	text-align: center;
	float: left;
	clear: both;
	font-size: 12px;
	color: #919191;
	line-height: 35px;
}
/* -------------------------------------------------
               FOOTER ENDS
------------------------------------------------- */

/* -----------------------------------------------------------------------------------------------------
                                     AUTHENTICATION STARTS
----------------------------------------------------------------------------------------------------- */

header > nav li.auth {
	display: none;
}

header > nav li.auth > a {
	text-decoration: underline;
}

header > nav li:nth-of-type(2) {
	background: none;
}

/* -------------------------------------------------
               AUTHENTICATION ENDS
------------------------------------------------- */

/* -----------------------------------------------------------------------------------------------------
                                     GLOBAL MODULES STARTS
----------------------------------------------------------------------------------------------------- */
.module {
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0 0;
	padding-bottom: 20px;
	position: relative;
}
.module h1, .module h2, .module h3 {
	font-size: 20px;
	font-weight: bold;
}
.module h4 {
	font-weight: bold;
}
.module:first-of-type {
	margin-top: 0;
}
.module em {
	font-weight: normal;
	font-size: 14px;
}
.module time {
	float: left;
	font-size: 12px;
	clear: left;
}
/* ----- MODULE STYLE 0 ----- */
.module-s0 {
	padding: 10px 0 20px;
	border-bottom: #415230 solid 1px;
}

li .module-s0 {
    border-bottom: none;
}

.module-s0 h1, .module-s0 h2, .module-s0 h3 {
	color: #415230;
}
/* ----- MODULE STYLE 1 ----- */
.module-s1 {
	border: 1px solid #415230;
	background: #f6f6f6;
	padding-bottom: 0;

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
}
.module-s1 h3 {
	color: #fff;
	padding: 10px 20px;
	
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	
	text-shadow: 0 -1px 0 #416729;
	-moz-text-shadow: 0 -1px 0 #416729;
	-webkit-text-shadow: 0 -1px 0 #416729;
	-khtml-text-shadow: 0 -1px 0 #416729;
	
	background: #889f72;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9cb485), to(#748a5e));
	background: -webkit-linear-gradient(top, #9cb485, #748a5e);
	background: -moz-linear-gradient(top, #9cb485, #748a5e);
	background: -ms-linear-gradient(top, #9cb485, #748a5e);
	background: -o-linear-gradient(top, #9cb485, #748a5e);
	background: linear-gradient(top, #9cb485, #748a5e);
	-pie-background: linear-gradient(top, #9cb485, #748a5e);
}
.module-s1 figure {
	float: left;
	padding-right: 10px;
}
.module-s1 figcaption p {
	line-height: 20px;
}
/* ----- MODULE STYLE ADS ----- */
aside .module.module-ad {
	border-bottom: 0;
}
/* -------------------------------------------------
               GLOBAL MODULES ENDS
------------------------------------------------- */

.module-ad div {
    margin: auto;
}

/* -----------------------------------------------------------------------------------------------------
                                     LINKS MODULE STARTS
----------------------------------------------------------------------------------------------------- */
.module-links ul {
	padding: 10px 20px;
	width: 100%;
	float: left;
}
.module-links ul li {
	display: block;
	float: left;
	padding: 5px 10px 5px 0;
}
.module-links ul li a{
	font-weight: normal;
	font-size: 16px;
	text-decoration: underline;
}
.module-links ul li figcaption{
	width: 100%;
	clear: both;
	float: left;
	text-align: center;
}
.module-links.module-links-categories ul li a{
	font-weight: bold;
}
/* ----- RELATED ----- */
section .module-links-related ul li {
	width: 25%;
    height: 125px;
}
.module-links-related ul li a img {
	width: 123px;
	height: 68px;
}
aside .module-links-related ul li {
	width: 50%;
}
.module-links-related ul li a {
	text-decoration: none;
	font-size: 12px;
}
.module-links-related ul li em {
	font-size: 12px;
}
.module-links-related ul li figure {
	text-align: center;
}
.module-links-related ul li figcaption {
	padding: 5px 0;
}
/* ----- MORE ON ----- */
section > .module-links-moreon ul {
	padding: 10px 0;
}
section > .module-links-moreon ul li {
	width: 50%;
}
section > .module-links-moreon ul li:nth-of-type(2n+1) {
	clear: both;
}
/* -------------------------------------------------
               LINKS MODULE ENDS
------------------------------------------------- */

/* -----------------------------------------------------------------------------------------------------
                                     TABS MODULE STARTS
----------------------------------------------------------------------------------------------------- */
/* ----- TABS ----- */
.module-tabs nav {
	padding: 10px 20px 0;
	float: left;
	font-size: 12px;
}
.module-tabs nav li {
	float: left;
	border-top: 1px solid #3f4f2e;
	border-right: 1px solid #3f4f2e;
	border-left: 1px solid #3f4f2e;
	margin: 8px 5px 0;
	
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	
	text-shadow: 0 -1px 0 #416729;
	-moz-text-shadow: 0 -1px 0 #416729;
	-webkit-text-shadow: 0 -1px 0 #416729;
	-khtml-text-shadow: 0 -1px 0 #416729;
}
.module-tabs nav li:first-of-type {
	margin: 8px 5px 0 0;
}
.module-tabs nav li:last-of-type {
	margin: 8px 0 0 5px;
}
.module-tabs nav li a span {
    display: block;
    margin: auto;
    text-align: center;
}
.module-tabs nav li a{
	color: #fff;
	padding: 7px 10px;
	display: inline-block;
	border-top: 1px solid #dbe4d1;
	
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	
	background: #889f72;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9cb485), to(#748a5e));
	background: -webkit-linear-gradient(top, #9cb485, #748a5e);
	background: -moz-linear-gradient(top, #9cb485, #748a5e);
	background: -ms-linear-gradient(top, #9cb485, #748a5e);
	background: -o-linear-gradient(top, #9cb485, #748a5e);
	background: linear-gradient(top, #9cb485, #748a5e);
	-pie-background: linear-gradient(top, #9cb485, #748a5e);
}
.module-tabs nav li a:hover{	
	background: #889f72;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#748a5e), to(#9cb485));
	background: -webkit-linear-gradient(top, #748a5e, #9cb485);
	background: -moz-linear-gradient(top, #748a5e, #9cb485);
	background: -ms-linear-gradient(top, #748a5e, #9cb485);
	background: -o-linear-gradient(top, #748a5e, #9cb485);
	background: linear-gradient(top, #748a5e, #9cb485);
	-pie-background: linear-gradient(top, #748a5e, #9cb485);
}
/* ACTIVE TAB */
.module-tabs nav li.active {
	margin: 0 5px;
	text-shadow: 0 -1px 0 #416729;
	-moz-text-shadow: 0 -1px 0 #416729;
	-webkit-text-shadow: 0 -1px 0 #416729;
	-khtml-text-shadow: 0 -1px 0 #416729;
}
.module-tabs nav li.active a {
	background: #c09e71;
	padding-bottom: 15px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1b88f), to(#a1794c));
	background: -webkit-linear-gradient(top, #d1b88f, #a1794c);
	background: -moz-linear-gradient(top, #d1b88f, #a1794c);
	background: -ms-linear-gradient(top, #d1b88f, #a1794c);
	background: -o-linear-gradient(top, #d1b88f, #a1794c);
	background: linear-gradient(top, #d1b88f, #a1794c);
	-pie-background: linear-gradient(top, #d1b88f, #a1794c);
}
.module-tabs nav li.active:first-of-type {
	margin: 0 5px 0 0;
}
.module-tabs nav li.active:last-of-type {
	margin: 0 0 0 5px;
}
/* ----- TAB DISPLAY ----- */
.module-tabs > ul {
	display: none;
	float: left;
	clear: both;
	width: 100%;
	padding: 0 20px;
}
.module-tabs > ul.active {
	display: block;
}
.module-tabs > ul li {
	padding: 20px 0;
	border-top: 1px solid #415230;
	width: 100%;
	float: left;
}
/* SECTION - Make 2 column layout in main section
section .module-tabs > ul li{
	width: 50%;
}
section .module-tabs > ul li:nth-of-type(2n-1){
	clear: both;
}*/
.module-tabs > ul li h4 {
	font-size: 14px;
}
.module-tabs > ul li p {
	font-size: 12px;
}
.module-tabs > ul li q {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
}
.module-tabs > ul li em {
	float: left;
	clear: both;
	line-height: 20px;
}
/* -------------------------------------------------
               TABS MODULE ENDS
------------------------------------------------- */

/* -----------------------------------------------------------------------------------------------------
                                     FEATURED STARTS
----------------------------------------------------------------------------------------------------- */
.module-featured h1, .module-featured h2, .module-featured h3,
.module-featured nav {
	float: left;
}
.module-featured h1, .module-featured h2, .module-featured h3 {
	width: 100%;
	padding-right: 10px;
	line-height: 22px;
}
nav.featured {
	width: 38%;
    float: right;
}
nav.featured li{
	float: left;
	margin: 0 2px;
}
nav.featured nav li:first-of-type{
	margin: 0 2px 0 0;
}
nav.featured nav li:last-of-type{
	margin: 0 0 0 2px;
}
.module-featured .video{
	float: left;
	clear: both;
	margin: 10px 0;
	width: 100%;
}
.module-featured video,
.module-featured .video .video-js{
	width: 100% !important;
}
.module-featured .video .vjs-poster{
	height: 341px !important;
}
.video .vjs-default-skin .vjs-big-play-button {
	height: 60px;
	width: 85px;
	margin: -30px 0 0 -42px;
	border-top: #de878b 1px solid;
	border-right: none;
	border-bottom: none;
	border-left: none;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c1252b), to(#95161a));
	background: -webkit-linear-gradient(top, #c1252b, #95161a);
	background: -moz-linear-gradient(top, #c1252b, #95161a);
	background: -ms-linear-gradient(top, #c1252b, #95161a);
	background: -o-linear-gradient(top, #c1252b, #95161a);
	background: linear-gradient(top, #c1252b, #95161a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1252b',endColorstr='#95161a',GradientType=0);
	-pie-background: linear-gradient(top, #c1252b, #95161a);
	
}
nav.featured li {
	border-top: #c1252b 1px solid;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	
	box-shadow: 0px 2px 2px #c5c5c5;
	-moz-box-shadow: 0px 2px 2px #c5c5c5;
	-webkit-box-shadow: 0px 2px 2px #c5c5c5;
	-khtml-box-shadow: 0px 2px 2px #c5c5c5;
}
nav.featured a {
	display: block;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	padding: 0 10px;
	border-bottom: transparent 1px solid;
	border-top: #de878b 1px solid;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;

	text-shadow: 0 -1px 0 #880c0e;
	-moz-text-shadow: 0 -1px 0 #880c0e;
	-webkit-text-shadow: 0 -1px 0 #880c0e;
	-khtml-text-shadow: 0 -1px 0 #880c0e;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c1252b), to(#95161a));
	background: -webkit-linear-gradient(top, #c1252b, #95161a);
	background: -moz-linear-gradient(top, #c1252b, #95161a);
	background: -ms-linear-gradient(top, #c1252b, #95161a);
	background: -o-linear-gradient(top, #c1252b, #95161a);
	background: linear-gradient(top, #c1252b, #95161a);
	-pie-background: linear-gradient(top, #c1252b, #95161a);
}
nav.featured a:hover {
	border-bottom: #de878b 1px solid;
	border-top: transparent 1px solid;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#95161a), to(#c1252b));
	background: -webkit-linear-gradient(top, #95161a, #c1252b);
	background: -moz-linear-gradient(top, #95161a, #c1252b);
	background: -ms-linear-gradient(top, #95161a, #c1252b);
	background: -o-linear-gradient(top, #95161a, #c1252b);
	background: linear-gradient(top, #95161a, #c1252b);
	-pie-background: linear-gradient(top, #95161a, #c1252b);
}
/* ----- DETAILS ----- */
.module-featured ul.details li {
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0;
}
.module-featured ul.details li.shareThis span{
	height: 22px;
}
.module-featured ul.details li.tags,
.module-featured ul.details li.comments {
	padding-left: 30px;
	font-weight: bold;
}
.module-featured ul.details li.tags {
	background: url(../images/icon-tag.png) no-repeat 0 0 transparent;
}
.module-featured ul.details li.tags > a{
	text-decoration: underline;
    display: none;
}
.module-featured ul.details li.comments {
	background: url(../images/icon-comments.png) no-repeat 0 0 transparent;
}
/* ----- TAGS ----- */
.module-featured ul.details li > a{
	float: left;
	clear: both;
	font-size: 12px;
	line-height: 20px;
}
.module-featured ul.details li.tags dl dt,
.module-featured ul.details li.tags dl dd {
	float: left;
	font-size: 12px;
}
.module-featured ul.details li.tags dl dt:after {
	content: " -";
}
.module-featured ul.details li.tags dl dd {
	padding-left: 5px;
}
.module-featured ul.details li.tags dl dd:after {
	content: ",";
}
.module-featured ul.details li.tags dl dd:last-child:after,
.module-featured ul.details li.tags dl dd.last:after {
	content: none;
}
.module-featured ul.details li.tags a {
    text-decoration: underline;
}
/* ----- DESCRIPTION ----- */
.module-featured ul.details li.description {
	font-size: 14px;
	line-height: 20px;
}
/* -------------------------------------------------
               FEATURED ENDS
------------------------------------------------- */

/* -----------------------------------------------------------------------------------------------------
                                     BREADCRUMB STARTS
----------------------------------------------------------------------------------------------------- */
.module-breadcrumb {
	font-size: 14px;
	border: none;
}
.module-breadcrumb a {
	font-weight: normal;
}
.module-breadcrumb a span{
	text-decoration: underline;
}
.module-breadcrumb a:after {
	content: " > "
}
.module-breadcrumb a:last-of-type:after {
	content: ""
}
/* -------------------------------------------------
               BREADCRUMB ENDS
------------------------------------------------- */

/* -----------------------------------------------------------------------------------------------------
                                     LATEST ARTICLES STARTS
----------------------------------------------------------------------------------------------------- */
.module-latestArticles li {
	border-bottom: 1px solid #415230;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 30px;
	/*min-height: 145px; as per request oct25, 2012 */
}

.module-latestArticles li.video img {
    max-width: 155px;
    height: auto;
}

.module-latestArticles li.photo img {
    max-width: 100%;
    height: auto;
}

.module-latestArticles li:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.module-latestArticles figure {
	width: 30%;
	position: relative;
}
.module-latestArticles figure a {
	float: left;
}
.module-latestArticles figure a:before {
	content: "";
	position: absolute;
	background: url(../images/icon-play.png) 0 0 no-repeat transparent;
	height: 39px;
	width: 52px;
	
	display: block;
	bottom: 10px;
	left: 10px;
}
.module-latestArticles figcaption {
	width: 70%;
}
.module-latestArticles figcaption,
.module-latestArticles figure {
	float: left;
}
.module-latestArticles figcaption time {
	padding-top: 10px;
}
.module-latestArticles figcaption p {
	width: 100%;
	font-size: 14px;
	clear: both;
	padding-top: 15px;
	line-height: 18px;
}
/* -------------------------------------------------
               LATEST ARTICLES ENDS
------------------------------------------------- */

/* -----------------------------------------------------------------------------------------------------
                                     MAIN ARTICLE STARTS
----------------------------------------------------------------------------------------------------- */
section > article {
	padding-bottom: 20px;
	border-bottom: #415230 solid 1px;
}
section > article p {
	line-height: 22px;
	font-size: 14px;
}

section > article .extra {
	width: 300px;
}
section > article .left {
	float: left;
	margin: 5px 20px 5px 0;
}
section > article .right {
	float: right;
	margin: 5px 0 5px 20px;
}
section > article form {
	width: 100%;
	clear: both;
}

section > article h3.article {
    margin-top: 10px;
}

section > article h3 {
	color: #415230;
	font-weight: bold;
	font-size: 20px;
}
section > article time {
	color: #81966d;
	font-size: 14px;
	font-style: italic;
	margin: 5px 0;
	float: left;
    width: 100%;
}
section > article time strong {
    font-weight: bold;
}
section > article time a {
	color: #81966D;
	font-weight: bold;
	font-style: normal;
}
section > article time a:after {
	content: " - ";
}
/* ----- DETAILS ----- */
section > article h3 ~ h3 {
	margin-top: 10px;
}
section > article ul.details {
	margin-top: 10px;
	margin-bottom: 10px;
}
section > article ul.details li {
	float: left;
	margin: 5px 0;
}
section > article ul.details,
section > article ul.details li.shareThis span {
	height: 22px;
}
/* ----- QUOTE & EXTRA COLORING ----- */
section > article .pullQuote,
section > article aside {
	color: #415230;
	background: #f2ecd1;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
}
/* ----- EXTRA ----- */
section > article aside {
	padding: 20px;
}
section > article aside h4 {
	font-weight: bold;
	font-size: 20px;
}
section > article aside ol {
	color: #81966d;
}
section > article aside ol li {
	margin: 13px 0;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
}
/* ----- QUOTE ----- */
section > article .pullQuote {
	display: block;
	width: 100%;
	padding: 30px 75px;
	font-size: 20px;
	line-height: 28px;
	position: relative;
	margin: 10px 0;
}
section > article .pullQuote:before,
section > article .pullQuote:after {
	content: "";
	height: 29px;
	width: 32px;
	position: absolute;
}
section > article .pullQuote:before {
	left: 27px;
	background-image: url(../images/quote-01.png)
}
section > article .pullQuote:after {
	right: 27px;
	background-image: url(../images/quote-02.png)
}
/* ----- SOCIAL SHARE ----- */
section > article ul.details li {
	float: left;
}
section > article ul.details li a.btn-repost {
	margin-left: 5px;
	padding: 3px 15px;
}
/* -------------------------------------------------
               MAIN ARTICLE ENDS
------------------------------------------------- */

/* -----------------------------------------------------------------------------------------------------
                                     DISQUS THREAD STARTS
----------------------------------------------------------------------------------------------------- */
#disqus_thread{
	border-bottom: none;
}

/* -------------------------------------------------
               DISQUS THREAD ENDS
------------------------------------------------- */

/* -----------------------------------------------------------------------------------------------------
                                     RELATED PRODUCTS STARTS
----------------------------------------------------------------------------------------------------- */
.module-related-products li {
	width: 25%;
	text-align: center;
	float: left;
	padding: 5px;
}
.module-related-products li img{
	width: 100%;
	height: auto;
}
.module-related-products li:nth-of-type(4n1) {
	clear: both;
}
.module-related-products li figcaption a {
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
.module-related-products li figcaption a:hover {
	color: #748A5F;
}
.module-related-products figcaption {
	margin-bottom: 10px;
}
/* -------------------------------------------------
               RELATED PRODUCTS ENDS
------------------------------------------------- */

/* -----------------------------------------------------------------------------------------------------
                                     NEWSLETTER STARTS
----------------------------------------------------------------------------------------------------- */
.module-tabs-newsletter form {
	padding: 0 20px 10px 20px;
}
.module-tabs-newsletter label {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 20px;
}
.module-tabs-newsletter form input[type=email] {
	margin: 10px 5px 0 10px;
	width: 220px;
	text-align: center;
}
.module-tabfs-newsletter em {
	display: none;
	padding: 0 20px 0;
	width: 100%;
	color: #C1252B;
	position: absolute;
	bottom: 33px;
	font-size: 10px;
	left: 54px;
}
.module-tabs-newsletter em {
	display: none;
	height: 72px; 
	width: 234px;
	background: url(../images/error-header.png) no-repeat 0 0 transparent;
	padding: 30px 0 0;
	color: #415230;
	position: absolute;
	text-align: center;
	z-index: 5;
	cursor: hand;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
	bottom: -60px;
	left: 27px;
}
.module-tabs-newsletter input[type=submit] {
	height: 22px;
	font-size: 12px;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	
	border: 0;
	cursor: hand;
	cursor: pointer;
	padding: 0 5px;
	color: #fff;
	height: 23px;
	font-weight: bold;
	border-top: #de878b 1px solid;
	
	box-shadow: 0px 0px 2px #97191e;
	-moz-box-shadow: 0px 0px 2px #97191e;
	-webkit-box-shadow: 0px 0px 2px #97191e;
	-khtml-box-shadow: 0px 0px 2px #97191e;

	text-shadow: 0 -1px 0 #880c0e;
	-moz-text-shadow: 0 -1px 0 #880c0e;
	-webkit-text-shadow: 0 -1px 0 #880c0e;
	-khtml-text-shadow: 0 -1px 0 #880c0e;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c1252b), to(#95161a));
	background: -webkit-linear-gradient(top, #c1252b, #95161a);
	background: -moz-linear-gradient(top, #c1252b, #95161a);
	background: -ms-linear-gradient(top, #c1252b, #95161a);
	background: -o-linear-gradient(top, #c1252b, #95161a);
	background: linear-gradient(top, #c1252b, #95161a);
	-pie-background: linear-gradient(top, #c1252b, #95161a);
}
.module-tabs-newsletter input[type=submit]:hover {
	border-bottom: #de878b 1px solid;
	border-top: transparent 1px solid;
	
	background: #ad1e23;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#95161a), to(#c1252b));
	background: -webkit-linear-gradient(top, #95161a, #c1252b);
	background: -moz-linear-gradient(top, #95161a, #c1252b);
	background: -ms-linear-gradient(top, #95161a, #c1252b);
	background: -o-linear-gradient(top, #95161a, #c1252b);
	background: linear-gradient(top, #95161a, #c1252b);
	-pie-background: linear-gradient(top, #95161a, #c1252b);
}

.hide {
    display: none;
}

/*=============================
---- CMS EDITABLE CONTENT -----
Content added by client via the
CMS will be styled as follows
=============================*/

.content-container a{
    color: #748a5f;
}

.content-container h2,
.content-container h3,
.content-container h4,
.content-container h5,
.content-container h6                                    {text-transform:none;}

.content-container h1                                    {margin-bottom:14px; font-size:14px; text-transform:uppercase; border-bottom:2px solid #617935;}
.content-container h2                                    {margin-bottom:12px; font-size:14px;}
.content-container h3                                    {margin-bottom:12px; font-size:13px;}
.content-container h4                                    {margin-bottom:12px; font-size:12px; padding-top:0;}
.content-container h5                                    {margin-bottom:8px; font-size:11px;}
.content-container h6                                    {margin-bottom:8px; font-size:10px;}

.content-container em                                    {font-style:italic;}

.content-container p                                     {line-height:20px;}

.content-container dl,
.content-container address                               {margin-bottom:18px;}

/* ---------- LISTS ----------- */

.content-container ol ol,
.content-container ul ul                                 {margin:4px 0 4px 24px;}
    .content-container ol li,
    .content-container ul li                             {line-height:1.4; margin-bottom:4px;}
    
.content-container ol	                                {margin:8px 0 8px 24px;}
    .content-container ol li	                            {list-style:decimal outside none;}
	.content-container ol ol li                          {list-style:lower-alpha outside none;}
		.content-container ol ol ol li                   {list-style:lower-roman outside none;}

.content-container ul                                    {margin:8px 0 8px 20px; clear: both;}
    .content-container ul li                             {list-style:circle outside none;}
        .content-container ul ul li                      {list-style-type: disc;}

/* ---------- TABLES ----------- */

.content-container table th,
.content-container table td                              {padding-right:4px; vertical-align:top;}
.content-container table p                               {margin-bottom:0;} /* removing default margin from <p>'s as umbraco adds <p> tags by default inside table cells that we do not want */


/* search*/
.search.counter{
    font-weight: bold;
    color: #9e9e9e;
    float: left;
}
.pager-wrapper{
    width: 100%;
    float:left;
    text-align: center;
}
.pager
{
    margin: auto;
    float: none;
    display: inline-block;
}
.pager li{
    float: left;
    padding: 5px;
    font-size: 12px;
}
.pager li a{
    color: #959595;
}
.pager li.active
{
    color: #fff;
    font-weight: bold;
    background-color: #5f5f5f;
}

.module-search-results li{
    width: 136px;
    height: 122px;
    border: solid 1px #ebebeb;
    float: left;
    margin-right: 14px;
    margin-bottom: 22px;
}

.module-search-results li:last-child{
    margin-right: 0;
}

.module-search-results li img{
    width: 100%;
    height: 80px;
    padding: 4px;
}

.module-search-results li a:hover{
    opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}

.module-search-results li a, .module-search-results li a h3 {
    color: #3b7d9d;
    font-size: 12px;
    font-weight: bold;
    /*word-break: break-all;*/
}

.module-tabs-watching li img {
    width: 134px;
    height: 80px;
}


.ipad header:before, header:after, header nav:before, header nav:after, header nav + ul:before, header nav + ul:after {
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	top: 0;
	bottom: 0;
}

/* -----------------------------------------------------------------------------------------------------
                                     MEDIA QUERIES STARTS
----------------------------------------------------------------------------------------------------- */

@media all and (min-width: 1224px)
{
    header:before, header:after, header nav:before, header nav:after, header nav + ul:before, header nav + ul:after {
	position: absolute;
	display: block;
	content: "";
	width: 9999px;
	top: 0;
	bottom: 0;
}
}

/* ipad */
@media all and (max-device-width : 1024px){
	#contentWrapper {
		width: 960px;
		margin-left: -480px;
	}

	footer nav:before{
		background-position-x: 7px;
	}

	footer nav > ul li {
		font-size: 13px;
	}
}
/* -------------------------------------------------
               MEDIA QUERIES ENDS
------------------------------------------------- */


div.error {
	border: solid 2px red;
	background: #666;
	color: #fff;
	
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	
	padding: 20px;
	margin-bottom: 10px;
}