/*

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

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

@group Teasers
@group Breadcrumbs
@group Menu
@group Tabs
@group Toggles
@group Latest Posts (shortcode)
@group Pagination
@group Widgets
@group Author Info
@group Button - (White is Default)
@group Callouts
@group WP Overrides
@group Slider Customization

*/


/* Optional Background Header */

#header {
	background: url(./images/style2/header_bg.png) repeat-x center top;
	padding-top: 45px;
	margin-bottom: 15px;
}


/* Header Text */

#header div#site-title a,
#header h1#site-title a {
	padding: 10px 0 5px 0;
	text-shadow: #eff1e4 0 1px 0;
}


/* Header Tagline */
#header span.site-desc {
	padding: 0px 0 10px 0;
	text-shadow: #eff1e4 0 1px 0;
}


#footer {
	border-top: 4px solid #d3d1c8;
	/* font-sizes slightly smaller */
	font-size: .9em;
	background-color: #e5e4e0;
}


/* Read More links */

a.more-link:link,
a.more-link:visited {
	font-size: 1em;
	margin: 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffeccd;
	background: #544224 url(./images/icons/list-arrow.png) no-repeat .55em .75em;
	border: 1px solid #312615;
	text-shadow: #261a04 1px 1px 0;
	 box-shadow: 1px 1px 0 #705830 inset, -1px -1px 0 #705830 inset;
    -moz-box-shadow: 1px 1px 0 #705830 inset, -1px -1px 0 #705830 inset;
    -webkit-box-shadow: 1px 1px 0 #705830 inset, -1px -1px 0 #705830 inset;
	padding: .3em .7em .3em 2em;
	text-decoration: none;
	float: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
  	behavior: url("./wp-content/themes/element/PIE.php");
	position: relative;

}

a.more-link:hover {
	color: #fdfff5;
	background-color: #616c2e;
	border: 1px solid #6c7932;
	text-shadow: #3b4800 1px -1px 0;
	box-shadow: 1px 1px 0 #7c8a3a inset, -1px -1px 0 #7c8a3a inset;
    -moz-box-shadow: 1px 1px 0 #7c8a3a inset, -1px -1px 0 #7c8a3a inset;
	-webkit-box-shadow: 1px 1px 0 #7c8a3a inset, -1px -1px 0 #7c8a3a inset;
}

/* @group Teasers */



#teaser.S1 {
	text-align: center;
}

#teaser {
	color: #f9f7f2;
	text-shadow: #414f00 -1px 0 0;
	background: #4e5a29 url(./images/style2/teaser_bg.png) repeat-x 0 top;
	border-top: 5px solid #3b431f;
	border-bottom: 5px solid #3b431f;
	position: relative;
	top: 1px;
	z-index: 1001;
	font: 1.5em/1.35em "Droid Serif", serif;
}

#teaser h2 {
	font-size: 2em;
	color: #fff;
	margin: .2em 0 .2em 0;
	padding: 0;
	line-height: 125%;
}

#teaser h2 span.amp {
	font-size: 1.25em;
	position: relative;
	top: 5px;
	font-weight: normal;
}


#teaser a {
	color: #ffffc2;
	text-shadow: none;
	text-decoration: none;
}
#teaser a:hover {
	text-decoration: underline;
}





/* Style2 */

#teaser.S2 {
	text-align: center;
}

#teaser.S2 {
	color: #332a1e;
	text-shadow: #ccc9be 0 1px 0;
	background: #bbb7b0 url(./images/style2/gradient_light.png) repeat-x 0 top;
	border-top: 5px solid #b8b5ac;
	border-bottom: 5px solid #b8b5ac;
	position: relative;
	top: 1px;
	z-index: 1001;
	font: 1.5em/1.35em "Droid Serif", serif;
}

#teaser.S2 h2 {
	font-size: 2em;
	color: #4f3c22;
	margin: .2em 0 .2em 0;
	padding: 0;
	line-height: 125%;
}

#teaser.S2 h2 span.amp {
	font-size: 1.25em;
	position: relative;
	top: 5px;
	font-weight: normal;
	text-shadow: #CEC9BB -1px 0px 0px;
}


#teaser.S2 a {
	color: #637708;
	text-shadow: none;
	text-decoration: none;
}

#teaser.S2 a:hover {
	text-decoration: underline;
}




/* Style3 */


#teaser.S3 {
	text-align: center;
}

#teaser.S3 {
	color: #dbd8d2;
	text-shadow: #000 0 1px 0;
	background: #473d27 url(./images/style2/teaser_bg.png) repeat-x 0 top;
	border-top: 5px solid #2E201A;
	border-bottom: 5px solid #2E201A;
	position: relative;
	top: 1px;
	z-index: 1001;
	line-height: 1.35em;
	font-size: 1.5em;
}

#teaser.S3 h2 {
	font-size: 2em;
	font-family: "Droid Serif", serif;
	color: #e8e8e8;
	margin: .2em 0 .2em 0;
	padding: 0;
	line-height: 125%;
	text-shadow: #000 1px 1px 0px;
}

#teaser.S3 h2 span.amp {
	font-size: 1.25em;
	position: relative;
	top: 5px;
	font-weight: normal;
	text-shadow: #CEC9BB -1px 0px 0px;
}


#teaser.S3 a {
	text-shadow: none;
	text-decoration: none;
}

#teaser.S3 a:hover {
	text-decoration: underline;
}


/* @end */



/* @group Breadcrumbs */

/* Breadcrumbs */

#breadcrumbs {
	background: #edece7;
	border: 1px solid #fff;
	box-shadow: 1px 1px 2px #d5d6ce inset, -1px -1px 2px #d5d6ce inset;
    -moz-box-shadow: 1px 1px 2px #d5d6ce inset, -1px -1px 2px #d5d6ce inset;
    -webkit-box-shadow: 1px 1px 2px #d5d6ce inset, -1px -1px 2px #d5d6ce inset;
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-pie-box-shadow: 1px 1px 2px #d5d6ce;
	-pie-background: linear-gradient(#ffffff, #d5d6ce);
  	behavior: url("./wp-content/themes/element/PIE.php");
	position: relative;
}

#breadcrumbs .sep {
	color: #8c8d87;
	text-shadow: #fff 1px 0px 1px;
}

p#breadcrumbs a,p#breadcrumbs strong {
	color: #6b6b6b;
}


/* @end */



/* @group Menu */


/* Main Menu Height, Background, and Font Size */

#menu {
	height: 62px;
	background: url(./images/style2/nav_bg.png) repeat-x center bottom;
	font-size: 1.1em;
	font-family: Droid Serif;
}



#menu {
    text-align: left;
}

/* offset the menu 2px to accomodate the line heights */

#menu ul {
	margin-top: 2px;
}


/* Top Level Links */

#menu ul li a {
	color: #4f3c22;
	text-shadow: #e4e1d4 1px 1px 0;
	padding: 0px 19px;
	line-height: 58px;
	font-weight: normal;
	background: url(./images/style2/nav_bg_bdr.png) no-repeat right center;
}

/* Top Level Hover Links */

#menu ul li a:hover,
#menu ul li:hover a {
	color: #647809;
	text-shadow: #d4d5cd 1px 1px 0;
}

/* Top Level Active Links */

#menu ul li.active a {
	color: #333;
}


/* Sublevel Link Color */

#menu ul ul.sub-menu li a {
	font-size: 1.1em;
	color: #647809;
	text-shadow: #e2e2d6 1px 1px 0;
}

/* Sublevel Background Color */

#menu ul ul.sub-menu li a {
	background-color: #dedcd5;
}

/* Add radius to last item */

#menu ul ul.sub-menu li.menu-item-last,
#menu ul ul.sub-menu li.menu-item-last a {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:0px 0px 4px 4px;
}

/* Sublevel Link Hover Color */

#menu ul ul.sub-menu li a:hover {
	color: #3e3016;
	text-shadow: #e4e0d8 1px 1px 0;
	font-weight: normal;
	background-image: none;
}

/* Sublevel Background Hover Color */

#menu ul ul.sub-menu li a:hover {
	background-color: #d9d6ce;
}


/* @end */




/* @group Tabs */


ul.tabs {
	border-bottom: 1px solid #d5d4c9;
}

ul.tabs li a { 
	border: 1px solid #cbcac5;
	background: #e6e5e0;
	color: #530d07;
}

ul.tabs li a { 
	border-width: 1px 0 0 1px;
}

ul.tabs li a.active { 
	background: #f4f3ee;
	border-color: #bebcb1;
}

/* @end */




/* @group Toggles */


.toggle_container {
	padding: 10px;
	margin-bottom: 1px;
	background-color: #f8f7f2;
}

p.trigger a {
	text-decoration: none;
}

/* Up Toggle State */

p.trigger {
	background: #edece7 url(images/icons/16_expand.png) no-repeat 10px center;
	border-top: 1px solid #deddd7;
	padding-left: 34px;
}

/* Hover Toggle State */

p.trigger:hover {
	background: #faf9f3 url(images/icons/16_expand.png) no-repeat 10px center;
}

p.trigger a:hover,p.trigger.active a:hover {
	text-shadow: #fff -1px 1px 0;
}

/* Active Toggle State */

p.trigger.active {
	background: #deddd7 url(images/icons/16_collapse.png) no-repeat 10px center;
	border-top: 1px solid #deddd7;
}

p.trigger.active a {
	text-shadow: #fff 1px 1px 0;
}


/* @end */




/* @group Latest Posts (shortcode) */


.latestposts .latest-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.latestposts .latest-excerpt p {
	font-size: 12px;
	margin: 0;
}

.latestposts .latest-title a {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.latestposts a.more-link {
	padding: 2px 4px 2px 10px;
	background-image: none;
	font-size: 12px;
}

.latestposts .latest-img {
	border: 1px solid #fff;
	background-color: #faf8f3;
	padding: 4px;
	margin: 5px 8px 4px 0px;
    -webkit-box-shadow: 1px 1px 0px #deddd7;
    -moz-box-shadow: 1px 1px 0px #deddd7;
    box-shadow: 1px 1px 0px #deddd7;
  	behavior: url("./wp-content/themes/element/PIE.php");
	position: relative;
}


/* @end */


/* @group Pagination */




/* Page and Post Navigation */

.pagination span,.pagination a:link {
	color: #647809;
	background: #d2d2c7;
	text-shadow: #f5f8ed 0 1px 0;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow:    0px 1px 0px #fff;
	box-shadow:         0px 1px 0px #fff;
	}

.pagination a:hover,
.pagination .current{
	background: #544224;
	color:#fff;
	text-shadow: #5f0e07 0 1px 0;
}




/* @end */


/* @group Widgets */









/* Sidebar Widget Style 1 */

.widget-container.S1 {
	border: 1px solid #dfddd5;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 0px#deddd7;
    -moz-box-shadow: 1px 1px 0px #deddd7;
    box-shadow: 1px 1px 0px #fff;
  	behavior: url("./wp-content/themes/element/PIE.php");
	position: relative;
	text-shadow: #f4f2ed 1px 1px 0;
	color: #58554a;
}
.widget-container.S1 h3,
.widget-container.S1 h4 {
	color: #637709;
	padding-top: 8px;
}

.widget-container.S1 a {
	color: #647809;
	text-decoration: underline;
}
.widget-container.S1 a:hover {
	color: #87a20c;
	text-decoration: none;
}
.widget-container.S1 li {
	padding:0px 0px 4px 16px;
	margin: 0px 0px 0px 0px;
	background: url(./images/bullet_clear.png) no-repeat 0 .25em;
}


/* Sidebar Widget Style 2 */

.widget-container.S2 {
	border: 1px solid #fff;
	background-color: #d8d6ce;
	padding: 10px;
	margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 0px #deddd7;
    -moz-box-shadow: 1px 1px 0px #deddd7;
    box-shadow: 1px 1px 0px #deddd7;
  	behavior: url("./wp-content/themes/element/PIE.php");
	position: relative;
	text-shadow: #e9e7e2 1px 1px 0;
	color: #545350;
}

.widget-container.S2 h3,
.widget-container.S2 h4 {
	color: #3f2e26;
	padding-top: 8px;
}

.widget-container.S2 a {
	color: #647809;
	text-decoration: underline;
	text-shadow: none;
}
.widget-container.S2 a:hover {
	color: #829c0b;
	text-decoration: none;
}
.widget-container.S2 li {
	padding:0px 0px 4px 16px;
	margin: 0px 0px 0px 0px;
	background: url(./images/bullet_clear.png) no-repeat 0 .25em;
}


/* Sidebar Widget Style 3 */


#sidebar ul li.subpages-navi-current-level a {color: #647809;text-decoration:underline;font-weight:bold;}




.widget-container.S3 {
	color: #545350;
	border: 1px solid #fff;
	background-color: #e9e7e2;
	padding: 10px;
	margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 0px #deddd7;
    -moz-box-shadow: 1px 1px 0px #deddd7;
    box-shadow: 1px 1px 0px #deddd7;
  	behavior: url("./wp-content/themes/element/PIE.php");
	position: relative;
	text-shadow: #fff 1px 1px 0;
}

.widget-container.S3 h3,
.widget-container.S3 h4 {
	color: #647809;
	padding-top: 8px;
}

.widget-container.S3 a {
	color: #647809;
	text-decoration: none;
}
.widget-container.S3 a:hover {
	color: #829c0b;
	text-decoration: none;
}
.widget-container.S3 li {
	padding:0px 0px 4px 16px;
	margin: 0px 0px 0px 0px;
	background: url(./images/bullet_clear.png) no-repeat 0 .25em;
}



/*
Add Bullets to the core widgets
Uncomment the first rule below
to apply bullets to all widgets
*/

/* .widget-container ul li, */
.widget-container.widget_meta ul li,
.widget-container.widget_archive ul li,
.widget-container.widget_categories ul li,
.widget-container.widget_recent_entries ul li,
.widget-container ul.blogroll li {
	padding-left: 16px;
	background: url(./images/style2/bullet.png) no-repeat 0 .25em;
}


/* Custom Menu Widget Images (arrows) */

#sidebar li.page_item a,
#sidebar li.menu-item a {
	background: url(images/style2/arrow_bullet.png) no-repeat 8px 8px;
	text-decoration: none;
}

#sidebar li.page_item a:hover,
#sidebar li.menu-item a:hover {
	background: url(images/style2/arrow_bullet.png) no-repeat 8px -24px;
}

/* Flickr Widget */


.flickr img {
	border: 1px solid #d8d8d8;
	background-color: #f9f9f9;
	padding: 4px
}

.flickr img:hover {
	border-color: #dcdcdc;
}


#footer .flickr img {
	border: 1px solid #d5d4c9;
	background-color: #f5f4e8;
	padding: 4px
}

#footer .flickr img:hover {
	border: 1px solid #c2c1b7;
	background-color: #fffdf0;
	position: relative;
}


/* @end */


/* @group Author Info */


/* Author Bio Section */

#author-info {
	background: #edece7;
	border: 1px solid #fff;
	box-shadow: 1px 1px 2px #d5d6ce inset, -1px -1px 2px #d5d6ce inset;
    -moz-box-shadow: 1px 1px 2px #d5d6ce inset, -1px -1px 2px #d5d6ce inset;
    -webkit-box-shadow: 1px 1px 2px #d5d6ce inset, -1px -1px 2px #d5d6ce inset;
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-pie-box-shadow: 1px 1px 2px #d5d6ce;
	-pie-background: linear-gradient(#ffffff, #d5d6ce);
  	behavior: url("./wp-content/themes/element/PIE.php");
	position: relative;
}

#author-info img.avatar {
	border: 1px solid #d8d8d8;
	background-color: #f9f9f9;
	padding: 4px

}


/* @end */



/* @group Button - (White is Default)  */

/* White button is default in this style
// To change this, just copy from style.css
// and remove the color class from .button
*/

a.button {
  background-image: -webkit-linear-gradient(#ffffff, #d3d1c8);
  background-image: -moz-linear-gradient(#ffffff, #d3d1c8);
  background-image: -o-linear-gradient(#ffffff, #d3d1c8);
  background-image: linear-gradient(#ffffff, #d3d1c8);
  -pie-background: linear-gradient(#ffffff, #d3d1c8);
  border: 1px solid #dad6c5;
  -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;
  text-shadow: 0 1px 0 white;
  behavior: url("./wp-content/themes/element/PIE.php");
  position: relative;
}
a.button:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbdbdb), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(#d3d1c8, #ffffff);
  background-image: -moz-linear-gradient(#d3d1c8, #ffffff);
  background-image: -o-linear-gradient(#d3d1c8, #ffffff);
  -pie-background: linear-gradient(#d3d1c8, #ffffff);
  -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: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 span.btn_caption {
  color: gray;
  text-shadow: 0 1px 0 white;
}

/* @end */



/* @group Callouts */

/* Callout Box */

.cta {
	background: #f4f2ed url(./images/style2/gradient_trans.png) repeat-x 0 bottom;
	text-shadow: #fff 1px 1px 0;
	border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 4px #B4B0AA;
    -moz-box-shadow: 0px 0px 4px #B4B0AA;
    box-shadow: 0px 0px 4px #B4B0AA;
    -pie-box-shadow: 0px 0px 4px #B4B0AA;
}

/* No margin on Callout Box paragraphs */

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


/* Slightly smaller headings for Callouts */

.cta h3 {
	font-size: 1.5em;
	text-shadow: #fff 1px -1px 0;
}



/* @end */



/* @group WP Overrides */



span.post_written,
span.post_categories {
	font-family: DroidSerif, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.postmeta a:link {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #deddd7;
	padding-bottom: 2px;
}


/* Post Images */
ul.advanced-recent-posts li img,
.instapress img,
.wp-post-image {
	margin-top: 5px;
	border: 1px solid #fff;
	background-color: #faf8f3;
	padding: 5px;
    -webkit-box-shadow: 1px 1px 0px #deddd7;
    -moz-box-shadow: 1px 1px 0px #deddd7;
    box-shadow: 1px 1px 0px #deddd7;
  	behavior: url("./wp-content/themes/element/PIE.php");
	position: relative;
}

/* Staff Directory */

ul.staff_social {
	border-color: #deddd7;
}


/* all 1px border accents */

hr,
.entry-utility,
.entry-meta,
.small,.post,
.st_relatedposts h4,
#sidebar li.page_item a,
#sidebar li.menu-item a,
.latestposts .latest-item {
	border-bottom: 1px solid #deddd7;
}

hr {
	background-color: #fffdf6;
}


table td {
	background-color: #faf9f4;
	border: 1px solid #deddd7;
}


body.single .entry-utility {
	border-bottom: none;
}


pre,code {
		background-color: #f8f7f2;
		border-bottom: 1px solid #deddd7;
		border-top: 1px solid #deddd7;
}

/* @end */



/* @group Slider Customization */

/* Slider Background Color */

li.slide,.flexslider {
	background-color: #edece7;
}

.flex-control-nav li a {background: url(./images/style2/bg_control_nav.png) no-repeat 0 0;}



/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
	background-color: #blue;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f7f5f0;
    border: 1px solid #A9A9A9;
    display: block;
    margin: 4px 4px 4px 5px;
    padding: 4px;
    position: relative;
}


.ngg-gallery-thumbnail img:hover {
	background-color: #c3c1bc;
} 

.ngg-gallery-thumbnail p {
	/* Images description */
	font-size:90%;
	padding:0 15px;
	display:block;
	line-height: 1.2em;
	margin: 0;
	background-color: transparent;
	
}

.ngg-clear {
	clear: both;
}



object {margin: 0 0 0 35px;}


body.home h2.entry-title {display: none;}


/* @end */
