/*
Theme Name: Element
Theme URI: http://simplethemes.com/wordpress-themes/theme/element/
Description: Custom Theme by <a href="http://www.simplethemes.com/">SimpleThemes</a>.
Version: 1.3
Author: SimpleThemes LLC
Author URI: http://www.simplethemes.com/
*/


/*
Customization
==================================================

This file is the main stylesheet that controls the overall structure and resets
of the theme. It is intended for advanced customization only.

For basic customization, select a style preset from the theme options panel and
apply your customizations to that preset.


Additional Stylesheets
==================================================

This theme also includes the following stylesheets:

skeleton.css 
- the brains behind the column and responsive grids

layout.css
- theme specific responsive tweaks

formalize.css
- better cross browser form elements

style{x}.css
- user preset if loaded from theme options


Table of Contents
==================================================

(Hint: copy + ctrl/cmd +F an @group below to jump to a section)

	@group Global Reset
	@group Structural Customization
	@group Header
	@group Navigation Bar
	@group Footer
	@group Breadcrumbs
	@group Typography
	@group Tables
	@group Widgets
	@group WP Blog Styles
	@group Form Buttons
	@group Styled Buttons
	@group Tabs
	@group Toggles
	@group Callouts
	@group Comments
	@group WP Gallery
	@group Flickr Widget
	@group Twitter Widget
	@group Utility Styles
	@group Bonus Styles
*/



/* @group Global 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline;
		}
		
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	menu,
	nav,
	section {
		display: block;
	}
		
	body {
		line-height: 1; }
		
		
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	table.pad td {
	padding: 10px;
	}
		
	code,pre,p.smalldesc {
		background-color: #ededed;
		border-bottom: 1px solid #d9d9d9;
		border-top: 1px solid #d9d9d9;
		display: block;
		width: 100%;
		font: 12px/24px Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
		margin: 15px 0;
		padding: 10px 5px;
		overflow: auto; 
		overflow-Y: hidden;
}

p code {
	display: inline;
	margin: 0;
	padding: .25em 0;
}


body {
	line-height: 150%;
	-webkit-text-size-adjust: 100%;
}

/* @end */


/* @group Structural Customization */


#header,#content,#sidebar {
	padding-top: 16px;
}


#sidebar {
	padding-bottom: 16px;
}


#header {
	clear: both;
	margin-bottom: 4px;
}


#header .header_extras {
	float: right;
}

/* Give the main wrapper a separate background color */


/* Footer Styles */

#footer {
	clear: both;
	padding: 20px 0 10px 0;
	margin: 0;
	width: 100%;
}


/*----------------------------------------------
above we reduced the overall footer font size
below, we add the font-size back to the headings
------------------------------------------------*/

#footer h3 {font-size: 2em;}

/*----------------------------------------------*/


#footer.noborder {
	border: none;
	padding-top: 0;
}

#footer #credits {
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	color: #898982;
	text-shadow: #fff 0px 1px 0px;
}

a.themeauthor {
	display: block;
	width: 75px;
	height: 12px;
	margin: 0px auto;
	float: right;
	text-decoration: none;
	text-indent: -9999em;
	background: url(images/icons/stlogo.png) no-repeat right center;
}


/* @end */

/* @group Header */


#site-title {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
}

/* Header Title */

#header div#site-title a,
#header h1#site-title a {
	margin: 0;
	line-height: 95%;
	text-decoration: none;
}


/* Header Tagline */

#header span.site-desc {
	margin: 0;
	line-height: 95%;
	letter-spacing: -1px;
}

/* Image Header */

#header #site-title.graphic a {
	text-indent: -9999em;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
}
#header span.site-desc.graphic {
	display: none;
}

/* @end */

/* @group Navigation Bar */


/* Reset navigation container grid */

#menu .row {
	margin: 0 0 10px 0;
}


#menu ul li {
	background-image: none;
}

#menu ul li a {
	background-image: none;
	text-decoration: none;
	display: block;
}

/* Nav Sublevel */

#menu ul.sub-menu {
	background-color: #cdcbbf;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
     border-radius: 0px 0px 5px 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

#menu ul.sub-menu li {
	border: none;
}

/* Nav Sublevel Links */

#menu ul.sub-menu li a {
	background: #f0f0f0;
	padding: 5px 5px 5px 8px;
/*
	height: 32px;
	line-height: 32px;
*/
	line-height: 1.2em;
	border-radius: 0;
	min-width: 210px;
	border-bottom: none;
	position: static;
    behavior: none;
}

/* Nav Sublevel Hover */

#menu ul.sub-menu li a:hover {
	background: #fff;
	border-bottom: none;
}


/* @end */



/* @group Footer Menu */

#footermenu {
	margin: 0 auto;
	text-align: center;
	position: relative;
	clear: both;
	text-shadow: none;
}

#footermenu ul {
	display:inline-block;
}

#footermenu ul,#footermenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footermenu li {
	float: left;
	color: #bebdb4;
}

#footermenu li a {
	margin: 0px 10px;
}

#footermenu li.menu-item-last span {
	display: none;
}


/* @end */




/* @group Breadcrumbs */

/* Breadcrumbs */

#breadcrumbs {
	position: relative;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
}


p#breadcrumbs a,p#breadcrumbs strong {
	padding: 0px 5px 0px 5px;
}


/* @end */



/* @group Typography */

	h1, h2, h3, h4, h5 { 
		letter-spacing: -1px;
	}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none;
	}
		
	h1 {line-height: 140%; margin-bottom: 14px;}
	h2 {line-height: 130%; margin-bottom: 10px;}
	h3 {line-height: 130%; margin-bottom: 8px; }
	h4 {line-height: 125%; margin-bottom: 8px; }
	h5 {line-height: 120%; margin-bottom: 8px;}
	
	h6 {
		font-size: 14px;
		line-height: 110%;
		margin-bottom: 8px;
		color: inherit;
		font-weight: bold;
	}
	
	.leader {
	padding-top: 0;
	margin-top: 0;
	line-height: 1.1em;
	}
	.entry-title {
	margin-bottom: 10px;
	}
	
	
	.italic {font-style: italic;font-weight: normal;}
	.subheader { color: #777; }
	.normal {font-weight: normal;}
	.bolder {font-weight: bolder;}
	
	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	
	em { font-style: italic; }
	strong { font-weight: bold;}
	small { font-size: 80%; }
	
/*	Blockquotes  */

	blockquote, blockquote p {
	color: #333;
	font-size: 1.15em;
	line-height: 140%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	blockquote {
	margin: 0 0 20px;
	padding: 9px 10px 10px 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-color:#bfc0bb;
	}
	
	blockquote.left {
	float: left;
	width: 200px;
	margin: 10px 20px 20px 0px;
	}
	
	blockquote.right {
	float: right;
	width: 200px;
	margin: 10px 0px 20px 20px;
	border-left: none;
	border-right-width: 4px;
	border-right-style: solid;
	}

	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
	
	hr {
	clear: both;
	margin: 10px 0 30px;
	padding-bottom: 1px;
	height: 1px;
	border: none;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	hr { padding-bottom: 0px;}
	}

	span.amp {
  	font-family: Baskerville, Palatino, "Book Antiqua", serif;
  	font-style: italic;
  	}
/* #Links
================================================== */
	a, a:visited {text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; text-decoration: none;}
	p a, p a:visited { line-height: inherit; }
	

/* #Lists
================================================== */
	ul, ol { margin: 10px 0px 20px 28px; }
	ol { list-style: decimal; }
	ol, #wrap ul.square, #wrap ul.circle, #wrap ul.disc { margin-left: 30px; }
	#wrap ul.square { list-style: square outside; }
	#wrap ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px;}
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	
/* # Image Alignment Classes
============================================================== */

.alignright {
	float: right;
	margin: 0px 0px 10px 15px;
}

.alignleft {
	float: left;
	margin: 0px 15px 10px 0px;
}
.aligncenter,.center {
	display:block;
	margin:0 auto;
	text-align: center;
}

#wrap .remove-top {
	margin-top: 0px;
	padding-top: 0px;
}
#wrap .remove-bottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#wrap .bottom10 {
	margin-bottom: 10px;
}
#wrap .bottom20 {
	margin-bottom: 20px;
}
#wrap .top10 {
	margin-top: 10px;
}
#wrap .top20 {
	margin-top: 20px;
}


.wp-post-image {
	padding: 5px;
	margin-top: 5px;
}

/* Layout Style 4 - loop-style4 */


.minigallery .one_fourth .inner {}
.minigallery .one_fourth .postmeta {}

.minigallery .one_fourth.last .inner {
	border-right: none;
}

.minigallery .wp-post-image {
	border: none;
	background-color: transparent;
}

.minigallery h5 {
	margin: 20px 0px 0px 0px;
	text-align: center;
}


/* WP Captions */

.wp-caption {
	text-align: center;
	padding: 5px;
	margin: 10px auto;
}


.wp-caption {
	border: 1px solid #bcbcb1;
	padding: 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 150%;
	padding: 8px 0 8px 0;
	margin: 0;
	background-color: #bcbcb1;
	color: #33322e;
	text-shadow: #cfcfc3 1px 1px 0;
}

.wp-caption.alignleft {
	margin: 0px 10px 10px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 10px 10px;
}


/* @end */

/* @group Tables */

table {
	margin: .5em 0 1em;
}

table th {
	text-align: left;
	border: 1px solid #cccabe;
	padding: .4em .8em;
	background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
	font-weight: bold;
}

table td {
}

/* @end */

/* @group Widgets */



.widget-container ul {
	list-style: none;
	margin-left: 0;
}

.widget-container ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget-container select {
	max-width: 100%;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}

.widget_search label {
	display: none;
}

#sidebar .widget-container {
	margin: 0px 0px 28px 0px;
	padding-top: 1px;
}


.widget-title {
	font-size: 1.5em;
}

input#searchsubmit {
	margin-bottom: 0;
}

.widget-container a:link,
.widget-container a:visited {
	text-decoration: none;
}

.widget-container a:active,
.widget-container a:hover {
	text-decoration: underline;
}

.widget-container .entry-meta {
	font-size: 11px;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}

/* Post Meta */

span.post_written {
	background: url(./images/icons/date_written.png) no-repeat left center;
	line-height: 21px;
	padding: 2px 0px 2px 20px;
}

span.post_categories {
	background: url(./images/icons/category.gif) no-repeat left center;
	line-height: 21px;
	padding: 2px 0px 2px 20px;
}

span.post_tags {
	background: url(./images/icons/post_tags.png) no-repeat left center;
	line-height: 21px;
	padding: 2px 0px 2px 20px;
}


/* Blog Style 1 */

#blog-s1 span.post_written,
#blog-s1 span.post_categories,
#blog-s1 span.post_tags {
	background: none;
	line-height: 21px;
	padding: 0px;
}

#blog-s1 .entry-title {
	font-size: 1.9em;
	margin-bottom: 0;
}

#blog-s1 .small {
	margin-bottom: 5px;
	padding-bottom: 0;
}

/* Advanced Recent Posts Widget */

/* http://wordpress.org/extend/plugins/advanced-most-recent-posts/ */

ul.advanced-recent-posts li img {
	float: left;
	margin: 0px 10px 5px 0px;
}
ul.advanced-recent-posts li {
	
	margin-bottom: 14px;
	padding: 0px 0px 20px 0px;
	clear: both;
	font-size: .9em;
}
ul.advanced-recent-posts li a {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 6px;
}

ul.advanced-recent-posts li a:hover {
	text-decoration: none;
}


p.postmetadata {
	margin-bottom: 10px;
	padding: 2px 0px;
	clear: both;
	font-size: 11px;
	color: #888;
	letter-spacing: normal;
}

.postmetadata ul,.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

span.post-comments {
	display: block;
	width: 100px;
	float: right;
	position: relative;
	top: -2em;
}

span.post-comments a {
	float: right;
	font-size: 11px;
	padding: 4px 0px 4px 18px;
	background: url(./images/icons/comment.png) no-repeat left center;
	white-space: nowrap;
}

span.post-comments span {
	display: none;
	background-image: none;
}

a.post-edit-link {
	float: right;
	padding: 2px 8px 0px 24px;
	line-height: 24px;
	font-size: 12px;
	background: url(./images/icons/page_edit.png) no-repeat 4px center;
	text-decoration: none;
}


/* WP Calendar Widget */

#wp-calendar {
	font-family: arial,helvetica,sans-serif;
	width: 100%;
	font-size: .85em;
}

#wp-calendar td {
	padding: 4px 0;
	text-align: center;
	border: 1px solid #d2d2d2;
	background-color: #ededed;
	text-shadow: #fff 1px 1px 0;
	color: #7c7c7c;
}

#wp-calendar td.pad {
	background-color: #e5e5e5;
}

#wp-calendar td#today {
	color: #fff;
	background-color: #6e6e6e;
	text-shadow: 1px 1px 0px #333;
}

#wp-calendar caption {
	font-weight: bold;
}

#wp-calendar th {
	font-style: normal;
	background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
	text-shadow: #ebebeb 0 1px 0;
}

/* WP RSS Widget */

.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Indent Sidebar Lists */

.widget-container ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* Page Menus/Custom Menus */

#sidebar li.page_item,
#sidebar li.menu-item {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}


#sidebar li.page_item a,
#sidebar li.menu-item a {
	display: block;
	padding: 8px 0px 8px 24px;
	line-height: 120%;
	font-weight: bold;
}

#sidebar li.page_item a:hover,
#sidebar li.menu-item a:hover {
}

/* Page Menus/Custom Menus - Sublevels */

#sidebar li.page_item li a,
#sidebar li.menu-item li a {
	display: inline;
	padding: 0;
	margin: 0 0 0 10px;
	background: none;
	border: none;
	line-height: 175%;
	font-weight: normal;
	text-decoration: underline;
}
#sidebar li.page_item li a:hover,
#sidebar li.menu-item li a:hover {
	background: none;
}

#sidebar li.page_item a:hover,
#sidebar li.menu-item a:hover {
	text-decoration: none;
}

/* @end */

/* @group WP Blog Styles */

.small {
	font-size: 11px;
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.button.small,a.small {
	border: none;
}

.cat-links,.comments-link,.meta-sep,.entry-utility {
	font-size: 11px;
	color: #666;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.post.single {
	border-bottom: none;
}


.st_relatedposts ul {
	color: #666;
	list-style: square;
	margin-left: 20px;
}

.st_relatedposts ul li {
}

/* Forward Pagination */


.pages {
	padding: 0px 0px 10px 0px;
	display: inline-block;
	width: 100%;
}

.pages a {
	text-decoration: none;
}

.pages span.newer,
.pages span.older {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
}


.pages span.older {
	float: left;
	background: url(./images/light/document-page-prev.png) no-repeat left center;
	padding-left: 20px;
}

.pages span.newer {
	float: right;
	background: url(./images/light/document-page-next.png) no-repeat right center;
	padding-right: 20px;
}

p.paged {
	padding: 10px 0px 10px 0px;
	margin: 0;
	font-weight: bold;
}

p.paged a,#navigation a.page,
#navigation a.nextpostslink,
#navigation a.previouspostslink {
	padding: .2em .50em;
	margin: 0px 1px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-weight: normal;
	text-decoration: none;
}

#navigation span.current {
	font-weight: bold;
	padding: 0px 4px;
	border: 0px solid #fff;
	background-color: transparent;
}

/* Numbered Pagination */

.pagination {
	clear:both;
	padding:0px 0 20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin: 0px auto;
	display: block;
	text-align: center;
}

.pagination span,.pagination a:link {
	display:inline-block;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

.pagination a:hover,
.pagination .current{
	padding:6px 9px 5px 9px;
}

/* Author Page */

#author-info {
	padding: 15px;
	margin: 1em auto;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

#author-avatar {
	float: left;
	margin: 0px 15px 15px 0px;
}

#author-info .author-about {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px 92px;
	padding: 0 0 4px 0;
}

#author-info .author-about span.author-url {
	font-weight: normal;
	font-size: 12px;
}

#author-info #author-description {
	font-size: 12px;
}

/* @end */

/* @group Form Buttons */

/* #Form Buttons
================================================== */

	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 1px 1px 0px #fff;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: 21px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
	  
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #ccc;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  border-bottom: 1px solid #9d9d9d;
}
	  
  	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.3)), color-stop(100%,rgba(255,255,255,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* W3C */
    border: 1px solid #888;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa; }
	
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width { 
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }


/* @end */

/* @group Styled Buttons */

.button-alt,
.button,
.button.small,
.button.large,
.button.medium {
	background-image: none;
	padding: 8px 1em 9px 1em;
	font-size: .95em;
	margin: 0;
	display: inline-block;
	font-family: arial,helvetica,sans-serif;
	font-stretch: narrower;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;

}


.button.left {
	float: left;
}
.button.right {
	float: right;
}
.button.center,.button.middle {
	margin: 0px auto;
	text-align: center;
	display: inherit;
}

.button-alt a,.button a,.button.small a {
	font-size: .9em;
	line-height: 14px;
}
.button.medium a {
	font-size: 1.2em;
	line-height: 20px;
}
.button.large a {
	font-size: 1.4em;
	line-height: 24px;
}
.button span.btn_caption {
	font-weight: normal;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
}

/* @group White  */
a.button.white {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e3e3e3));
  background-image: -webkit-linear-gradient(#ffffff, #e3e3e3);
  background-image: -moz-linear-gradient(#ffffff, #e3e3e3);
  background-image: -o-linear-gradient(#ffffff, #e3e3e3);
  background-image: linear-gradient(#ffffff, #e3e3e3);
  -pie-background: linear-gradient(#ffffff, #e3e3e3);
  border: 1px solid #dbdbdb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333 !important;
  text-shadow: 0 1px 0 white;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button.white:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbdbdb), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(#dbdbdb, #f2f2f2);
  background-image: -moz-linear-gradient(#dbdbdb, #f2f2f2);
  background-image: -o-linear-gradient(#dbdbdb, #f2f2f2);
  -pie-background: linear-gradient(#dbdbdb, #f2f2f2);
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
}
a.button.white:active {
  -moz-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
  border: 1px solid #c2c2c2;
}
a.button.white span.btn_caption {
  color: gray;
  text-shadow: 0 1px 0 white;
}

/* @end */
/* @group Gray  */
a.button.gray {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #c9c9c9));
  background-image: -webkit-linear-gradient(#e6e6e6, #c9c9c9);
  background-image: -moz-linear-gradient(#e6e6e6, #c9c9c9);
  background-image: -o-linear-gradient(#e6e6e6, #c9c9c9);
  -pie-background: linear-gradient(#e6e6e6, #c9c9c9);
  border: 1px solid #c2c2c2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333 !important;
  text-shadow: 0 1px 0 #f1eeee;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button.gray:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2c2c2), color-stop(100%, #d9d9d9));
  background-image: -webkit-linear-gradient(#c2c2c2, #d9d9d9);
  background-image: -moz-linear-gradient(#c2c2c2, #d9d9d9);
  background-image: -o-linear-gradient(#c2c2c2, #d9d9d9);
  -pie-background: linear-gradient(#c2c2c2, #d9d9d9);
  -moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
  -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
  -o-box-shadow: inset 0 1px 0 0 #f2f2f2;
  box-shadow: inset 0 1px 0 0 #f2f2f2;
  cursor: pointer;
}
a.button.gray:active {
  -moz-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  border: 1px solid #a8a8a8;
}
a.button.gray span.btn_caption {
  color: #666666;
  text-shadow: 0 1px 0 #f1eeee;
}

/* @end */
/* @group Black  */
a.button.black {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #404040), color-stop(100%, #242424));
  background-image: -webkit-linear-gradient(#404040, #242424);
  background-image: -moz-linear-gradient(#404040, #242424);
  background-image: -o-linear-gradient(#404040, #242424);
  -pie-background: linear-gradient(#404040, #242424);
  border: 1px solid #1c1c1c;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #595959;
  -webkit-box-shadow: inset 0 1px 0 0 #595959;
  -o-box-shadow: inset 0 1px 0 0 #595959;
  box-shadow: inset 0 1px 0 0 #595959;
  color: white;
  text-shadow: 0 1px 0 #150f0f;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button.black:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1c1c1c), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(#1c1c1c, #333333);
  background-image: -moz-linear-gradient(#1c1c1c, #333333);
  background-image: -o-linear-gradient(#1c1c1c, #333333);
  -pie-background: linear-gradient(#1c1c1c, #333333);
  -moz-box-shadow: inset 0 1px 0 0 #4d4d4d;
  -webkit-box-shadow: inset 0 1px 0 0 #4d4d4d;
  -o-box-shadow: inset 0 1px 0 0 #4d4d4d;
  box-shadow: inset 0 1px 0 0 #4d4d4d;
  cursor: pointer;
}
a.button.black:active {
  -moz-box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
  border: 1px solid #030303;
}
a.button.black span.btn_caption {
  color: #bfbfbf;
  text-shadow: 0 1px 0 #150f0f;
}

/* @end */
/* @group Light Blue  */
a.button-alt,a.button.lightblue {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5aa1d8), color-stop(100%, #2489d6));
  background-image: -webkit-linear-gradient(#5aa1d8, #2489d6);
  background-image: -moz-linear-gradient(#5aa1d8, #2489d6);
  background-image: -o-linear-gradient(#5aa1d8, #2489d6);
  -pie-background: linear-gradient(#5aa1d8, #2489d6);
  border: 1px solid #258cda;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #85b9e0;
  -webkit-box-shadow: inset 0 1px 0 0 #85b9e0;
  -o-box-shadow: inset 0 1px 0 0 #85b9e0;
  box-shadow: inset 0 1px 0 0 #85b9e0;
  color: white;
  text-shadow: 0 1px 0 #1976be;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button-alt:hover,
a.button.lightblue:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2380c7), color-stop(100%, #4a95cf));
  background-image: -webkit-linear-gradient(#2380c7, #4a95cf);
  background-image: -moz-linear-gradient(#2380c7, #4a95cf);
  background-image: -o-linear-gradient(#2380c7, #4a95cf);
  -pie-background: linear-gradient(#2380c7, #4a95cf);
  -moz-box-shadow: inset 0 1px 0 0 #75acd7;
  -webkit-box-shadow: inset 0 1px 0 0 #75acd7;
  -o-box-shadow: inset 0 1px 0 0 #75acd7;
  box-shadow: inset 0 1px 0 0 #75acd7;
  cursor: pointer;
}
a.button-alt:active,
a.button.lightblue:active {
  -moz-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
  border: 1px solid #2280c9;
}
a.button.lightblue span.btn_caption {
  color: #acd3f1;
  text-shadow: 0 1px 0 #1976be;
}

/* @end */
/* @group Blue  */
a.button.blue {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #597db1), color-stop(100%, #3a6198));
  background-image: -webkit-linear-gradient(#597db1, #3a6198);
  background-image: -moz-linear-gradient(#597db1, #3a6198);
  background-image: -o-linear-gradient(#597db1, #3a6198);
  -pie-background: linear-gradient(#597db1, #3a6198);
  border: 1px solid #3b639b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #7d99bf;
  -webkit-box-shadow: inset 0 1px 0 0 #7d99bf;
  -o-box-shadow: inset 0 1px 0 0 #7d99bf;
  box-shadow: inset 0 1px 0 0 #7d99bf;
  color: white;
  text-shadow: 0 1px 0 #2a4f83;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button.blue:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #365a8c), color-stop(100%, #51719e));
  background-image: -webkit-linear-gradient(#365a8c, #51719e);
  background-image: -moz-linear-gradient(#365a8c, #51719e);
  background-image: -o-linear-gradient(#365a8c, #51719e);
  -pie-background: linear-gradient(#365a8c, #51719e);
  -moz-box-shadow: inset 0 1px 0 0 #728cb1;
  -webkit-box-shadow: inset 0 1px 0 0 #728cb1;
  -o-box-shadow: inset 0 1px 0 0 #728cb1;
  box-shadow: inset 0 1px 0 0 #728cb1;
  cursor: pointer;
}
a.button.blue:active {
  -moz-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
  border: 1px solid #355a8d;
}
a.button.blue span.btn_caption {
  color: #9ab5da;
  text-shadow: 0 1px 0 #2a4f83;
}

/* @end */
/* @group Dark Blue  */
a.button.darkblue {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3054a1), color-stop(100%, #1c3b7d));
  background-image: -webkit-linear-gradient(#3054a1, #1c3b7d);
  background-image: -moz-linear-gradient(#3054a1, #1c3b7d);
  background-image: -o-linear-gradient(#3054a1, #1c3b7d);
  -pie-background: linear-gradient(#3054a1, #1c3b7d);
  border: 1px solid #1d3d81;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #416ac3;
  -webkit-box-shadow: inset 0 1px 0 0 #416ac3;
  -o-box-shadow: inset 0 1px 0 0 #416ac3;
  box-shadow: inset 0 1px 0 0 #416ac3;
  color: white;
  text-shadow: 0 1px 0 #122c63;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button.darkblue:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1a3570), color-stop(100%, #2e4b8a));
  background-image: -webkit-linear-gradient(#1a3570, #2e4b8a);
  background-image: -moz-linear-gradient(#1a3570, #2e4b8a);
  background-image: -o-linear-gradient(#1a3570, #2e4b8a);
  -pie-background: linear-gradient(#1a3570, #2e4b8a);
  -moz-box-shadow: inset 0 1px 0 0 #3e61ac;
  -webkit-box-shadow: inset 0 1px 0 0 #3e61ac;
  -o-box-shadow: inset 0 1px 0 0 #3e61ac;
  box-shadow: inset 0 1px 0 0 #3e61ac;
  cursor: pointer;
}
a.button.darkblue:active {
  -moz-box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
  border: 1px solid #193570;
}
a.button.darkblue span.btn_caption {
  color: #6087dc;
  text-shadow: 0 1px 0 #122c63;
}

/* @end */
/* @group Light Green  */
a.button.lightgreen {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #80bf4f), color-stop(100%, #63a72f));
  background-image: -webkit-linear-gradient(#80bf4f, #63a72f);
  background-image: -moz-linear-gradient(#80bf4f, #63a72f);
  background-image: -o-linear-gradient(#80bf4f, #63a72f);
  -pie-background: linear-gradient(#80bf4f, #63a72f);
  border: 1px solid #65ab30;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #9bcb76;
  -webkit-box-shadow: inset 0 1px 0 0 #9bcb76;
  -o-box-shadow: inset 0 1px 0 0 #9bcb76;
  box-shadow: inset 0 1px 0 0 #9bcb76;
  color: white;
  text-shadow: 0 1px 0 #529122;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button.lightgreen:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5c9a2d), color-stop(100%, #73af46));
  background-image: -webkit-linear-gradient(#5c9a2d, #73af46);
  background-image: -moz-linear-gradient(#5c9a2d, #73af46);
  background-image: -o-linear-gradient(#5c9a2d, #73af46);
  -pie-background: linear-gradient(#5c9a2d, #73af46);
  -moz-box-shadow: inset 0 1px 0 0 #8ebf69;
  -webkit-box-shadow: inset 0 1px 0 0 #8ebf69;
  -o-box-shadow: inset 0 1px 0 0 #8ebf69;
  box-shadow: inset 0 1px 0 0 #8ebf69;
  cursor: pointer;
}
a.button.lightgreen:active {
  -moz-box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
  border: 1px solid #5c9b2c;
}
a.button.lightgreen span.btn_caption {
  color: #b8e297;
  text-shadow: 0 1px 0 #529122;
}

/* @end */
/* @group Green  */
a.button.green {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #668b46), color-stop(100%, #4a6d2c));
  background-image: -webkit-linear-gradient(#668b46, #4a6d2c);
  background-image: -moz-linear-gradient(#668b46, #4a6d2c);
  background-image: -o-linear-gradient(#668b46, #4a6d2c);
  -pie-background: linear-gradient(#668b46, #4a6d2c);
  border: 1px solid #4d702e;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #7fa95b;
  -webkit-box-shadow: inset 0 1px 0 0 #7fa95b;
  -o-box-shadow: inset 0 1px 0 0 #7fa95b;
  box-shadow: inset 0 1px 0 0 #7fa95b;
  color: white;
  text-shadow: 0 1px 0 #39571e;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button.green:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #436129), color-stop(100%, #5a7641));
  background-image: -webkit-linear-gradient(#436129, #5a7641);
  background-image: -moz-linear-gradient(#436129, #5a7641);
  background-image: -o-linear-gradient(#436129, #5a7641);
  -pie-background: linear-gradient(#436129, #5a7641);
  -moz-box-shadow: inset 0 1px 0 0 #739457;
  -webkit-box-shadow: inset 0 1px 0 0 #739457;
  -o-box-shadow: inset 0 1px 0 0 #739457;
  box-shadow: inset 0 1px 0 0 #739457;
  cursor: pointer;
}
a.button.green:active {
  -moz-box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
  border: 1px solid #436228;
}
a.button.green span.btn_caption {
  color: #9bc874;
  text-shadow: 0 1px 0 #39571e;
}

/* @end */
/* @group Dark Green  */
a.button.darkgreen {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #497c22), color-stop(100%, #2f5511));
  background-image: -webkit-linear-gradient(#497c22, #2f5511);
  background-image: -moz-linear-gradient(#497c22, #2f5511);
  background-image: -o-linear-gradient(#497c22, #2f5511);
  -pie-background: linear-gradient(#497c22, #2f5511);
  border: 1px solid #315912;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #61a22f;
  -webkit-box-shadow: inset 0 1px 0 0 #61a22f;
  -o-box-shadow: inset 0 1px 0 0 #61a22f;
  box-shadow: inset 0 1px 0 0 #61a22f;
  color: white;
  text-shadow: 0 1px 0 #1e3909;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button.darkgreen:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #28480f), color-stop(100%, #3e651f));
  background-image: -webkit-linear-gradient(#28480f, #3e651f);
  background-image: -moz-linear-gradient(#28480f, #3e651f);
  background-image: -o-linear-gradient(#28480f, #3e651f);
  -pie-background: linear-gradient(#28480f, #3e651f);
  -moz-box-shadow: inset 0 1px 0 0 #568a2e;
  -webkit-box-shadow: inset 0 1px 0 0 #568a2e;
  -o-box-shadow: inset 0 1px 0 0 #568a2e;
  box-shadow: inset 0 1px 0 0 #568a2e;
  cursor: pointer;
}
a.button.darkgreen:active {
  -moz-box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
  border: 1px solid #28480f;
}
a.button.darkgreen span.btn_caption {
  color: #7ad733;
  text-shadow: 0 1px 0 #1e3909;
}

/* @end */
/* @group Light Red  */
a.button.lightred {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da5858), color-stop(100%, #d82222));
  background-image: -webkit-linear-gradient(#da5858, #d82222);
  background-image: -moz-linear-gradient(#da5858, #d82222);
  background-image: -o-linear-gradient(#da5858, #d82222);
  -pie-background: linear-gradient(#da5858, #d82222);
  border: 1px solid #dd2222;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #e28383;
  -webkit-box-shadow: inset 0 1px 0 0 #e28383;
  -o-box-shadow: inset 0 1px 0 0 #e28383;
  box-shadow: inset 0 1px 0 0 #e28383;
  color: white;
  text-shadow: 0 1px 0 #c01616;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button.lightred:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ca2121), color-stop(100%, #d14747));
  background-image: -webkit-linear-gradient(#ca2121, #d14747);
  background-image: -moz-linear-gradient(#ca2121, #d14747);
  background-image: -o-linear-gradient(#ca2121, #d14747);
  -pie-background: linear-gradient(#ca2121, #d14747);
  -moz-box-shadow: inset 0 1px 0 0 #d97373;
  -webkit-box-shadow: inset 0 1px 0 0 #d97373;
  -o-box-shadow: inset 0 1px 0 0 #d97373;
  box-shadow: inset 0 1px 0 0 #d97373;
  cursor: pointer;
}
a.button.lightred:active {
  -moz-box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
  border: 1px solid #cb2020;
}
a.button.lightred span.btn_caption {
  color: #f2abab;
  text-shadow: 0 1px 0 #c01616;
}

/* @end */
/* @group Red  */
a.button.red {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d81818), color-stop(100%, #ae0a0a));
  background-image: -webkit-linear-gradient(#d81818, #ae0a0a);
  background-image: -moz-linear-gradient(#d81818, #ae0a0a);
  background-image: -o-linear-gradient(#d81818, #ae0a0a);
  -pie-background: linear-gradient(#d81818, #ae0a0a);
  border: 1px solid #b20a0a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #e73c3c;
  -webkit-box-shadow: inset 0 1px 0 0 #e73c3c;
  -o-box-shadow: inset 0 1px 0 0 #e73c3c;
  box-shadow: inset 0 1px 0 0 #e73c3c;
  color: white;
  text-shadow: 0 1px 0 #900404;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button.red:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9e0a0a), color-stop(100%, #bc1a1a));
  background-image: -webkit-linear-gradient(#9e0a0a, #bc1a1a);
  background-image: -moz-linear-gradient(#9e0a0a, #bc1a1a);
  background-image: -o-linear-gradient(#9e0a0a, #bc1a1a);
  -pie-background: linear-gradient(#9e0a0a, #bc1a1a);
  -moz-box-shadow: inset 0 1px 0 0 #de2b2b;
  -webkit-box-shadow: inset 0 1px 0 0 #de2b2b;
  -o-box-shadow: inset 0 1px 0 0 #de2b2b;
  box-shadow: inset 0 1px 0 0 #de2b2b;
  cursor: pointer;
}
a.button.red:active {
  -moz-box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
  border: 1px solid #9f0909;
}
a.button.red span.btn_caption {
  color: #f76464;
  text-shadow: 0 1px 0 #900404;
}

/* @end */
/* @group Dark Red  */
a.button.darkred {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #981010), color-stop(100%, #6b0606));
  background-image: -webkit-linear-gradient(#981010, #6b0606);
  background-image: -moz-linear-gradient(#981010, #6b0606);
  background-image: -o-linear-gradient(#981010, #6b0606);
  -pie-background: linear-gradient(#981010, #6b0606);
  border: 1px solid #6f0606;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #c41717;
  -webkit-box-shadow: inset 0 1px 0 0 #c41717;
  -o-box-shadow: inset 0 1px 0 0 #c41717;
  box-shadow: inset 0 1px 0 0 #c41717;
  color: white;
  text-shadow: 0 1px 0 #4b0202;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button.darkred:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5c0505), color-stop(100%, #7e1010));
  background-image: -webkit-linear-gradient(#5c0505, #7e1010);
  background-image: -moz-linear-gradient(#5c0505, #7e1010);
  background-image: -o-linear-gradient(#5c0505, #7e1010);
  -pie-background: linear-gradient(#5c0505, #7e1010);
  -moz-box-shadow: inset 0 1px 0 0 #a91919;
  -webkit-box-shadow: inset 0 1px 0 0 #a91919;
  -o-box-shadow: inset 0 1px 0 0 #a91919;
  box-shadow: inset 0 1px 0 0 #a91919;
  cursor: pointer;
}
a.button.darkred:active {
  -moz-box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
  border: 1px solid #5c0505;
}
a.button.darkred span.btn_caption {
  color: #f41f1f;
  text-shadow: 0 1px 0 #4b0202;
}

/* @end */
/* @group Yellow  */
a.button.yellow {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d1c81a), color-stop(100%, #a79f0c));
  background-image: -webkit-linear-gradient(#d1c81a, #a79f0c);
  background-image: -moz-linear-gradient(#d1c81a, #a79f0c);
  background-image: -o-linear-gradient(#d1c81a, #a79f0c);
  -pie-background: linear-gradient(#d1c81a, #a79f0c);
  border: 1px solid #aca40c;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #e4dc3a;
  -webkit-box-shadow: inset 0 1px 0 0 #e4dc3a;
  -o-box-shadow: inset 0 1px 0 0 #e4dc3a;
  box-shadow: inset 0 1px 0 0 #e4dc3a;
  color: white;
  text-shadow: 0 1px 0 #8a8305;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button.yellow:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #98910b), color-stop(100%, #b6ae1b));
  background-image: -webkit-linear-gradient(#98910b, #b6ae1b);
  background-image: -moz-linear-gradient(#98910b, #b6ae1b);
  background-image: -o-linear-gradient(#98910b, #b6ae1b);
  -pie-background: linear-gradient(#98910b, #b6ae1b);
  -moz-box-shadow: inset 0 1px 0 0 #dbd229;
  -webkit-box-shadow: inset 0 1px 0 0 #dbd229;
  -o-box-shadow: inset 0 1px 0 0 #dbd229;
  box-shadow: inset 0 1px 0 0 #dbd229;
  cursor: pointer;
}
a.button.yellow:active {
  -moz-box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
  border: 1px solid #99910b;
}
a.button.yellow span.btn_caption {
  color: #f5ed61;
  text-shadow: 0 1px 0 #8a8305;
}

/* @end */
/* @group Orange  */
a.button.orange {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d1911a), color-stop(100%, #a7710c));
  background-image: -webkit-linear-gradient(#d1911a, #a7710c);
  background-image: -moz-linear-gradient(#d1911a, #a7710c);
  background-image: -o-linear-gradient(#d1911a, #a7710c);
  -pie-background: linear-gradient(#d1911a, #a7710c);
  border: 1px solid #ac740c;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #e4a83a;
  -webkit-box-shadow: inset 0 1px 0 0 #e4a83a;
  -o-box-shadow: inset 0 1px 0 0 #e4a83a;
  box-shadow: inset 0 1px 0 0 #e4a83a;
  color: white;
  text-shadow: 0 1px 0 #8a5b05;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button.orange:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #98670b), color-stop(100%, #b6801b));
  background-image: -webkit-linear-gradient(#98670b, #b6801b);
  background-image: -moz-linear-gradient(#98670b, #b6801b);
  background-image: -o-linear-gradient(#98670b, #b6801b);
  -pie-background: linear-gradient(#98670b, #b6801b);
  -moz-box-shadow: inset 0 1px 0 0 #db9d29;
  -webkit-box-shadow: inset 0 1px 0 0 #db9d29;
  -o-box-shadow: inset 0 1px 0 0 #db9d29;
  box-shadow: inset 0 1px 0 0 #db9d29;
  cursor: pointer;
}
a.button.orange:active {
  -moz-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
  border: 1px solid #99670b;
}
a.button.orange span.btn_caption {
  color: #f5c161;
  text-shadow: 0 1px 0 #8a5b05;
}

/* @end */
/* @group Brown  */
a.button.brown {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #775e28), color-stop(100%, #513e15));
  background-image: -webkit-linear-gradient(#775e28, #513e15);
  background-image: -moz-linear-gradient(#775e28, #513e15);
  background-image: -o-linear-gradient(#775e28, #513e15);
  -pie-background: linear-gradient(#775e28, #513e15);
  border: 1px solid #554116;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #9b7b36;
  -webkit-box-shadow: inset 0 1px 0 0 #9b7b36;
  -o-box-shadow: inset 0 1px 0 0 #9b7b36;
  box-shadow: inset 0 1px 0 0 #9b7b36;
  color: white;
  text-shadow: 0 1px 0 #37290c;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button.brown:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #443512), color-stop(100%, #614d24));
  background-image: -webkit-linear-gradient(#443512, #614d24);
  background-image: -moz-linear-gradient(#443512, #614d24);
  background-image: -o-linear-gradient(#443512, #614d24);
  -pie-background: linear-gradient(#443512, #614d24);
  -moz-box-shadow: inset 0 1px 0 0 #836a34;
  -webkit-box-shadow: inset 0 1px 0 0 #836a34;
  -o-box-shadow: inset 0 1px 0 0 #836a34;
  box-shadow: inset 0 1px 0 0 #836a34;
  cursor: pointer;
}
a.button.brown:active {
  -moz-box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
  border: 1px solid #453512;
}
a.button.brown span.btn_caption {
  color: #cea03b;
  text-shadow: 0 1px 0 #37290c;
}

/* @end */

/* @end */
/* End Button Styles */


	
/* @group Tabs */
	ul.tabs { 
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #ddd;
		list-style: none;
		}
	ul.tabs li { 
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0;
		list-style: none;
		}
	ul.tabs li a { 
		display: block; 
		text-decoration: none;
		width: auto; 
		height: 29px; 
		padding: 0px 20px; 
		line-height: 30px; 
		border: solid 1px #ddd;
		border-width: 1px 0 0 1px; 
		margin: 0;  
		background: #f5f5f5;
		font-size: 13px; }
	ul.tabs li a.active { 
		background: #fff; 
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-right-width: 1px;
		margin: 0 -1px 0 0;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a {
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	
	ul.tabs-content { margin: 0 16px 0 16px; display: block; }
	ul.tabs-content > li { display:none; list-style: none;}
	ul.tabs-content > li.active { display: block; }
		
	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


/* @end */

/* @group Toggles */

.toggle_container {
	padding: 10px;
	margin-bottom: 1px;
}


p.trigger {
	display: block;	
	padding:  8px 8px 8px 16px;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 175%;
}


/* @end */

/* @group Callouts */

/* Callout Box */

.cta {
	margin: 10px auto 20px auto;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position: relative;
   	behavior: url('./wp-content/themes/element/PIE.php');
}

.cta p {
	margin: 0;
	padding: 0;
}

.cta h3 {
	font-size: 1.5em;
	line-height: 100%;
	margin-top: 0;
	text-shadow: #fff 1px -1px 0;
}


/* @end */


/* @group Comments */

/* Needs RWD Check */

#respond {
	margin:0px;
	float:left;
	border-top: 1px solid #e0e0d4;
	padding-top: 10px;
	width: 100%;
}

#respond label {
	display: block;
}

#respond input[type=text] { width:300px; margin-right:20px; }
#respond textarea {width:550px; height:120px; padding:10px; }
#comments { float:left; margin:0;}

#comments {border: 0;width: 100%;}
body.dark #comments {background: url(images/dark/divider.png) repeat-x right top;}

#comments h2 {
	font-size: 1.5em;
	display: block;
	border-bottom: 1px solid #e0e0d4;
	font-weight: bold;
}

#comments h6 {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 10px 0px;
	font-weight: normal;
	font-style: normal;
}

#comments .comment-meta { margin:0px 0px 20px 0px; display:block;}
#comments .commentlist { margin:0px; float:left; list-style:none; width:100%;  }
#comments .commentlist ul { list-style:none; margin:0; padding:0; clear:both; }
#comments .commentlist li {margin:0; padding:0;  display:block;}



body.page-template-onecolumn-page-php #comments .commentlist li .comment-meta {}

#comments .commentlist li li { margin:0 0 20px 25px; }
#comments .commentlist li li .comment-meta{ width:445px; }
#comments .commentlist li li li {margin:0 0 20px 25px;}
#comments .commentlist li li li .comment-meta{ width:420px; }
#comments .commentlist li li li li {margin:0 0 20px 25px; }
#comments .commentlist li li li li .comment-meta{ width:395px; }
#comments .commentlist li li li li li {margin:0 0 20px 25px;}
#comments .commentlist li li li li li .comment-meta{ width:370px; }

#comments .single-comment { margin-bottom:20px; }
#comments .comment-author { float:left; margin: 0px 10px 6px 0px; display:inline; width:50px; }
#comments .comment-author cite { clear:both; font-weight:bold; }

#comments .vcard {
	float:left;
	clear:both;
	display:block;
	width:100px;
	min-height: 100px;
	padding:20px 0;
}
#comments .vcard img.avatar {
	border: 1px solid #deddd7;
	padding: 2px;
	background:#fff;
}

#comments .vcard {
	background:url(images/light/comment_author_bg.png) no-repeat top right;
}
#comments body.dark .vcard {
	background:url(images/dark/comment_author_bg.png) no-repeat top right;
}


/* @end */

/* @group WP Gallery */

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

.gallery .gallery-row {
	display:block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}
.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
	max-width: 79%;
	height: auto;
	padding: 0;
	margin: 5px auto;
	border: 4px solid #fff;
	background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -pie-box-shadow: 0px 0px 5px #ccc;
    position: relative;
    behavior: url("./wp-content/themes/element/PIE.php");
}

html.ie .gallery .gallery-item img,
html.ie .gallery .gallery-item img.thumbnail {
	width: auto;
}


.gallery-caption {
	color: #666;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}


/* Attachment Page */

#nav-below {
	width: 100%;
}

#nav-below .nav-previous a {
	float: left;
	
}
#nav-below .nav-next a {
	float: right;
}
.entry-caption {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}


/* @end */


/* @group Flickr Widget */


.flickrwrap {
	margin: 0 auto;
	width: 195px;
}

.flickr {
	padding: 0 0 10px 0;
	margin: 0px auto;
}

.flickr h3 span.flickr-logo {
	padding: 0;
	margin: 0;
	color: #006BEF;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

.flickr h3 span span b {
	color: #FF1183
}

.flickr ul {
	margin: 5px 0 0;
	padding: 0
}

.flickr_badge_image {
	float: left;
	list-style: none;
	margin: 0 4px 4px 0
}




/* @end */



/* @group WP Twitter Widget */


/* http://wordpress.org/extend/plugins/wp-twitter-sidebar-widget/ */

h3 a.twitter_title_link {
	padding-left: 30px;
	background: url(./images/icons/twitter.png) no-repeat left center;
}

#footer h3 a.twitter_title_link:hover {
	color: #fff;
}

#footer ul.twitter li,ul.twitter li {
	background-image: none;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #424341;
}

/* Gallery */

#wrapper #gallery-1 img {
    border: 0px solid #fff;
}
img.size-thumbnail {
	position: relative;
	top: 5px;
}

.gallery-item img,img.size-thumbnail {
	border:1px solid #fff;
	background:#efefef;
	padding:9px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow:0px 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, .3);	
	background: -moz-linear-gradient(top, #fff, #efefef);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#efefef)";
}


.gallery-item img:hover,img.size-thumbnail:hover {
	-moz-border-radius: 2px; -webkit-border-radius: 2px;
	box-shadow:0px 0px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, .3);	
	background: -moz-linear-gradient(top, #f9f9f9, #efefef);
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#efefef));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#efefef)";
}

.wp-caption img.size-thumbnail {
	padding: 0;
	margin: 0;
	background:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

/* @end */

/* @group Utility Styles */


/* Apply CSS class of "guest" to menu items hidden from logged-in users */

body.logged-in li.guest,
body.logged-in li.guest {
	display: none;
}
	
/* #Images
================================================== */

img.scale-with-grid { 
	max-width: 100%;
	height: auto;
}

html.ie img.scale-with-grid {
	width: auto;
}


			
/* #Forms (see formalize.css)
================================================== */

	label,legend {
	font-size: 13px;
}

	input[type="checkbox"] {
	display: inline;
}

/* # Misc Typography Balancing to Maintain Vertical Rhythm
============================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.add-top { margin-top: 20px !important; }
	.bypostauthor,.gallery-caption {}

/* @end */

/* @group Bonus Styles */

/* Social Widget */

ul#stpl_social {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	background: none;
}

ul#stpl_social li {
	line-height: 24px;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 6px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border: 1px solid #fff;
	background-color: #f5f5f5;
	background-image: none;
}

ul#stpl_social li:hover {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	border: 1px solid #fff;
}

ul#stpl_social li a {
	padding: 0px 0px 0px 28px;
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0;
}

ul#stpl_social li a:hover {
	color: #333;
}

/* Flickr */

ul#stpl_social li.stpl_flickr {
	
}

ul#stpl_social li.stpl_flickr a {
	background-image: url(./images/icons/widget_flickr.png);
}

/* Facebook */

ul#stpl_social li.stpl_facebook {
	
}

ul#stpl_social li.stpl_facebook a {
	background-image: url(./images/icons/widget_facebook.png);
}

/* Twitter */

ul#stpl_social li.stpl_twitter {
	
}

ul#stpl_social li.stpl_twitter a {
	background-image: url(./images/icons/widget_twitter.png);
}

/* LinkedIN */

ul#stpl_social li.stpl_linkedin {
	
}

ul#stpl_social li.stpl_linkedin a {
	background-image: url(./images/icons/widget_linkedin.png);
}


.note.right {
	float: right;
	right: 0;
	display: inline-block;
}

.note.left {
	float: left;
	left: 0;
	display: inline-block;
}

.note.center {
	float: none;
	clear: both;
}


div.note {
	text-align: left;
	padding: 10px 10px 10px 48px;
	border: 2px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin: 15px 0px 15px 0px;
	line-height: 150%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	position: relative;
}

div.note a {
	text-decoration: underline;
}

div.note a:hover {
	text-decoration: none;
}

div.alert {
	background: #cb0003 url(./images/icons/alert.png) no-repeat 10px 50%;
	border-color: #ff0004;
	color: #f8ff00;
    box-shadow: 1px 1px 0 #c80003 inset, -1px -1px 0 #c80003 inset;
    -moz-box-shadow: 1px 1px 0 #c80003 inset, -1px -1px 0 #c80003 inset;
    -webkit-box-shadow: 1px 1px 0 #c80003 inset, -1px -1px 0 #c80003 inset;
	text-shadow: #5d0001 1px 1px 0;

}

div.alert a {
	color: #fff;
}

div.info {
	background: #d2e5ff url(./images/icons/info.png) no-repeat 10px 50%;
	border-color: #9ebbe1;
	color: #444851;
	text-shadow: #f4f8ff 1px 1px 0;
    box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -moz-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -webkit-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
}



div.info a {
	color: #1a7bbf;
}

div.warn {
	background: #ffd758 url(./images/icons/warning.png) no-repeat 10px 50%;
	border-color: #ffb30a;
	color: #4f3b0e;
    box-shadow: 1px 1px 0 #fff5d6 inset, -1px -1px 0 #fff5d6 inset;
    -moz-box-shadow: 1px 1px 0 #fff5d6 inset, -1px -1px 0 #fff5d6 inset;
    -webkit-box-shadow: 1px 1px 0 #fff5d6 inset, -1px -1px 0 #fff5d6 inset;
	text-shadow: #fff0c0 1px 1px 0;
}

div.warn a {
	color: #c44800;
	text-shadow: none;
}

div.accept {
	background: #b3de7e url(./images/icons/accept.png) no-repeat 10px 50%;
	border-color: #3a9805;
	color: #173d08;
	text-shadow: #cdf49e 1px 1px 0;
    -moz-box-shadow: 1px 1px 0 #a3e256 inset, -1px -1px 0 #a3e256 inset;
    -webkit-box-shadow: 1px 1px 0 #fff5d6 inset, -1px -1px 0 #fff5d6 inset;
}

div.accept a {
	color: #256700;
}

div.cd {
	background: #c0d6c8 url(./images/icons/cd.png) no-repeat 10px 50%;
	border-color: #9cb5bb;
	color: #364450;
	text-shadow: #f4f8ff 1px 1px 0;
    box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -moz-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -webkit-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
}

div.cd a {
	color: #414983;
}

div.coffee {
	background: #3a3123 url(./images/icons/coffee.png) no-repeat 10px 50%;
	border-color: #9b643a;
	color: #d9b494;
	text-shadow: #000 1px 1px 0;
    box-shadow: 1px 1px 0 #d88f4f inset, -1px -1px 0 #d88f4f inset;
    -moz-box-shadow: 1px 1px 0 #d88f4f inset, -1px -1px 0 #d88f4f inset;
    -webkit-box-shadow: 1px 1px 0 #d88f4f inset, -1px -1px 0 #d88f4f inset;
}

div.coffee a {
	color: #ac6530;
}

div.email {
	background: #f7f7f7 url(./images/icons/email.png) no-repeat 10px 50%;
	border-color: #deb600;
	color: #3e3e3e;
}

div.email a {
	color: #988217;
}

div.download {
	background: #67882e url(./images/icons/file_download.png) no-repeat 10px 50%;
	border-color: #88b140;
	color: #f6f2e7;
}

div.download a {
	color: #b3d27c;
}

div.idea {
	background: #fdfbb9 url(./images/icons/lightbulb.png) no-repeat 10px 50%;
	border-color: #d0a21e;
	color: #000;
    -moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
    -webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	text-shadow: #fdfced 1px 1px 0;

}

div.idea a {
}

div.photo {
	background: #aab5b7 url(./images/icons/photo_credit.png) no-repeat 10px 50%;
	border-color: #4b6367;
	color: #424242;
	text-shadow: #d5d5d5 1px 1px 0;
}

div.photo a {
	color: #2b426b;
}

div.secure {
	background: #f2f2f2 url(./images/icons/protected.png) no-repeat 10px 50%;
	border-color: #868686;
	color: #000;
}

div.secure a {
	color: #3d52a6;
}

div.author {
	background: #f2f2f2 url(./images/icons/readmore.png) no-repeat 10px 50%;
	border-color: #e5c405;
	color: #000;
}

div.author a {
	color: #c0a71e;
}

div.search {
	background: #f2f2f2 url(./images/icons/search.png) no-repeat 10px 50%;
	border-color: #2a4881;
	color: #000;
}

div.search a {
	color: #2a4881;
}

div.mycomment {
	background: #e8f6fc url(./images/icons/speech_bubble_gloss.png) no-repeat 10px 50%;
	border-color: #89b4c2;
	color: #000;
	text-shadow: #fff 1px 1px 0;
    box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -moz-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -webkit-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;

}

div.mycomment a {
	color: #6e9099;
}

div.time {
	background: #f7f9ff url(./images/icons/time.png) no-repeat 10px 50%;
	border-color: #923232;
	color: #37494f;
}

div.time a {
	color: #923232;
}

#content .dp-highlighter .tools {
	background: inherit;
	background-image: none;
	border-color: inherit;
	color: inherit;
}

#content .dp-highlighter div.tools a {
	color: inherit;
}

div.tools {
	background: #f7f9ff url(./images/icons/tools.png) no-repeat 10px 50%;
	border-color: #b5b6b5;
	color: #393e40;
}

div.tools a {
	color: #2a4881;
}

div.twitter {
	background: #daf6fb url(./images/icons/twitter.png) no-repeat 10px 50%;
	border-color: #3997e4;
	color: #0d191e;
	text-shadow: #fff 1px 1px 0;
    box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -moz-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -webkit-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
}

div.twitter a {
	color: #3997e4;
}
.caption {
	border: 1px solid #222;
	margin: 18px 0;
	padding: 15px;
	color: #fff;
	font-size: .9em;
	line-height: 125%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

span.caption-title {
	background: #202020 none repeat scroll 0 0;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: -24px;
	padding: 0 8px;
	position: absolute;
	color: #333;
}

.caption a {
	text-decoration: underline;
}

.caption.red {
	border: 1px solid #e90e17;
	color: #fff;
}

.caption.red a,.caption.red .caption-title {
	color: #a30a11;
}

.caption.green {
	border: 1px solid #8fc040;
	color: #f;
}

.caption.green a,.caption.green .caption-title {
	color: #669424;
}

.caption.blue {
	border: 1px solid #80afd3;
	color: #fff;
}

.caption.blue a,.caption.blue .caption-title {
	color: #4b7fc4;
}

ul.captionlist,ul.captionlist li ul {
	margin: 0;
	padding: 0;
}

ul.captionlist li li {
	margin: 0;
	line-height: 1.5em;
}

ul.captionlist li {
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 0px;
	list-style-position: outside;
	font-size: 1em;
	font-weight: bold;
	background-image: none;
	font-family: arial,helvetica,sans-serif;
}

ul.captionlist li li,dt {
	padding: 0;
	color: #747474;
	font-weight: normal;
	font-size: .9em;
}

ul.check li {
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 20px;
	background: url(./images/icons/check.png) no-repeat left .19em;
	list-style-position: outside;
	font-size: 1em;
}

ul.check li li,dl {
	background: none;
	padding: 0px 0px 0px 0px;
}

ul.check a {
	text-decoration: underline;
	padding: 1px;
}

ul.check a:hover {
	text-decoration: none;
	padding: 1px;
}

/* Layout Shortcodes */




#bottom {
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
	width: 960px;
	padding: 10px 0px 10px 0px;
	line-height: 14px;
	position: relative;
	top: 20px;
}

body.light span.imgr {
	-webkit-box-shadow: 0px 1px 3px #999;
	-moz-box-shadow: 0px 1px 3px #999;
}
body.dark span.imgr {
	-webkit-box-shadow: 0px 1px 3px #0f0f0f;
	-moz-box-shadow: 0px 1px 3px #0f0f0f;
}

/* Tag Styles */

p.tags {
	font: bold 13px/26px sans-serif;
}

p.tags span.st_tag {
	padding: 0px 0px 0px 20px;
	margin: 0;
	background: url(./images/light/tag_bg_l.png) no-repeat left center;
	display: inline-block;
}
p.tags span.st_tag a {
	text-decoration: none;
	text-shadow: #f4f4f4 1px 1px 1px;
	padding: 0px 10px 0px 2px;
	background: url(./images/light/tag_bg_r.png) no-repeat right center;
	display: inline-block;
}
p.tags span.st_tag a:hover {
	color: #333;
}


/* Content Accents */


#wrap ul.left,
#wrap ul.right,
#wrap ul.left li,
#wrap ul.right li {
	list-style: none;
	line-height: 150%;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-bottom: 20px;
	margin-top: 0px;
}
#wrap ul.left {
	float: left;
	width: 280px;
	font-size: 12px;
}
#wrap ul.right {
	float: right;
	width: 280px;
}

#wrap ul.right span,
#wrap ul.left span {
	display: block;
	padding-left: 30px;
	color: #000;
	font: bold 16px/27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrap li.info {
	background: url(./images/icons/info.png) no-repeat left 2px;
}
#wrap li.star {
	background: url(./images/icons/star.png) no-repeat left 2px;
}
#wrap li.idea {
	background: url(./images/icons/lightbulb.png) no-repeat left 2px;
}
#wrap li.search {
	background: url(./images/icons/search.png) no-repeat left 2px;
}
#wrap li.warn {
	background: url(./images/icons/warning.png) no-repeat left 2px;
}

#wrap li.accept {
	background: url(./images/icons/accept.png) no-repeat left 2px;
}

#wrap li.cd {
	background: url(./images/icons/cd.png) no-repeat left 2px;
}

#wrap li.coffee {
	background: url(./images/icons/coffee.png) no-repeat left 2px;	
}


#wrap li.email {
	background: url(./images/icons/email.png) no-repeat left 2px;
}

#wrap li.download {
	background: #67882e url(./images/icons/file_download.png) no-repeat 10px 50%;
	background: url(./images/icons/info.png) no-repeat left 2px;
}

#wrap li.photo {
	background: url(./images/icons/photo_credit.png) no-repeat left 2px;
}


#wrap li.secure {
	background: url(./images/icons/protected.png) no-repeat left 2px;
}


#wrap li.author {
	background: url(./images/icons/readmore.png) no-repeat left 2px;
}


#wrap li.mycomment {
	background: url(./images/icons/speech_bubble_gloss.png) no-repeat left 2px;
}

#wrap li.time {
	background: url(./images/icons/time.png) no-repeat left 2px;
}

#wrap li.none,
#wrap li.none span {
	background: none;
	margin-left: 0;
	padding-left: 0;
}


ul.staff_social {
	float: left;
	width: 100%;
	padding: 5px 0px;
	margin: 0;
	border: 1px solid #eee;
	border-left: 0px none;
	border-right: 0px none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
ul.staff_social li {
	margin: 0;
	padding: 0;
	float: left;
	background-image: none;
	list-style: none;
}
ul.staff_social li a {
	line-height: 24px;
	padding: 0 10px 0 24px;
	display: block;
	text-decoration: none;
}
ul.staff_social li a.facebook {
	background: url(./images/icons/widget_facebook.png) no-repeat left center;
}
ul.staff_social li a.linkedin {
	background: url(./images/icons/widget_linkedin.png) no-repeat left center;
}
ul.staff_social li a.twitter {
	background: url(./images/icons/widget_twitter.png) no-repeat left center;
}
ul.staff_social li a.email {
	background: url(./images/icons/page_edit.png) no-repeat left center;
}

/* @end */


#footer-admin {
	text-align: center;
	font-size: .85em;
	padding: 15px 0;
	}


dl {
    margin-bottom: 2em;
    padding-left: 1em;
}
dt {
    color: #906B36;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    margin-left: 0;
    padding-left: 0;
}
dd {
    line-height: 1.2em;
    margin-bottom: 0.5em;
    margin-left: 0;
    padding-left: 1.5em;
}
#chronology dt, #solo dt, #group dt {
    clear: both;
    float: left;
}
#chronology dd, #solo dd, #group dd {
    margin-left: 75px;
    padding-left: 0;
}
	