@charset "UTF-8";
/*
	Theme Name: weather service
	Description: weather service theme
	Theme URI:
	Author: urushi
	Author URI: http://www.weather-service.co.jp/
	Version: 1.0
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/****************************************

          General Setting

*****************************************/

html,body {
	margin: 0;
	padding: 0;
}


/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1 {
	margin-bottom: 10px;
	font-size: 240%;
	font-family: 'Josefin Sans', sans-serif;
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}


/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}


/****************************************

          Link

*****************************************/


/****************************************

          Layout

*****************************************/

#header {
	margin-bottom: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #ddd;
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 20px;
		width: auto;
	}
	#header .alignright{
		width: 200px;
	}



/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}

#description {
	margin-top: 0;
	color: #777;
}

/****************************************

          Top-Navigation

*****************************************/

@media screen and (max-width:479px) {

    #top_head .menu {
        display: none;
    }
    
}

@media screen and (min-width:480px) and (max-width:799px) {

#top_head .menu {
	position: relative;
	bottom: -1px;
	clear: both;
	margin-bottom: 0;
	background-image: url(images/navi_space.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 50px;
	width: 100%;
}	
	#top_head div.menu > ul > li,
	#top_head ul.menu > li {
		float: left;
		text-align: center;
	}

	#top_head .menu li {
		position: relative;
		border-right: 1px solid #ddd;
		background-color: #eeeeee;
		height: 31px;
		width: auto;
		font-size: 13px;
		padding-top: 11px;
	}
		#top_head .menu li a:link,
		#top_head .menu li a:visited {
			display: block;
			height: 39px;
			color: #000000;
			text-decoration: none;
			padding-right: 20px;
        	padding-left: 20px;
		}
		#top_head .menu li a:hover,
		#top_head .menu li a:active {
			display: block;
			height: 31px;
			border-bottom: 8px solid #00afe8;
			color: #0068b7;
			text-decoration: none;
			padding-right: 20px;
        	padding-left: 20px;
		}
		#top_head div.menu > ul > li.current_page_item,
		#top_head ul.menu > li.current_page_item{
			border-bottom: 8px solid #00afe8;
		}

		#top_head ul.sub-menu,
		#top_head ul.children {
			position: absolute;
			left:-1px;
			display: none;
			margin-left: 0;
			width: auto;
			height: 30px;
			width: 100%;
			background: #eee;
		}
			#top_head .sub-menu li,
			#top_head .children li {
				position: relative;
				border-right: 1px solid #ddd;
				border-bottom: 1px solid #dddddd;
				background-color: #eeeeee;
				height: 30px;
				width: 100%;
				font-size: 11px;
				padding-top: 0px;
			}
		#top_head .sub-menu li a:link,
		#top_head .sub-menu li a:visited {
			display: block;
			height: 24px;
			width: 100%;
			border-bottom: none;
			color: #000000;
			text-decoration: none;
			padding-top: 6px;
		}
		#top_head .sub-menu li a:hover,
		#top_head .sub-menu li a:active {
			display: block;
			height: 24px;
			width: 100%;
			border-bottom: 1px solid #dddddd;
			color: #000000;
			text-decoration: none;
			background-color: #d7d7d7;
			padding-top: 6px;
		}

			#top_head ul.sub-menu ul,
			#top_head ul.children ul {
				top:-1px;
                left: 140px;
			}
				#top_head .menu li:hover > ul {
					display: block;
				}

}

@media screen and (min-width:800px) {

#top_head .menu {
	position: relative;
	bottom: -1px;
	clear: both;
	margin-bottom: 0;
	background-image: url(images/navi_space.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 50px;
	width: 980px;
}	
	#top_head div.menu > ul > li,
	#top_head ul.menu > li {
		float: left;
		text-align: center;
	}

	#top_head .menu li {
		position: relative;
		border-right: 1px solid #ddd;
		background-color: #eeeeee;
		height: 31px;
		width: 140px;
		font-size: 14px;
		padding-top: 11px;
	}
		#top_head .menu li a:link,
		#top_head .menu li a:visited {
			display: block;
			height: 39px;
			width: 140px;
			color: #000000;
			text-decoration: none;
		}
		#top_head .menu li a:hover,
		#top_head .menu li a:active {
			display: block;
			height: 31px;
			width: 140px;
			border-bottom: 8px solid #00afe8;
			color: #0068b7;
			text-decoration: none;
		}
		#top_head div.menu > ul > li.current_page_item,
		#top_head ul.menu > li.current_page_item{
			border-bottom: 8px solid #00afe8;
		}

		#top_head ul.sub-menu,
		#top_head ul.children {
			position: absolute;
			left:-1px;
			display: none;
			margin-left: 0;
			width: auto;
			height: 30px;
			width: 140px;
			background: #eee;
		}
			#top_head .sub-menu li,
			#top_head .children li {
				position: relative;
				border-right: 1px solid #ddd;
				border-bottom: 1px solid #dddddd;
				background-color: #eeeeee;
				height: 30px;
				width: 140px;
				font-size: 12px;
				padding-top: 0px;
			}
		#top_head .sub-menu li a:link,
		#top_head .sub-menu li a:visited {
			display: block;
			height: 24px;
			width: 140px;
			border-bottom: none;
			color: #000000;
			text-decoration: none;
			padding-top: 6px;
		}
		#top_head .sub-menu li a:hover,
		#top_head .sub-menu li a:active {
			display: block;
			height: 24px;
			width: 140px;
			border-bottom: 1px solid #dddddd;
			color: #000000;
			text-decoration: none;
			background-color: #d7d7d7;
			padding-top: 6px;
		}

			#top_head ul.sub-menu ul,
			#top_head ul.children ul {
				top:-1px;
				left:140px;
			}
				#top_head .menu li:hover > ul {
					display: block;
				}

}

/****************************************

          Navigation

*****************************************/

@media screen and (max-width:479px) {

    #header .menu-main-navi-container {
        display: none;
    }
    
}

@media screen and (min-width:480px) and (max-width:799px) {

#header .menu {
	position: relative;
	bottom: -1px;
	clear: both;
	margin-bottom: 0;
	background-image: url(images/navi_space.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 50px;
	width: 100%;
}	
	#header div.menu > ul > li,
	#header ul.menu > li {
		float: left;
		text-align: center;
	}

	#header .menu li {
		position: relative;
		border-right: 1px solid #ddd;
		border-bottom: 8px solid #8fc41f;
		background-color: #eeeeee;
		height: 31px;
        min-width: 14%;
		max-width: 20%;
		font-size: 13px;
		padding-top: 11px;
        padding-left: 8px;
        padding-right: 8px;
	}
		#header .menu li a:link,
		#header .menu li a:visited {
			display: block;
			height: 39px;
			width: 100%;
			border-bottom: none;
			color: #000000;
			text-decoration: none;
		}
		#header .menu li a:hover,
		#header .menu li a:active {
			display: block;
			height: 31px;
			width: 100%;
			border-bottom: 8px solid #00afe8;
			color: #0068b7;
			text-decoration: none;
		}
		#header div.menu > ul > li.current_page_item,
		#header ul.menu > li.current_page_item{
			border-bottom: 8px solid #00afe8;
		}

		#header ul.sub-menu,
		#header ul.children {
			position: absolute;
			left:-1px;
			display: none;
			margin-left: 0;
			width: auto;
			height: 30px;
			width: 100%;
			background: #eee;
		}
			#header .sub-menu li,
			#header .children li {
				position: relative;
				border-right: 1px solid #ddd;
				border-bottom: 1px solid #dddddd;
				background-color: #eeeeee;
				height: 30px;
				width: 100%;
				font-size: 11px;
				padding-top: 0px;
			}
		#header .sub-menu li a:link,
		#header .sub-menu li a:visited {
			display: block;
			height: 24px;
			width: 100%;
			border-bottom: none;
			color: #000000;
			text-decoration: none;
			padding-top: 6px;
		}
		#header .sub-menu li a:hover,
		#header .sub-menu li a:active {
			display: block;
			height: 24px;
			width: 100%;
			border-bottom: 1px solid #dddddd;
			color: #000000;
			text-decoration: none;
			background-color: #d7d7d7;
			padding-top: 6px;
		}

			#header ul.sub-menu ul,
			#header ul.children ul {
				top:-1px;
				left:140px;
			}
				#header .menu li:hover > ul {
					display: block;
				}
}

@media screen and (min-width:800px) {

#header .menu {
	position: relative;
	bottom: -1px;
	clear: both;
	margin-bottom: 0;
	background-image: url(images/navi_space.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 50px;
	width: 980px;
}	
	#header div.menu > ul > li,
	#header ul.menu > li {
		float: left;
		text-align: center;
	}

	#header .menu li {
		position: relative;
		border-right: 1px solid #ddd;
		border-bottom: 8px solid #8fc41f;
		background-color: #eeeeee;
		height: 31px;
		width: 140px;
		font-size: 14px;
		padding-top: 11px;
	}
		#header .menu li a:link,
		#header .menu li a:visited {
			display: block;
			height: 39px;
			width: 140px;
			border-bottom: none;
			color: #000000;
			text-decoration: none;
		}
		#header .menu li a:hover,
		#header .menu li a:active {
			display: block;
			height: 31px;
			width: 140px;
			border-bottom: 8px solid #00afe8;
			color: #0068b7;
			text-decoration: none;
		}
		#header div.menu > ul > li.current_page_item,
		#header ul.menu > li.current_page_item{
			border-bottom: 8px solid #00afe8;
		}

		#header ul.sub-menu,
		#header ul.children {
			position: absolute;
			left:-1px;
			display: none;
			margin-left: 0;
			width: auto;
			height: 30px;
			width: 140px;
			background: #eee;
		}
			#header .sub-menu li,
			#header .children li {
				position: relative;
				border-right: 1px solid #ddd;
				border-bottom: 1px solid #dddddd;
				background-color: #eeeeee;
				height: 30px;
				width: 140px;
				font-size: 12px;
				padding-top: 0px;
			}
		#header .sub-menu li a:link,
		#header .sub-menu li a:visited {
			display: block;
			height: 24px;
			width: 140px;
			border-bottom: none;
			color: #000000;
			text-decoration: none;
			padding-top: 6px;
		}
		#header .sub-menu li a:hover,
		#header .sub-menu li a:active {
			display: block;
			height: 24px;
			width: 140px;
			border-bottom: 1px solid #dddddd;
			color: #000000;
			text-decoration: none;
			background-color: #d7d7d7;
			padding-top: 6px;
		}

			#header ul.sub-menu ul,
			#header ul.children ul {
				top:-1px;
				left:140px;
			}
				#header .menu li:hover > ul {
					display: block;
				}
}

/****************************************

          Side-Navigation

*****************************************/

@media screen and (max-width:479px) {

    #corp_side_block {
	width: 100%;
}
    #corp_side_block li:first-child {
        border-top: 1px solid #eeeeee;
    }
    
#corp_side_block li a:link,
#corp_side_block li a:visited,
#corp_side_block li a:link,
#corp_side_block li a:visited {
	font-size: 13px;
	text-align: center;
	height: 28px;
    width: 100%;
	padding-top: 10px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
	display: block;
}
#corp_side_block li a:hover,
#corp_side_block a:active,
#corp_side_block li a:hover,
#corp_side_block li a:active {
	font-size: 13px;
	text-align: center;
	height: 28px;
    width: 100%;
	padding-top: 10px;
	color: #000000;
	text-decoration: underline;
	background-color: #f7f8f8;
	border-bottom: 1px solid #eeeeee;
	display: block;
}
#corp_side_block a:link,
#corp_side_block a:visited,
#corp_side_block li a:link,
#corp_side_block li a:visited, x:-moz-any-link, x:default {
	height: 29px;
	padding-top: 9px;
}
#corp_side_block li a:hover,
#corp_side_block li a:active,
#corp_side_block li a:hover,
#corp_side_block li a:active, x:-moz-any-link, x:default {
	height: 29px;
	padding-top: 9px;
}
	
#corp_side_block div.menu > ul > li,
#corp_side_block ul.menu > li {
		text-align: center;
}
#corp_side_block div.menu > ul > li.current_page_item,
#corp_side_block ul.menu > li.current_page_item {
		background-color: #eeeeee;
}    
}

@media screen and (min-width:480px) and (max-width:799px) {

#corp_side_block {
	width: 100%;
    margin-bottom: 6px;
    overflow: hidden;
}

#corp_side_block li {
    margin-right: 0.5%;
    width: 19.5%;
    }

#corp_side_block li:last-child {
    margin-right: 0;
    }

#corp_side_block li a:link,
#corp_side_block li a:visited,
#corp_side_block li a:link,
#corp_side_block li a:visited {
	font-size: 13px;
	text-align: center;
	height: 28px;
	width: 99%;
	padding-top: 10px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #eeeeee;
	display: block;
}
#corp_side_block li a:hover,
#corp_side_block a:active,
#corp_side_block li a:hover,
#corp_side_block li a:active {
	font-size: 13px;
	text-align: center;
	height: 28px;
	width: 99%;
	padding-top: 10px;
	color: #000000;
	text-decoration: underline;
	background-color: #f7f8f8;
	border: 1px solid #eeeeee;
	display: block;
}
	
#corp_side_block div.menu > ul > li,
#corp_side_block ul.menu > li {
		float: left;
		text-align: center;
}

#corp_side_block div.menu > ul > li.current_page_item,
#corp_side_block ul.menu > li.current_page_item {
		background-color: #eeeeee;
}
    
}


@media screen and (min-width:800px) {

#corp_side_block {
	float: left;
	width: 180px;
}
#corp_side_block li a:link,
#corp_side_block li a:visited,
#corp_side_block li a:link,
#corp_side_block li a:visited {
	font-size: 13px;
	text-align: center;
	height: 28px;
	width: 170px;
	padding-top: 10px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
	display: block;
}
#corp_side_block li a:hover,
#corp_side_block a:active,
#corp_side_block li a:hover,
#corp_side_block li a:active {
	font-size: 13px;
	text-align: center;
	height: 28px;
	width: 170px;
	padding-top: 10px;
	color: #000000;
	text-decoration: underline;
	background-color: #f7f8f8;
	border-bottom: 1px solid #eeeeee;
	display: block;
}

#corp_side_block a:link,
#corp_side_block a:visited,
#corp_side_block li a:link,
#corp_side_block li a:visited, x:-moz-any-link, x:default {
	height: 29px;
	padding-top: 9px;
}
#corp_side_block li a:hover,
#corp_side_block li a:active,
#corp_side_block li a:hover,
#corp_side_block li a:active, x:-moz-any-link, x:default {
	height: 29px;
	padding-top: 9px;
}
	
#corp_side_block div.menu > ul > li,
#corp_side_block ul.menu > li {
		float: left;
		text-align: center;
}
#corp_side_block div.menu > ul > li.current_page_item,
#corp_side_block ul.menu > li.current_page_item {
		background-color: #eeeeee;
}
    
}

/****************************************

          Side-Navigation2

*****************************************/

@media screen and (max-width:479px) {
#service_side_block {
	width: 100%;
}
#service_side_block li:first-child {
	border-top: 1px solid #eeeeee; 
}
#service_side_block li a:link,
#service_side_block li a:visited,
#service_side_block li a:link,
#service_side_block li a:visited {
	font-size: 13px;
	text-align: center;
	height: 28px;
    width: 100%;
	padding-top: 10px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
	display: block;
}
#service_side_block li a:hover,
#service_side_block a:active,
#service_side_block li a:hover,
#service_side_block li a:active {
	font-size: 13px;
	text-align: center;
	height: 28px;
    width: 100%;
	padding-top: 10px;
	color: #000000;
	text-decoration: underline;
	background-color: #f7f8f8;
	border-bottom: 1px solid #eeeeee;
	display: block;
}
#service_side_block a:link,
#service_side_block a:visited,
#service_side_block li a:link,
#service_side_block li a:visited, x:-moz-any-link, x:default {
	height: 29px;
	padding-top: 9px;
}
#service_side_block li a:hover,
#service_side_block li a:active,
#service_side_block li a:hover,
#service_side_block li a:active, x:-moz-any-link, x:default {
	height: 29px;
	padding-top: 9px;
}
	
#service_side_block div.menu > ul > li,
#service_side_block ul.menu > li {
		text-align: center;
}
#service_side_block div.menu > ul > li.current_page_item,
#service_side_block ul.menu > li.current_page_item {
		background-color: #eeeeee;
}
}

@media screen and (min-width:480px) and (max-width:799px) {

#service_side_block {
	width: 100%;
    margin-bottom: 6px;
    overflow: hidden;
}

#service_side_block li {
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    width: 19.5%;
    }

#service_side_block li:last-child {
    margin-right: 0;
    }
    
#service_side_block li a:link,
#service_side_block li a:visited,
#service_side_block li a:link,
#service_side_block li a:visited {
	font-size: 11px;
	text-align: center;
	height: 28px;
	width: 99%;
	padding-top: 10px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #eeeeee;
	display: block;
}
#service_side_block li a:hover,
#service_side_block a:active,
#service_side_block li a:hover,
#service_side_block li a:active {
	font-size: 11px;
	text-align: center;
	height: 28px;
	width: 99%;
	padding-top: 10px;
	color: #000000;
	text-decoration: underline;
	background-color: #f7f8f8;
	border: 1px solid #eeeeee;
	display: block;
}
	
#service_side_block div.menu > ul > li,
#service_side_block ul.menu > li {
		float: left;
		text-align: center;
}
#service_side_block div.menu > ul > li.current_page_item,
#service_side_block ul.menu > li.current_page_item {
		background-color: #eeeeee;
}

}

    
@media screen and (min-width:800px) {

#service_side_block {
	float: left;
	width: 180px;
}
    
#service_side_block li a:link,
#service_side_block li a:visited,
#service_side_block li a:link,
#service_side_block li a:visited {
	font-size: 13px;
	text-align: center;
	height: 28px;
	width: 170px;
	padding-top: 10px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
	display: block;
}
#service_side_block li a:hover,
#service_side_block a:active,
#service_side_block li a:hover,
#service_side_block li a:active {
	font-size: 13px;
	text-align: center;
	height: 28px;
	width: 170px;
	padding-top: 10px;
	color: #000000;
	text-decoration: underline;
	background-color: #f7f8f8;
	border-bottom: 1px solid #eeeeee;
	display: block;
}
#service_side_block a:link,
#service_side_block a:visited,
#service_side_block li a:link,
#service_side_block li a:visited, x:-moz-any-link, x:default {
	height: 29px;
	padding-top: 9px;
}
#service_side_block li a:hover,
#service_side_block li a:active,
#service_side_block li a:hover,
#service_side_block li a:active, x:-moz-any-link, x:default {
	height: 29px;
	padding-top: 9px;
}
	
#service_side_block div.menu > ul > li,
#service_side_block ul.menu > li {
		float: left;
		text-align: center;
}
#service_side_block div.menu > ul > li.current_page_item,
#service_side_block ul.menu > li.current_page_item {
		background-color: #eeeeee;
}

}

/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 0px;
	background-size: cover;
}


/****************************************

          Breadcrumb

*****************************************/

@media screen and (max-width:479px) {

    #breadcrumb_box {
        display: none;
    }
    
}

@media screen and (min-width:480px) and (max-width:799px) {

#breadcrumb_box {
	height: 22px;
	width: 97%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8fc41f;
	font-size: 11px;
	padding-top: 6px;
	padding-left: 3%;
}
#breadcrumb_box li {
	float: left;
	margin-right: .5em;
}
#breadcrumb_box li a:link,
#breadcrumb_box li a:visited {
	color: #000000;
	text-decoration: none;
}
#breadcrumb_box li a:hover,
#breadcrumb_box li a:active {
	color: #000000;
	text-decoration: underline;
}
    
}

@media screen and (min-width:800px) {

#breadcrumb_box {
	height: 22px;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8fc41f;
	font-size: 11px;
	padding-top: 6px;
	padding-left: 20px;
}
#breadcrumb_box li {
	float: left;
	margin-right: .5em;
}
#breadcrumb_box li a:link,
#breadcrumb_box li a:visited {
	color: #000000;
	text-decoration: none;
}
#breadcrumb_box li a:hover,
#breadcrumb_box li a:active {
	color: #000000;
	text-decoration: underline;
}

}
    
/****************************************

          Main

*****************************************/

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: 1.5em;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

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

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}


/****************************************

          Related Posts

*****************************************/

div.related-posts{
	padding-bottom: 20px;
}

#related{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
}
ul#related-posts li{
	margin-bottom: 30px;
}
ul#related-posts .content-box{
	width: 480px;
}
	ul#related-posts h4{
		margin: 0;
	}
	ul#related-posts p{
		margin: 0;
	}
ul#related-posts .thumbnail-box{
	width: 100px;
}
	ul#related-posts img{
		width: 100px;
		height: 100px;
	}


/****************************************

          Comments Area

*****************************************/

#comment-area h3{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

#respond{
	margin-bottom: 40px;
}


/****************************************

          Custom Comments

*****************************************/

#custom-comments > li{
	margin-bottom: 40px;
}

#custom-comments .comment-author,
#custom-trackback .trackback-author{
	float: left;
	margin-bottom: 20px;
	width: 250px;
}
	#custom-comments .bypostauthor > div .comment-author{
		float: right;
	}

	#custom-comments .comment-author cite span {padding-left: .5em;}

	#custom-comments .comment-meta {
		margin-top: 0;
	}

#custom-comments .comment-body,
#custom-trackback .trackback-body{
	float: right;
	margin-bottom: 20px;
	width: 300px;
}
	#custom-comments .comment-body{
		background: url(images/quote.png) no-repeat 0 0;
	}

	#custom-comments .bypostauthor > div .comment-body{
		float: left;
	}
		#custom-comments .comment-body p{
			padding-left: 1.5em;
		}

#custom-comments ul.children{
	margin-left: 20px;
}


/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}


/****************************************

          Footer

*****************************************/


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #8fc31f;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(143,195,31,1);
 	-moz-box-shadow: 0 0 3px rgba(143,195,31,1);
	box-shadow:  0 0 3px rgba(143,195,31,1);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #00a0e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
	background: #7ecef4;
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #00a0e9;
		background: #00a0e9;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}


/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
	-khtml-border-radius: 3px;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

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

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}


/****************************************

          Comment Popuplink

*****************************************/

h1#header {
	border-bottom: none;
}

#commentspopup{
	padding: 30px;
}

/****************************************

          Peager

*****************************************/

.wp-pagenavi {
	clear: both;
	/*padding-top: 30px;*/
    margin-top: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-size: 13px;
	height: 18px;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	text-align: center;
	padding: 3px 8px;
	border: 1px solid #e5e5e5;
	background-color:#eeeeee;
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited {
	color: #a0a0a0;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current {
	color: #000000;
	text-decoration: underline;
}