html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	color: #000;
	line-height: 1.5;
	font-family: sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #666;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {
	font-weight: normal;
}

h1 {
	font-size: 3.0em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
	font-family: sans-serif;
}
h4 {
	font-size: 1.22em;
}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Text elements */

p {margin-bottom: 1em;}

a:focus,a:hover {
	color: #399;
	text-decoration: underline;
}
a {
	color: #03C;
	text-decoration: none;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {
	line-height: 1.4em;
	margin: 1.2em;
}
blockquote span {font-size: 1.4em; color: #000;}
del {color:#666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
cite {color: #666;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}

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

/* Gallery 

#gallery-background {
	width: 360px;
	height: 215px;
	margin-bottom: 4px;
	background-image: url(../img/img05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#gallery-bgthumb {
	width: 360px;
	height: 70px;
	background: #DBEDF9;
}

#gallery
{
	width: 360px;
	margin: 0 auto;
}

#gallery img.output
{
	width: 345px;
	height: 195px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#gallery span.caption
{
	display: block;
	margin: 1em 0 0 0;
	font-weight: bold;
	font-size: 1.25em;
}

#gallery span.caption2
{
	margin: 1em 0 1em 0;
	display: block;
}

#gallery ul.nav
{
	width: 100%;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
}

#gallery ul.nav li
{
	float: left;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 0;
}

#gallery ul.little
{
	width: 100%;
	list-style: none;
	margin: 0;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#gallery ul.little li
{
	float: left;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0.5em;
	margin-left: 2px;
}

#gallery ul.little li img
{
	width: 78px;
	height: 50px;
	border: solid 3px #FFFFFF;
	cursor: pointer;
}

#gallery ul.little li img.active
{
	border: 2px solid #8DBDFF;
}
*/


/* Lists */

li ul, li ol {margin-left: 2.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Tables 

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #EEE;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #EEE;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #EEE;}
table.data-table td, table th {padding: 8px 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #E6E6E6;
}
table.data-table tr.even td {background: #FCFCFC;}
*/

/* Misc classes */

.small {font-size: 0.9em;}
.small-indent {
	font-size: 0.9em;
	text-indent: 40;
}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {
	font-size: 1.2em;
}

.largeblue {
	background-color: #E3EBE2;
	background-repeat: no-repeat;
}
.largegrey {
	background-color: #CCC;
}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}
.highlight2 {
	background-color: #E0E9E1;
}
.highlight3 {
	background-color: #6F0;
}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.cell {
	color: #069;
	border-color: #FBC2C4;
	background-color: #B9D0D0;
}

.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {
	color: #03C;
	text-decoration: none;
}

div.more {padding-top: 0px;}
.more a, a.more {
	color: #069;
	text-decoration: none;
}
.more a:hover, a.more:hover {
	color: #399;
	text-decoration: underline;
}


/* 
   Forms 
------------------------------------------------------------------- 

label {font-weight: bold; cursor: pointer;}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #CCC;
	background: #F6F6F6;
}
legend {font-weight: bold; font-size: 1.2em;}
textarea, text {
	overflow: auto;
	border: 1px solid #CCC;
}
input.text,text, textarea, select {
	border: 1px solid #CCC;
	margin: 0.5em 0;
	padding: 4px 5px;
	background-color: #FFF;
}
input.text:focus, textarea:focus, select:focus {
	background: #FFF;
	border: 1px solid #DDD;
}

input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}


.form-error {border-color: #F00;}
*/

/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {
	float: left;
	}
.right,.alignright {
	float: right;
	
}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* Columns */

.col2 {
	width: 45%;
}

.col3 {
	width: 30%;
}



/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #EEE;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
	}
.archive-separator {margin: 0 0 14px;}

.separator-vertical {
	background-image: url(../img/separator-vertical.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
*/

/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post a {text-decoration: none;}
.post a:hover, .post-body a {text-decoration: underline;}

.post-title {border-bottom: 1px solid #E5E5E5;}

.post-date {
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 0;
}
.post-date a {color: #444;}

.post-body {padding-top: 12px;}

.post-body-indent {
	text-indent: 30pt;
	font-size: 9pt;
	clip: rect(auto,auto,auto,auto);
}

.post-meta {
	background: #FCFCFC;
	border: 1px solid #ECECEC;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post-meta a {
	color: #345;
	text-decoration: none;
}
.post-meta a:hover {color: #001;}


ul.nice-list {
	border-top: 1px solid #F0F0F0;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
ul.nice-list li {
	border-bottom: 1px solid #F0F0F0;
	list-style: none;
	padding: 6px 5px;
}
ul.nice-list li a {
	text-decoration: none;
	color: #069;
}
ul.nice-list li a:hover {
	text-decoration: underline;
	color: #099;
}
ul.nice-list span {color: #666;}

#sidebar ul.nice-list li,#sidebar ul.nice-list {border-color: #E0E0E0;}


/* Archives */
.archive-pagination {margin-bottom: 1.6em;}
.archive-pagination a {text-decoration: none;}
.archive-pagination a:hover {text-decoration: underline;}
.archive-post {margin-bottom: 14px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post .post-date {
	border: none;
	padding: 0;
}
.archive-post-day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.archive-post .post-date,.archive-post-title {padding-top: 3px;} 



/* 
   Box
------------------------------------------------------------------- */
/* For center align-grow and shrink*/





.box {
	background: url('../img/box.gif') no-repeat left top;
	border-bottom: 1px solid #DFDFDA;
	border-top: 1px solid #FFF;
	padding: 16px 20px 0;
}
.box2 {
	border-bottom: 1px solid #DFDFDA;
	border-top: 1px solid #FFF;
	padding: 16px 20px 0;
}
.box a {
	color: #069;
}
.box a:hover {color: #310;}
.box-title {	
	color: #665;
	font: normal 1.6em sans-serif;
}
.box-content {
	padding: 8px 0;
	font-size: 10px;
}






/* 
   slider
------------------------------------------------------------------- */
.slider-holder { position: relative; margin-bottom:0px;   }

.slider {
	width: 980px;
	height: 350px;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: 0 0;
	
}
.slider ul { list-style:none; list-style-position: outside; }
.slider ul li {
	float: left;
	width: 900px;
	height: 380px;
}
.slider .slide-cnt {
	width: 480px;
	height: 300px;
	position: relative;
	overflow: hidden;
	float: right;
	
}

.slider h4 {
	color: #666;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;
	text-transform: uppercase;
}
.slider h2 {
	color: #666666;
	font-family: 'Raleway', sans-serif;
	font-size: 56px;
	line-height: 56px;
	padding-bottom: 12px;
	font-weight: 500;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;
}
.slider p {
	color: #000;
	font-size: 16px;
}
.slider p a {
	color: #06C;
	text-decoration: none;
}
.slider p a:hover { text-decoration: underline; }

.slider img { float:left; margin-right:10px; margin-left: 10px;  }
.slider .socials { width: 158px; margin-left: auto; padding-top:1px;  }
.slider .socials a {
	width: 0px;
	height: 0px;
	float: left;
	margin-left: 6px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.slider .socials a.facebook-ico { background-position: 0 0; }
.slider .socials a.facebook-ico:hover { background-position:0 bottom; }


	.slider .arrs a.prev-arr {
	left: 7px;
	background-position: 0 0;
}
	.slider .arrs a.next-arr {
	right: 7px;
	background-position: right 0;
}




/* Common */
.center-wrapper {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	background-repeat: repeat-x;
	padding-left: 20px;
}

/* Header */

#header-wrapper {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: none;
}
#header-wrapper-2 {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#help-wrapper {
	height: 30px;
	width: 100px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
}
#help-wrapper #help .current_page_item {
	color: #FFF;
	font-weight: bold;
}

#help {
	color: #333;
	font-size: 0.95em;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 40px;
	font-weight: bold;
}
#help a {
	color: #FFF;
	text-decoration: none;
}
#help a:hover {
	color: #CFF;
	text-decoration: underline;
}

#help span.text-separator {
	color: #FFF;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}


#logo {color: #FFF;}
#site-title a {text-decoration: none;}
#site-title, #site-title a {color: #FFF;}
#site-title span, #site-title a span {color: #DDD;}
#site-slogan {
	color: #981B1E;
	font-size: 1em;
	padding-left: 1em;
}


/* Navigation */

ul.tabbed {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.tabbed li {
	float: left;
	list-style: none;
}
ul.tabbed a {text-decoration: none;}

#navigation-wrapper {
	background-repeat: repeat-x;
	background-position: left top;
}
#navigation-wrapper-2 {
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation {
	min-height: 34px;
	padding: 0 8px;
	background-repeat: repeat-x;
	background-position: left top;
}

#navigation a {
	color: #999999;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}
#navigation a:hover {
	color: #999;
	text-decoration: underline;
}
#navigation li.current_page_item a, #navigation li.current_page_parent a {
	color: #000;
}
#navigation li.current_page_item a {background: url('../img/navigation-arrow-2.gif') no-repeat center bottom;}
#navigation li.current_page_parent a {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
	background-image: none;
}


/* Subnav */

#subnav-wrapper {background: #E9E9E9 url('../img/subnav-wrapper.gif') repeat-x left bottom;}
#subnav-wrapper-2 {background: url('../img/subnav-wrapper-2.gif') no-repeat center bottom;}
#subnav {
	padding: 0 8px;
	font-size: 11px;
}

#subnav a {
	color: #666;
	display: block;
	font: bold 1.1em sans-serif;
	padding: 12px 12px;
}
#subnav a:hover {
	color: #333;
	text-decoration: underline;
}
#subnav li.current_page_item a {
	color: #000;
}

#subnav li.current_page_parent a {
	background-image: url(../img/navigation-arrow-3.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Content */

.content {font-size: 1.1em;}
#content-wrapper {
	background-color: #FFFFFF;
	background-image: url(../img/content-wrapper.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 20px;
}
.content#content-two-columns {background: url('../img/content-two-columns.gif') repeat-y left top;}


/* Main */

#main-wrapper {
	float: right;
	width: 70%;
}
#main {padding: 24px;}

#main .text-separator, #featured .text-separator {
	color: #D2D2D2;
	padding: 0 5px;
}


/* Sidebar */

#sidebar-wrapper {
	float: left;
	width: 30%;
}


/* Footer */

#footer-wrapper {
	border-top: 1px solid #999;
	padding-bottom: 20px;
	background-position: center bottom;
	background-color: #FFF;
	background-repeat: repeat-x;
}
#footer {
	font-size: 1em;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer span.text-separator {
	color: #999;
	padding: 0 3px;
}

/* Bottom */

#bottom {
	color: #666;
	padding: 0 6px 12px;
	margin-top: -6px;
	background-color: #FFF;
}
#bottom a {
	color: #555;
	text-decoration: none;
}
#bottom a:hover, #bottom .right a:hover {
	color: #002;
	text-decoration: underline;
}
#bottom span.text-separator {
	color: #888;
	padding: 0 3px;
}
#bottom .right, #bottom .right a {color: #777;}


/* Featured Box */
#featured-wrapper {
	background: url('../img/gradient-light.gif') repeat-x left bottom;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#featured {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 40px;
}

#featured h2 {
	font: normal 3em sans-serif;
	margin: 0;
}
#featured h2 span {color: #43B16C;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Single Line IE Fixes */
* html .separator-vertical, * html .content {height: 0.01%; min-height: 0.01%;}
.grey {
	color: #808080;
}
.red {
	color: #933;
	font-size: 16px;
	font-weight: bold;
}

@media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) { 
	#navigation a.nav-btn { background-image:url(images/navigation@2x.png); -webkit-background-size: 2px 30px; -moz-background-size: 2px 30px; background-size: 2px 30px; }
}
