/* @override 
	http://localhost/revivalpsychology/cms/wp-content/themes/revive/style.css */

/*  
Theme Name: Revive
Theme URI: http://involvedesign.net
Version: 1.0.0
Author: Gareth Schroder
Author URI: http://involvedesign.net
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}
body, html { 
overflow-x: hidden; 
overflow-y: auto;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/* GENERAL STYLING */

html {
	height: auto;
	}	
body {
 	min-height: 100%;
 	//background: url(images/backgrounds/puppy-feet.png) no-repeat 0 -100px fixed;
}
pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
hr {
  border: 0 #B079C6 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* `Headings */

h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
/* `Spacing */
p {
  overflow: hidden;
  color: #ddd;
  font-size: 1em;
}
blockquote {
	padding-left: 20px;
}
/* Structure */
#outer {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
/* Header */
#sidebar {
	position: fixed;
	
	height: 700px;
	width: 298px;
}
#header {
	position: relative;
	top: 0px;
}
#inner-side {
	width: 298px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#blurb {
	margin-bottom: 10px;
}
#blurb p {
	color: #666;
	font-size: 1.2em;
	font-family: 'Open Sans Condensed',sans-serif;
	text-align: right;
	padding-bottom: 40px;
	 padding: 10px 50px;
}
#content-strip {
	position: relative;
	width: 100%;
	left: 300px;
	z-index: 200;
	top: 0;
	background-color: #4D9BB2;
	font-family: 'Oxygen',sans-serif;
	box-shadow: -1px 0px 5px #aaa;
}
#main-wrapper {
	//background: url(images/backgrounds/grey.png) repeat fixed;
	background-color: #4D9BB2;
	width: 680px;
	position: relative;
	z-index: 220;	
}
#main-content {
	position: relative;
	margin: 0 auto;
	width: 660px;
}
#feature-content {
	position: relative;
	margin: 0 auto;
	width: 660px;
	font-family: 'Antic', sans-serif;
	padding-bottom: 5px;
	height: auto;
}
#feature-img {
	border: 1px solid #ccc;
}
#bookonline {
	border: 1px solid #ccc;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 3px 5px #5d94a9;
}
#bookonline:link, #bookonline:visited {
	text-decoration: none;
}
#bookonline:hover, #bookonline:active {
	text-decoration: none;
	border-color: #fff;
	background-color: #629cb1;
}
.wrap {
	margin: 0 auto;
	position: relative;
	width: 980px;
}
/* Site Logo */
#site-logo {
	position: relative;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 0;
}
#site-logo a {
	text-decoration: none;
}
#nav-strip {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 15px;
	left: -50px;
	border-bottom: 1px solid #aaa;
}

/* #booking {
	position: relative;
	color: #888;
	font-size: 1.4em;
	text-align: right;
	font-weight: 500;
	width: 250px;
	height: auto;
	padding-top: 10px;
	font-family: 'Open Sans Condensed',sans-serif;
}
*/
#bookings {
	color: #ddd;
}
#bookings a:link, #booking a:visited {
	color: #eee;
}
#bookings a:hover, #booking a:active {
	color: #fff;
}
/* Contact */
#contact {
	position: relative;
	color: #333;
	font-size: 0.9em;
	text-align: center;
	font-weight: 500;
	width: 250px;
	height: auto;
	margin-bottom: 10px;
	font-family: 'Open Sans Condensed',sans-serif;
}
.contact-box {
	clear: both;
	height: 35px;
}
.contact-icon {
	float: right;
}
.contact-icon span {
	position: relative;
	top: 5px;
	font-size: 1.6em;
	color: #8EC5D4;
}
.contact-icon img {
	margin-left: 20px;
	height: 40px;
	position: relative;
}
.contact-info {
	position: relative;
	float: right;
	height: 25px;
	margin-left: 25px;
	background-color: #eee;
	padding: 2px 10px;
	width: auto;
}
.contact-info:before {
	content: "";
	position: absolute;
	border-color: transparent #eee transparent transparent;
	border-style: solid;
	border-width: 15px;
	width: auto;
	top: 0px;
	left: -30px;
}
#contact-notes {
	position: relative;
	font-family: 'Carrois Gothic',sans-serif;
}
#contact-notes p {
	padding: 15px 50px 0 0;
	text-shadow: none;
	font-size: 1em;
	color: #aaa;
	text-align: right;

}
#contact-notes a:link, #contact-notes a:visited {
	color: #aaa;
}
#contact-notes a:hover, #contact-notes a:active {
	color: #71AC59;
	text-decoration: none;
}
#contact-notes p.afterhours {
	font-size: 0.9em;
}
/* Email Button */
.button
{
        display: inline-block;
        white-space: nowrap;
        background-color: #ccc;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
        background-image: -webkit-linear-gradient(top, #eee, #ccc);
        background-image: -moz-linear-gradient(top, #eee, #ccc);
        background-image: -ms-linear-gradient(top, #eee, #ccc);
        background-image: -o-linear-gradient(top, #eee, #ccc);
        background-image: linear-gradient(top, #eee, #ccc);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
        border: 1px solid #777;
        padding: 0 1.5em;
        margin: 0.5em;
        font: bold 1em/2em Arial, Helvetica;
        text-decoration: none;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
        -moz-border-radius: .2em;
        -webkit-border-radius: .2em;
        border-radius: .2em;
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

.button:hover
{
        background-color: #ddd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
        background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
        background-image: -moz-linear-gradient(top, #fafafa, #ddd);
        background-image: -ms-linear-gradient(top, #fafafa, #ddd);
        background-image: -o-linear-gradient(top, #fafafa, #ddd);
        background-image: linear-gradient(top, #fafafa, #ddd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}

.button:active
{
        -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        position: relative;
        top: 1px;
}

.button:focus
{
        outline: 0;
        background: #fafafa;
}    

.button:before
{
        background: #ccc;
        background: rgba(0,0,0,.1);
        float: left;
        width: 1em;
        text-align: center;
        font-size: 1.5em;
        margin: 0 1em 0 -1em;
        padding: 0 .2em;
        -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -moz-border-radius: .15em 0 0 .15em;
        -webkit-border-radius: .15em 0 0 .15em;
        border-radius: .15em 0 0 .15em;
        pointer-events: none;
}


/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=password], textarea, input[type=search] {
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type=text], input[type=search] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #f9f9f9;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #333;
	color: #fff;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #000;
	color: #fff;
}

/* 
SEARCH FORM
================================================ */
#blog #searchform {
	position: relative;
	width: 200px;
	top: 20px;
}
#blog #searchform #s {
	width: 160px;
	color: #a5a099;
	background: #eee url(images/search.png) no-repeat 8px center;
	border: solid 1px #ddd;
	padding-left: 28px;
	font-size: 90%;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#blog #searchform #s:focus {
	width: 160px;
	color: #333;
}
/* Main Navigation */
#nav {
	width: 300px;
	font-family: 'Open Sans Condensed',sans-serif;
}
#main-nav {

}
#main-nav li {
	float: right;
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 0;
	radius: 5px;
	width: auto;
	clear: both;
	list-style: none;
	font-size: 1.3em;
}
.selected-nav {
	font-weight: bold;
}
.selected-nav a {
	color: #4D9BB2 !important;
}
#main-nav a:link, #main-nav a:visited {
	color: #888;
	text-decoration: none;
	padding: 4px;
}
#main-nav a:hover, #main-nav a:active {
	color: #4D9BB2;
}
.modernpicto {
	font-family: 'ModernPictogramsNormal',sans-serif;
	position: relative;
}
.fax {
	font-weight: bold;
	position: relative;
	top: -1px!important;
}
#main-nav a:hover span {
	top: -5px;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
}
.selected-nav a span {
	top: -5px;
}
/* Structure */
.module {
	position: relative;
	z-index: 90;
	height: auto;
	margin-bottom: 10px;
	padding-top: 25px;
	font-family: 'Carrois Gothic', sans-serif;
	background: #4D9BB2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.module a:link, .module a:visited {
	color: #fff;
	text-decoration: underline;
}
.module a:hover, .module a:active {
	color: #B4C973;
	text-decoration: underline;
}
.module p {
	 padding: 10px 40px;
}
#staff {
	padding-top: 40px;
}
.staff-profile {
	padding-left: 40px;
}
.staff-photo {
	float: left;

}
.staff-photo img {
	margin: 0 !important;
	height: 150px;
	width: 150px;
	border: 1px solid #eee;
}
.staff-detail {
	padding-left: 20px;
	float: left;
}
.staff-detail h4 {
	color: #eee;
	font-size: 1.5em;
	font-weight: lighter;
	display: block;
	border-bottom: 1px double #ccc;
	padding-bottom: 10px;
	margin-top: 0 !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
}
.staff-detail p {
	padding: 10px 0 0;
	color: #ddd;
}
.staff-detail span {
	color: #ddd;
}
.blog-module {
	position: relative;
	z-index: 90;
	min-height: 800px;
	height: auto;
	margin-bottom: 10px;
	font-family: 'Carrois Gothic', sans-serif;
	background: #6F2D8C;
}
.blog-module a:link, .blog-module a:visited {
	color: #ccc;
	font-weight: lighter;
}
.blog-module a:hover, .blog-module a:active {
	color: #B4C973;
}
.blog-module h3, .blog-module h4, .blog-module h5, .blog-module h6 {
	color: #ccc;
}
.rectangle {
	background: #aaa;
	height: 36px;
	width: auto;
	position: relative;
	left: -25px;
	top: 0px;
	float: left;
	border-bottom: 1px solid #aaa;
	z-index: 100; /* the stack order: foreground */
}
.triangle-l {
	border-color: transparent #ccc transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -40px;
	top: 21px;
	z-index: -1; /* displayed under bubble */
}
.rectangle h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.4em;
	color: #fff;
	padding: 2px 10px 0;
	text-align: center;
	font-weight: lighter;
}
#faq {
	clear: both;
	padding-bottom: 20px;
}
#faq .info {
	margin-left: 50px;
	color: #eee;
}
/* INFO STANDARD */
.info {
	clear: both;
	padding-top: 20px;
	text-align: left;
}
.info img {
	margin-left: 50px;
	margin-top: 20px;
	border: 3px solid #ccc;
}
.info ul {
	float: left;
	width: 460px;
	margin-left: 40px;
	list-style-position: inside;
}
.info ul li {
	color: #ddd;
	font-size: 1em;
	padding: 5px 0;

}
.info p {
	clear: both;
}
.info h4 {
	color: #ddd;
	margin-top: 10px;
	padding-left: 40px;
}
.info a:link, .info a:visited {
	color: #fff;
	text-decoration: underline;
}
.info a:hover, .info a:active {
	color: #000;
	text-decoration: underline;
}
/* INFO FEATURE POST */
.info-post {
	clear: both;
	padding-top: 20px;
	text-align: left;
}
.feature-post-title {
	margin: 0 40px 20px;
	padding: 0 0 20px 0;
	color: #ddd;
	font-size: 120%;
	border-bottom: 1px dashed #B079C6;
}
.feature-post-title a {
	color: #B7D173 !important;
	font-family: 'Unkempt',sans-serif;
}
.feature-post-title a:hover {
	text-decoration: underline !important;
}
.info-post time, .info-post h1 {
	padding-left: 40px;
}
.info-post ul {
	float: left;
	margin-left: 40px;
}
.info-post ul li {
	padding: 5px 0 15px 0;
	color: #eee;
	font-size: 1.2em;
	text-shadow: 1px 1px 2px #333;
	width: 290px;
}
.info-post ul li span {
	color: #71AC59;
	margin-right: 5px;
}
.info-post a:link, .info-post a:visited {
	color: #fff;
	text-decoration: none;
}
.info-post a:hover, .info-post a:active {
	color: #71AC59;
}

#about, #services, #vet, #ournurses, #notfound {
	padding-bottom: 20px;
}

.locate {
	margin-left: 40px;
	margin-bottom: 20px;
	height: auto;
	overflow: auto;
}
.locate h3 {
	display: inline-block;
	padding: 5px 10px 6px 0;
	font-size: 1.2em;
	font-weight: lighter;
	color: #eee;
}
.location-map {
	position: relative;
	width: 400px;
	margin-bottom: 10px;
}
.location-note {
	padding-bottom: 10px;
}
.location-note h4 {
	color: #eee;
	font-size: 0.9em;
	font-weight: lighter;
	padding-left: 0;
}

#notfound {
	height: 650px;
}
#notfound h1 {
	padding: 25px 40px;
	font-family: 'Delius',sans-serif;
	color: #B4C973;
	
}
.down-triangle {
   width: 0; 
   height: 0;
   border-top: 20px solid #73B056; 
   border-left: 20px solid transparent; 
   border-right: 20px solid transparent;
   margin: 0 auto;
   position: relative;
   z-index: 3000;
}


.d-excerpt {
	font-size: 120%;
}
.last {
	margin: 0;
}

/* PAGE */


.more-link:link, .more-link:visited {
	padding: 1px 5px;
	text-decoration: none !important;
}
.more-link:hover, .more-link:active {
	color: #fff !important;
	text-decoration: underline !important;
}
/* post content */
.post-content {
	min-width: 120px;
}
/* post title */
.post-title {
	font-size: 20px;
	margin: 0 0 15px;
	padding: 5px 0 0 0;
	color: #5ABA50 !important;
	font-weight: lighter;
	text-transform: uppercase;
}
.post-title a {
	text-decoration: none;
	color: #5ABA50 !important;
	text-transform: uppercase;
}
.post-title a:hover, .post-title a:active {
	text-decoration: none;
	color: #fff !important;
}
/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image img {
	width: 140px;
	float: right;
	margin: 15px 0 5% 7%;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}
.post-date {
	color: #B4C973;
}
/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
#post-meta-bar {

}
#feature-post-meta-bar {
	padding: 0 40px;
}
.post-meta {
	margin: 0 0 7px;
	border-bottom: 1px dashed #B079C6;
	border-top: 1px dashed #B079C6;
	padding: 10px 0 !important;
}
.post-meta a {
	color: #5CB357 !important;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
}

/* POST VIDEO (css for fluid video) */
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* CATEGORY SEARCH */
.archive-header {
	padding: 20px 0;
	font-family: 'averia gruesa libre',sans-serif;
}
.archive-title {
	color: #eee;
	text-align: center;
}
/* PAGE NAVIGATION */
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav span, .pagenav a {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	border: 1px solid #6F308A;
}
.pagenav a {
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	border: 1px solid #fff;
}
.pagenav .current {
	text-decoration: none;
}
.number {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
}
.number:hover {
	text-decoration: none !important;
}

/* POST NAVIGATION */
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/*
.current:hover {
	background: none !important;
}
*/
/* post nav arrow */
.post-nav span span {
	background: #333;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000;
}

/* COMMENTS */
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* COMMENT FORM */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}


/* Footer */
#footer {
	font-family: 'Carrois Gothic', sans-serif;
	height: 80px;
	border-top: 1px solid #eee;
	text-align: center;
	margin: 0 0 0 50px;
}
#footer p {
	text-shadow: none;
	font-size: 0.9em;
	padding: 25px 0 20px;
}
#footer a:link, #footer a:visited {
	color: #eee;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #fff;
}
#footer .grid_4 img:hover {
	position: relative;
	top: -3px;
}
.footer-alpha {
	float: left;
	text-align: right;
}
.footer-alpha a {
	position: relative;
	top: 25px;
	text-decoration: none !important;
}
.footer-beta {
	text-align: right;
	float: right;
}
.no-link {
	cursor: default;
	text-decoration: none;
}
.no-link:hover {
	cursor: default;
	text-decoration: none;
	color: #71AC59 !important;
}
.no-underline {
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}

/* WORDPRESS POST FORMATTING */
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/* GALLERY */
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/* CLEAR & ALIGNMENT */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }

@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('fonts/modernpics-webfont.eot');
    src: url('fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/modernpics-webfont.woff') format('woff'),
         url('fonts/modernpics-webfont.ttf') format('truetype'),
         url('fonts/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}