/*
	Theme Name: Blink Child Theme
	Theme URL: http://themedy.com/themes/blink
	Description: With its dynamic layout and creative look, <strong>Blink</strong> is perfect for any designer, photographer, blogger, or hobbyist.
	Author: Themedy
	Author URI: http://www.themedy.com
	Version: 1.0.1
	Template: thesis_185
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Fonts
* Defaults
* Body
* Hyperlinks
* Header Column
* Main Sidebar
* Navigation Menu
* Pull Down Area
* Inner
* Content
* Column Classes
* Masonry Post Grid
* Headlines
* Post Meta
* Content Nav
* Post Navigation
* Images
* Sidebars
* Thesis Widgets
* Comments
* Buttons
* Contact Form
* Footer
* Self-clearing floats

*/ 


/* Fonts
------------------------------------------------------------ */

@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../lib/fonts/texgyreadventor-regular-webfont.eot');
    src: url('../lib/fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../lib/fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../lib/fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../lib/fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasRegular';
    src: url('../lib/fonts/BEBAS___-webfont.eot');
    src: url('../lib/fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../lib/fonts/BEBAS___-webfont.woff') format('woff'),
         url('../lib/fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../lib/fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Defaults
------------------------------------------------------------ */

body { 
	font-size: 10px; 
}
	
* { 
	padding: 0; 
	margin: 0; 
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}


/* Body
------------------------------------------------------------ */

body, 
#wrap {
	height: 100%;
}

#wrap {
	background: url(../images/bg-sidebar.png) repeat-y left;
	position:relative;
}

body {
	background: url(../images/bg-body.jpg) repeat #eee;
	background: url(../images/bg-sidebar.png), 
				url(../images/bg-body.jpg);
	background-position: top left; 
  	background-repeat: repeat-y, 
  					   repeat; 
}

::-moz-selection {
	background-color: #c9d568;
	color: #fff;
}

::selection {
	background-color: #c9d568;
	color: #fff;
}

#wrap .full_width > .page {
	background: none;
	margin: 0;
	padding: 0;
}


/* Hyperlinks
------------------------------------------------------------ */

a, a:visited {
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}
	
a img {
	border: none;
}
	
a:focus, a:hover, a:active {
	outline: none;
}
	
	
/* Header Column
------------------------------------------------------------ */

#main-sidebar-area {
	float: left;	
	width:280px;
}

#main-sidebar-area .full_width .page {
	width: auto;
	padding: 0;
}

#main-sidebar-area #header_area .page {
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
	background: url(../images/bg-sidebar-header.png) repeat-y right;
	padding: 0;
}

#header {
	overflow: hidden;
	padding: 60px 20px;
	text-align: center;
	width: auto;
}

#logo {
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#logo a,
#logo a:hover {
	color: #333;
	text-decoration: none;
}

#header #tagline {
	margin: 0;
	line-height: 18px;
	font-family: "TeXGyreAdventorRegular", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.header-image #header a {
	text-indent: -9999px;
	display: block;
	-moz-transition: opacity .15s linear;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.header-image #header a:hover {
	opacity: .75;
}

.header-image #tagline {
	display: none;
	overflow: hidden;
}

.header-image #header {
	padding: 0;
}


/* Main Sidebar
------------------------------------------------------------ */

#main_sidebar {
	text-shadow: 1px 1px 0px #292929;	
	font-size: 14px;
	color: #ddd;
	padding-top: 50px;
}

#main_sidebar .widget {
	padding: 0 50px 40px 40px;	
	font-size: 12px;
}

#main_sidebar .widget h1,
#main_sidebar .widget h2,
#main_sidebar .widget h3,
#main_sidebar .widget h4,
#main_sidebar .widget h5,
#main_sidebar .widget h6 {
	color: #fcffe5;
	text-transform: uppercase;
}

#main_sidebar .widget ul {
	list-style: none;
	font-family: "BebasRegular","Helvetica Neue", Arial, Helvetica, sans-serif;
}

#main_sidebar .menu li, 
#main_sidebar .menu ul {
	width: auto;
}

#main_sidebar .menu li a {
	color: #fcffe5;
	background: url(../images/bg-navsep.png) repeat-x bottom;
	display: block;
	position: relative;
	padding: 10px 0;
	line-height: 20px;
	text-decoration: none;
	font-size: 14px;
	width: auto;
}

#main_sidebar .menu li.haschild {
	background: url(../images/icon-plus.png) right 16px no-repeat;
}

#main_sidebar .menu li li.haschild {
	background: url(../images/icon-plus.png) right 10px no-repeat;
}

#main_sidebar .menu li a:active,
#main_sidebar .menu li a:hover,
#main_sidebar .menu .current_page_item a,
#main_sidebar .menu .current-cat a,
#main_sidebar .menu .current-menu-item a {
	color: #dae768;
}

#main_sidebar .menu li li a {
	font-size: 12px;
	padding: 5px 0 5px 5px;
	color: #ddd;
}

#main_sidebar .menu li li a,
#main_sidebar .menu .current_page_item li a,
#main_sidebar .menu .current-cat li a,
#main_sidebar .menu .current-menu-item li a {
	color: #ddd;
}

#main_sidebar .menu li li a:hover {
	color: #dae768;
}

#main_sidebar .menu li li li a {
	padding-left: 10px;
}

#main_sidebar .menu li li li li a {
	padding-left: 15px;
}

#social_sidebar {
	padding: 0 50px 0 40px;
}

#social_sidebar li {
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
}

#social_sidebar li a {
	text-indent: -9999px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/icons-social.png) no-repeat;
}

#social_sidebar li.facebook a {
	background-position: 0 0;
}

#social_sidebar li.twitter a {
	background-position: -32px 0;
}

#social_sidebar li.pinterest a {
	background-position: -64px 0;
}

#social_sidebar li.rss a {
	background-position: -96px 0;
}

#social_sidebar li.mail a {
	background-position: -128px 0;
	margin-right: 0;
}

#social_sidebar li.facebook a:hover {
	background-position: 0 -32px;
}

#social_sidebar li.twitter a:hover {
	background-position: -32px -32px;
}

#social_sidebar li.pinterest a:hover {
	background-position: -64px -32px;
}

#social_sidebar li.rss a:hover {
	background-position: -96px -32px;
}

#social_sidebar li.mail a:hover {
	background-position: -128px -32px;
}


/* Pull Down Area
------------------------------------------------------------ */

#extra-area {
	background: url(../images/bg-extraarea.png) repeat;
	padding-top: 5px;
	margin: -30px 0 30px -30px;
	position: relative;
}

#extra-area .page {
	position: relative;
}

#expand-corner {
	background:  url(../images/bg-pulldown_corner.png) no-repeat;
	height: 59px;
	width: 64px;
	display: block;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: -59px;
	clear: both;
}

#expand-button {
	background: url(../images/icon-pulldown_button.png) no-repeat top;
	height: 22px;
	width: 22px;
	display: block;
	cursor: pointer;
	right: 8px;
	top: 3px;
	position: absolute;
}

#expand-button:hover {
	background-position: 0 -22px;
}

#expand-button.open {
	background-position: 0 -44px;
}

#expand-button.open:hover {
	background-position: 0 -66px;
}

#extra-area-widget {
	overflow: hidden;
	padding: 20px 30px 25px 30px;
}

#extra-area #extra-area-widget h1,
#extra-area #extra-area-widget h2,
#extra-area #extra-area-widget h3 {
	margin-top: 0;
}

#extra-area #extra-area-widget p {
	margin-bottom: 10px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	padding: 30px 0 30px 30px;
	position: relative;
	background: url(../images/bg-body.jpg);
	background: url(../images/bg-cornergraphic.jpg), 
				url(../images/bg-body.jpg);
	background-position: top left; 
  	background-repeat: no-repeat, 
  					   repeat; 
	margin-left: 280px;
	min-width: 720px;
	.min-width: 100px;
}

.masonry-enabled #inner {
	min-width: inherit;
}


/* Content 
------------------------------------------------------------ */

#column_wrap { 
	float: left; 
}

#inner #content_area {
	clear: none;
}

#content .post_box, 
#content .teasers_box, 
.full_width #content_box #content .page {
	margin: 0 0 30px 0;
}

a img { 
	border: none; 
}

img {
	max-width: 100%;
	height: auto;
}
	
blockquote { 
	border-left: 1px solid #ddd; 
	color: #666; 
}
	
code { 
	line-height: 1em; 
	background: #eee; 
}
	
pre { 
	background: #ddd; 
	border: 1px solid #ddd; 
	overflow: auto; 
	clear: both; 
}

p.center, .centered { 
	text-align: center; 
}
	
p.bottom {
	margin: 0;
}

.post_box .format_text {
	padding: 15px;
}

.post_box, 
.author-box,
#respond {
	border: none;
	background: #fff;
	position: relative;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.1);    
	-webkit-border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
}

#content .post_box {
	padding: 0;
}

input,
select,
textarea,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #fbfbfb;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Masonry Post Grid
------------------------------------------------------------ */

.masonry-enabled #inner .post_box {
	width: 300px;
	float: left;
	margin: 0 30px 30px 0;
}

.masonry-enabled .full_width .page,
.masonry-enabled #content {
	width: 100%;
}
	
	
/* Headlines
------------------------------------------------------------ */

.format_text h1, 
.format_text h2, 
.format_text h3, 
.format_text h4, 
.format_text h5, 
.format_text h6, 
h1,
h2,
h3,
h4,
h5,
h6,
#header .widget-area h4 {
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 10 0;
	padding: 0;
	font-family: "TeXGyreAdventorRegular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.format_text h1, 
h1 {
	font-size: 26px;
}

#content h1.entry-title, 
#content h2.entry-title,
#content .headline_area h1{
	font-size: 20px;
	padding: 0 15px;
	padding-top: 20px;
}

.masonry-enabled #content h1.entry-title, 
.masonry-enabled #content h2.entry-title,
.masonry-enabled #content h1.entry-title a,
.masonry-enabled #content h2.entry-title a {
	font-size: 14px;
	color: #4f5153;
}

#content .headline_area {
	margin: 0;
}

#content .headline_area img.alignnone {
	margin: 0;
}

.format_text h2 a, 
.format_text h2 a:visited {
	text-decoration: none;
}
	
.format_text h2 a:hover {
	color: #000;
	text-decoration: none;
}

.format_text h2,
h2 {
	font-size: 22px;
}
	
.format_text h3,
h3 {
	font-size: 20px;
}
	
.format_text h4, 
h4 {
	font-size: 16px;
}

.format_text h5,
h5 {
	font-size: 14px;
}
	
.format_text h6,
h6 {
	font-size: 12px;
}

.format_text #archive_intro {
	padding: 0;	
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dashed #ebebeb;
	clear: both;
	padding: 10px 15px;
	font-size: 12px;
}

.post-meta abbr {
	border: none;
}

.post-meta .post-date {
	float: left;
	color: #8b8d8f;
	background: url(../images/icon-date.png) left center no-repeat;
	padding-left: 23px;
	line-height: 20px;
}

.post-meta .post-comments a {
	float: right;
	color: #8b8d8f;
	background: url(../images/icon-comments.png) left center no-repeat;
	padding-left: 22px;
	line-height: 20px;
}

.post-meta .categories {
	float: right;
	background: url(../images/icon-categories.png) left center no-repeat;
	padding-left: 23px;
	line-height: 20px;
	text-align: right;
}

.post-meta .categories a {
	color: #8b8d8f;
}

.headline_meta {
	padding: 0 15px;
}
	
	
/* Content Nav
------------------------------------------------------------ */
	
.prev_next { 
	clear: both; 
}

.prev_next .next { 
	text-align: right; 
}

.prev_next .floated { 
	float: left; 
}

#content .post_nav {
	background: url(../images/bg-footerline.png) repeat-x top;
	padding: 20px 0 30px 0;
	margin-top: 20px;
	color: #4f5153;
	font-weight: bold;
	font-size: 11px;
	text-shadow: 1px 1px 0px #fff;	
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 11px;
	overflow: hidden;
	padding: 35px 0 25px 0; 
	margin-top: 35px;
	width: 100%;
	text-transform: uppercase;
	background: url(../images/bg-footerline.png) repeat-x top;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #e4e4e4;
	background: #fff;
	padding: 6px 9px;
	color: #797b7e;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow:  0px 1px 0px 0px #d6d6d6;  
	-moz-box-shadow: 0px 1px 0px 0px #d6d6d6;  
	box-shadow:  0px 1px 0px 0px #d6d6d6;  
	margin-right: 3px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #c4cf5d;
	border: 1px solid #adb847;
	color: #fff;
	text-shadow: 1px 1px 0px #899f00;	
	-webkit-box-shadow:  0px 1px 0px 0px #9ba53c;  
	-moz-box-shadow: 0px 1px 0px 0px #9ba53c;  
	box-shadow:  0px 1px 0px 0px #9ba53c;  
}

.navigation li a:active,
.navigation li.active a:active {
	background: #c4cf5d;
	border-color: #adb847;
	-webkit-box-shadow: inset 2px 2px 5px 0px #9ba53c;  
	-moz-box-shadow: inset 2px 2px 5px 0px #9ba53c;  
	box-shadow: inset 2px 2px 5px 0px #9ba53c;  
}

.elipses {
	padding: 0 7px 0 5px;
}


/* Images
------------------------------------------------------------ */

#content img, #content p img {
	max-width: 100%;
}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 5px;
	background: #ddd;
}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	background: #F7F7F7;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #E6E6E6;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
}
	
.gallery-caption {
}
	
	
/* Sidebars
------------------------------------------------------------ */

#content_box .sidebar ul.sidebar_list {
	list-style: none; 
	padding: 0 0 0 30px;
	text-shadow: 1px 1px 0px #fff;
}

.sidebar-content #content_box .sidebar ul.sidebar_list,
.sidebar-content-sidebar #content_box #sidebar_1 ul.sidebar_list {
	padding: 0 30px 0 0;
}
	
li.widget { 
	width: 100%; 
}

li.widget ul { 
	list-style: none; 
}

.sidebar .sidebar_list h3 {
	font-family: "TeXGyreAdventorRegular","Helvetica Neue",Arial,Helvetica,sans-serif;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../images/bg-footerline.png) repeat-x bottom;	
	font-weight: normal;
}

#inner li.widget .widget_box {
	padding: 0;
}

widgettitle {
	margin-top: 0;
}
	
/* Thesis Widgets
------------------------------------------------------------ */	

.thesis_widget_subscriptions .sub_rss a {
	padding-left: 20px; 
	background: url('../../images//rss.png') left center no-repeat; 
}
	
.thesis_widget_subscriptions .sub_email a { 
	padding-left: 20px; 
	background: url('../../images//email.gif') left center no-repeat; 
}

li.thesis_widget_google_cse form input[type="text"] { 
	width: 95%; 
}

li.thesis_widget_google_cse form input[type="submit"] { 
	font-weight: bold; 
	color: #111; 
	background: #ddd; 
	border: 3px double #999; 
	border-top-color: #ccc; 
	border-left-color: #ccc; 
	cursor: pointer; 
}
	
li.thesis_widget_google_cse form input[type="submit"]:hover { 
	color: #090; 
}

#wp-calendar {
	width: 100%;
}
	
#sidebar .widget_calendar {
	padding: 0;
}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar th {
	color: #333333;
}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	padding: 2px;
}

	
/* Comments
------------------------------------------------------------ */

.to_comments { 
	clear: left;
}

#content #comments {
	margin-right: 0;
	clear: both;
}
	
#comments .comments_intro {
	margin: 0;
	text-shadow: 1px 1px 0px #fff;
	padding: 0 0 20px 0;
}

#comments .comments_intro p {
	font-size: 18px;
    font-weight: bold;
	color: #4f5153;
}

#comments #respond_intro {
	padding: 0 15px;
	margin: 0;
}

#comments #respond_intro p {
	font-family: "TeXGyreAdventorRegular","Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #4f5153;
}
	
#comments .comments_intro span {
	font-size: 22px;
}
	
#comment_list {
	margin: 0 0 50px 0;
}
	
#comment_list .comment { 
	background: #fff;
	border: none;
	padding: 15px 15px;
}

#comment_list .comment .children .comment {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

#comment_list .comment .children dd.comment { 
	padding-top: 15px;
}
	
#comment_list dt.comment { 
	border-bottom: 0;
	padding-bottom: 0;
	margin-top: 15px;
}

#comment_list .depth-1 {
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.1);    
	-webkit-border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
}

#comment_list dd.comment { 
	border-top: 0;
	margin-bottom: 5px;
}

#content dl#comment_list dl dd .format_text {
	padding-left: 0;
}

.comment_time a {
	color: #bbb;
	text-transform: uppercase;
	font-size: 10px;
}

.avatar img {
	background: none;
	padding: 0;
	border: none;
	float: right;
    margin: 0 0 0 10px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
}

#comments dl#comment_list dt .comment_author {
	font-family: "TeXGyreAdventorRegular","Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 16px;
	display: block;
}
	
a#cancel-comment-reply-link {
	font-weight: bold;
	color: #fff;
	background: #333;
    text-transform: uppercase;
	padding: 3px 5px !important;
	font-size: 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

a#cancel-comment-reply-link {
	float: right;
}
	
#respond { 
	padding-top: 20px;
}
	
#respond #commentform {
	padding: 15px;
}
	
.comment #respond{
	background: none; 
	border-top: 1px solid #B9B9B9;
}

#content #commentform #author, 
#content #commentform #email, 
#content #commentform #url {
	width: 250px;
	padding: 5px;
}

#author, 
#email, 
#url, 
#comment {
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    padding: 5px;
	margin-bottom: 10px;
}
	
.comment_moderated {
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
}
	
ul#trackback_list {
	padding: 20px;
}
	
.nocomments {
	text-align: center;
}

dl#comment_list dl dd dl.children, 
dl#comment_list dl.children {
	padding-left: 0;
	margin-left: 20px;
	border-left: 1px solid #ebebeb;
}


/* Buttons
------------------------------------------------------------ */

#submit,
.searchsubmit,
.enews #subbutton,
.gform_footer .button,
.gform_wrapper .gform_footer input.button,
input[type="button"],
input[type="submit"],
a.button,
.button,
#comments dl#comment_list dd p.reply a,
#comments dl#comment_list dd p.reply a:visited {
	font-size: 13px !important;
	line-height: 19px;
	text-decoration: none;
	padding: 6px 9px !important;
	font-weight: bold;
	background: #c4cf5d !important;
	border: 1px solid #adb847 !important;
	color: #fff !important;
	text-shadow: 1px 1px 0px #899f00;
	-webkit-box-shadow:  0px 1px 0px 0px #9ba53c;  
	-moz-box-shadow: 0px 1px 0px 0px #9ba53c;  
	box-shadow:  0px 1px 0px 0px #9ba53c;  
	-moz-transition: background .15s linear;
	-webkit-transition: background .15s linear;
	transition: background .15s linear;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: none;
	cursor: pointer;
}

#submit:hover,
.searchsubmit:hover,
.enews #subbutton:hover,
.gform_footer .button:hover,
.gform_wrapper .gform_footer input.button:hover,
input:hover[type="button"],
input:hover[type="submit"],
a.button:hover,
.button:hover,
#comments dl#comment_list dd p.reply a:hover {
	background: #adb847 !important;
	border-color: #98a23c !important;
}

#submit:active,
.searchsubmit:active,
.enews #subbutton:active,
.gform_footer .button:active,
.gform_wrapper .gform_footer input.button:active,
input:active[type="button"],
input:active[type="submit"],
a.button:active,
.button:active,
#comments dl#comment_list dd p.reply a:active {
	background: #adb847 !important;
	border-color: #98a23c !important;
	-webkit-box-shadow: inset 2px 2px 5px 0px #9ba53c;  
	-moz-box-shadow: inset 2px 2px 5px 0px #9ba53c;  
	box-shadow: inset 2px 2px 5px 0px #9ba53c;  
}

#comments dl#comment_list dd p.reply a,
#comments dl#comment_list dd p.reply a:visited {
	font-size: 11px !important;
	display: inline-block;
	padding: 2px 9px !important;
}


/* Footer
------------------------------------------------------------ */

#footer_area {
	clear: both; 
	text-shadow: 1px 1px 0px #fff;
	font-family: "TeXGyreAdventorRegular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
	
#footer_area #footer {
	padding: 0;
	padding-top: 20px;
}
	
#footer_area #footer a {
	color: #333; 
}
	
#footer_area #footer p {
	font-size: 12px;
}
	
#footer a:hover {
	text-decoration: underline;
}	
#footer .creds {
	margin: 0;
	text-align: left;
}
	
	
/* Self-clearing floats from Dan Cederholm
------------------------------------------------------------ */

.menu:after, 
#content_box:after, 
#sidebars:after, 
.format_text:after, 
.teasers_box:after, 
.prev_next:after, 
ul.sidebar_list:after, 
#footer_area:after,
.post-meta:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}