/* general //////////////////////////////////////////////////////////////////////////*/

html {
	background: url('../image/html.jpg');
}

body {
	font: 14px georgia, serif;
	color: #555;
	padding-bottom: 50px;
	background: url('../image/body.png') no-repeat center 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	font-weight: normal;
	margin: 25px 0 5px;
	color: #664D0B;
}

h1 {
	font-size: 30px;
	margin-top: 10px;
	color: #454545;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

p {
	margin: 10px 0 5px;
	line-height: 20px;
}

p[align="center"] {
	display: none;
}

a, .highlight {
	color: #664d0b;
}

a:hover, a:active {
	color: #9a7515;
}

.highlight-664d0b {
	color: #664d0b;
}

blockquote {
	background: url('../image/blockquote.gif') no-repeat;
	margin: 15px 0 0 10px;
	padding: 10px 0 0 35px;
	font-style: italic;
}

blockquote .cite {
	text-align: right;
	color: #664d0b;
	font-style: normal;
	font-weight: bold;
	padding-right: 40px;
	background: url('../image/blockquote-cite.gif') no-repeat 100% center;
	padding: 5px 40px 5px 0;
}

#logo {
	position: absolute;
	top: 45px;
	left: 15px;
}

.arrow {
	background: url('../image/arrow.gif') no-repeat;
	padding: 7px 5px 17px 5px;
	font-size: 18px;
	margin: 15px 0 10px;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignnone {
	display: block;
	clear: both;
	margin: 10px auto;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

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

.cta-btn {
	margin: 10px 0;
	text-align: center;
	display: block;
	float: right;
	text-decoration: none;
}

.cta-btn-01 {
	color: #454545;
	background: url('../image/cta-btn-01.gif') no-repeat center center;
	width: 120px;
	padding: 3px 0;
}

.cta-btn-02, #content form .frm-btn {
	color: #664d0b;
	background: url('../image/cta-btn-02.gif') no-repeat center center;
	width: 130px;
	padding: 5px 0;
	font-size: 16px;
	text-transform: lowercase;
}

.cta-btn-03 {
	color: #fff;
	background: url('../image/cta-btn-03.gif') no-repeat center center;
	width: 130px;
	padding: 3px 0;
}

.cta-btn-03:hover {
	color: #fff;
}

#btn-facebook {
	margin-top: 20px;
	float: left;
}

#btn-twitter {
	margin-top: 10px;
	background: url('../image/btn-twitter.gif') no-repeat 30px 100%;
	padding-bottom: 75px;
}




/* div id //////////////////////////////////////////////////////////////////////////*/

#wrapper-top, #wrapper-btm {
	margin: 0 auto;
	overflow: hidden;
	background: url('../image/wrapper-top.png') no-repeat center 100%;
}

#wrapper-btm {
	background: url('../image/wrapper-btm.png') no-repeat center 0;
}

#container {
	
}

#header {
	overflow: hidden;
	background: url('../image/header.jpg') no-repeat 100% 100%;
	height: 180px;
	position: relative;
}

#header-contact {
	overflow: hidden;
	font-size: 18px;
	text-align: right;
	position: absolute;
	margin: 0;
	top: 45px;
	right: 145px;
}

#header-contact, #header-contact a {
	color: #454545;
}

#header-contact a {
	text-decoration: none;
}

#page {
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 50px;
}

#page-content {
	background: #fff;
	overflow: hidden;
	height: 1%;
}

#content {
	overflow: hidden;
}

#content > .post-meta {
	background: #d4d4d4;
	color: #454545;
	padding: 5px;
}

#cycle-home {
	background: url('../image/cycle-home.jpg') no-repeat;
	width: 630px;
	height: 251px;
	position: relative;
}

#cycle-home h1 {
	position: absolute;
	z-index: 1;
	bottom: 25px;
	right: 25px;
	font-size: 30px;
}

#cycle-home h1 > span {
	background: #454545;
	padding: 5px 10px;
	display: inline;
	color: #efd300;
	line-height: 40px;
}

#cycle-home h1 .space {
	width: 10px;
	
}

#cycle-home .content {
	z-index: 0;
	top: 10px;
	left: 10px;
}

#content .col .content {
	height: 197px;
	padding: 10px 21px 10px 10px;
}

#content .col h3 {
	background: #454545;
	color: #efd300;
	font-size: 18px;
	padding: 10px;
	margin: 0 0 5px;
}

#content .col .more {
	text-align: right;
	display: block;
	margin-top: 5px;
}

#content .col-01 {
	background: url('../image/content-col-01.gif') no-repeat;
}

#content .col-02 {
	background: url('../image/content-col-02.gif') no-repeat;
}

#feed .divide h2 {
	background: url('../image/feed-divide-h2.gif') no-repeat 0 center;
	padding: 5px 10px 12px;
	height: 1%;
}

#feed .divide h2 a {
	color: #454545;
	text-decoration: none;
	display: block;
}

#feed .divide h2 a:hover {
	color: #664d0b;
}

#feed .divide .post-meta {
	background: url('../image/feed-divide-post-meta.gif') repeat-x 0 100%;
	margin: 0;
	padding-bottom: 5px;
	position: relative;
	bottom: 10px;
}

#feed .divide p {
	margin: 0;
}

#feed .divide .more {
	text-align: right;
}

#sidebar {
	overflow: hidden;
}

#sidebar h3 {
	margin: 0 0 10px;
}

#sidebar .divide-01 {
	background: url('../image/sidebar-divide-01.gif') no-repeat;
	padding: 20px 30px 10px 20px;
	height: 236px;
}

#sidebar .divide-02, #sidebar .divide-04 {
	background: url('../image/sidebar-divide-02.gif') no-repeat;
	height: 255px;
}

#sidebar .divide-04 {
	height: 165px;
	background-image: url('../image/sidebar-divide-04.gif');
	margin-bottom: 20px;
}

#sidebar .divide-02 h4, #sidebar .divide-04 h4 {
	color: #efd300;
	padding: 5px 0 0 17px;
	background: url('../image/sidebar-divide-02-h3.gif') no-repeat 140px 7px;
	margin-top: 0;
}

#sidebar .divide-02 .cta-btn, #sidebar .divide-04 .cta-btn {
	margin-right: 10px;
}

#sidebar .divide-03 h3 {
	background: url('../image/sidebar-divide-03-h3.gif') no-repeat;
	margin: 0;
	padding: 20px 0 0 10px;
	height: 1%;
}

#sidebar .divide-03 {
	background: url('../image/sidebar-divide-03.gif') no-repeat center 100%;
	padding: 0 0 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

#sidebar .divide-03 .content {
	padding: 0 10px 10px;
	border: #bebebe solid 0;
	border-width: 0 1px;
	overflow: hidden;
	height: 1%;
}

#sidebar .divide-03 .content h4 {
	margin-top: 15px;
	font-size: 16px;
}

#footer {
	overflow: hidden;
	padding-top: 20px;
}

#footer .top {
	overflow: hidden;
	height: 260px;
}

#footer .top .omega .content {
	padding: 20px 20px 0;
}

#footer .top h5 {
	padding-left: 10px;
}

#footer .top h5, #footer .top h6 {
	margin: 0;
}

#footer .btm {
	overflow: hidden;
	line-height: 22px;
	text-transform: lowercase;
	font-size: 12px;
}

#footer .btm h6 {
	font-size: 14px;
	font-weight: bold;
	color: #454545;
}

#footer .btm > ul {
	padding-left: 10px;
}

#footer .btm > ul > li {
	float: left;
	display: inline;
	padding: 0 25px;
	max-width: 160px;
	margin-right: 10px
}

#footer .btm a {
	color: #555;
	text-decoration: none;
}





/* div class //////////////////////////////////////////////////////////////////////////*/

.divide {
	overflow: hidden;
}

.paginate {
	overflow: hidden;
	margin-top: 30px;
	font-size: 18px;
}

.paginate a {
	margin: 0 6px 0 5px;
}

.fancybox {
	overflow: hidden;
	margin: 20px 0;
}

.fancybox a img {
	float: left;
	margin: 0 10px 10px 0;
	border-color: #fff;
}

.youtube {
	width: 480px;
	margin: 20px auto;
}

.youtube p {
	margin: 10px 0 0;
}




/* list //////////////////////////////////////////////////////////////////////////*/

#nav {
	float: left;
	font-size: 18px;
	width: 770px;
	position: absolute;
	bottom: 0;
	left: 25px;
}

#nav li {
	display: inline;
	background: url('../image/nav-li.gif') no-repeat 100% center;
	float: left;
}

#nav li a {
	float: left;
	color: #454545;
	padding: 19px 8px;
	text-align: center;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active, #nav .current a {
	color: #664d0b;
	background: url('../image/nav-current-a.gif') no-repeat center 100%;
}

#nav .last {
	background: no-repeat;
}

#nav .last a {
	margin-right: 0;
}

#content ul {
	line-height: 20px;
	padding-left: 10px;
}

#content ul li {
	padding-left: 10px;
	background: url('../image/icon-ul-li-01.gif') no-repeat 0 8px;
	height: 1%;
}

#content .col ul li a {
	color: #818080;
}

#content .col-02 ul li {
	background: url('../image/icon-ul-li-02.gif') no-repeat 0 7px;
	padding-left: 12px;
}

#sidebar .divide-02 ul, #sidebar .divide-04 ul {
	font-size: 16px;
	line-height: 22px;
	padding-left: 10px;
	margin-top: 15px;
}

#sidebar .divide-02 ul li, #sidebar .divide-04 ul li {
	background: url('../image/sidebar-divide-02-ul-li.gif') no-repeat 0 7px;
	padding-left: 12px;
}

#sidebar .divide-blog {
	height: 200px;
	background-image: url('../image/sidebar-divide-blog.gif');
	margin-bottom: 20px;
}




/* form //////////////////////////////////////////////////////////////////////////*/

#frm-search {
	width: 260px;
	background: #eee288;
	overflow: hidden;
	position: absolute;
	top: 70px;
	right: 140px;
}

input, textarea, select {
	color: #454545;
	font: 14px georgia, serif;
	padding: 8px 10px;
	width: 210px;
	float: left;
	background: none;
}

.inactive {
	color: #454545;
	font-style: italic;
}

.field {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	height: 1%;
}

#frm-search .frm-btn {
	float: right;
	background: url('../image/frm-search-btn.gif') no-repeat center center;
	width: 30px;
	height: 30px;
}

#frm-contact h3 {
	margin-top: 0;
}

#frm-contact img {
	display: block;
	margin: 20px auto 0;
}

#frm-contact #btn-facebook {
	margin: 15px 0 0;
}

#frm-contact #btn-facebook img {
	margin: 0;
}

.frm-btn {
	cursor: pointer;
}

.frm-btn input, #frm-search .frm-btn {
	float: right;
	cursor: pointer;
}

#content form {
	overflow: hidden;
	margin: 20px 0;
}

#content label {
	float: left;
	display: block;
	color: #664d0b;
}

#content .wpcf7-form-control-wrap {
	float: right;
}

#content input, #content textarea, #content select {
	border: #a6a6a6 solid 1px;
	padding: 2px 5px;
	float: right;
}

#content .frm-btn {
	float: right;
	border: none;
}

#content .wpcf7-validation-errors {
	border-color: #dc320a;
}

#content .wpcf7-mail-sent-ok {
	border-color: #efd300;
}

#content .wpcf7-not-valid-tip {
	position: static;
	float: right;
	width: 170px;
	border: none;
	clear: both;
	font-size: 12px;
	color: #dc320a;
	text-align: right;
}

#frm-paypal-donate input {
	width: auto;
	float: none;
	display: block;
}

#frm-paypal-donate p {
	margin: 0 0 20px;
	font-style: italic;
}















