@import url(http://fonts.googleapis.com/css?family=PT+Sans|Rokkitt|Yanone+Kaffeesatz|Architects+Daughter);
@font-face {
	font-family: 'LeagueGothic';
	src: url(../fonts/LeagueGothic-Regular.otf) format('OpenType');
	font-weight: 100;
	font-style: normal;
	src: url(../fonts/LeagueGothic-Italic.otf);
	src: url(../fonts/LeagueGothic-CondensedRegular.otf);
	src: url(../fonts/LeagueGothic-CondensedItalic.otf);
	src: url(../fonts/LeagueGothic-Regular.otf)
}

/* @override 
	http://localhost/~cody/a-dogs-breakfast/style/style.css
	http://dvlp.ca/~dogsbr/style/style.css
	http://adogsbreakfast.ca/style/style.css
*/

/*Core Html*/
HTML {
	font-size: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body {
	color: #444;
	font-family: 'PT Sans', sans-serif;
	margin: 0;
	background: #333;
}

h1.home_section_title {
	font-family: 'Rokkitt', serif;
	padding: 25px;
	padding-left: 30px;
	font-size: 3em;
	margin-left: -30px;
	color: #000;
	background: url(../images/heading-background-wide.png) no-repeat;
	background-position: left center;
	font-weight: bold;
	font-size: 2.6em;
	line-height: 1em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #222;
	font-family: 'LeagueGothic';
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4, h5, h6 {
	font-size: 1em;
}

form {
	margin: 0;
}

a {
	color: #3f7f1f;
}
div.teleform {
	margin-bottom: 20px;
}
div.teleform textarea {
	width: 251px;
}

/* ==========================================================================
 Custom Classes
 ========================================================================== */

.wrap {
	max-width: 60em;/*980px;*/
	width: 100%;
	margin: 0 auto;
}

/**
 * Adding a class inline-block to an unordered or ordered list will
 * format the li with an inline block
 */
ul.inline-block, ol.inline-block {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.inline-block li, ol.inline-block li {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

/**
 * Adding a class inline-float to an unordered or ordered list will
 * float all li elements to the left. This also adds the clearfix attributes to the ul/li
 */
ul.inline-float, ol.inline-float {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.inline-float li, ol.inline-float li {
	float: left;
}

ul.inline-float:before, ul.inline-float:after, ol.inline-float:before, ol.inline-float:after {
	content: " ";
	display: table;
}

ul.inline-float:after, ol.inline-float:after {
	clear: both;
}
ul.inline-float, ol.inline-float {
	*zoom: 1;
}

.hide {
	display: none;
}

.wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
/*Core Divs*/

div#page {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	height: 100%;
	z-index: 0;
}

div#headerContainer {

	width: 100%;
	height: 30em;
	background-image: url(../images/home-dog-banner-image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div#header {
	position: relative;
	height: 160px;
	padding-top: 30px;
	z-index: 1;
}

div#headerNavWrap {
	position: relative;
	width: 100%;
	height: 50px;
	background: url(../images/wood.jpg) repeat;
	z-index: 2;
	box-shadow: inset 0 -2px 5px rgba(0,0,0,.5);
}

div#headerNav {
	text-align: center;
	z-index: 1;
}

div#header h1 {
	padding: 10px 0 0 20px;
	font-size: 3.5em;
}

.no-sidebar div#main h1 {
	background: url(../images/heading-background-wider.png) no-repeat;
	background-position: left center;
}

div#contentContainer {
	position: inherit;
	margin: 0 auto;
	width: 100%;
	min-height: 650px;
	background: url(../images/main-background.jpg) repeat;
	z-index: 1;
}

div#subNav {
	width: 100%;
}

div#content {
	padding: 15px 0;
	z-index: 1;
}
div#contentNavWrap {
	position: inherit;
	margin: 0 auto;
	width: 100%;
	z-index: 0;
	background: url(../images/green-plaid.png) repeat;
}
div#contentNav {
	position: inherit;
	margin: 0 auto;
	/*height: 73px;*/
	text-align: center;
	width: 100%;
	z-index: 1;
}

div#main {
	width: 65%;
	padding: 10px 0;
	min-height: 400px;
	float: left;
	z-index: 2;
}
.no-sidebar div#main {
	width: 100%;
}

div#side {
	width: 31%;
	padding: 5px 0px 5px 4%;
	float: right;
	line-height: 1.5em;
	z-index: 2;
	margin-top: 13px;
}
.no-sidebar div#side {
	display: none;
}
div#side h2 {
	margin-top: 25px;
	font-family: 'Architects Daughter', cursive;
	font-size: 2.25em;
	font-weight: 500;
	font-style: italic;
}
div#side ul {
	padding: 0;
}
div#main img, div#side img {
	max-width: 100%;
}

div#footerContainer {
	position: relative;
	margin: 0 auto;
	background: url(../images/footer-background.png) repeat;
	/*min-height: 200px;*/
	width: 100%;
	overflow: auto;
	z-index: 1;
}

div#footerContent {
	position: relative;
	/*float: left;*/
	/*margin-top: 0.5em;*/
	width: 100%;
	overflow: auto;
	/*height: 160px;*/
}
.underline {
	text-decoration: underline;
}

.footerLogo {
	position: inherit;
	min-width: 300px;
	padding-right: 6em;
	/*float: left;*/

}

/*.footerLogo img{
 width: 250px;
 height: 81px;
 }*/
div#footerContent {
	margin-top: 20px;
	height: 165px;
}
div#footerContent .connect-with-us-footer, div#footerContent .contact-us-footer {
	position: absolute;
	/*margin-top: .75em;*/
	color: #FFF;
	/*margin-left: 4em;*/
}
div#footerContent .contact-us-footer {
	right: 21px;
	width: 200px;
	top: 33px;
}
div#footerContent .connect-with-us-footer {
	right: 251px;
	width: 200px;
	top: 33px;
}
div#footerContent .contact-us-footer table {
	margin-top: 10px;
	font-size: .95em;
}
div#footerContent .contact-us-footer table .label {
	font-weight: bold;
}
div#footerContent h3 {
	/*margin-top: 20px;*/
	padding-bottom: 0;
	color: #FFF;
	font-family: 'Rokkitt', serif;
	font-size: 1.5em;
	text-shadow: 1px 1px #000;
	font-weight: bold;
}

div#footerContent .subText {
	position: absolute;
	top: 90px;
	color: #FFF;
	font-size: 0.95em;
	width: 380px;
	left: 120px;
	line-height: 1.45em;
}

div#footerContent .right {
	position: inherit;
	width: 18%;
	float: right;
	color: #FFF;
}

div#footer {
	position: relative;
	text-align: left;
	color: #AAA;
}
div#footerNavWrap {
	width: 100%;
	clear: both;
	background: url(../images/footer-background-gray.png) repeat;
	box-shadow: inset 0 2px 5px rgba(0,0,0,.5);
}
div#footerNav {
	text-align: left;
	height: auto;
	z-index: 1;
}

div#footerNav a {
	font-family: 'PT Sans', sans-serif !important;
	font-size: 1em !important;
	font-weight: 100 !important;
	text-decoration: underline !important;
}
div#footerNav a:hover {
	text-decoration: none !important;
}

div#footer a {

	text-decoration: none;
	color: #FFF;
}

/*Main Nav*/
button.mobile-menu {
	display: none;
}

button.mobile-menu {
	background: url("../images/small-green-button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-family: 'Rokkitt', serif;
	font-size: 22px;
	margin: 8px 4% 0;
	font-weight: bold;
	width: 142px;
	padding: 5px 0px;
}

ul#nav {
	/*margin:  10px auto 20px auto;*/
	position: relative;
	/*top: 1.25em;*/
	padding: 0;
	margin: 0;
	overflow: hidden;
	box-shadow: inset 0 0 6px #000
}

ul#nav li {
	position: inherit;
	/*padding: 5px 10px*/
	padding: 0;
	margin-top: 15px;
	margin-left: 25px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url(../images/woodNavBG.jpg) repeat;
	box-shadow: 0 0 3px #000
}

ul#nav li a {
	color: #FFF;
	padding: 10px 18px;
	font-size: 1.8em;
	display: inline-block;
	text-decoration: none;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}
/* SubNav */
ul#subNav {
	padding: 0;
	margin: 0;
}

ul#subNav li {
	height: 50px;
	list-style: none;
	border-bottom: 1px solid grey;
	text-align: right;
}

ul#subNav li:last {
	border-bottom: none;
	background: red !important;
}

ul#subNav li a {
	height: 28px;
	padding: 11px 20px;
	display: block;
	font-size: 1.8em;
	font-family: 'Rokkitt', serif;
	text-decoration: none;
	color: #343331;
}
ul#subNav li.current-page a {
	color: #7A8630;
	/*list-style: none;*/
	background-image: url(../images/leave-icon.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	float: right;
	padding-left: 24px;
	/*font-family: 'PT Sans', sans-serif;*/
	/*font-size: 1.2em;*/
	/*line-height: 1.7em;*/
	/*margin-bottom: 5px;*/
}

/*--> Header and Footer Navigation  */
#headFootNav {
	padding: 0;
	margin: 0;
}

#headFootNav li {
	height: 50px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#headFootNav li a {
	height: 28px;
	padding: 11px 20px;
	/*display:inline-block;
	 *display:inline; zoom:1;*/
	display: block;
	color: #333;
	font-size: 1.45em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	text-decoration: none;
	/*padding-bottom: 10px*/
	color: #FFF;
	text-shadow: 1px 1px #000;
}
#headFootNav li.current-page > a {
	color: #f6ed6f;
}
#footerNav ul#headFootNav li {
	width: auto;
	/*display: inline;*/

}
#footerNav ul#headFootNav li a {
	padding-left: 0;
}
#footerNav ul#headFootNav li.current-page a {
	color: #fff;
}
#headFootNav ul.subnav {
	display: none;
}
/*CSS Hacks*/

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/* hides from ie-mac \*/

* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */
/**
 * 	============================================
 *   Default button styles
 *  ============================================
 */
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	text-decoration: none;
}
.btn:hover, 
.btn:focus, 
.btn:active, 
.btn.active, 
.btn.disabled, 
.btn[disabled] {
	color: #333333;
	/*background-color: #e6e6e6;*/
	/**background-color: #d9d9d9;*/
}
.btn:active, 
.btn.active {
	/*background-color: #cccccc \9;*/
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover, 
.btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 8px;
	-webkit-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	/*outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;*/
}
.btn.active, 
.btn:active {
	background-image: none;
	/*outline: 0;*/
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

.btn-large {
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn-small {
	padding: 2px 10px;
	font-size: 11.9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.blur {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
}

.btn-group {
	position: relative;
	display: inline-block;
	margin-left: 50px;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
	*margin-left: .3em;
}

.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}

.btn-group > .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-group > .btn + .btn {
	margin-left: -1px;
}

.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.btn-group > .btn:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.btn-group > .btn:hover, 
.btn-group > .btn:focus, 
.btn-group > .btn:active, 
.btn-group > .btn.active {
	z-index: 2;
}

div#headerBanner {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 225px;
	height: auto;
	max-width: 500px;
}

.bannerBlock p {
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}

.brownButton {
	width: 1000px;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	display: block;
	padding: 0;
	margin: 0;
	width: auto;
	text-align: center;
	font-size: 15px;
}
.brownButton a {
	display: block;
	line-height: 34px;
	color: #FFF;
	/*padding: 10px;*/
	text-decoration: none;
	font-weight: bold;
}

div#button {
	background: url(../images/small-brown-button.png) no-repeat;
	padding-top: 5px;
	height: 32px;
	width: 142px;
	padding: 0;
}

.bannerBlock h1 {
	color: #FFF;
	font-family: 'Rokkitt', serif;
	font-size: 3.6em;
	text-shadow: 1px 1px #000;
}
.bannerBlock p {
	line-height: 1.5em;
	margin-top: 0;
}
div#logoBlock {
	position: absolute;
	width: auto;
	top: 0;
	left: -130px;
}
div#logoWrap {
	position: relative;
	left: 2em;
	width: 30em;
	height: 100px;
	border-radius: 100px;
	opacity: 0.7;
	background: #FFF;
	-moz-box-shadow: -25px -25px 35px #FFF;
	-webkit-box-shadow: -25px -25px 35px #FFF;
	box-shadow: -25px -25px 35px #FFF;
}

div#product {
	background-image: url(../images/wood.jpg);
	background-repeat: repeat;
	margin-top: 20px;
	width: 100%;
	position: relative;;
}

.label {
	min-width: 75px;
	padding-right: 4px;
	/*padding: 2px;*/
}

.socialIcon {
	min-width: 25px;
	padding: 2px;
	padding-right: 10px;
}

.bold {
	font-weight: bold;
}

.leafBullet {
	list-style: none;
	background-image: url(../images/leave-icon.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 24px;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #000;
	margin-bottom: 5px;
}

.paper-block {
	width: 250px;
	padding: 5px 20px;
	float: right;
	background: url(../images/paper-background.jpg) no-repeat;
	font-size: 1em;
	line-height: 1em;
	z-index: 2;
	margin-top: 13px;
	margin-bottom: 20px;
	box-shadow: 0 0 3px #AAA;
	-moz-box-shadow: 0 0 3px #AAA;
	-webkit-box-shadow: 0 0 5px #AAA;
}

#side .paper-block {
	float: none;
	width: 92%;
	padding: 5px 4%;
}

.paper-block li {
	list-style: none;
	background-image: url(../images/leave-icon.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 24px;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #000;
	margin-bottom: 5px;
}

.mainFull {
	width: 960px !important;
}

/*.mainFull h1{
 background:url(../images/heading-background-wider.png) no-repeat !important;
 }*/

.sideHide {
	display: none !important;
}

div.redirect {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
}
div.redirect i {
	margin-left: 7px;
}

.notice {
	text-align: center;
	padding: 15px 15px;
	margin: 10px 0px;
	color: #303030;
	background: url('../images/notice-background.png') top left repeat, url('../images/leave-icon.png') top 5px left 5px no-repeat;
	border: 1px solid #8CA870;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.notice i {
	font-size: 0.8em;
}

