@charset "utf-8";
/* =====================================================================
*
*    INDEX
*
*    1. Color and Background
*    2. header
*    3. navigation
*    4. contents
*    5. sideBar
*    6. footer
*    7. Comments Style
*    8. Validation Style
*
* =================================================================== */

/* =====================================================================
*    1.Base Color and Background
* =================================================================== */
a         { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover   { color: #388803; text-decoration: underline; }
a:active  { color: #000000; text-decoration: underline; }
/* \*/ a { outline:none; overflow:hidden; } /**/
/* \*/ a:focus { outline:none; overflow:hidden; } /**/

.textBlue {
	color: #006184;
}

.textRed {
	color: #cc3300;
}

body {
	background: #eaefd4 url(./images/mainBg.jpg) no-repeat top center;
	color: #000000;
}

#mainBg {
	background: transparent url(../images/shadowBg.png) repeat-y top center;
}

.sideRight .primary {
	background: transparent url(./images/contentsBgR.gif) no-repeat top left;
}

.sideLeft .primary {
	background: transparent url(./images/contentsBgL.gif) no-repeat top left;
}

.sideRight {
	background: transparent url(./images/sideBgR.gif) repeat-y top right;
}

.sideLeft {
	background: transparent url(./images/sideBgL.gif) repeat-y top left;
}

/* =====================================================================
*    2. header
* =================================================================== */
#header h1 a {
	display: block;
	width: 900px;
	height: 180px;
}

/* =====================================================================
*    3. navigation
* =================================================================== */
#navigation {
	background: transparent url(./images/navigationBg.gif) repeat-x top left;
}

#navigation ul {
	padding: 20px 0px 0px 22px;
}

#navigation ul li {
	display: inline;
	margin-left: 15px;
}

#navigation ul li a {
	line-height: 1.4;
}

#navigation a.current,
#navigation a.current:visited,
#navigation a.current:active { color: #388803; font-weight: bold; text-decoration: none; }

/* =====================================================================
*    4. contents
* =================================================================== */
.primary .contents {
	width: 550px;
}

.sideRight .primary .contents {margin: 52px 0px 0px 65px;}
.sideLeft .primary .contents  {margin: 52px 65px 0px 25px;}

.primary .contents h2 {
	margin-bottom: 15px;
	padding: 3px 0px 3px 5px;
	border-left: solid 10px #f39800;
	font-weight: bold;
}

.primary .contents h3 {
	font-weight: bold;
	margin: 25px 0px 10px;
	padding-left: 7px;
	border-left: solid 10px #cbd688;
	color: #798147;
}

.primary .contents p {
	margin-bottom: 25px;
	line-height: 1.6;
}

.primary .contents ul {
	padding: 20px 0px 20px;
}

.primary .contents ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(./images/iconBody.gif) no-repeat 0px 7px;
}

.primary .contents ol {
	padding: 20px 0px 20px 30px;
}

.primary .contents ol li {
	margin-bottom: 5px;
	list-style-type: decimal;
}

.primary .contents b,
.primary .contents strong {
	color: #cc3300;
}

.primary .contents blockquote {
	margin: 20px 0px;
	padding: 10px 15px 10px;
	background-color: #dddddd;
	border-left: solid 10px #90c31f;
}

.primary .contents table, tr, th, td {
	border: none;
}

.primary .contents table {
	width: 100%;
}

.primary .contents th {
	padding: 10px;
	background-color: #90c31f;
	border-bottom: solid 3px #eeeeea;
	border-right: solid 3px #eeeeea;
	color: #ffffff;
	font-weight: bold;
}

.primary .contents td {
	padding: 10px;
	background-color: #dcdcdc;
	border-bottom: solid 3px #eeeeea;
}

.primary .contents input.textBox {
	width: 330px;
	height: 20px;
}

.primary .contents textarea {
	width: 330px;
	height: 200px;
	resize:none;
}

.primary .contents input.textBox,
.primary .contents textarea {
	padding: 2px;
	background-color: #f6edd9;
	border: solid 3px #b4b4b4;
	font-size: 18px;
	line-height: 1.0;
}

.primary .contents input.textBox:focus,
.primary .contents textarea:focus {
	background-color: #ffffff;
	border: solid 3px #b4b4b4;
}

.primary .contents dl {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: solid 1px #dddddd;
	overflow: hidden;
}

.primary .contents dl dt {
	float: left;
	width: 400px;
}

.primary .contents dl dd {
	float: right;
	width: 150px;
}

.primary .contents dl.entryList {
	border-top: none;
}

.primary .contents dl.entryList dt {
	width: 200px;
}

.primary .contents dl.entryList dd {
	width: 330px;
}

.primary .contents .pointUp {
	width: 538px;
	margin-bottom: 40px;
	background: #ffffff url(./images/pickUpBg.gif) no-repeat top left;
	border: solid 3px #81b213;
}

.primary .contents .pointUp h3 {
	margin: 25px 15px 10px;
	color: #000000;
}
.primary .contents .pointUp p,
.primary .contents .pointUp div,
.primary .contents .pointUp address {
	margin: 0px 15px 10px;
}

.primary .contents .pointUp strong {
	padding: 0px 5px;
	background-color: #f39800;
	color: #ffffff;
}

.categories, .tags {
	margin-bottom: 5px;
}

.new {
	background-color: #388803;
	color: #ffffff;
	margin-left: 5px;
	padding: 1px 3px
}

.entryDate {
	margin-top: 25px;
}

.entryBody {
	margin-top: 20px;
	margin-bottom: 40px;
	line-height: 1.6;
}

.entryBody a         { color: #388803; text-decoration: none; }
.entryBody a:visited { color: #388803; text-decoration: none; }
.entryBody a:hover   { color: #388803; text-decoration: underline; }
.entryBody a:active  { color: #388803; text-decoration: none; }

.entryPaging {
	margin-bottom: 40px;
	text-align: center;
}

.entryPaging a {
	margin: 0px 3px;
	padding: 1px 20px;
	background-color: #f2f2ef;
	border: solid 3px #90c31f;
	text-decoration: none;
}

.entryPaging a:hover {
	background-color: #fefebe;
	border: solid 3px #90c31f;
	color: #000000;
}

.entryPaging span {
	margin: 0px 3px;
	padding: 1px 20px;
	background-color: #f39800;
	border: solid 3px #f39800;
	color: #ffffff;
	font-weight: bold;
}

.entryPaging a span {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: none;
	color: #000000;
}

.entryLinks {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 40px;
	overflow: hidden;
}

.entryLinks .linksNext {
	float: right;
	width: 50%;
	text-align: right;
}

.entryLinks .linksPrev {
	float: left;
	width: 50%;
}

.btnSubmit {
	display: block;
	width: 117px;
	height: 31px;
	margin: 20px auto 0px;
	background-image: url(./images/buttonSubmit.gif);
	background-position: 0px 0px;
	border: none;
	cursor: pointer;
}

.btnSubmit:hover { background-position: 0px -32px; }

.imageBox {
	display: inline;
	float: left;
	width: 200px;
	height: 150px;
	margin: 10px 30px 40px 30px;
	background-color: #e7e7e2;
	border: solid 3px #cdd2c6;
	text-align: center;
	overflow: hidden;
}

.primary .contents dl.imageList {
	border-top: none;
}

.primary .contents dl.imageList dt {
	width: 100px;
	height: 75px;
	background-color: #e7e7e2;
	border: solid 3px #cdd2c6;
	text-align: center;
	overflow: hidden;
}

.primary .contents dl.imageList dd {
	width: 410px;
}

/* =====================================================================
*    5. sideBar
* =================================================================== */
.widgets {
	width: 190px;
	clear: both;
}

.sideRight .widgets {margin: 10px 0px 0px 48px;}
.sideLeft .widgets {margin: 10px 40px 0px 5px;}

.widgets h3 {
	width: 185px;
	background: url(./images/midashiBg.gif) no-repeat top left;
	font-weight: bold;
}

.widgets h3 span {
	display: block;
	height: 35px;
	margin-left: 4px;
	padding-top: 4px;
	color: #ffffff;
}

*:first-child+html body .widgets h3 span { padding-top: 6px; }
* html body .widgets h3 span { padding-top: 6px; }

.widgets ul {
	width: 100%;
	margin: 0px 0px 20px;
}

.widgets ul li {
	margin-bottom: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #b1b1b1;
	background: url(./images/iconSide.gif) no-repeat 0px 1px;
}

*:first-child+html body .widgets ul li { background-position: 0px 2px; }
* html body .widgets ul li { background-position: 0px 2px; }

.widgets ul li h4,
.widgets ul li p {
	line-height: 1.4;
}

.widgets ul li h4 {
	margin-bottom: 8px;
	font-weight: bold;
}

.widgets ul li p {
	margin-bottom: 4px;
}

.widgets li p a         { color: #388803; }
.widgets li p a:visited { color: #388803; }
.widgets li p a:hover   { color: #388803; }
.widgets li p a:active  { color: #388803; }

/* widgets tag */
.widgets div {
	margin: 0px 0px 20px;
}

/* widgets free text*/
.widgets div.textwidget {
	margin: 0px 0px 20px;
	line-height: 1.4;
}

.widgets div.textwidget strong {
	display: block;
}

.widgets div.textwidget address {
	margin-top: 5px;
}

/* widgets searech */
.widgets form {
	width: 185px;
	margin-bottom: 30px;
	overflow: hidden;
}

.widgets form .screen-reader-text {
	display: block;
	float: left;
	width: 35px;
	margin-top: 5px;
}

.widgets form input#s {
	display: block;
	float: left;
	width: 95px;
	height: 20px;
	padding: 2px;
	background-color: #ffffff;
	border: solid 2px #3c97a4;
	font-size: 18px;
	line-height: 1.0;
}

.widgets form input#searchsubmit {
	display: block;
	float: right;
	width: 40px;
	height: 28px;
	background-color: #222222;
	border: solid 2px #000000;
	color: #ffffff;
	cursor: pointer;
}

.widgets form #searchsubmit:hover {
	background-color: #3c97a4;
	border: solid 2px #3c97a4;
}

.widgets select {
	margin: 0px 0px 20px;
}

/* widgets calendar */
#calendar_wrap {
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap table caption {
	text-align: center;
	margin-bottom: 5px;
}

#calendar_wrap table thead th,
#calendar_wrap table tbody td,
#calendar_wrap table tbody td {
	text-align: center;
	padding: 2px;
	border-bottom: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
}

#calendar_wrap table thead th {
	background-color: #222222;
	border-bottom: solid 2px #ffffff;
	color: #eeeeee;
	font-weight: bold;
}

#calendar_wrap table tbody td a {
	font-weight: bold;
}

#calendar_wrap table tbody td {
	background-color: #dddddd;
	border-bottom: solid 2px #ffffff;
}

#calendar_wrap table tbody td.pad {
	background-color: #eeeeee;
	border-bottom: solid 2px #ffffff;
}

#calendar_wrap table tfoot td {
	padding: 5px 2px 5px;
}

#calendar_wrap #today { background-color: #3c97a4; color: #ffffff; }
#calendar_wrap #today a { color: #ffffff; }
#prev { text-align: left; }
#next { text-align: right; }

/* =====================================================================
*    6. footer
* =================================================================== */
#footer {
	background: #efefec url(./images/footerBg.gif) repeat-x top left;
	overflow: hidden;
}

#footer ul {
	display: inline;
	float: left;
	width: 700px;
	margin: 40px 0px 20px 35px;
	padding-left: 15px;
	background: url(./images/iconFooter.gif) no-repeat 0px 3px;
}

#footer ul li {
	display: inline;
	margin-right: 15px;
}

#footer ul li a {
	line-height: 1.4;
}

#footer .rssFeed {
	display: inline;
	float: right;
	width: 31px;
	height: 32px;
	margin: 40px 35px 20px 0px;
	background-image: url(./images/iconFeed.gif);
}

#footer .rssFeed a {
	display: block;
	width: 100%;
	height: 32px;
	cursor: pointer;
}

#footer .copyright {
	margin: 0px 35px 60px;
	text-align: right;
}

/* =====================================================================
*    7. Comments Style
* =================================================================== */
#commentBox, #respond {
	margin-top: 20px;
}

#respond form{
	padding: 0px 0px 40px;
}

#commentBox ol {
	margin: 0px;
	padding: 0px;
}

#commentBox ol li {
	list-style-type: none;
	border-top: dotted 1px #555555;
	margin: 10px 0px 10px;
	padding: 10px 0px 10px;
}

#commentBox ol li ul {
	margin: 0px;
	padding: 10px 0px 0px;
}

#commentBox ol li ul li {
	background: url(./images/iconReturn.gif) no-repeat 0px 15px;
	border-top: dotted 1px #555555;
	margin: 0px;
	padding: 10px 0px 0px 25px;
}

#commentBox .comment-author {
	margin-bottom: 7px;
}

#commentBox .comment-author cite {
	color:#cc3300;
	font-weight: bold;
}

#commentBox .comment-meta {
	margin-bottom: 5px;
}

#commentBox p {
	margin: 0px;
	padding: 5px 0px 5px;
}

#cancel-comment-reply {
	margin-bottom: 5px;
}

#respond label em {
	color:#dd0000;
}

#error_message span {
	display: block;
	margin: 5px 0px 5px;
	color:#FFFFFF;
	background-color: #f39800;
	text-align: center;
}

/* =====================================================================
*    8. Validation Style
* =================================================================== */
div.validationTip {
	background: url(./images/varidationBg.gif) no-repeat left top;
	margin-top: 3px;
	padding-left: 5px;
	font-size: 93%;
}

div.tipInner {
	border-bottom: solid #91641a 3px;
	border-right: solid #91641a 3px;
	-moz-border-radius: 4px;
	padding: 6px 3px 8px;
	color: #FFF;
	background: #f39800;
}

div#dlgmat {
	width: 101.55%; /* for ie6 bug */
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 550;
	background: #000;
}

* html div#dlgmat { /* ie6 */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +'px');
}
	
div#dlg {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	background: #222222;
	border-left: solid 1px #000;
	font-size: 93%;
}

* html div#dlg {	/* ie6 */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (dlgMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

div#dlg span#close {
	display: block;
	width: 21px;
	height: 19px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/dialog_close.gif) no-repeat left top;
	cursor: pointer;
}

div#dlg span#close.hover {
	background: url(../images/dialog_close.gif) no-repeat left -19px;
}

div#dlg div#dlgtop {
	background: #222222;
	border-top: solid 1px #000;
	overflow: hidden;
}

div#dlg div#dlgcont {
	padding: 1.5em 0;
	background: #222222;
	border-right: solid 1px #000;
}

div#dlg div#dlgcont div {
	padding: 0 3.5em;
	color: #FFF;
	font-weight: bold;
}

div#dlg div#dlgcont div span {
	line-height: 1.7;
}

div#dlg div#dlgcont div span strong {
	border-bottom: dotted #f39800 1px;
	background-color: transparent;
	margin: 0px;
	padding: 0 .1em;
	color: #f39800;
}

div#dlg div#dlgbtm {
	background: #222222;
	border-bottom: solid 1px #000;
	overflow: hidden;
}
