
/*

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 for Header */

#header {
	background: url(./images/style1/header_bg.png) repeat-x center top;
}


/* Graphic Header Padding */

#header.graphic {
	padding: 16px 0px 10px 0px;
}


/* Text Header Padding */

#header.text {
	padding: 24px 0px 16px 0px;
}

/* Tighten Header Text */

#header.text #site-title,
#header.text span.site-desc {
	padding: 0px;
	margin: 0;
	line-height: 1;
}

/* Header Extras Widget */

#header .header_extras {
	top: 10px;
	right: 0px;
	width: 320px;
}


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



/* @group Teasers */



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

#teaser {
	color: #e6e6dc;
	text-shadow: #390a06 -1px 0px 0px;
	background: #601009 url(./images/style1/teaser_s1.png) repeat-x 0 top;
	border-top: 5px solid #390a06;
	border-bottom: 5px solid #390a06;
	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;
	text-shadow: #390a06 -1px -1px 0px;
}


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





/* Style2 */

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

#teaser.S2 {
	color: #3f3e3b;
	text-shadow: #ccc9be 0 1px 0;
	background: #a9a79e url(./images/style1/teaser_s2.png) repeat-x 0 top;
	border-top: 5px solid #918E87;
	border-bottom: 5px solid #918E87;
	position: relative;
	top: 1px;
	z-index: 1001;
	font: 1.5em/1.35em "Droid Serif", serif;
}

#teaser.S2 h2 {
	font-size: 2em;
	color: #343330;
	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: #91170c;
	text-shadow: none;
	text-decoration: none;
}

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




/* Style3 */


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

#teaser.S3 {
	color: #ccc;
	text-shadow: #000 0 1px 0;
	background: #2f201a url(./images/style1/teaser_s3.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/style1/nav_bg.png) repeat-x center bottom;
	font-size: 1.1em;
	font-family: Droid Serif;
}


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

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


/* Top Level Links */

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

/* Top Level Hover Links */

#menu ul li a:hover,
#menu ul li:hover a {
	color: #333;
	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: #6e1007;
	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 Pagination */

/* Page and Post Navigation */

.pagination span,.pagination a:link {
	color: #71120a;
	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: #71120a;
	color:#fff;
	text-shadow: #5f0e07 0 1px 0;
}




/* @end */


/* @group Widgets */


/* Sidebar Widget Style 1 */

.widget-container.S1 {
	border: 1px solid #fff;
	background: #c6c3b3 url(./images/style1/gradient_light.png) repeat-x center -19px;
	padding: 10px;
	margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 0px #000;
    -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: #cbcac3 1px 1px 0;
	color: #37352c;
}
.widget-container.S1 h3,
.widget-container.S1 h4 {
	color: #473d0e;
	padding-top: 8px;
	text-shadow: #e2ddca 1px 1px 0;
}

.widget-container.S1 a {
	color: #a61a0e;
	text-decoration: underline;
	text-shadow: #99978a 0 0 0;
}
.widget-container.S1 a:hover {
	color: #c41e12;
	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-container.S1 li.page_item a,
#sidebar .widget-container.S1 li.menu-item a {
	border:none;
}

/* Sidebar Widget Style 2 */

.widget-container.S2 {
	border: 1px solid #fff;
	background-color: #d8d6ce;
	background: #d8d6ce url(./images/style1/gradient_light.png) repeat-x center -19px;
	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;
}

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

.widget-container.S2 a {
	color: #7f0e05;
	text-decoration: underline;
	text-shadow: none;
}
.widget-container.S2 a:hover {
	color: #87160c;
	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 */

.widget-container.S3 {
	border: 1px solid #fff;
	background: #e9e7e2 url(./images/style1/gradient_light.png) repeat-x center -19px;
	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: #70120a;
	padding-top: 8px;
}

.widget-container.S3 a {
	color: #70120a;
	text-decoration: underline;
}
.widget-container.S3 a:hover {
	color: #70120a;
	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/style1/bullet.png) no-repeat 0 .25em;
}


/* Custom Menu Widget Images (arrows) */

#sidebar li.page_item a,
#sidebar li.menu-item a {
	background: url(images/style1/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/style1/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 Buttons  */

/* Read More links */
a.more-link:link,
a.more-link:visited {
  font-size: 1em;
  margin: 30px 0 0 0;
  color: #fff !important;
  background: #6F120A;
  text-shadow: #390A06 1px 1px 0;
  padding: 8px 16px !important;
  display: inline-block;
  line-height: 100%;
  text-decoration: none;
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  behavior: url("./PIE.htc");
  position: relative;
}
a.more-link:link:hover,
a.more-link:visited:hover {
  background-color: #390A06;
  text-shadow: none;
}

/* Default Button Style */
button,
input[type="reset"],
input[type="submit"],
input[type="button"],
a.button {
  font-family: inherit;
  color: white !important;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: none;
  text-shadow: 0 1px 0px #6F120A;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #390A06;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71120A), color-stop(100%, #390A06));
  background: -webkit-linear-gradient(top, #71120A 0%, #390A06 100%);
  background: -o-linear-gradient(top, #71120A 0%, #390A06 100%);
  background: -ms-linear-gradient(top, #71120A 0%, #390A06 100%);
  background: -moz-linear-gradient(top, #71120A 0%, #390A06 100%);
  background: linear-gradient(top bottom, #71120A 0%, #390A06 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #71120A, #390A06);
  behavior: url("./PIE.htc");
  position: relative;
  background-repeat: repeat-x;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.button:hover {
  background: #6F120A;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6F120A), color-stop(100%, #6F120A));
  background: -webkit-linear-gradient(top, #6F120A 0%, #6F120A 100%);
  background: -o-linear-gradient(top, #6F120A 0%, #6F120A 100%);
  background: -ms-linear-gradient(top, #6F120A 0%, #6F120A 100%);
  background: -moz-linear-gradient(top, #6F120A 0%, #6F120A 100%);
  background: linear-gradient(top bottom, #6F120A 0%, #6F120A 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #6F120A, #6F120A);
  behavior: url("./PIE.htc");
  position: relative;
  cursor: pointer;
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active,
a.button:active {
  -webkit-box-shadow: inset 0 2px 6px 0 #6F120A, inset 0 0 0 0 #6F120A, 0 1px 1px 0 #eeeeee;
  -moz-box-shadow: inset 0 2px 6px 0 #6F120A, inset 0 0 0 0 #6F120A, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 2px 6px 0 #6F120A, inset 0 0 0 0 #6F120A, 0 1px 1px 0 #eeeeee;
}

a.button span.btn_caption {
  color: #fff;
  text-shadow: 0 1px 0 #6F120A;
}

/* @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: #535353;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	padding-bottom: 2px;
}

.postmeta a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	padding-bottom: 2px;
	color: #3b3b3b;
}

.postmeta .post-comments a:link {
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 0px;
}


/* 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 {
	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/style1/bg_control_nav.png) no-repeat 0 0;}


/* @end */
