﻿/*
Theme Name: Light
Theme URI: http://www.hablogs.com/demo/index.php?wptheme=Light
Description: This Wordpress theme will light up your day!
Tags: Clean, White, Nice, Widget ready, three columns, professional, widgets
Version: 1.0
Author: Elad Domb
Author URI: http://wordpress.reviewitonline.net
*/

/***************************************************/
* {
	font-family: arial;
	color: #000;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	text-decoration: none;
	white-space: normal;
	vertical-align: baseline;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}
/***************************************************/
body {
	background: #fff url(images/bg.gif) repeat-x top;
	text-align: center;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	width: 980px;
	height: 173px;
}
/***************************************************/
#pagenav {
	float: left;
	width: 627px;
	height: 35px;
}

#pagenav ul {
	float: left;
	padding-top: 3px;
	padding-left: 20px;
	height: 25px;
}

#pagenav ul li {
	float: left;
	height: 25px;
	text-align: center;
	margin-right: 10px;
}

#pagenav ul li a {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 25px;
	height: 25px;
	font-size: 15px;
	letter-spacing: -1px;
	color: #aaa;
	font-weight: bold;
}

#pagenav ul li a:hover {
	color: #666;
	background: #ddd;
}

#pagenav ul li.current_page_item a {
	color: #fff;
	background: #00a8ee;
}

/***************************************************/
#searchform {
	float: left;
	width: 333px;
	height: 35px;
	margin-right: 20px;
}

#searchform form {
	float: right;
	display: inline;
	background: url(images/ico-search.png) no-repeat;
	background-position: left 3px;
	width: 333px;
	height: 30px;
}

#searchform fieldset {
	float: right;
	display: inline;
	padding-top: 3px;
	height: 30px;
}

#searchform label {
	vertical-align: middle;
	color: #666;
	font-weight: bold;
	font-size: 11px;
}

#searchform input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
}

#searchinput {
	width: 177px;
	height: 26px;
	padding-left: 6px;
	padding-top: 0px;
	padding-right: 6px;
	background: url(images/search-input.png) no-repeat;
	color: #999;
}

#searchbutton {
	width: 35px;
	height: 25px;
	line-height: 1.4em;
	background: url(images/search-button.png) no-repeat;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
/***************************************************/
/* Search form CSS */
form#srcform {
	background: #EEE;
	padding: 10px;
}

form#srcform fieldset {
}

form#srcform input {
	vertical-align: middle;
	font-size: 11px;
}

form#srcform #srcinput {
	padding: 4px;
	width: 250px;
	background: #FFF;
	color: #333;
	font-weight: normal;
	border: 1px solid #ddd;
}

form#srcform #srcbutton {
	padding: 2px;
	width: 50px;
	background: #aaa;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
/***************************************************/
#logo {
	float: left;
	display: inline;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 0px;
	width: 492px;
	height: 86px;
}

#logo h1 {
	padding-top: 0px;
	font-size: 22px;
	font-weight: bold;
}

#logo h1 a {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #366799;
}

#logo h1 a:hover {
	color: #444;
}

div.description {
	color: #999;
	font-size: 11px;
	line-height: 1.1em;
	margin-left: 20px;
}

ul.listcat {
	margin-top: 12px;
	margin-left: 12px;
}

ul.listcat li {
	float: left;
	display: inline;
	margin-right: 1px;
}

ul.listcat li a {
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	font-size: 15px;
	font-weight: bold;
/*	color: #366799; */
	color: #0028E6;
	line-height: 22px;
	height: 22px;
	display: block;
}

ul.listcat li a:hover {
	background: #fffff4;
	color: #333;
}
/***************************************************/
/* IEなど、CSSメディアクエリ非対応ブラウザ向け */
#outer{
	clear:both; /* doubt */

	border:solid white 0px;
	/*/*/ border-left-width: 225px ; /* left column width. NN4 hack to hide borders */
	border-left-color: #fff;  /* left column colour */
	border-left-style: solid;
	/*/*/ border-right-width: 235px;/* right column width. NN4 hack to hide borders */
	border-right-color: #fff; /* right column colour */
	border-right-style: solid;
	/*background: #f9f9e5;*/ /* center column colour */
	width: auto;
}

/* CSSメディアクエリ対応ブラウザ向け */
/* 横幅860+420+400x2px以上は3段組以上構成 */
@media screen and (min-width: 1660px) {

#outer{
	clear:both; /* doubt */

	border:solid white 0px;
	/*/*/ border-left-width: 225px ; /* left column width. NN4 hack to hide borders */
	border-left-color: #fff;  /* left column colour */
	border-left-style: solid;
	/*/*/ border-right-width: 235px;/* right column width. NN4 hack to hide borders */
	border-right-color: #fff; /* right column colour */
	border-right-style: solid;
	width: 1176px;
}

}

/* 横幅860+420+400x1px以下は2段組構成 */
@media screen and (min-width: 1230px) and (max-width: 1659px) {

#outer{
	clear:both; /* doubt */

	border:solid white 0px;
	/*/*/ border-left-width: 225px ; /* left column width. NN4 hack to hide borders */
	border-left-color: #fff;  /* left column colour */
	border-left-style: solid;
	/*/*/ border-right-width: 235px;/* right column width. NN4 hack to hide borders */
	border-right-color: #fff; /* right column colour */
	border-right-style: solid;
	width: 784px;
}

}

/* 横幅240+392x2+250px 860+420px以下は1段組構成 */
@media screen and (max-width: 1229px) {

#outer{
	clear:both; /* doubt */

	border:solid white 0px;
	/*/*/ border-left-width: 225px ; /* left column width. NN4 hack to hide borders */
	border-left-color: #fff;  /* left column colour */
	border-left-style: solid;
	/*/*/ border-right-width: 235px;/* right column width. NN4 hack to hide borders */
	border-right-color: #fff; /* right column colour */
	border-right-style: solid;
	width: 392px;
}

}

#outer4single{
	clear:both; /* doubt */

	border:solid white 0px;
	/*/*/ border-left-width: 225px ; /* left column width. NN4 hack to hide borders */
	border-left-color: #fff;  /* left column colour */
	border-left-style: solid;
	/*/*/ border-right-width: 235px;/* right column width. NN4 hack to hide borders */
	border-right-color: #fff; /* right column colour */
	border-right-style: solid;
	width: 540px;
}

#inner{
	margin:0;
	width:100%;
	min-width: 382px;
	background: #f9f9e5;
}

#sidebar-left {
	display: block;
	float: left;
	width: 210px;
	margin-left: -220px;
}

#sidebar-right {
	display: block;
	float: right;
	width: 225px;
	margin-right: -235px;
}

#maincol {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	background: #fff;
}

#column {
	display: block;
	width: 100%;
	margin: 0;
	background: #fff;
}

/**#column h1, #column h2, #column h3, #column h4, #column h5, #column h6 {
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0;
}*/

#column h1 {
	letter-spacing: -1px;
	font-size: 20px;
	color: #366799;
}

#column .column-header {
	letter-spacing: 0px;
	font-size: 18px;
	color: #000;
/*	color: #366799; */
/*	border:1px solid #FF9000;*/
	border:1px solid #509050;
	padding: 10px 10px 10px 10px;
	margin-right: 10px;
/*	background: #FFA000; */
/*	background: #FFD060; */
	background: #DDFFBB;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

#grid-content {
	float: left;
	display: block;
	background: #fff;
}

.grid-post {
	float:left;
	display: inline;
	margin-bottom: 15px;
	margin-right: 9px;
	width: 380px;
	height: 300px;
	overflow: hidden;
	
	line-height:18px;
	border:1px solid #BBB;
	color:#333;
	/*-webkit-box-shadow: 2px 2px 4px rgba(153, 153, 153, 0.4);
	-moz-box-shadow: 2px 2px 4px rgba(153, 153, 153, 0.4);
	box-shadow: 2px 2px 4px rgba(153, 153, 153, 0.4); */
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

.grid-post a {
	display: block;
	color: #001486;
	font-weight: bold;
}

.grid-post a:hover {
	color: #000;
/*	color: #444; */
}

.grid-post .date {
	height: 21px;
	background: #fff;
	border-top: 1px dotted #ddd;
	padding-right: 5px;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}

.grid-post .date a {
	display: inline;
}

.grid-post-search {
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 10px;
	width: 400px;
	height: 300px;
	overflow: hidden;
}

.grid-post-search a {
	color: #000;
/*	color: #0000FF; */
/*	color: #0028E6; */
/*	color: #2657C0; */
	font-weight: bold;
}

.grid-post-search a:hover {
	color: #00F;
/*	color: #444; */
}

.grid-entry {
	background: #FFF;
	height: 278px;
	overflow: hidden;
}

.grid-entry h2 {
	display: block;
	height: 52px;
	overflow: hidden;
	background: #EEEEEE;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 5px;
/*	line-height: 1.3em; */
	line-height: 28px;
	font-size: 21px;
	letter-spacing: -1px;
}

.grid-content a {
	display: table-cell;
	width: 380px;
	height: 217px;
	text-align: center;
	vertical-align: top !important;
	padding: 0;
	margin: 0;
}

.grid-info {
	background: #fff;
	border-bottom: 1px dotted #ddd;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
}

.post {
	float: left;
	display: inline;
	margin-top: 10px;
	width: 540px;
	/*height: 400px;
	overflow: hidden;*/
}

.post a {
	color: #0000FF;
	font-weight: bold;
}

.post a:hover {
	color: #000;
/*	color: #444; */
}

.post-top {
	width: 540px;
	height: 10px;
}

.post-bottom {
	width: 540px;
	height: 10px;
}

.entry {
	background: #FFF;
}

.entry h2 {
	display: block;
	background: #efe;
	margin: 0px 15px 0px 15px;
	padding: 12px 15px 12px 15px;
	line-height: 1.35em;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	border-top: 1px dotted #aff;
	border-left: 1px dotted #aff;
	border-right: 1px dotted #aff;
	border-bottom: 1px dotted #aff;

}

.entry h2 a {
	display: block;
	background: #EEEEEE;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.35em;
	font-size: 20px;
	letter-spacing: 0px;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.entry .date {
	display: block;
	text-align: right;
	margin-left: 0px;
	margin-right: 15px;
	color: #ccc;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 0.8em;
	line-height: 1.3em;
}

/********* CSS For Social Box ***************/
.socialbox {
	width: 225px;
	height:210px;
	overflow: hidden;
}

.socialbox .row {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.7em;
	border: 0px;
	padding: 0px 0px 0px 3px;
	width: 205px;
	height:64px;
	background: #fff;
	overflow: hidden;
}

.socialbox img {
	margin-right:5px;
}

.socialbox .line {
	border-bottom: 1px solid #bbb;
	margin-top:3px;
	margin-bottom:5px;
	width: 100%;
	height: 0px;
}

/********* CSS For Social Header ***************/
.socialbar {
	width: 100%;
	height: 21px;
	background: #fff;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
}

.socialbar * {
	vertical-align: middle !important;
	display: inline;
}

.socialbar .hatena {
	margin-right: 10px;
}

.socialbar .twitter {
	display: inline;
	margin-right: -10px;
}

.socialbar .facebook {
	margin-left: -10px;
}

.socialbar .gplus1 {
	margin-right: -10px;
}

.socialbar .grow {
	margin-right: 0px;
}

/* delete after 2012/2 */
.social {
	width: 100%;
	background: #fff;
	text-align: right;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
}

.social .social-hatena {
	display: inline;
	margin-right: 10px;
}

.social .social-twitter {
	display: inline;
	margin-right: 0px;
}

.social .social-gplus1 {
	display: inline;
	margin-right: 0px;
}

.social .social-facebook {
	vertical-align: top !important;
	display: inline;
}

/********* CSS For Post Info Below Header ***************/
.info {
	background: #fff;
	/*border-top: 1px dotted #ddd; */
	border-bottom: 1px dotted #ddd;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
}

/*.info*/ .cat {
	float: right;
	color: #aaa;
}

.info .comments {
	float: right;
}

/*.info*/ .tags_atinfo {
	display: inline;
	float: left;
	font-weight: bold;
	line-height: 26px;
	color: #666;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 15px;
	text-align: left;
	font-size: 12px;
}

.tags_atinfo a {
	display: inline;
	font-weight: normal;
}

/*.info*/ .cat a {
	display: inline;
	line-height: 26px;
	background: url(images/ico-date.gif) no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
}

.info .comments a {
	line-height: 26px;
	background: url(images/ico-comment.gif) no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
}
/********* CSS For Article CONTENT ***************/
.content {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.7em;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.content p {
	font-size: 15px;
	line-height: 1.7em;
	margin: 0px 0px 10px 0px;
	padding: 0;
	overflow: hidden;
}

.content .more-link {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.content h1 {
	letter-spacing: -2px;
	font-size: 20px;
	color: #366799;
}

.content h2 {
	padding: 0.3em 12px;
	background-color:#EEE;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 8px solid #00f;
/*	letter-spacing: -1px; */
	font-size: 18px;
/*	color: #5a94bd; */
}

.content h3 {
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.content h4 {
	padding: 0.3em 12px;
	background-color:#EEE;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 8px solid #66f;
	font-size: 15px;
	font-weight: bold;
}

.content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.content h6 {
	font-size: 11px;
	font-weight: bold;
}

/* CSS for UL/OL lists */
.content ol {padding-left: 20px;}
.content ul {margin: 5px 5px 10px 5px;}
.content ol {margin: 5px 5px 10px 5px;}
.content ul ul {margin: 5px 5px 5px 5px;}
.content ol ol {margin: 5px 5px 5px 5px;}

.content ol li {
	line-height: 1.7em;
	color: #000;
	margin-bottom: 5px;
	font-size: 15px;
}

.content ul li {
	line-height: 1.7em;
	color: #000;
/*	background: url(images/bullet.gif) no-repeat; */
/*	background-position: left 6px; */
	list-style-type: square;
	padding-left: 0px;
	padding-right: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 15px;
}

.content table {
	color: #000;
	background: #f0f0f0;
	margin: 10px 15px 10px 15px;
	font-size: 12px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

.content table td{
	line-height: 1.2em;
	color: #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

/* End CSS for UL/OL lists */

/* Additional post tags */
blockquote {
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 1px;
/*	background: #f7fcea url(images/blockquote.png) no-repeat; */
	background: #f0f8ca;
/*	background-position: 8px 8px; */
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

blockquote p {
/*	font-family: georgia, arial; */
	line-height: 1.5em;
	font-size: 15px;
	color: #354550;
}

blockquote * {
/*	font-family: georgia, arial; */
	line-height: 1.5em;
	font-size: 15px;
	color: #354550;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

code {
	color: #999;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
}
/* Thanks! */

.tags {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	line-height: 2em;
	color: #bbb;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	font-size: 11px;
}

.tags a {
	font-weight: normal;
	color: #6792ab;
	text-transform:lowercase;
}

.tags a:hover {
	color: #ff9600;
}

/***************************************************/

.wp-pagenavi {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
	font-size: 13px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	background-color:#EEE;
}

.wp-pagenavi .pages {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
	text-transform: uppercase;
}
.wp-pagenavi .current {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
        margin-right: 1px;
        margin-left: 2px;
	background-color:#509050;
	color: #fff;
}
.wp-pagenavi a {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
        margin-right: 1px;
        margin-left: 2px;
}

.wp-pagenavi a:hover {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
        margin-right: 1px;
        margin-left: 2px;
	background-color:#AAA;
}

/***************************************************/
.navigation {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
        margin-right: 15px;
	font-size: 12px;
	line-height: 1.2em;
/*	text-transform: uppercase; */
/*	font-weight: bold; */
}

.navigation a {
	color: #333;
}

.navigation a:hover {
	color: #ff9000;
}

.navleft {
	float: left;
	width: 48%;
}

.navright {
	float: right;
	width: 48%;
	text-align: right;
}

.naviback {
}

.naviback a {
	display: block;
	height: 25px;
	background: #DDFFBB;
	padding: 16px 7px 7px 7px;
	margin-right: 10px;
	border:1px solid #509050;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color: #000;
	text-align: center;
	vertical-align: middle !important;
	font-size: 18px;
	font-weight: bold;
}

/***************************************************/
.box {
	width: 202px;
	margin-top: 10px;
}

.box h2 {
	margin-top: 20px;
	display: block;
	width: 210px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 22px;
	background: #bbb;
	color: #000;
	line-height: 22px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
}
/***************************************************/
.ads-200 {
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	border: 1px solid #bbb;
	background: #FFF;
}

.ads-200 a {
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: left;
}

.ads-200 a:hover {
	background:#f9ffe6
}

.ads-200 a img {
	display: block;
	padding: 0px 0px 7px 0px;
}

.ads-200 a .ads-desc {
	display: block;
	padding: 0px 3px 5px 5px;
	font-size: 12px;
	line-height: 1.4em;
}

.ads-200 a .ads-item {
	display: block;
	padding: 0px 3px 5px 5px;
	font-size: 12px;
	color: #366799;
	line-height: 1.4em;
	text-align: left;
}

.ads-336x280 {
	display: block;
	overflow: hidden;
	height: 280px;
	width: 336px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.ads-160x600 {
	display: block;
	height: 600px;
	/*width: 160px; */
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.ads-300 {
	display: block;
	height: 250px;
	width: 300px;
	text-align: left;
	margin: 0px 0px 0px 20px;
}

/***************************************************/
.subscribe {
	padding: 10px;
	border: 1px solid #eee;
	background: #fffff9;
}

.rssfeed {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 5px;
}

.rssfeedlinks {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	font-size: 11px;
}

.rssfeedlinks a {
	float: left;
	font-weight: bold;
	background: url(images/rss.png) no-repeat left;
	padding-left: 22px;
	line-height: 1.5em;
	color: #366799;
	margin-right: 40px;
}

.rssfeedlinks a:hover {
	color: #ff9600;
	line-height: 1.5em;
}

.subscribe form {
	display: inline;
}

.subscribe fieldset {
	display: inline;
}

.subscribe input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
}

#rssinput {
	width: 300px;
	height: 16px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
}

#rssinput:focus {

}

#rssbutton {
	background: #ff9000;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.7em;
	font-weight: bold;
	cursor: pointer;
	height: 20px;
}

#rssbutton:hover {background: #ff3000}
/***************************************************/
.tabs {
	margin-top: 15px;
	width: 210px;
	overflow: hidden;
	margin-left: 0px;
}

.tabs li {
	float: left;
	display: inline;
	margin-left: 1px;
	margin-bottom: 2px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
}

.tabs li a {
	float: left;
	display: block;
	color: #000;
	font-weight: bold;
	border-top: 4px solid #FFF;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 26px;
	height: 26px;
	background: #bbb;
}

.tabs li a:hover {
	display: block;
	background: #aaa;
}

.tabs li a.selected {
	display: block;
/*	background: #99FF33;
	color: #FFF; */
	background: #DDFFBB;
	border-left: 2px solid #509050;
	border-right: 2px solid #509050;
	border-top: 2px solid #509050;
	border-bottom: 2px solid #509050;

}

/***************** CSS For TAB Content *******************/
.tabcontent a, .tabcontent a strong {
	color: #001477;
/*	color: #366799; */
	line-height: 1.2em;
}

.tabcontent a:hover, .tabcontent a:hover strong {
	color: #000;
/*	color: #444; */
}

/*
.tabcontent ul {
	list-style-type: square;
	margin-left: 20px;
}

.tabcontent ul li {
	border-bottom: 1px dotted #ddd;
	color: #000;
	line-height: 1.0em;
	font-size: 14px;
	padding: 3px;
}

.tabcontent ul li:hover {background:#f9ffe6}

.tabcontent ul li a {
	color: #0000FF;
	line-height: 1.1em;
}

.tabcontent ul li a:visited {
	color: #8844E6;
}
.tabcontent ul li a:hover {
	color: #000;
}

.tabcontent ul li span {
	display: block;
	color: #999;
}
*/

.sidebar .imglink {
	margin-bottom: 12px;
	position: relative;
	width: 200px;
	height: 100px;
	border: 0;
}

.sidebar .imglink dt {
	position: absolute;
	z-index: 2;
	width: 200px;
	height: 100px;
	margin: 0 !important;
	padding: 0 !important;
	left: 0;
	top: 0;
}

.sidebar .imglink dd {
	display: block;
	position: absolute;
	z-index: 5;
	width: 188px;
	height: 38px;
/*	overflow: hidden; */
	left: 0;
	bottom: 0;
	border: 0;
	margin: 0 !important;
	padding: 6px !important;
	text-align: left;
	font-size: 13px;
	
/*	background-color: rgba(80, 144, 80, 0.8); */

/*	background-color: rgba(221, 255, 187, 0.8);
	background-color: #DFB\9;*/ /* IE8 and below */

	background-color: rgba(0, 0, 0, 0.7);
	background-color: #333\9; /* IE8 and below */
/*	background-color: rgba(200, 235, 200, 0.8); */
}

.sidebar .imglink dd a {
	display: block;
	width: 188px;
	height: 38px;
	overflow: hidden;
	margin: 0 !important;
	line-height: 1.5em;
	color: #fff;
	font-weight: bold;
/*	background-color: rgba(221, 255, 187, 0.8); */
}

.sidebar .imglink dd a:hover {
	display: block;
	width: 188px;
	height: 38px;
	overflow: hidden;
	margin: 0 !important;
/*	text-shadow: 1px 1px 1px white; */
	color: #fff;
	font-weight: bold;
	background-color: rgba(0, 0, 0);
	background-color: #000; /* IE8 and below */
/*	background-color: rgba(80, 144, 80, 0.8); */
/*	background-color: rgba(221, 255, 187, 0.8); */
}

/***************** CSS For TAB Content *******************/
@media print {
	.tabcontent {
	display: block !important;
	}
}
/***************************************************/
#sidebar-right .tagcloud {
/*	line-height: 1.8em; */
	padding: 1px 13px 0px 10px;
}

#sidebar-right .tagcloud a {
	background :#EFE;
	line-height: 1.9em;
/*	margin: 0px 10px 5px 0px; */
	border-left: 1px solid #6B99b8;
	border-right: 1px solid #6B99b8;
	border-top: 1px solid #6B99b8;
	border-bottom: 1px solid #6B99b8;
	padding: 1px 3px 1px 3px;
}
/***************************************************/
.sidebar {
	float: left;
	margin-right: 0px;
	font-size: 14px;
}

.sidebar a ,
.sidebar a span {
/*	color: #366799; */
/*	color: #0028E6; */
	color: #001477;
}

.sidebar a:hover {
	color: #000;
	background:#f9ffe6;
}

.sidebar h2 {
	margin-top: 10px;
	display: block;
/*	background: #FFD060;*/
/*	background: #DDFFBB; */
	background: #3B5998;
/*	width: 211px;*/  /* 225-14 */
	width: 100%;
	/*border-left: 12px solid #99FF33;*/
/*	border-left: 12px solid #509050;
	border-right: 2px solid #509050;
	border-top: 2px solid #509050;
	border-bottom: 2px solid #509050; */
	border-left: 12px solid #6B99b8;
	border-right: 2px solid #6B99b8;
	border-top: 2px solid #6B99b8;
	border-bottom: 2px solid #6B99b8;
	height: 26px;
/*	color: #000; */
	color: #FFF;
	line-height: 26px;
	font-weight: bold;
	text-indent: 20px;
	font-size: 14px;
	margin-bottom: 5px;
}

#sidebar-left h2 {
	width: 190px;  /* 225-14 */
}
#sidebar-right h2 {
	width: 210px;  /* 225-14 */
}

/***********************************************/

.sidebar ul ul {
}

.sidebar ul ul ul {
}

.sidebar ul li ul li {
	display: block;
/*	color: #0028E6; */
	margin-bottom: 1px;
	padding: 4px;
	border-bottom: 1px solid #eee;
}

.sidebar ul li ul li a {
	display: block;
/*	color: #0028E6; */
	line-height: 1.6em;
/*	border-left: 5px solid #ddd; */
}

/*.sidebar ul li ul li a:hover {
	border-left: 5px solid #ff9000;
}*/


/***************************************************/
/*.wpp_side ul {
}

.wpp_side ul li  {
	margin-bottom: 1px;
	padding: 4px;
	border-bottom: 1px solid #eee;
}
*/
.sidebar .wpp-post-title,
.wpp_side .wpp-post-title {
	display: block;
/*	color: #0028E6; */
/*	line-height: 1.7em; */
	margin-bottom: 1px;
	text-align:left;
}
/*
.sidebar .wpp-post-title:hover,
.wpp_side .wpp-post-title:hover {
	color: #000;
	background:#f9ffe6;
} */

.wpp_side .post-stats,
.sidebar .post-stats {
	display: block;
	text-align: right;
}
/***************************************************/
.similarposts {
	margin: 0px 15px 0px 15px;
}

.similarposts h2 {
/*	background-color:#FEB; */
	background-color:#3B5998;
	color: white;
	margin-bottom: 10px;
/*	border-top: 2px solid #FF9000;
	border-right: 2px solid #FF9000;
	border-bottom: 2px solid #FF9000;
	border-left: 12px solid #FF9000; */
	border-top: 2px solid #6B99b8;
	border-right: 2px solid #6B99b8;
	border-bottom: 2px solid #6B99b8;
	border-left: 12px solid #6B99b8;
	padding: 0.3em 12px;
	text-indent: 10px;
	font-size: 15px;
	font-weight: bold;
}

.similarposts ul {
	margin: 0px 0px 0px 25px;
	list-style-type: square;
}

.similarposts ul li {
	margin: 0px 0px 10px 0px;
}

.similarposts ul li a {
	color: #001486;
	font-size: 15px;
	line-height: 1.5em;
	/*margin: 0px 0px 0px 0px; */
	/*padding: 0; */
	/*overflow: hidden; */
}

/***************************************************/
#footer {
	margin-top: 20px;
	width: 100%;
	background: #deeeef;
	border-top: 5px solid #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footercontent {
	width: 980px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}

#footercontent ul {
	float: left;
	margin-bottom: 10px;
}

#footercontent ul li {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dotted #bbb;
	line-height: 1.5em;
}

#footercontent ul li a {
	float: left;
	display: block;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1.5em;
}

#footercontent ul li a:hover {
	color: #333;
	line-height: 1.5em;
	background: #fff;
}

.copyright {
	float: right;
	color: #999;
	line-height: 1.5em;
	font-size: 11px;
}

.copyright a {
	font-weight: bold;
	border-bottom: 1px dotted #b5f001;
	line-height: 1.5em;
	color: #666;
}

.copyright a:hover {
	color: #333;
	line-height: 1.5em;
}

.rss {
	float: left;
	font-size: 11px;
}

.rss a {
	float: left;
	display: block;
	font-weight: bold;
	background: url(images/rss.png) no-repeat left;
	padding-left: 25px;
	line-height: 1.5em;
	color: #366799;
	margin-right: 25px;
}

.rss a:hover {
	color: #333;
	line-height: 1.5em;
}

.property {
	float: right;
	color: #366799;
	line-height: 1.5em;
	font-size: 11px;
}

.property a {
	font-weight: bold;
	color: #366799;
}

.property a:hover {
	text-decoration: underline;
}
/***************************************************/
/* CSS for Search Results Only Optional */
.result {
	border-top: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}

.result h3 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	padding:0;margin:0;
	line-height: 1em;
}

.result h3 a {
	display: block;
	background: #EEEEEE;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.3em;
	font-size: 20px;
	letter-spacing: -1px;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.result .rdate {
	float: left;
	line-height: 2em;
	color: #aaa;
}

.result .rcomment {
	float: right;
	line-height: 1.5em;
	color: #aaa;
	font-weight: bold;
}

.result .rcomment a {
	color: #366799;
}

.result .rcomment a:hover {
	color: #ff9600;
}

.result .rsummary {
	line-height: 1.7em;
}

.result .rsummary p {
	font-size: 15px;
	margin:0;
	padding:0;
}

.result .rcat {
	float: left;
	line-height: 2em;
	color: #aaa;
}

.result .rcat a {
	color: #999;
	font-weight: bold;
}

.result .rcat a:hover {
	color: #ff9600;
}

.result .rtags {
	float: right;
	line-height: 2em;
	color: #aaa;
}

.result .rtags a {
	color: #999;
	text-transform: lowercase;
}

.result .rtags a:hover {
	color: #a2d700;
}
/***************************************************/
/*           Commenting System CSS        */
#combox {
	border-top: 5px solid #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

h3#respond {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ddd;
}

h3#comments {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ddd;
}

ol.commentlist {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 5px solid #ff9000;
}

ol.commentlist li {
	background: #f8fcef;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 20px;
}

ol.commentlist li.alt {
	background: #FFF;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 20px;
}

.avatar {
	float: left;
	display: inline;
	width: 32px;
}

.avatar img {	border: 3px solid #ddddd4}

.commentbody {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 410px;
}

.commentbody em {
	font-size: 11px;
}
/***************************************************/
p.comment_author, p.comment_author a {
	font-weight: bold;
	color: #666;
	font-size: 11px;
}

p.comment_author a:hover {
	font-weight: bold;
	color: #ff9000;
}

p.comment_time {
	line-height: 1.5em;
	color: #999;
	font-size: 11px;
	font-family: tahoma;
}

.comment_text {
	line-height: 1.5em;
	color: #666;
	margin-top: 15px;
	font-size: 11px;
}
/***************************************************/
.reply form {
	width: 488px;
}

.reply p {
	margin-top: 10px;
	font-size: 11px;
}

.reply fieldset {
	vertical-align: middle;
	display: inline;
}

.reply input {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}

.reply textarea {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}

.reply label {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	margin-left: 10px;
}

.replytext {
	border: 1px solid #eee;
	width: 200px;
	padding: 5px;
	color: #366799;
}

.replytext:focus {
	background: #fffff9;
}

.replyarea {
	border: 1px solid #eee;
	line-height: 1.5em;
	padding: 5px;
	width: 470px;
	height: 120px;
	color: #366799;
}

.replyarea:focus {
	background: #fffff9;
}

.replybutton {
	text-align: center;
	width: 100px;
	height: 25px;
	font-weight: bold;
	color: #366799;
	cursor: pointer;
}
/***************************************************/
.delimiter {
	display: block;
	margin: 12px 2.5% 12px 2.5%;
	width: 97%;
	height: 0px;
	border-top: 1px dotted #DDD;
	padding: 0px;
	color: #366799;
}

.spacer-h10 {
	display: block;
	margin: 0px;
	width: 100%;
	height: 10px;
	padding: 0px;
}

.spacer-h20 {
	display: block;
	margin: 0px;
	width: 100%;
	height: 20px;
	padding: 0px;
}
/***************************************************/
