/* Import light or dark version of formalize.css */
@import url("../onyx/css/formalize-light.css");


body {
	color: #4d4d4d;
	background: #dedede url(./images/style8/page_bg.png) repeat 0 top;
}

#wrap {
	
}

#container {
	min-height: 300px;
	background: url(./images/style8/main_bg.png) no-repeat center top;
	padding: 12px 0 12px 0;
}

/* @group Header */

/* Header Logo - Set size in template parameters! */

#header span#graphic a,#header h1#graphic a {
	background: url(./images/style8/logo.png) no-repeat left center;
	margin-left: 8px;
}

/* Text Logo */

#header span#text-header a,#header h1#text-header a {
	font-size: 32px;
	line-height: 100%;
	color: #4b7b00;
	text-shadow: #000 1px 1px 1px;
}

/* Text Logo Hover */

#header span#text-header a:hover,#header h1#text-header a:hover {
	color: #000;
}

/* Text Slogan */

#header span#text-slogan,#header h2#text-slogan {
	font-size: 18px;
	color: #a6a6a6;
	text-shadow: #fffeff 0 1px 1px;
}

/* @end */

/* @group Main Menu */

#menu {
	height: 52px;
	background: url(./images/style8/nav_l.png) no-repeat left center;
	font-size: 15px;
	position: relative;
}

#menu ul.menu {
	background: url(./images/style8/nav_r.png) no-repeat right center;
	height: 52px;
	margin-left: 10px;
}

#menu li a {
	color: #FFF;
	text-shadow: #b14000 0 -1px 0;
}

#menu li:hover {
	background: url(./images/style8/nav_hover.png) repeat-x right top;
}

#menu li.active {
	background: url(./images/style8/nav_active.png) repeat-x center top;
}
#menu li:hover li.active {
	background-color: none;
	background-image: none;
}

#menu li.active a {
	color: #d6d6d6;
	text-shadow: 1px 1px 0px #000;
}

#menu li li a,#menu li.active li a {
	color: #e1e1e1;
	text-shadow: 1px 1px 0px #000;
}
#menu ul ul li a:hover,
#menu ul ul li:hover a,
#menu ul ul li:hover ul li:hover a,
#menu li li a:hover,#menu li.active li a:hover {
	color: #f56000;
}


#menu ul ul {
	background: url(./images/style8/menu_bg_trans.png) repeat;
}

#menu ul ul li {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

#menu ul ul li:hover {
	background: #000;
}

#menu ul ul li a {
	color: #FFF;
	text-shadow: none;
	border-bottom: 1px solid #1c1c1c;
}

#menu ul ul li:hover ul li a {
	color: #FFF;
}


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

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

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

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

/* @end */

/* @group Typography */

/* Links */

a,
a:link,
a:visited {
	color: #f15700;
}

a:hover {
	color: #ff8a3e;
}


/* Headings */

h1 { color: #3c3c3c;}
h2 { color: #545454;}
h3 { color: #4f4f4f;}
h4 { color: #b84300;}
h5 { color: #767676;}

/* Headings as Links */

h1 a,h2 a,h3 a {
	text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover {
	color: #4b4b4b;
	text-decoration: none;
}
h2.posttitle a {
	color: #5b6569;
	text-shadow: #fff 1px 1px 0px;
}
h2.posttitle a:hover {color: #b84300;}


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	letter-spacing: normal;
}

h1,h2.posttitle {
	font-size:2.5em;
	line-height:1.1;
	margin:.238em 0 .238em 0;
}

h2 {
	font-size:2.25em;
	line-height:1.15;
	margin:.357em 0 .357em 0;
	text-shadow: 1px 1px 0px #fff;
}

h3 {
	font-size:1.75em;
	line-height:1.2;
	margin:.476em 0 .2em 0;
	padding: 0 0 8px 0;
	background: url(./images/style8/divider.png) repeat-x center bottom;
	text-shadow: #fff 1px 1px 0px;
}

h4,h5,h6 {
	margin:.571em 0 .571em 0;
	font-size:1.55em;
}




#welcome h3 {
	background: url(./images/style8/divider.png) repeat-x center bottom;
	color: #4f4f4f;
}

div.small {
	font-size: 11px;
	padding-bottom: 6px;
	margin-bottom: 12px;
	line-height: 160%;
	color: #7c7c7c;
	background: url(./images/style8/divider.png) repeat-x center bottom;
}


#respond h2 {
	color: #666;
	text-shadow: 1px 1px 0px #fff;
	background: url(./images/style8/divider.png) repeat-x center top;
}

p.smalldesc {
	background-color: #e2e2e2;
}

.caption,.caption.red,.caption.blue,.caption.green {
	color: #5c5c5c;
}

span.caption-title {
	background: #efefef none repeat scroll 0 0;
}

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

hr {
	background: transparent url(./images/style8/divider.png) repeat-x center center;
	height: 2px;
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border: 0px solid #000;
}

/* Author Page */

#author-info {
	background-color: #fff;
	border: 1px solid #dadada;
}
#author-info .author-about {
	color: #474747;
	border-bottom: 1px solid #dadada;
}
#author-info #author-description {
	color: #545454;
}
/* Read More links */

a.more-link {
	border: 1px solid #545454;
	background: #363636 url(./images/icons/list-arrow.png) no-repeat .55em .65em;
	color: #fff;
}
a.more-link:hover {
	color: #fff;
	background-color: #de5600;
	border: 1px solid #de5600;
}

/* Page Navigation Links */

p.paged {
	border-top: 1px solid #e9e9e9;
}

p.paged a,#navigation a.page,
#navigation a.nextpostslink,
#navigation a.previouspostslink {
	background-color: #ebebeb;
	border: 1px solid #d2d2d2;
	color: #000;
}

p.paged a:hover,#navigation a.page:hover,#navigation a.nextpostslink:hover,#navigation a.previouspostslink:hover {
	border: 1px solid #db5400;
	background-color: #db5400;
	color: #fff;
	font-weight: bold;
}

#navigation span.pages {
	border: 0px solid #fff;
}

/* tables */

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

table th {
	text-align: left;
	border: 1px solid #d1d1d1;
	padding: .4em .8em;
	background-color: #e9e9e9;
	color: #ececec;
	font-weight: bold;
}

table td {
	background-color: #fff;
	border: 1px solid #d1d1d1;
}

table tr.even td {
	background-color: #f6f6f6;
}


#headerad {
   position: relative;
   top: -120px;
   left: 480px;
   width: 468px;
   height: 60px;
}
/* @end */




/* @group Slider */


.st_slider h3 {
	text-shadow: #feffff 0 -1px 0;
}

.st_slider h3 a {
	color: #3476a7;
}

.st_slider h3 a:hover {
	color: #333;
}

.st_slider .pagination li a {
	background-image: url(./images/style8/pagination.png);
}
.st_slider a.button {
	background: url(./images/style8/S1.png) repeat-x center top;
	text-shadow: #000e4f 0 -1px 0;
}
.st_slider a.button:hover {
	background: url(./images/style8/S1.png) repeat-x center -20px;
}

.slide_caption span.title {
	color: #fc7d00;
}

.slide_caption {
	text-shadow: #000 1px 1px 0;
	background:#000;
	background:rgba(0,0,0,.70);
	color:#fff;
}


/* @end */







/* @group Tabs & Toggles */


/* Toggles */

.toggle_container {
	background-color: #fff;
}

p.trigger {
	background: #ccc url(./images/common/light/tab_bg.png) repeat-x center top;
	border-top: 1px solid #fff;
}

p.trigger.active {
	background: #fff url(./images/common/light/tab_active.png) repeat-x center top;
	border-top: 1px solid #fff;
}

p.trigger a {
	color: #333;
	text-shadow: #e7e7e7 1px 1px 0;
}
p.trigger:hover a {
	color: #fc7d00;
}

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


/* Tabs */

ul#tabnav {
	border: 1px solid #ccc;
	border-bottom: 0px solid #fff;
	background: #222 url(./images/common/light/tab_bg.png) repeat-x center top;
}


ul#tabnav li a{
	color: #5d5d5d;
	background: #efefef url(./images/common/light/tab_bg.png) repeat-x center top;
	text-shadow: #fff 1px 1px 0;
	border-right: 1px solid #bababa;
}

ul#tabnav li a:hover {
	color: #5d5d5d;
	background: #efefef url(./images/common/light/tab_hover.png) repeat-x center top;
	text-shadow: #e9e9e9 1px 1px 0;
}

ul#tabnav li.active a{
	background: #fff url(./images/common/light/tab_active.png) repeat-x center top;
	color: #fc6400;
	text-shadow: #fff 1px 1px 0;
}

.tabcontent {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 0px solid #fff;
}

/* @end */











/* @group Button */

.button,.button.small,.button.large,.button.medium {
	display: block;
	font-family: arial,helvetica,sans-serif;
	background-image: none;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	line-height: 150%;
	font-size: 14px;
}

.button a,.button.small a {
	padding: 5px 10px;
	font-size: 1em;
}
.button.medium a {
	padding: 10px;
	font-size: 1.2em;
}
.button.large a {
	padding: 10px 20px;
	font-size: 1.5em;
}


.button a {
	font-size: 14px;
	color: #fff;
	background: url(./images/style8/button_bg.png) repeat-x center top;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-shadow: #8a3500 0 -1px 1px;
	box-shadow: 0px 1px 2px #bbb;
	-moz-box-shadow: 0px 1px 2px #bbb;
	-webkit-box-shadow: 0px 1px 2px #bbb;
	behavior: url('./wp-content/themes/onyx/css/PIE.php');
}

.button a:hover {
	background: url(./images/style8/button_bg.png) repeat-x center -20px;
	text-shadow: #8a3500 0 1px 0;
}

.button a.hascaption {
	padding: 8px 25px 27px 25px;
}

.button span {
	font-size: 13px;
	color: #ffdac2;
	display: block;
	text-shadow: #8a3500 0 -1px 0;
}


/* @end */


#toolbar {
	background: #363636;
	border-bottom: 1px solid #214967;
	color: #FFF;
}

#toolbar a {
	color: #d1d1d1;
	border-right: 1px solid #4b4b4b;
	padding: 0px 15px 0px 0px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
}

#toolbar a:hover {
	color: #ee5d00;
}

#toolbar li.current-menu-item a {
	color: #fff;
}

#toolbar li.current-menu-item a:hover {
	color: #c8c8c8;
}

#toolbar #s.input_small {
	background: #c9c9c9 url(./images/style8/search_bg.gif) no-repeat 4% 50%;
	border: 1px solid #c9c9c9;
	color: #727272;
}

#search .inputbox:focus {
	outline: none;
}

#breadcrumbs {
	background: #f8f8f8 url(./images/style8/bread_bg.png) repeat-x 0 0;
	border: 1px solid #e1e1df;
	-moz-box-shadow: 0px 0px 0px #666;
	-webkit-box-shadow: 0px 0px 0px #666;
	-khtml-box-shadow: 0px 0px 0px #666;

}

#breadcrumbs .sep {
	background-image: url(./images/style8/bread_sep.png);
}

#breadcrumbs img {
	position: relative;
	top: 4px;
	padding: 0px 4px 0px 4px;
}
#breadcrumbs strong {
	color: #6b6b6b;
}


#container h1 {
	background: url(./images/style8/divider.png) repeat-x center bottom;
	color: #4b4b4b;
	padding-bottom: 4px;
	text-shadow: 1px 1px 0px #fff;
	-moz-text-shadow: 1px 1px 0px #fff;
	-webkit-text-shadow: 1px 1px 0px #fff;
	-khtml-text-shadow: 1px 1px 0px #fff;
	letter-spacing: -1px;
}

#container h1.pagetitle {
	font-size: 42px;
	padding: 5px 0px 15px 0px;
	margin: 0px 0px;
	line-height: 100%;
	color: #383838;
	text-align: center;
	font-weight: bold;
	background: url(./images/style8/divider.png) repeat-x center bottom;
	text-shadow: #fff 0px -2px 4px;
}



#footer {
	background: #dadada none repeat center bottom;
	border-top: 8px solid #e4e4e4;
	border-bottom: 8px solid #e4e4e4;
}

#footer,#footer .widget {
	color: #616161;
	text-shadow: #f1f1f1 1px 1px 0;
}

#footer ul li {
	background: url(./images/common/bullet.png) no-repeat 0 .75em;
	padding: 3px 0 0 16px;
	margin: 0;
	line-height: 190%;
	list-style: none;
}

#footer h3 {
	font-size:1.6em;
	padding: 0 0 8px 0;
	margin:.476em 0 0 0;
	background: url(./images/style8/footer_divider.png) repeat-x 0 bottom;
	text-shadow: #f1f1f1 1px 1px 0;
	color: #d65000;
}

#bottom {
	color: #959696;
	text-shadow: #fff 1px 1px 0;
}

a.post-edit-link {
	background-color: #fff;
	border: 1px solid #ccc;
	text-shadow: 1px 1px 0px #fff;
}
a.post-edit-link:hover {
	background-color: #de5600;
	border: 1px solid #ccc;
	text-shadow: none;
	color: #fff;
}


/* @group Widget Styles */

/* Side Navigation */

div.widget ul.menu li,
div.widget.S1 ul.menu li,
div.widget.S2 ul.menu li,
div.widget.S3 ul.menu li {
	background-image: none;
}

.sidebar ul.menu li a {
	text-decoration: none;
	font-weight: bold;
	background: url(./images/style8/divider.png) repeat-x center bottom;
}

.sidebar ul.menu li a:hover {
	color: #565656;
	text-decoration: none;
}

.sidebar ul.menu li.current a,
.sidebar ul.menu li.current_page_item a {
	color: #151515;
}

.sidebar ul.menu li.current ul.sub-menu a,
.sidebar ul.menu ul.sub-menu li a {
	border: 0px solid #fff;
	color: #464646;
	background-image: none;
}

.sidebar ul.sub-menu li a:hover {
	text-decoration: underline;
}

div.widget h3,
div.widget.S1 h3,
div.widget.S2 h3,
div.widget.S3 h3,
div.widget.S4 h3 {
	font-size: 18px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 8px 0px;
	height: auto;
	font-weight: normal;
}

div.widget,
div.widget.S1,
div.widget.S2,
div.widget.S3,
div.widget.S4 {
	line-height: 140%;
}

/* ============  DEFAULT  ============ */

div.widget {
	color: #4d4d4d;
	text-shadow: #f8f8f8 1px 1px 0;
	margin-bottom: 15px;
	height: 1%;
}

div.widget div.pad {
	padding: 5px 12px 5px 12px;
}

div.widget h3 {
	color: #be4600;
	background: url(./images/style8/divider.png) repeat-x 0 bottom;
	text-shadow: #fff 1px 1px 0;
}

div.widget a {
	color: text-shadow: none;
}

/* ============  S1  ============ */

div.widget.S1 {
	color: #fff;
	text-shadow: #953600 1px 1px 0;
	background: #b84300 url(./images/style8/S1.png) repeat-x center top;
	box-shadow: 0px 4px 4px #e2e2e2;
	-webkit-box-shadow: 0px 4px 4px #e2e2e2;
	-moz-box-shadow: 0px 4px 4px #e2e2e2;
	-khtml-box-shadow: 0px 4px 4px #e2e2e2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 15px;
	height: 1%;
}

div.widget.S1 div.pad {
	padding: 12px 12px 10px 12px;
}

div.widget.S1 h3 {
	color: #fff;
	background: url(./images/style8/S1_heading.png) repeat-x 0 bottom;
	text-shadow: #b84300 1px 1px 0;
}

div.widget.S1 a {
	color: #ffd7bc;
	text-shadow: none;
	text-decoration: none;
}

div.widget.S1 a:hover,
div.widget.S1 ul.menu a:hover {
	color: #fff;
}

div.widget.S1 li.current a,div.widget.S1 li.current_page_item a {
	color: #fff;
}

div.widget.S1 li {
	background: url(./images/style8/bullet_S1.png) no-repeat 0 .3em;
}

div.widget.S1 ul#recentcomments li {
	border-bottom: 1px solid #790000;
	font-size: .85em;
}
div.widget.S1 ul#recentcomments li a {
	text-decoration: none;
}


/* ============  S2  ============ */

div.widget.S2 {
	color: #ccc;
	text-shadow: #000 1px 1px 0;
	background: #23292a url(./images/style8/S2.png) repeat-x center top;
	box-shadow: 0px 4px 4px #e2e2e2;
	-webkit-box-shadow: 0px 4px 4px #e2e2e2;
	-moz-box-shadow: 0px 4px 4px #e2e2e2;
	-khtml-box-shadow: 0px 4px 4px #e2e2e2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 15px;
	height: 1%;
}

div.widget.S2 div.pad {
	padding: 12px 12px 10px 12px;
}

div.widget.S2 h3 {
	color: #ebebeb;
	background: url(./images/style8/S2_heading.png) repeat-x 0 bottom;
	text-shadow: #000 1px -2px 0;
}

div.widget.S2 a {
	color: #d54d00;
	text-shadow: none;
}

div.widget.S2 a:hover,
div.widget.S2 ul.menu a:hover {
	color: #ff5c00;
}

div.widget.S2 li.current a,div.widget.S2 li.current_page_item a {
	color: #fff;
}

div.widget.S2 li {
	background: url(./images/style8/bullet_S2.png) no-repeat 0 .3em;
}

div.widget.S2 ul#recentcomments li {
	border-bottom: 1px solid #333;
	font-size: .85em;
}
div.widget.S2 ul#recentcomments li a {
	text-decoration: none;
}


/* ============  S3  ============ */

div.widget.S3 {
	color: #fff;
	text-shadow: #556063 1px 1px 0;
	background: #667377 url(./images/style8/S3.png) repeat-x center top;
	box-shadow: 0px 4px 4px #e2e2e2;
	-webkit-box-shadow: 0px 4px 4px #e2e2e2;
	-moz-box-shadow: 0px 4px 4px #e2e2e2;
	-khtml-box-shadow: 0px 4px 4px #e2e2e2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 15px;
	height: 1%;
}

div.widget.S3 div.pad {
	padding: 12px 12px 10px 12px;
}

div.widget.S3 h3 {
	color: #474747;
	background: url(./images/style8/S3_heading.png) repeat-x 0 bottom;
	text-shadow: #b5c5c9 1px 1px 0;
}

div.widget.S3 a {
	color: #fff;
	text-shadow: #8f9fa2 1px 1px 0;
}

div.widget.S3 a:hover,
div.widget.S3 ul.menu a:hover {
	color: #dbe9eb;
	text-shadow: #586265 1px 1px 0;
}

div.widget.S3 li.current a,div.widget.S3 li.current_page_item a {
	color: #000;
}

div.widget.S3 li {
	background: url(./images/style8/bullet_S3.png) no-repeat 0 .3em;
}

div.widget.S3 ul#recentcomments li {
	border-bottom: 1px solid #e7e7e7;
	font-size: .85em;
}
div.widget.S3 ul#recentcomments li a {
	text-decoration: none;
}


/* Calendar */

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	border: 1px solid #bbb;
	background-color: #dcdcdc;
	text-shadow: #ededed 1px 1px 0;
}

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

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

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	background-color: #b84300;
	border-color: #8c3300;
	text-shadow: #762b00 1px 1px 1px;
}

/* @end */


