/*
Theme Name: Zeences HTML
Theme URI: http://themes.iki-bir.com/zeences/light
Author: elemis
Author URI: http://iki-bir.com
Version: 1.0.3
*/

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}


ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}

.clearfix {
	display:block
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}


/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body {
	color: #b5b5b5;
	background-color:#000000;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 14px;
}

html{/*スクロールバー常時表示*/
	height:100%;
	padding-bottom:1px;
}

p {
	font-size: 14px;
	line-height: 20px;
}
a {
	color: #4d87ab;
	text-decoration: none;
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
a:hover {
	color: #d3573e;
}
h1, h2, h3, h4, h5, h6 {
	color: #4d87ab;
	font-weight: normal;
	padding-bottom: 12px;
}
h1 {
	font-weight:bold;
	font-size: 22px;
	line-height: 26px;
}
h2 {
	font-size: 20px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 12px;
	line-height: 18px;
}
.caps {
	text-transform: uppercase;
}
ul {
	line-height: 20px;
	font-size: 14px;
}
ul li {
	background: transparent url(style/images/bullet.png) center left no-repeat;
	padding-left: 15px;
}

li2 {
	background: transparent url(style/images/bullet.png) center left no-repeat;
	padding-left: 15px;
}

ol {
	font-size: 14px;
	list-style: decimal;
	list-style-position: inside;
	line-height: 20px;
}
ol li {
	padding: 0;
	margin: 0;
}
.intro {
	font-size: 21px;
	line-height: 31px;
	text-align: center;
	margin-bottom: -2px;
}
blockquote {
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	padding-left: 30px;
	background: transparent url(style/images/quote.png) no-repeat left 7px;
}
.hr2 {
	border-top: 3px solid #454545;
	height: 4px;
	border-bottom: 1px solid #454545;
	margin: 36px 0;
}
.hr1 {
	height: 0;
	border-bottom: 1px solid #454545;
	margin: -10px 0 20px 0;
}
	
.hr4 {
	height: 0;
	border-bottom: 1px solid #454545;
	margin: 0px 0;
}

.minititle{
	color:#ab4d63;
	padding-bottom:5px;
}

.subtitle{
	font-size:85%;

	margin-top:-3px;
}

.center {
	text-align: center;
	display: block;
	margin: 0 auto;
}
p .center {
	text-align: center;
	display: block;
	margin: 0 auto 10px;
}
img {
	display: block;
}
img.left {
	float: left;
	margin: 10px 10px 5px 0;
}
img.right {
	float: right;
	margin: 10px 0 5px 10px;
}
.lite1 {
	color: #4d87ab;
}
.lite2 {
	border-bottom: 1px dotted #4d87ab;
}
a.button {
	background: #5499c3 url(style/images/button.png) repeat-x;
	border: none;
	height: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	padding: 6px 15px 6px 15px;
	margin: 10px 0;
	display: inline-block;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
/* Webkit Fix */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
a.button {padding: 5px 15px 7px 15px;}
}

/* Opera Fix */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	a.button {padding: 5px 15px 7px 15px;}

}

a.button.blue {
	background-color: #5499c3;
}

a.button.green {
	background-color: #4dab96;
}

a.button.lime {
	background-color: #92ab4d;
}

a.button.red {
	background-color: #ab4d63;
}

a.button.purple {
	background-color: #8d4dab;
}

a.button.blue:hover {
	color: #fff;
	background-color: #ab4d63;
}

a.button.green:hover {
	color: #fff;
	background-color: #ab4d63;
}

a.button.lime:hover {
	color: #fff;
	background-color: #ab4d63;
}

a.button.red:hover {
	color: #fff;
	background-color: #4d87ab;
}

a.button.purple:hover {
	color: #fff;
	background-color: #4dab96;
}

.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:10px 8px 3px 0;
}
pre {
	margin: 5px 0px 40px 0px;
	padding: 0 10px 0px 10px;
	display: block;
	clear: both;
	background: url(style/images/codebg.jpg) repeat;
	line-height: 20px;
	font-size: 12px;
	border: 1px solid #cfcfcf;
}
.download-box, .warning-box, .info-box, .note-box {
	clear:both;
	margin: 10px 0px;
	text-shadow: none;
	padding: 15px 15px 13px 15px;
	line-height: 17px;
}
.info-box {
	background:#c2ddf9;
	border:1px solid #80bbef;
	color:#4783b7;
}
.warning-box {
	background:#ffcccc;
	border:1px solid #ff9999;
	color:#c31b00;
}
.download-box {
	background:#d1f7b6;
	border:1px solid #8bca61;
	color:#5e9537;
}
.note-box {
	background:#fdebae;
	border:1px solid #e6c555;
	color:#9e660d;
}

/*-----------------------------------------------------------------------------------*/
/*	LAYOUT
/*-----------------------------------------------------------------------------------*/

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	padding: 30px 0 25px 0;
	display: block;
	overflow: hidden;
	position: relative;
}
.logo {
	float: left;
	padding:5px 20px 0 20px;
}

.logo_index {
	padding-left:0px;
	margin-top:-10px;
	margin-bottom:10px;
}

.logo_s{
	margin:-20px 20px -10px 20px;
}


.social {
	float: right;
	position: absolute;
	bottom: 25px;
	right: 0;
}
.social ul li {
	float: left;
	margin-left: 1px;
	background: none;
	padding: 0;
}
#container {
	width: 900px;
	margin: 20px auto;
	padding: 30px;
	overflow: hidden;
	background-color: #000;/*メイン部分の背景色*/
	position: relative;
	-webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
}

#container2 {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 30px 0px 30px;
	overflow: hidden;
	background-color: #000;
	position: relative;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
}

#container3 {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 30px 30px 0px 30px;
	overflow: hidden;
	background-color: #000;
	position: relative;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
}

#copyright {
	width: 900px;
	margin: 20px auto;
	padding: 17px 30px 13px;
	background-color: #000;
	-webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.6);
}

#copyright p {
	font-size: 12px;
	text-align: center;
}

#copyright p img{
	margin:0 auto;
}

#copyright2 {
	width: 900px;
	margin: 20px auto;
	padding: 17px 30px 13px;
	color:#333333;
}

#copyright2 p {
	font-size: 12px;
	text-align: center;
}

#copyright2 p img{
	margin:0 auto;
}

#footer {
	padding: 40px 0 0 0;
	overflow: hidden;
}
#footer h3 {
	margin-bottom: 5px;
}
.footer-top {
	border-top: 3px solid #454545;
	height: 4px;
	border-bottom: 1px solid #454545;
	margin: 0 0 18px 0;
}
ul.latest-posts {
	margin-bottom: -15px;
	overflow: hidden;
	padding-left: 2px;
}
ul.latest-posts li {
	padding: 0;
	background: none;
	font-style: normal;
	font-size: 14px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dashed #454545;
}
ul.latest-posts li a {
	color: #4d4d4d;
}
ul.latest-posts li a:hover {
	color: #d3573e;
}
ul.latest-posts li:first-child {
	padding: 0;
	border: none;
}
ul.latest-posts li span.date {
	float: left;
	padding-right: 15px;
	padding-top: 2px;
	text-align: center;
	color: #3d3d3d;
	font-style: normal;
}
ul.latest-posts li em.day {
	font-size: 25px;
	font-style: normal;
}
ul.latest-posts li em.month {
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	line-height: 8px;
	margin-top: 1px;
	font-style: normal;
}
ul.flickr {
	margin-right: -40px;
	margin-bottom: -20px;
	overflow: hidden;
	display: block;
	padding: 0;
}
ul.flickr li {
	padding: 0;
	background: none;
	display: inline-block;
	background-color: #fff;
	padding: 0;
	margin: 0 8px 8px 0;
}
ul.flickr li img {
	width: 58px;
	height: 58px;
	padding: 0;
}

.topic_title{
	background: transparent url(style/images/bullet.png) center left no-repeat;
	padding-left: 15px;
	color:#ab4d63;


}

.topic_content{
	border-bottom: 1px solid #CCC;
	padding-bottom:10px;
	border-style:dashed;
	font-size:13px;
}


/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/

#indexbox{
	width: 920px;  
    height: 580px;  
    position: absolute;  
    top: 50%;  
    left: 50%;  
    margin: -310px 0 0 -460px;  
    padding: 0px; 
}

.menu {
	list-style: none;
	font-weight: normal;
	width: 960px;
	padding: 10px 0 0 0;
	background: #000;
	z-index: 1000;
	position: relative;
}


.menu ul {
	margin: 0;
	padding:0 160px;/*ここでメニュー項目中央に合わせる*/
	list-style-type: none;
	font-style: normal;
	letter-spacing: normal;
}

#menubox .menu ul { /*トップページ以外はmenuboxにメニュー入れる*/
	margin: 0;
	padding:0px 0 0 0;
	list-style-type: none;
	font-style: normal;
	letter-spacing: normal;
}

.menu ul li {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
	background: none;
}
.menu ul li a {
	display: block;
	padding: 20px 10px 20px;/* webkit以外(firefoxなど)のメニュー左右の間 IEごとのCSSも修正必要*/
	text-decoration: none;
	display:block;
	line-height: 1;
	border-right: 0px solid #393939; /*ボーダーの有無*/
	font-size: 14px;
}

/* Webkit Fix */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.menu ul li a {padding: 20px 10px 20px;} /* webkit(safari chromeなど) メニュー左右の間 IEごとのCSSも修正必要*/
}



* html .menu ul li a {
	display: inline-block;
}
.menu ul li a:link, .menu ul li a:visited {
	color: #b5b5b5;
}
.menu ul li a.active {
	color: #4d87ab;
}
.menu ul li a.selected {
		background: #000;
	color: #4d87ab;
}
.menu ul li a:hover {
	background:#000;
	color: #4d87ab;
}


.menu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	width: 180px;
	padding: 0;
}
.menu ul li ul li {
	display: list-item;
	float: none;
	padding: 0 17px;
	background-color: #000;
}
.menu ul li ul li:first-child a {
	border: none;
}
.menu ul li ul li ul {
	top: 0;
}
.menu ul li ul li a {
	margin: 0;
	border: none;
	padding: 17px 0;
	line-height: 1;
	border-top: 1px solid #b4b4b4;
	font-size: 12px;
}
* html .menu {
	height: 1%;
}
.quote {
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
}
.quote blockquote {
	background: #FFF url(style/images/quote.png) no-repeat 15px 15px;
	padding: 15px 15px 15px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	border:1px solid #dedede;
}
.quote span {
	float: right;
}
.quote em {
	font-style: normal;
}
#piecemaker {
	margin-top: -30px;
}

	

/*-----------------------------------------------------------------------------------*/
/*	SHOWCASE
/*-----------------------------------------------------------------------------------*/

#awOnePageButton .view-slide {
	display: none;
}
.showcase-load {
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

.showcase-onepage {
/**/
}
.showcase {
	position: relative;
	margin: 0 auto 0px auto;
	height: 426px;
}
.showcase-content-container {
	background-color: #000;
}
.showcase-arrow-previous, .showcase-arrow-next {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	background: url('style/images/arrows.png');
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.showcase-arrow-previous {
	background-position: 0 0;
}
.showcase-arrow-previous:hover {
	background-position: 0 -25px;
}
.showcase-arrow-next {
	background-position: 25px 0;
}
.showcase-arrow-next:hover {
	background-position: -25px -25px;
}
.showcase-content {
	background-color: #000;
	text-align: center;
}
.showcase-content-wrapper {
	text-align: center;
	height: 400px;
	width: 900px;
	display: table-cell;
	vertical-align: middle;
}
.showcase-plus-anchor {
	background-image: url('style/images/plus.png');
	background-repeat: no-repeat;
}
.showcase-plus-anchor:hover {
	background-position: -32px 0;
}
div.showcase-tooltip {
	background-color: #fff;
	color: #000;
	text-align: left;
	padding: 5px 8px;
	background-image: url(style/images/white-opacity-80.png);
}
.showcase-caption {
	color: #CCC;
	padding: 3px 15px 3px 15px;
	text-align: left;
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: none;
	width: auto;
	background-image: url(style/images/black-opacity-30.png);
}
.showcase-onepage .showcase-content {
	margin-bottom: 10px;
}
.showcase-button-wrapper {
	clear: both;
	margin-top: 15px;
	text-align: center;
	position: relative;
	margin-right:-7px;
}
.showcase-button-wrapper span {
	cursor: pointer;
	margin: 3px 7px 0 0;
	width: 12px;
	height: 12px;
	text-indent: -99999px;
	display: inline-block;
	background: url('style/images/navs.png');
}
.showcase-button-wrapper span:hover, .showcase-button-wrapper span.active {
	background-position: 0 -12px;
}
.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */ {
	background-color: #000;
}
.showcase-thumbnail-wrapper {
	overflow: hidden;
}
.showcase-thumbnail {
	width: 120px;
	height: 90px;
	cursor: pointer;
	border: solid 1px #333;
	position: relative;
}
.showcase-thumbnail-caption {
	position: absolute;
	bottom: 2px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.showcase-thumbnail-content {
	padding: 10px;
	text-align: center;
	padding-top: 25px;
}
.showcase-thumbnail-cover {
	background-image: url(style/images/black-opacity-40.png);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.showcase-thumbnail:hover {
	border: solid 1px #999;
}
.showcase-thumbnail:hover .showcase-thumbnail-cover {
	display: none;
}
.showcase-thumbnail.active {
	border: solid 1px #999;
}
.showcase-thumbnail.active .showcase-thumbnail-cover {
	display: none;
}
.showcase-thumbnail-wrapper-horizontal {
	padding: 10px;
}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
	margin-right: 10px;
	width: 116px;
}
.showcase-thumbnail-wrapper-vertical {
	padding: 10px;
}
.showcase-thumbnail-wrapper-vertical .showcase-thumbnail {
	margin-bottom: 10px;
}
.showcase-thumbnail-button-backward,  .showcase-thumbnail-button-forward {
	padding: 7px;
	cursor: pointer;
}
.showcase-thumbnail-button-backward {
	padding-bottom: 0px;
	padding-right: 0px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical, .showcase-thumbnail-button-forward .showcase-thumbnail-vertical, .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal, .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-image: url(style/images/arrows-small.png);
	background-repeat: no-repeat;
	display: block;
	width: 17px;
	height: 17px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
	background-position: 0 -51px;
	margin-left: 55px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical {
	background-position: -17px -51px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
	background-position: 0 -34px;
	margin-left: 55px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical {
	background-position: -17px -34px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-position: 0 -17px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal {
	background-position: -17px -17px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
	background-position: 0 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal {
	background-position: -17px 0;
}
/* Hide button text */
.showcase-thumbnail-button-forward span span, .showcase-thumbnail-button-backward span span {
	display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/

.one-half {
	width:48%;
}
.one-third {
	width:30.66%;
}
.two-third {
	width:65.33%;
}
.one-fourth {
	width:22%;
}
.three-fourth {
	width:74%;
}
.one-fifth {
	width:16.8%;
}
.two-fifth {
	width:37.6%;
}
.three-fifth {
	width:58.4%;
}
.four-fifth {
	width:67.2%;
}
.one-sixth {
	width:13.33%;
}
.five-sixth {
	width:82.67%;
}
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position:relative;
	margin-right:4%;
	float:left;
}
.last {
	margin-right:0 !important;
	clear:right;

}

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




.banner li{
	margin-bottom:10px;
	background:none;
	padding:0;
}

.updatelist{
	float:left;
	width:700px;
	}
	
.submenu p{
	font-size:22px;
	padding-bottom:20px;
	letter-spacing:0;
	}
	
.submenu li{
	padding-bottom:10px;
}

	
.submenu {

	padding:10px 25px 10px 10px;
	margin-right:10px;
	float: left;
	width: 150px;
}

.submenutitle{
	margin-top:-40px;
	margin-bottom:20px;
}

.maincont {
	padding-top:10px;
	float:left;
	width:700px;
}


.rs_type{
	width:100px;
}


.rs_year{
	width:100px;
	font-family: 'CharisSILItalic';
}
	
.rs_title{
	width:620px;
}

.rs_title p{
	background: transparent url(style/images/bullet.png) center left no-repeat;
	padding-left: 15px;
}

.rs_title p.subtitle{
	background: none;
	padding-left: 15px;
}

.rs_link{
	width:100px;
	padding-left:30px;
}

.rs_backtotop{
	float:right;
	margin-top:-5px;
}

table td{
	padding-bottom:10px;
	text-align:left;
	vertical-align: top;
}

.rs_border{
	padding-bottom:7px;
	border-top: 1px solid #CCC;
}

.rs_nopadding{
	padding-bottom:0px;
}

.headpict{
	margin-top:-30px;
}

.indexpict{
	width:900px;
}

.aboutdisc{
	font-size:13px;
}





/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/

.blog {
}
.content {
	width: 595px;
	float: left;
}
.post {
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #454545;
}
.blog-post .post {
	border: none;
	padding: 0;
	margin: 0;
}
.sidebar {
	width: 265px;
	float: right;
}
.sidebar:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.post-info {
	padding-bottom: 22px;
}
.post-date {
	border-right: 1px solid #454545;
	float: left;
	font-family: 'CharisSILItalic';
}
.post-date .day {
	font-size: 52px;
	float: left;
	padding-right: 10px;
	line-height: 42px;
}
.post-date .month {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
}
.post-date .year {
	display: block;
	font-size: 18px;
	line-height: 15px;
	padding-top: 7px;
}
.post-title {
	padding-left:20px;
	float: left;
}
.post-title h1 {
	padding: 0 0 7px 0;
	margin-top: -3px;
}
.post-info:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.post iframe {
	margin-bottom:10px;
}
.post-meta {
	font-size: 12px;
	height: 13px;
	display: block;
}
.comments {
	padding-left:2px;

}
.categories {
	background: transparent url(style/images/icon-category.png) no-repeat left center;
	padding-left: 22px;
}
.tags {
	float:right;
	background: transparent url(style/images/icon-tag.png) no-repeat left center;
	padding-left: 30px;
	margin-top: 10px;
	padding-top: 5px;
	display: block;
	font-size: 12px;
	height: 16px;
}

.post-meta a, .tags a {
	color: #4d4d4d;
}
.post-meta a:hover, .tags a:hover {
	color: #d3573e;
}
a.more {
	cursor: pointer;
}
.page-navi {
	margin: -35px 0 0 0;
}
.page-navi p {
	float: left;
	padding: 3px 20px 0 0;
	border-right: solid 1px #454545;
	margin-right: 20px;
	font-size: 12px;
}
.page-navi ul {
	list-style: none;
}
.page-navi ul li {
	display: inline;
	background: none;
	padding: 0;
}
.page-navi ul li a {
	float: left;
	font-size: 12px;
	display: block;
	font-style: normal;
	line-height: 1;
	text-align: center;
	padding: 6px 8px 4px 8px;
	margin-right: 7px;
	color: #4d4d4d;
	border: 1px solid transparent;
	-webkit-transition:none;
	-o-transition:none;
	-moz-transition:none;
}
.page-navi ul li a:hover, .page-navi ul li a.current {
	text-decoration: none;
	background-color: #fff;
	border:1px solid #dedede;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sidebar-box {
	margin-bottom: 50px;
}
.searchform input {
	background-color: #fff;
	border:1px solid #dedede;
	color: #4d4d4d;
	width: 245px;
	padding: 5px 10px;
	height: 24px;
	font-size: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFF url(style/images/search.png) 240px center no-repeat;
}
.tag-list ul li {
	background: none;
	padding: 0;
	display: inline-block;
	background-color: #fff;
	border:1px solid #dedede;
	margin: 0 3px 8px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tag-list ul li a {
	padding: 3px 10px;
	margin: 0;
	color: #4d4d4d;
	display: block;
	text-transform: lowercase;
}

.tag-list ul li a:hover {
	color: #d3573e;
}
.cat-list ul li {
	background: none;
	padding: 0;
	display: block;
	background-color: #fff;
	border:1px solid #dedede;
	margin: 0 0 8px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cat-list ul li span {
	float: right;
}
.cat-list ul li a {
	padding: 3px 10px;
	margin: 0;
	color: #4d4d4d;
	display: block;
	text-transform: capitalize;
}
.cat-list ul li a:hover {
	color: #d3573e;
}
ul.ads {
	width: 280px;
	margin-right: -15px;
}
ul.ads li {
	float: left;
	background: none;
	padding: 0;
	margin: 0 15px 15px 0;
}

/* Webkit Fix */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.tag-list ul li a {
	padding: 2px 10px 4px;
}
.cat-list ul li a {
	padding: 2px 10px 4px;
}
}

/* Opera Fix */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
.tag-list ul li a {
	padding: 2px 10px 4px;
}
.cat-list ul li a {
	padding: 2px 10px 4px;
}
}
