/*
Theme Name: Much Love 2013
Theme URI: http://underscores.me/
Author: Timbre & Post and Brian Shim Web Development
Author URI: http://brianshim.com
Description: Custom theme for Much Love Animal Rescue. Requires Events Made Easy and ADA (animal adoption) plugins.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: muchlove2013
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Much Love 2013 is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	min-width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
	color: #700008;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

a.button {
    display: inline-block;
    padding: .327em 1em;
    color: white;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    text-decoration: none;
    font-size: 1em;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    width: auto;
    line-height: 1.618em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    background: #ef2c22;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 #888;
    -webkit-box-shadow: 0 0 0 0 #888;
    border-radius: 3px;
    text-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
a.button:visited {
    color: white;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	font-size: 24px;
	font-size: 2.4rem;
}



hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
	font-size: 16px;
	font-size: 1.6rem;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
	font-size: 16px;
	font-size: 1.6rem;
}
ol {
	list-style: decimal;
	font-size: 16px;
	font-size: 1.6rem;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #ef2c22;
}
a:visited {
	color: #ef2c22;
}
a:hover,
a:focus,
a:active {
	color: #333;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.clearfloat {
	clear: both;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Containers
----------------------------------------------- */
#page {
	width: 100%;
	max-width: 960px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-size: 1.2rem;
}


/* =Header
----------------------------------------------- */

/* used to constrain width of header */
header#masthead {
	width: 100%;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

/* used to give 1% margin on each side of header */
#header-wrapper {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.site-branding {
	float: left;
	width: 150px;
}

h1.site-title {
	font-size: 12px;
}

h1.page-title,
h1.entry-title,
h1.title {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2em;
}

h1.site-title img {
	/*width: 108px; */
	width: 150px;
}

/*h2.entry-title a*/
h2 {
	font-size: 20px;
	font-size: 2em;
	color: #333;
	line-height: 1.2em;
}

h3 {
	font-size: 16px;
	font-size: 1.6em;
}

h2.entry-title a:hover,
h2.entry-title a:active {
	color: #ef2c22;
}

h3.comment-reply-title {
	font-size: 24px;
	font-size: 2.4rem;
}


/* =Search and Volunteer boxes
----------------------------------------------- */

#search-volunteer-wrapper {
	float: right;
	margin-bottom: 14px;
	margin-top:24px;
}

#search-box {
	float: right;
	margin-right: 5px;
}

#search-box form.search-form input.search-field {
	height: 18px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background: url("/wp-content/themes/muchlove2013/images/search.png");
	background-repeat: no-repeat;
	background-position: 95% center;
}

#search-box form.search-form input.search-submit {
	display: none;
}

a#volunteer-button {
	display: block;
	float: right;
	background-color: #4d4d4d;
	line-height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


/* =Menu
----------------------------------------------- */

#nav-area {
	float: right;
}

.main-navigation {
	display: block;
	float: right;
	background-color: #ef2c22;
	-moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
	
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: white;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	background-color: white;
	font-size: 14px;
	font-size: 1.4rem;
}
.main-navigation li {
	float: left;
	position: relative;
	margin-left: 11px;
	margin-right: 11px;
	line-height: 26px;
}

.main-navigation .home-link-icon {
	background-image: url(images/home-white.png);
	background-position: left;
	background-repeat: no-repeat;
	/*background-size: 16px 15px; */ /* NOTE: IE8 does not support background-size! */
	min-width: 16px;
	margin-right: 4px;
}

.main-navigation .home-link-icon:hover,
.main-navigation .home-link-icon:active {
	background-image: url(images/home-hover.png);
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 26px;
	z-index: 99999;
	width: 160px;
	
	-moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
	color: #333;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	color: #700008;
}
.main-navigation ul ul :hover > a {
	color: red;
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

a#donate-navigation {
	display: block;
	float: right;
	background-color: #f15A24;
	-moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
	line-height: 26px;
	color: white;
	margin-left: 5px;
	clear: right;
	padding-left: 14px;
	padding-right: 14px;
}


@media screen and (max-width: 600px) {
	
	#nav-area {
		float: none;
	}
	
	#site-navigation h1 {
		font-size: 16px;
	}
	
	.main-navigation {
		width: 102%;
		float: none;
		text-align: center;
		min-height: 26px;
		clear: both;
		margin-left: -1%;
		margin-right: auto;
		background-color: #ef2c22;
	}
	
	.menu-toggle {
		color: white;
		line-height: 26px;
		font-weight: bold;
	}
	
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	
	.main-navigation .home-link-icon {
		margin-right: 0px;
		background-position: center;
		background-image: url(images/home-hover.png);
	}
	
	.main-navigation ul {
		display: none;
		text-align: left;
		clear: both;
	}
	
	.main-navigation li {
		float: none;
		text-align: center;
		margin: 0;
	}
	
	.main-navigation ul a {
		color: #333;
		line-height: 40px;
		font-size: 16px;
	}
	
	.main-navigation ul li {
		border-top: 1px solid #ef2c22; 
		font-weight: bold;
		background-color: #ffd0bb;
	}
	
	a#donate-navigation {
		display: none;
	}
	
	.main-navigation ul ul {
		background-color: white;
		display: block;
		float: none;
		position: static;
		width: 100%;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		
		border: none;
		box-shadow: none;
		
		
	}
	
	.main-navigation ul ul li {
		background-color: white;
	}
	
	.main-navigation ul ul a { 
		width:100%;
		font-weight: normal;
		}
}


@media screen and (max-width: 380px) {
	#search-box {
		clear: both;
		margin-right: 0px;
		margin-top: 4px;
	}
}


/* --------------------------------------------
	Slider
----------------------------------------------- */

#slider-container {
	width: 100%;
	line-height: 0px;
	position: relative;
	min-height: 177px;
	z-index: 1;
}

.flexslider {
	width: 100%;
	line-height: 0px;
	z-index: 10;
	display: none;
}




/* --------------------------------------------
	Four big buttons on front page, desktop mode
----------------------------------------------- */

/* div to position the buttons relative to the slider */
#front-button-container {
	position: absolute;
	bottom: -1px;
	left: 0px;
	z-index: 1000;
	width: 100%;
}

/* div to center the buttons */
#front-buttons-centered {
	width: 100%;
	max-width: 768px;
	margin-left:auto;
	margin-right: auto;
}

/* divs for tablet mode */
#left-front-buttons,
#right-front-buttons {
	float: left;
}

#left-front-buttons {
	margin-left: 14px;
}

/* the actual buttons with radii */
.front-button,
a.front-button {
	width: 165px;
	height: 112px;
	margin: 10px;
	float: left;
	background-color: white;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	display: block;
	color: #333;
	
	-webkit-box-shadow: 2px 2px 12px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 12px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 12px rgba(50, 50, 50, 0.75);
}

/* the top red part */
.front-button-header {
	background-color: #ef2c22;
	width: 100%;
	line-height: 36px;
	-moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.front-button-header h2 {
	margin-left: 9px;
	display: block;
	padding-top: 2px;
	color: white;
	font-weight: bold;
	font-size: 21.3px;	/* font size in pixesl because we don't want this to resize! */
	line-height: 1.7em;

}



a#front-dogs-button {
	width: 50%;
	height: 70px;
	background-image: url("/wp-content/themes/muchlove2013/images/doggrey.png");
	background-repeat: no-repeat;
	background-position: 12px 16px;
	/*background-size: 71px 53px; */	/* NOTE: IE8 does not support background-size! */
	display: block;
	float: left;
}

a#front-dogs-button:hover,
a#front-dogs-button:active {
	background-image: url("/wp-content/themes/muchlove2013/images/dogred.png");
	color: #ef2c22;
}

a#front-cats-button {
	width: 50%;
	height: 70px;
	background-image: url("/wp-content/themes/muchlove2013/images/catgrey.png");
	background-repeat: no-repeat;
	background-position: 0 20px;
	/*background-size: 60px 47px; */
	display: block;
	float: left;
}

a#front-cats-button:hover,
a#front-cats-button:active {
	background-image: url("/wp-content/themes/muchlove2013/images/catred.png");
	background-size: 60px 47px;
	color: #ef2c22;
}

#front-dogs-button #dog-text {
	margin-left: 40px;
	margin-top: 14px;
	float: left;
}

#front-cats-button #cat-text {
	margin-left: 21px;
	margin-top: 14px;
	float: left;
}

.button-text {
	float: left;
	margin-top: 5px;
	margin-left: 8px;
	line-height: 14px;
	font-size: 12px;
}

a.front-button-grey {
	background-image: url("/wp-content/themes/muchlove2013/images/grey-button.png");
	background-repeat: no-repeat;
	background-position: 12px 77px;
}

a.front-button-grey:hover {
	background-image: url("/wp-content/themes/muchlove2013/images/red-button.png");
}

.grey-button {
	float: left;
	margin-top: 12px;
	margin-left: 20px;
	color: white;
}

.grey-button img {
	margin-bottom: -3px;
	margin-right: 7px;
}

/* Tablet mode */
@media screen and (max-width: 780px) {
	#primary.front-page {
		padding-top: 270px;
	}

	#front-button-container {
		bottom: -270px;
	}
	
	#front-buttons-centered {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#left-front-buttons {
		width: 70%;
		min-width: 350px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	#right-front-buttons {
		width: 70%;
		min-width: 350px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		clear: both;
	}
	
	.front-button,
	a.front-button {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#front-adopt,
	#front-volunteer {
		float: left;
	}
	
	#front-foster,
	#front-donate {
		float: right;
	}
}

/* Phone mode */
@media screen and (max-width: 350px) {
	#primary.front-page {
		padding-top: 535px;
	}

	#front-button-container {
		bottom: -540px;
	}
	
	#left-front-buttons,
	#right-front-buttons {
		min-width: 300px;
		width: 100%;
	}
	
	.front-button,
	a.front-button {
		clear: both;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	#front-adopt,
	#front-volunteer,
	#front-foster,
	#front-donate {
		float: none;
		margin-top: 20px;
	}
}


/* --------------------------------------------
	=Front page elements
----------------------------------------------- */
#page-wrapper {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 16px;
	max-width: 860px;
}

/* fixed left column with liquid right column http://www.pagecolumn.com/liquidfixed/2_col_fix_liquid.htm */
#wrap-right{
   float: left;
   width: 100%;
}


/* --------------------------------------------
	=Front page and sidebar calendar list
----------------------------------------------- */
#front-right{
   	/*margin-left: 251px; */
	margin-left: 260px;
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
   	height: 380px;
	overflow: hidden;
}

#front-right-header {
	border-bottom: 1px solid #ccc;
}

#front-right-header h3 {
	line-height: 45px;
	font-weight: bold;
	font-size: 16px;
	color: #808080;
	display: inline-block;
	float: left;
}

#front-right-header #calendar-button {
	display: inline-block;
	float: right;
	line-height: 45px;
}


#front-right ul {
	margin: 0px;
}

#front-right table,
aside.widget_eme_list table {
	border-collapse: collapse;
	color: #808080;
}

aside.widget_eme_list h3.widget-title {
	color: #333;
	font-weight: bold;
	line-height: 50px;
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
}

aside.widget_eme_list h3.widget-title a {
	float: right;
	color: #ef2c22;
	font-weight: normal;
	font-size: 12px;
	margin-top:2px;
}

#front-right tr,
aside.widget_eme_list tr {
	border-bottom: 1px solid #ccc;
}

#front-right td,
aside.widget_eme_list td {
	padding-top: 9px;
	padding-bottom: 8px;
}

#front-right td.event-day-of-week {
	text-transform: uppercase;
	vertical-align: middle;
	width: 70px;
}

#front-right td.event-date,
aside.widget_eme_list td.event-date {
	vertical-align: middle;
}

#front-right td.event-date .event-month,
aside.widget_eme_list td.event-date .event-month {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 14px;
}

#front-right td.event-date .event-day-of-month,
aside.widget_eme_list td.event-date .event-day-of-month {
	font-size: 24px;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
}

#front-right td.event-name,
aside.widget_eme_list td.event-name {
	vertical-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#front-right td.event-name a,
aside.widget_eme_list td.event-name a{
	display: block;
	color: #808080;
}

#front-right td.event-name a:hover,
#front-right td.event-name a:active,
aside.widget_eme_list td.event-name a:hover,
aside.widget_eme_list td.event-name a:active {
	color: #ef2c22;
}

#front-right td.eme-info {
	vertical-align: middle;
}

#front-right td.eme-info a.event-info {
	border: 1px solid #808080;
	height: 29px;
	width: 24px;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	line-height: 29px;
	padding-left: 5px;
	display: block;
	color: #808080;
}

#front-right td.eme-info a.event-info:hover,
#front-right td.eme-info a.event-info:active {
	color: #ef2c22;
	border: 1px solid #ef2c22;
}



/* --------------------------------------------
	=Front page featured dog
----------------------------------------------- */
#front-left{
   	float: left;
   	width: 240px;
   	margin-left: -100%;
}

#featured-pet-wrapper {
	width: 100%;
	border: 1px solid #ccc;
	color: #808080;
	height: 384px;
	overflow: hidden;
}

/* these are for when the featured pet is in the sidebar to make it responsive */
#sidebar-wrapper #featured-pet-wrapper {
	height: auto;
	padding-bottom: 16px;
}

#sidebar-wrapper #featured-pet-wrapper .featured-pet-text,
#sidebar-wrapper #featured-pet-wrapper .picture-pet-featured {
	width: 92%;
	max-width: 250px;
}

/* hide all of the featured pets except for the 0th one */
#featured-pet-wrapper #featured-pet-container-1,
#featured-pet-wrapper #featured-pet-container-2,
#featured-pet-wrapper #featured-pet-container-3,
#featured-pet-wrapper #featured-pet-container-4,
#featured-pet-wrapper #featured-pet-container-5,
#featured-pet-wrapper #featured-pet-container-6,
#featured-pet-wrapper #featured-pet-container-7,
#featured-pet-wrapper #featured-pet-container-8,
#featured-pet-wrapper #featured-pet-container-9,
#featured-pet-wrapper #featured-pet-container-10,
#featured-pet-wrapper #featured-pet-container-11,
#featured-pet-wrapper #featured-pet-container-12,
#featured-pet-wrapper #featured-pet-container-13,
#featured-pet-wrapper #featured-pet-container-14,
#featured-pet-wrapper #featured-pet-container-15,
#featured-pet-wrapper #featured-pet-container-16,
#featured-pet-wrapper #featured-pet-container-17,
#featured-pet-wrapper #featured-pet-container-18,
#featured-pet-wrapper #featured-pet-container-19 {
	display: none;
}

#featured-pet-wrapper h2 {
	font-size: 14px;
	display: block;
	float:left;
	margin-left: 8px;
	padding-top: 4px;
	padding-bottom: 1px;
}

#featured-pet-wrapper #see-all-link {
	float: right;
	font-size: 12px;
	color: #ef2c22;
	margin-right: 8px;
	margin-top: 6px;
}

#featured-pet-wrapper #see-all-link:hover {
	color: #333;
}

/* This is a trick to make sure the photo fills the square and is centered */
#featured-pet-wrapper .picture-pet-featured {
	height: 220px;
	overflow: hidden;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid red;
	clear: both;
	position: relative;
}

#featured-pet-wrapper #picture-pet-button {
	width: 115px;
	height: 30px;
	background-color: #ef2c22;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -57px;
	
	color: white;
	line-height: 30px;
	font-size: 12px;
}

#featured-pet-wrapper #picture-pet-button img {
	width: 17px;
	margin-bottom: -3px;
	margin-left: 5px;
	margin-right: 4px;
}

#featured-pet-wrapper .picture-pet-featured img {
	width: 100%;
}

#featured-pet-wrapper .featured-pet-text {
	width: 220px;
	height: 94px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 5px;
	line-height: 15px;
	font-size: 14px;
	font-size: 1.4rem;
}

#featured-pet-wrapper .featured-pet-stats {
	font-style: italic;
	line-height: 10px;
}

#featured-pet-wrapper .featured-pet-text h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #808080;
}

#featured-pet-wrapper a.fp-left-arrow {
	float: left;
	margin-left: 10px;
	margin-top: 14px;
	color: #808080;
}

#featured-pet-wrapper a#fp-left-arrow-0 {
	display: none;
}

#featured-pet-wrapper a.fp-left-arrow img,
#featured-pet-wrapper a.fp-right-arrow img {
	margin-bottom: -3px;
}

#featured-pet-wrapper a.fp-right-arrow {
	float: right;
	margin-right: 10px;
	margin-top: 14px;
	color: #808080;
}

/* Phone mode */
@media screen and (max-width: 525px) {
	
	#front-right {
		clear: both;
		width: 100%;
		margin-left: 0px;
		float: left;
	}
	
	#front-left {
		width: 100%;
		margin-left: 0px;
	}
}




/* --------------------------------------------
	=Secondary pages with sidebar
----------------------------------------------- */

/* line dividing the header and page body on secondary pages */
#secondary-page-divider {
	width: 100%;
	height: 16px;
	border-top: 1px solid #ccc;
}

/* needed for centering secondary pages */
#secondary-page-wrapper {
	max-width:860px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

section#primary {
	float: left;
	width: 66%;
}

section#primary #main {
	width: 97%;
	margin-left: auto;
	margin-right: auto;
}

/* sidebar */
#secondary.widget-area {
	margin-top: 26px;
	padding-top: 16px;
	padding-bottom: 16px;
	float: left;
	margin-left: 2%;
	width: 31%;
	background-color: #f2f2f2;
}

#secondary.widget-area #sidebar-wrapper {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	background-color: #f2f2f2;
}


@media screen and (max-width: 600px) {

	
	section#primary {
		width: 100%;
	}
	
	#secondary.widget-area {
		clear: both;
		width: 100%;
		margin-left: 0;
	}
}



/* --------------------------------------------
	=Sidebar Widgets
----------------------------------------------- */


#sidebar-menu {
	color: #ef2c22;
	font-weight: bold;
	font-size: 16px;
}
 
#sidebar-menu a {
	color: #ef2c22;
	font-weight: bold;
}



/* --------------------------------------------
	=Secondary pages without sidebar
----------------------------------------------- */
#main-content.fullwidth {
	padding-top: 16px;
	max-width:860px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#main-content.fullwidth #left-area {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------
	=Content
----------------------------------------------- */

main#main {
	width: 100%;
	max-width: 860px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;	
}

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0.6em 0 0;
	font-size:16px;
	font-size:1.6rem;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}



/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: right;
	text-align: right;
	width: 50%;
	font-size: 24px;
	font-size: 2.4rem;

}
[class*="navigation"] .nav-next {
	float: left;
	width: 50%;
	font-size: 24px;
	font-size: 2.4rem;

}


/* --------------------------------------------
	=Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

ul.comment-list {
	margin-top: 10px;
	margin-left: 0px;
}

ul.comment-list li {
	list-style: none;
	background-color: #f2f2f2;
	padding: 10px 10px 5px 10px;
	margin: 20px 0 0 0;
}

ul.comment-list li cite {
	font-weight: bold;
}

ul li.comment.depth-2,
ul li.comment.depth-3,
ul li.comment.depth-4,
ul li.comment.depth-5 {
	border: 1px solid #ccc;
}

#comments {
	max-width: 650px;
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 .55em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}



/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/* --------------------------------------------
	=Read More button
----------------------------------------------- */
a.read-more {
	border: 1px solid red;
	line-height: 26px;
	line-height: 2.6rem;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ef2c22;
	display: block;
	float: right;
	margin-top: -1em;
}

a.read-more:hover,
a.read-more:active {
	background-color: #ef2c22;
	color: white;
}

.thumbnail-image {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


/* --------------------------------------------
	=Events Made Easy Calendar page
----------------------------------------------- */

table.eme-calendar-table.fullcalendar td {
	padding: 0 5px 0 5px!important;
}

/* month name */
table.eme-calendar-table.fullcalendar td.month_name {
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

/* day of week headings */
table.eme-calendar-table.fullcalendar tr.days-names td {
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

/* days with no events in them */
table.eme-calendar-table.fullcalendar td {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

table.eme-calendar-table.fullcalendar td ul {
	margin: 0 0 1em 0;
}

table.eme-calendar-table.fullcalendar td ul li a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}

/* hover on event descriptions */
table.eme-calendar-table.fullcalendar td ul li a:hover {
	/*text-decoration: underline; */
	color: #333;
}



/* --------------------------------------------
	=Volunteer Portal
----------------------------------------------- */
form.volunteer-portal-form label.vform {
	min-width: 12em;
	display: inline-block;
	text-align: right;
}

.block {
	font-size: 16px;
	font-size: 1.6rem;
}


/* --------------------------------------------
	=WP Greet plugin	
----------------------------------------------- */
.wp-greet-form {
	max-width: 600px;
}


/* --------------------------------------------
	=Donate page
----------------------------------------------- */
table#donate-table td {
	vertical-align: top;
	padding: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

/* --------------------------------------------
	=Footer
----------------------------------------------- */
footer#colophon {
	width: 100%;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
	margin-bottom: 10px;
	position: relative;
}

footer .site-info {
	width: 98%;
	border-top: 3px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	color: #808080;
}

footer .site-info a {
	color:#808080;
}

footer .site-info a:hover,
footer .site-info a:active {
	color: #ef2c22;
}

footer#colophon img#footer-badge {
	/*position: absolute;
	bottom:0;
	right:0; */
	float:right;
}

/* --------------------------------------------
	=Footer Widgets
----------------------------------------------- */

h3.widget-title {
	color: #808080;
	font-size: 14px;
	font-size: 1.4rem;
}

#footer1 {
	float: left;
	width: 26%;
}

#footer2 {
	float: left;
	width: 19%;
}

#footer3 {
	float: left;
	width: 21%;
}

#footer4 {
	float: left;
	width: 18%;
}

#footer5 {
	float: left;
	width: 16%;
}

.textwidget .compressed-widget {
	line-height: 1.3em;
	margin-top: 16px;
}

.textwidget .bottom-link-widget {
	margin-top: 14px;
	font-size: 11px;
	font-size: 1.1rem;
}

.widget.constant-contact-signup label {
	display: none;
}

.widget.constant-contact-signup .input-text-wrap {
	width: 120px;
	float: left;
	margin-right: 6px;
}

.widget.constant-contact-signup input#cc_email {
	width: 120px;
	color: #ccc;
}

.widget.constant-contact-signup input[type="submit"].submit {
	height: 23px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px !important;
	
	box-shadow: none;
	background-color: #808080;
	text-shadow: none;
	font-weight: bold;
	color: white;
	
	border: 1px solid #ccc;
	border-color: #808080;

	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: .8rem;
}

@media screen and (max-width: 600px) {

#footer1 {
	float: none;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#footer2 {
	float: left;
	width: 100px;
	clear: both;
}

#footer3 {
	float: left;
	width: 133px;
}

#footer4 {
	float: left;
	width: 100px;
}

#footer5 {
	float: left;
	width: 120px;
}
}

/* Donate page easy table */
.easy-table th,.easy-table td{vertical-align:middle !important;}
