body {
    background: #FFFFFF url(images/background.png) top left repeat-x;
}

#wrapper {
    padding:0;
    }

#container {
    }

.contentwrap {
  min-height: 450px;
}

a {
    color: #4A4949;
    text-decoration: underline;
    }

a:hover {
    color: #99A704;
    text-decoration: none;
    }
/* HEADER */

#header {
    height: 100px;
    padding-top:0px;
    }

#header h1 {
    margin-bottom: 1px !important;
    padding: 8px 0 0 10px;
    font-weight: normal;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 50px;
    }

#header h1 a, #header h1 a:visited {
    color: #FDFDFC;
    text-decoration: none;
    }


#header h2 {
    padding-left: 10px;
    color: #D7D7D1;
    font-size: 16px;
    font-family: Arial, Helvetica, Sans-serif;
    }
    
.logoimg {
    margin: 0 0 0 10px;
    }

/* NAVIGATION MENUS */

#pagemenucontainer {
    height: 26px;
    float: right;
    }
    
#pagemenu {
    height: 26px;
    float: right;
    }

#pagemenu, #pagemenu ul { 
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    }
#pagemenu {
    margin-bottom: 1px;
    }

#pagemenu ul {
    float: left;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    }
    
#pagemenu li {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    }
    
#pagemenu ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    }
    
#pagemenu li a, #pagemenu li a:link {
    color: #eee;
    display: block;
    margin: 10px 0 0px 8px;
    padding: 6px 10px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    }
    
#pagemenu li a:hover, #pagemenu li a:active{
    background: #A0B007;
    color: #fff;
    display: block;
    text-decoration: none;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }
    
#pagemenu  li.current_page_item a {
    color:#fff;
    background: #A0B007;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }

#pagemenu li:hover, #pagemenu li.sfhover { 
    position: static;
    }
    


#navcontainer {
    height: 48px;
    display: block;
    overflow: hidden;
    padding-left: 10px;
    background: url(images/nav-bg.png) left top repeat-x;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }
    
#navcontainer .current-cat a {
background: url(images/nav-hover.png) left top repeat-x;

    }
    
    
/* CONTENT */

/* Flash message */
.flash-success
{
	padding: 10px;
	margin-bottom: 10px;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

/* Flash error */
.flash-error
{
	padding: 10px;
	margin-bottom: 10px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

/* Flash error */
.flash-info
{
	
    padding: 10px;
	margin-bottom: 10px;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;;
}

#content {
    background-color: #F6F7EB;
    padding: 15px 20px 15px 0;
    }
    
pre { overflow: auto; 
    width: 470px; 
    }

.post {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    }

.post p {
    margin-bottom: 10px;
    }

.title {
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 22px;
    font-family: Arial, Helvetica, Sans-serif;
    color: #2F2F2F;
    font-weight: bold;
    }

    
.title a {
    text-decoration: none;
    color: #2F2F2F;
    }

.title a:hover {
    text-decoration: none;
    color: #929F03;
    }

.pagetitle {
    margin-bottom: 20px;
    line-height: 22px;
    font-family: Arial, Verdana;
    text-decoration: underline;
}

.postdate {
    font-size: 14px;
    padding: 0;
    font-family: Arial, Helvetica, Sans-serif;
    color: #4A4949;
    }


.readmorecontent {
    text-align: right;
    }

a.readmore {
    padding: 4px 15px;
    background: #3F3F3C;
    color: #FFFFFF;
    text-decoration: none;
    }

a.readmore:hover {
    background-color: #9CBB05;
    }
    

.postmeta {
    font-size: 11px;
    padding: 2px 4px;
    font-family: Arial, Verdana;
    }
    
.postdate img, .postmeta img {
    border: none;
    vertical-align: middle;
    margin:2px;
    }
    
.entry {
    text-align: justify;
    line-height: 20px;
    padding-top: 8px;
    font-family: Arial, Verdana;
    font-size: 14px;
    color: #4A4949;
    }
.navigation {
    padding: 10px 0;
    }

blockquote {
    overflow: hidden;
    padding-left: 9px;
    font-style: italic;
    color: #666;
    border-left: 3px solid #CADAE7;
    }
    
.post img {
    max-width: 680px;
    }

img.wp-smiley {
    max-height: 12px;
    margin: 0;
    padding: 0;
    border: none;
    }
    
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
    }

.alignleft {
   float: left;
    }

.alignright {
   float: right;
    }

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

div.margin-top-spacer {
    margin-top: 20px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
    }

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
    }

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
    }
    /* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #232323 !important;
    background:none !important;
    border: 0 !important;
}
.wp-pagenavi a:hover {
    border: 0 !important;
    color: #fff !important;
    background:#9CBB05 !important;
    border: 0 !important;

}
.wp-pagenavi span.pages {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #232323 !important;
    background: none !important;
    border: 0 !important;
}
.wp-pagenavi span.current {
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
    color: #fff !important;
    background:#9CBB05!important;
    border: 0 !important;
}
.wp-pagenavi span.extend {
    font-size: 15px !important;
    padding:  4px 8px !important;
    background:transparent !important;
    color: #232323 !important;
    background: none !important;
    border: 0 !important;
}

    
/* SIDEBAR(S) */

.sidebaradbox {
    margin-top: 5px; 
    text-align:center;
    }
    
.sidebaradbox125 {
    text-align:right;
    }
    
.ad125 {
    margin: 7px;
    }


.sidebar {
    margin: 0 10px 10px 0;
    font-size: 13px;
    }
    
.sidebar a {
    text-decoration: none;
    color: #373838;
    }

.sidebar a:hover {
    text-decoration: underline;
    color:#A5B402;
    }
    

    
.feedtwitter {
    height: 28px;
    text-align: right;
    margin-top: 30px
    }
    
#search {
    xborder: 1px solid #EBE7E7;
    height: 28px;
    padding: 0;
    xbackground: url(images/search-bg.png) left top repeat-x;
    text-align: right;
    float: right;
}

#search input {
    border: 0;
    background: none;
    color: #29313A;
    text-align: left;
}

#search input[type=image] {
    margin: 5px 5px 0 0;
}
    
#s {
    width: 210px;
    padding: 4px;
    margin:3px 0 0 0;
    background: none;
}

#header #search {
    margin-top: 30px;
}
#header #search #s {
    width: 234px;
}


#search, #search ul { 
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    }

#search ul {
    float: left;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
    
#search li {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}
    
#search ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
    
#search li a, #search li a:link {
    color: #E66C2C;
    display: block;
    margin: 0px 0 0px 2px;
    padding: 0px 10px;
    text-decoration: none;
    font-weight: bold;
    xxtext-transform: uppercase;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    }
    
#search li a:hover, #search li a:active{
    background: #E66C2C;
    color: #fff;
    display: block;
    text-decoration: none;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }
    
#search  li.current_page_item a {
    color:#fff;
    background: #F87431;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }

#search li:hover, #search li.sfhover { 
    position: static;
    }


/* Social icons */
.addthis_toolbox {
    padding: 15px 0 0 10px;
    text-align: center;
    }
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 2px 0 2px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.90;
}


.sidebar h2 {
    margin: 10px 0 0 0;
    padding: 11px 0 18px 16px;
    background: url(images/sidebar-tab.png) top left no-repeat;
    font-size: 16px;
    font-family: Arial, Helvetica, Sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    }

.sidebar ul {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    }
    
.sidebar ul li {
    list-style-type: none;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    }

.sidebar ul ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0 0 10px;
    }
    
#tag_cloud div, .widget_tag_cloud div {
    padding: 0px 0 0 20px;
    }
    
.sidebar ul li li {
    padding: 3px 0px 3px 12px;
    margin: 0px;
    background: url(images/arrow.png) left 7px no-repeat;
    border-bottom: 1px dotted #BEBCBC;
    }
    
.sidebar ul li ul li {
    background: url(images/arrow.png) left 7px no-repeat;
    padding: 2px 0px 2px 12px;
    margin: 2px 0;
    border-bottom: 1px dotted #BEBCBC;
    }




#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    color: #373838;
    background: none;
    }
#wp-calendar caption {
    padding: 2px 0 2px 25px;
    text-transform: uppercase;    margin: 2px 0 2px 0;
    background: none;
    }

#wp-calendar td {
    color: #373838;
    font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    letter-spacing: normal;
    padding: 2px 0;
    text-align: center;
    }

#wp-calendar td:hover, #wp-calendar #today {
    background: #9CBB05;
    color: #fff;
    }
    
#wp-calendar {
    empty-cells: show;
    font-size: 14px;
    margin: 0;
    font-weight: bold; 
    width: 100%;
    }

#wp-calendar {
    padding: 0 0 0 20px;
    }
    
/* FOOTER */

#footer {
    background: #50504D;
    padding: 22px;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    }

#footer a {
    color: #FFFFFF;
    } 

#footer a:hover {
    text-decoration: none;
    } 
    
#credits {
    color: #50504D;
    font-size: 11px;
    text-align: center;
    padding: 10px;
    }
        
#credits a {
    color: #50504D;
    text-decoration: none;
    } 
    
/* COMMENTS */

#comments h3 {
    margin-bottom: 10px;    
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    }

#commentform {
    margin: 5px 10px 0 0;
    }
    
#commentform textarea {
    width: 100%;
    padding: 2px;
    }
    
#respond:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
    
#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
    }

.alt {
    margin: 0;
    padding: 10px;
    }

.commentlist {
    padding: 0;
    text-align: justify;
    }

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;

    }
    
.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
    margin: 5px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    margin: 0;
    display: block;
    }

.post_thumbnail {
    margin: 0 10px 10px 0;
    border: 1px solid #E7E8DA;
    background: #fff;
    padding: 6px;
}

.wp-pagenavi {
    clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

/* HELPER */
.text-success
{
	color: #3c763d !important;;
}

.text-warning
{
	color: #8a6d3b !important;;
}

.text-danger
{
	color: #a94442 !important;;
}

.text-bold
{
	font-weight: bold !important;
}

.text-right
{
	text-align: right !important;
}

.f-left
{
	float:left !important;
}

.f-right
{
	float:right !important;
}

.w-50
{
	width: 50% !important;
}


/* BUTTONS */

/* Default */
.button
{
	background-color:#768d87;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:10px 36px;
	text-decoration:none;
}
.button:hover 
{
	background-color:#6c7c7c;
}
.button:active 
{
	position:relative;
	top:1px;
}

.button.button-sm
{
	font-size:14px;
	padding:6px 26px;
}

/* Green */
.button.button-green
{
	background-color:#77b55a;
	border-color:#4b8f29;
}
.button.button-green:hover 
{
	background-color:#72b352;
}

/* Blue */
.button.button-blue
{
	background-color:#599bb3;
	border-color:#29668f;
}
.button.button-blue:hover 
{
	background-color:#408c99;
}

/* Red */
.button.button-red
{
	background-color:#e4685d;
	border-color:#ffffff;
}
.button.button-red:hover 
{
	background-color:#eb675e;
}



/* FORMS */
.form .form-row
{
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.form .form-row .form-label,
.form .form-row .form-widget
{
	display: table-cell;
}

.form .form-row .form-label
{
	width: 30%;
}

.form .form-row .form-label
{
	font-size: 12px;
}

.form .form-row .form-widget input,
.form .form-row .form-widget select
{
	height: 30px;
	width: 100%;
}

.form ul.errors li
{
	color: #a94442;
}






