
@import "reset.css";


/* Generic elements */

html, body { height: 100%; }
body { background: #2c2c2c url(images/pattern1.png) 100% 0 repeat-y; color: #dcdcdc; font: .938em/1.5em "Helvetica Light", Helvetica, Arial, sans-serif; text-align: center; }

a,:link,:visited { color: #98c00b; text-decoration: underline; } 
a:hover,a.on { color: #98c00b; text-decoration: underline; }
a.important { color: #FFFFFF; text-decoration: none; }

p { margin-bottom: 1em; }

small, big { line-height: normal; }

small { font-size: .866em; }
big { font-size: 1.201em; }

img.port, img.alignleft { float: left; margin: 0 10px 10px 0; }
img.star, img.alignright { float: right; margin: 0 0 10px 10px; }

ul { list-style: disc; margin-bottom: 1em; padding-left: 2em; }
ol { list-style: decimal; margin-bottom: 1em; padding-left: 2em; }
ul.reset, ul.reset ul, ul.reset ol, ol.reset, ol.reset ol, ol.reset ul { list-style: none; margin: 0; padding: 0; }

p img, li img { vertical-align: middle; }

blockquote { padding: .25em 0 0 30px; background: url(images/quotes1_top-left.png) no-repeat; }
blockquote p { margin-bottom: .5em; }
blockquote .a { padding: 2px 30px 2px 0; background: url(images/quotes1_bottom-right.png) 100% 100% no-repeat; white-space: nowrap; *display: inline-block; }
blockquote cite { display: block; font-size: .748em; line-height: 1.25em; text-align: right; }


/* Custom paragraphs, links, images, etc. */









/* Links & Buttons */

a.more,a.more:link,a.more:visited { padding-right: 15px; background: url(images/arrow1-right-darkred.png) 100% 50% no-repeat; white-space: nowrap; }
a.more:hover { background-image: url(images/arrow1-right-violet.png); color: #49317b; }

a.back,a.back:link,a.back:visited { padding-left: 15px; background: url(images/arrow2-leftwards-green.png) 0 50% no-repeat; white-space: nowrap; }


/* Headings */

h1,h2,h3,h4,h5,h6 { margin-bottom: .5em; line-height: normal; }

h1 { font-size: 140%; }
h2 { font-size: 135%; }
h3 { font-size: 125%; }
h4 { font-size: 115%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }


/* Form modelling */

input { vertical-align: middle; }
input.text, input.smalltext, input.tinytext, textarea, select { padding: 3px; border: solid 1px #000; background-color: #ddd; color: #5a5a5a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; }
input.smalltext { width: 30px; text-align: center; }
input.tinytext { width: 25px; }
input.text:focus, textarea:focus, select:focus { border-color: #98c00b; outline: none; }
input.button { border-style: solid; border-width: 2px; border-color: #f9f8f3 #828177 #828177 #f9f8f3; background-color: #e3e3e3; color: #555; font-size: 1em; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; }
input.button:active { border-color: #828177 #f9f8f3 #f9f8f3 #828177; }
textarea { overflow: auto; height: 100px; resize: none; }
input.checkbox { width: 15px; height: 15px; margin-right: 5px; }


/* Layout models */

.inner { padding: 15px 15px 1px; }
.section {}


/* Column group model */

.colgroup { clear: both; }
.colgroup .colset { clear: both; width: 100%; }
.colgroup .col { display: inline; float: left; width: 49.9%; }
.colgroup .port { float: left; }
.colgroup .star { float: right; }


/* Box models */

.box { margin-bottom: 1em; }

.boxA {  }


/* List models */

.listA { position: relative; width: 100%; }
.listA li { display: inline; float: left; margin: 0 20px 1em 0; }
.listA li a { float: left; border: solid 7px #8a8a8a; }
.listA li a:hover { border-color: #98c00b; }
.listA li h4 { clear: left; padding: 7px; font-weight: normal; }


/* Story section */

.story { line-height: 1.65em; }
.story p, .story blockquote, .story ul, .story ol { margin-bottom: 1em; }
.story h2, .story h3, .story h4, .story h5, .story h6 { color: #98c00b; font-weight: normal; }
.story img { border: solid 7px #8a8a8a; }


/* Gallery model */

.gallery { float: left; width: 100%; min-height: 390px; position: relative; }
.gallery ul li { clear: right; float: right; width: 34px; height: 38px; background-color: #bebebe; margin-bottom: 10px; }
.gallery ul li.on { background-color: #98c00b; }
.gallery ul li a { float: left; width: 30px; height: 34px; padding: 2px; }
.gallery ul li.last a { background: url(images/icon_pause.png) 50% 50% no-repeat; }
.gallery ul li.last a.pause { background-image: url(images/arrow1-rightwards-white.png); }
.gallery ul li a img { float: left; }
.gallery ul li a .large { position: absolute; top: 0; left: 0; display: block; float: left; width: 576px; height: 376px; margin-bottom: 1em; border: solid 7px #8a8a8a; cursor: pointer; }
.gallery ul li a .large img {  float: left; }


/* Custom headings */

#logo { display: inline; float: left; margin: 0; padding: 0 25px 1em 0; }
#tagline { position: absolute; left: -112px; top: 75px; z-index: 10; width: 90px; height: 750px; z-index: 1; }
#pagetitle { color: #98c00b; font-weight: normal; }


/* Single layers */

#container { min-height: 100%; width: 925px; margin: 0 auto; padding: 0 10px; text-align: left; } * html #container { height: 100%; }
#content { clear: both; width: 100%; }
#header { position: relative; padding-top: 154px; } * html #header { height: 1px; }


/* Custom column groups */

#colgroup1 {  }
#colgroup1 .colA { width: 275px; }
#colgroup1 .colB { float: right; width: 640px; }

#colgroup2 {  }
#colgroup2 .colA { width: 326px; }
#colgroup2 .colB { float: right; width: 570px; }

#colgroup3 {  }
#colgroup3 .colA { width: 238px; }
#colgroup3 .colB { float: right; width: 640px; }


/* Navigation */

#navbar { display: inline; float: right; margin: 95px 0 0; }
#nav { font: 1.067em/normal "Myriad Pro", "Helvetica Light", Helvetica, Arial, sans-serif; }
#nav li { display: inline; float: left; margin-right: 30px; }
#nav a, #nav a:visited { color: #fefefe; text-decoration: none; text-transform: lowercase; }
#nav a:hover, #nav a.on { color: #98c00b !important; }

/* Detail Page */

#detail li:first-line { color: #98c00b; font-weight: normal; }

/* Green Text */

#greenify { color: #98c00b; font-weight: normal; }


/* The Footer */

#footer { clear: both; font-size: .799em; text-align: right; }
#footer .inner { padding: 15px 30px 5em; }


/* Custom pages */

body#blog .post { clear: both; margin-bottom: 2em; padding-right: 95px; }
body#blog .post .date { position: relative; float: right; width: 70px; height: 175px; left: 25px; margin-right: -70px; padding-top: 3px; background: url(images/bg1.png) 0 0 no-repeat; font-size: 1.201em; text-align: center; text-transform: uppercase; line-height: 22px; letter-spacing: -1px; }
body#blog .post h2 a, body#blog .post h2 a:visited { color: #98c00b; }
body#blog .post h2 a:hover, body#blog .post h3 a:hover { text-decoration: underline; }
body#blog .post .postmetadata, body#blog .page .postmetadata { color: #98c00b; font-size: .933em; }

body#blog .navigation { float: left; width: 100%; }
body#blog .navigation .next { float: right; margin-bottom: 1em; }
body#blog .navigation .prev { float: left; margin-bottom: 1em; }

body#blog #sidebar { text-align: right; }
body#blog #sidebar ul.main h2 { margin-bottom: .25em; color: #98c00b; font-weight: normal; }
body#blog #sidebar ul.main a, body#blog #sidebar ul.main a:visited { color: #fff; }
body#blog #sidebar ul.main a:hover, body#blog #sidebar ul.main a.on { color: #98c00b; }
body#blog #sidebar ul.main li { margin-bottom: 2em; padding: 0 12px; }
body#blog #sidebar ul.main li li { margin-bottom: .2em; padding: 0; }
body#blog #sidebar ul.main li.widget_text .textwidget { font-size: .929em; }
body#blog #sidebar ul.main .widget_calendar, body#blog #sidebar ul.main .widget_text { padding: 0 0 8px; background: #98c00b url(images/box1-bottom.png) 0 100% no-repeat; color: #fff; }
body#blog #sidebar ul.main #simple-rss a, body#blog ul.main #simple-rss a:visited { color: #ff822b; font-size: 130%; text-decoration: none; line-height: normal; }
body#blog #sidebar ul.main #simple-rss a img { display: inline; float: left; margin: 0 5px 10px 0; }
body#blog #sidebar ul.main .widget_text { padding: 15px 20px 8px; }
body#blog #sidebar ul.main .widget_text .widgettitle { position: relative; margin: -15px -20px 0; padding: 15px 20px; background: #98c00b url(images/box1-top.png) 0 0 no-repeat; color: #fff; }

body#blog .widget_calendar h2 { display: none; }
body#blog #calendar_wrap { padding: 15px 20px 7px; background: #98c00b url(images/box1-top.png) 0 0 no-repeat; }
body#blog #wp-calendar { width: 100%; border-collapse: collapse; color: #fff; }
body#blog #wp-calendar caption { padding-bottom: .5em; color: #fff; text-align: right; }
body#blog #wp-calendar th, #blog #wp-calendar td { padding: 0; }
body#blog #wp-calendar thead th { border-bottom: solid 8px #85ab00; }
body#blog #wp-calendar thead th, #blog #wp-calendar tbody td { font-weight: normal; text-align: center; }
body#blog #wp-calendar tbody a, #blog #wp-calendar tbody a:visited { color: #fff; }
body#blog #sidebar ul.main #wp-calendar tbody a:hover { color: #fff; }
body#blog #wp-calendar tfoot #prev { text-align: left; }
body#blog #wp-calendar tfoot #next { text-align: right; }

body#blog #commentform textarea { width: 525px; }





/* DO NOT EDIT OR ADD CODE BELOW */

.clearfix:after, .box:after, .colgroup:after, .colset:after, .section:after, .after:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix, .box, .colgroup, .colset, .section, .after { display: inline-block; }
/* hide from ie/mac \*/
* html .clearfix, * html .box, * html .colgroup, * html .colset, * html .section, * html .after { height: 1%; }
.clearfix, .box, .colgroup, .colset, .section, .after { display: block; }
/* end hide */
