/*
Theme Name:   WPtouch Mobile Plugin & Theme For WordPress
Theme URI:   http://www.bravenewcode.com/wptouch/
Description:   A slick theme for your blog or website that is shown only when visitors are using an iPhone, iPod touch, or Android Mobile Device
Author:   BraveNewCode Inc.
Author URI:   http://www.bravenewcode.com/
 */

/* @group Body and Theme-Wide Elements */
html{
	 -webkit-text-size-adjust: none;
}
body {
	margin: 0;
	padding: 0;
	font: 16px Helvetica;
	-webkit-text-size-adjust: none;
	min-height: 480px;
	background:#000 !important;
	line-height:150%;
	color:#fff;
}
h1{
	width: 80%;
	font-size:11px;
	margin:0;
	padding:0;
}
h2{
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:0;
}

ul {
	margin: 0 !important;
	padding: 0;
	width:98%;
	list-style:none;
}

ol {
	margin: 0;
	padding: 0 25px 0 20px;
	list-style-type: decimal;
	list-style-position: outside;
}

li {
	color: #fff;
	text-align: left;
	padding-bottom: 5px;
	font-size: 16px;
	margin: 0 !important;
	padding-top: 0;
}

img{
	vertical-align:bottom;
	border:none;
}
a, a:visited, a:active, a:focus {
	text-decoration: none;
}
a:active, a:hover{
	box-shadow: inset 1px 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 1px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 3px 2px rgba(0,0,0,0.5);
	border-radius: 10px;
}
a img{
	text-decoration: none;
	border:none;
}

input {
	max-width: 96%;
}

code {
	font-family: Courier, "Courier New", mono;
	color: red;
}

blockquote {
	text-align: left;
	padding: 1px 10px 1px 15px;
	font-size: 90%;
	border-left: 2px solid #ccc;
	margin: 5px 15px;
}

.clearer {
	clear: both;
}

.enter {
	background-color: #200;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin:0 10px 80px 10px;
	border: 3px solid #666;
	border-radius: 10px;
	box-shadow:inset #999 0 0 10px;
	-moz-box-shadow: #999 0 0 10px;
	-webkit-box-shadow: #999 0 0 10px;
	margin:30px 0 150px 0;
}
.enter a{
	padding: 20px;
	color:#FFC;
	display:block;
}
/* フォーム系 */
textarea {
	height: 5em;
	width:90%;
}

textarea:focus,
textarea:hover {
	height: 10em;
}


/* 文字点滅　黄色スピード */
@-webkit-keyframes pulse {
 from {
   opacity: 1.0;
 }
 to {
   opacity: 0.7;
 }
}
.kira{
	color:#FF9;
	font-size:11px;
	padding:0 5px;
-webkit-animation-name: pulse;/* 実行する名前 */
-webkit-animation-duration: 0.3s;/* 0.3秒かけて実行 */
-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
}
/* 文字点滅　赤 */
.kira1{
	color:#C03;
	padding:0 5px;
	margin:0 5px 0 0;
-webkit-animation-name: pulse;
-webkit-animation-duration: 0.9s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-direction: alternate;
-webkit-animation-delay: 0s;
border-right:#600 2px solid;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.5),
		0px 1px 0px rgba(15,15,13,1);
}


.news{
	width:85%;
	color:#FFC;
	background:#000;
	background-color: rgba(0,0,0,.3);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #600), color-stop(0.10, #300), color-stop(1, #000));
	background-image:-moz-linear-gradient(top, #600, #300 10%, #000);
	background-image:-o-linear-gradient(top, #600, #300 10%, #000);
	margin:0 0 10px 10px;
	padding:10px;
	border: 3px double #666;
	z-index: 0;
}

.pc{
	display:none;
}

table{
	width:100%;
}
th{
	background:#000;
	background-color: rgba(0,0,0,.3);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #600), color-stop(0.10, #300), color-stop(1, #000));
	background-image:-moz-linear-gradient(top, #600, #300 10%, #000);
	background-image:-o-linear-gradient(top, #600, #300 10%, #000);
	border-bottom:#300 1px solid;
	padding:10px 0;
}
td{
	padding:5px 0 0 50px;
	border-bottom:#300 1px solid;
	border-left:#300 3px solid;
}
.box{
	padding:5px;
}
.box li{
	border-left:#C30 10px solid;
	padding:0 0 0 20px;
	margin:10px 0 0 10px !important;
}

.content {
	margin:15px 0 0 0;
	position: relative;
}

.result-text {
	color: #900;
	text-shadow: #eee 1px 1px 0;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
	letter-spacing: 0;
	border-style: none;
}

.result-text-footer {
	color: #475d79;
	text-shadow: #eee 1px 1px 0;
	letter-spacing: 0;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	display: block;
}

.pageentry h1,.mainentry h1 {
	font-size: 15px;
}

.pageentry h2,.mainentry h2 {
	font-size: 15px;
	text-shadow: #f9f9f9 -1px -1px 0;
	text-align: left;
	padding-bottom: 10px;
	color: #222;
}

.pageentry h3,.mainentry h3 {
	text-align: left;
	color: #fff;
	font-size: 15px;
	background:#000;
	background-color: rgba(0,0,0,.3);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #600), color-stop(0.10, #300), color-stop(1, #000));
	background-image:-moz-linear-gradient(top, #600, #300 10%, #000);
	background-image:-o-linear-gradient(top, #600, #300 10%, #000);
	border-bottom:#300 1px solid;
	margin: 15px -10px;
	text-shadow: #fff -1px 1px 0;
}

.pageentry h4,.mainentry h4 {
	font-size: 15px;
	text-shadow: #000 -1px -1px 0;
	padding:10px;
	background:#000;
	background-color: rgba(0,0,0,.3);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #600), color-stop(0.10, #300), color-stop(1, #000));
	background-image:-moz-linear-gradient(top, #600, #300 10%, #000);
	background-image:-o-linear-gradient(top, #600, #300 10%, #000);
	border-bottom:#300 1px solid;
}

.pageentry h5,.mainentry h5 {
	text-shadow: #f9f9f9 -1px -1px 0;
	font-size: 12px;
	padding: 0;
}

.mainentry img,#singlentry img,.pageentry img,ol.commentlist li img {
	max-width: 100%;
	height: auto;
}

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

iframe[src^='http://maps.google'] {
	width: 100%;
	max-width: 100%;
}

.wptouch-videos {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* @end */


/* custom */
#job ul{width:100%; margin:0 !important; padding:0 !important;}
#job li{background:#111; width:97%; border:#333 solid 1px; border-top:#CCC solid 1px; margin:3px 0!important; padding:3px !important;}

#sys table{width:100%; font-size:15px;font-weight:bold; margin:0 0 10px 0;}
#sys th{background:#333; padding:5px;}
#sys td{background:#1C1C1C; padding:5px 30px; margin:5px 0 0 0; border-bottom:#333 1px solid; text-align:right;}
#sys .sys_p{background:#000; border-left:#666 10px solid; border-bottom:#333 1px solid; text-align:left;}
/* custom end */


/* @group Header */

#headerbar *,#wptouch-menu * {
	-webkit-touch-callout: none;
}

#headerbar {
	width: 100%;
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 45px;
	font-size: 10px;
	-webkit-touch-callout: none;
}

#headerbar-title {
	text-shadow: #242424 -1px -1px 1px;
	padding:10px 0 0 10px;
	display: block;
	margin: 0;
	border-style: none;
	padding-bottom: 4px;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 90%;
	height: 30px;
	border-left:#600 solid 1px;
	border-top:#600 1px solid;
	-webkit-border-radius :20px 0 0 0; /* Saf3-4 + */
	-moz-border-radius :20px 0 0 0; /* FF1+ */
	border-radius :20px 0 0 0; /* Opera 10.5, IE 9, Saf5, Chrome */
	background: -moz-linear-gradient(
		left,
		#75111e 0%,
		#24030b 50%,
		#000000);
	background: -webkit-gradient(
		linear, left top, right bottom, 
		from(#75111e),
		color-stop(0.50, #24030b),
		to(#000000));
}
#tab {
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	z-index:999;
	
}

#tab a {
	display: block;
	margin: 0;
	padding: 10px 8px 5px 0;
	color: #fff;
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
	text-align:right;
	width:50px;
	height:40px;
	padding: 15px 30px 5px 15px;
	position: fixed;
	right:0;
	top:0;
	background: -moz-linear-gradient(
		top,
		#75111e 0%,
		#24030b 50%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#75111e),
		color-stop(0.50, #24030b),
		to(#000000));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 30px 0 30px 0;
	border: 1px solid #750f0f;
	-moz-box-shadow:
		0px 1px 3px rgba(255,184,255,0.5),
		inset 0px 0px 3px rgba(204,96,96,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(255,184,255,0.5),
		inset 0px 0px 3px rgba(204,96,96,1);
	box-shadow:
		0px 1px 3px rgba(255,184,255,0.5),
		inset 0px 0px 3px rgba(204,96,96,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(15,15,13,1);
}
#tab a:hover{
	color:#999;
}

#modal { display: none; }

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: fixed;
    top:0;
	left:0;
    height: 120%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 100%;
    padding: 0px;
	
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #100;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #300;
    -moz-shadow: inset 0 0 5px 5px #300;
    box-shadow: inset 0 0 5px 5px #300;

}
#modal ul{
	width:100%;
}
#modal li{margin:0; padding:0;}
#modal li a{
	display:block;
	padding:8px 0;
	font-weight:bold;
	color:#FFF;
	font-size:15px;
	margin:1px 0 0 0;
	background-color: rgba(50,0,0,.5);
	border-bottom: 1px solid #300;
	border-top: 1px solid #300;
}
#modal li a.tab_cl{ text-align:right; padding:5px; background:#100;}
.tab_icon{margin-top:5px;}
.tab_icon img{
	width:20%;
}
.tab_icon a{padding:50px 0;}


/* @end */


/* @group Index Page */

.post {
	background-color: #300;
	padding:0 10px 10px 10px;
	margin-bottom: 30px !important;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #b1b1b1;
	border-radius: 8px;
	position: relative;
	z-index: 0;
	-webkit-box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
	box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
}
.post_p {
	background-color: #000;
	padding: 0;
	margin-bottom: 5px;
}
.post_p h3{
	background-color: #300;
	padding: 10px;
	margin:0 0 5px 0;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	text-shadow:none;
}
.post_p li{display:block;}
.post_p li a{
	color:#fff;
	display:block;
	width:99%;
	font-size:17px;
	font-weight:bold;
	padding: 10px 0;
	background: -moz-linear-gradient(
		top,
		#75111e 0%,
		#24030b 50%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#75111e),
		color-stop(0.50, #24030b),
		to(#000000));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #750f0f;
	-moz-box-shadow:
		0px 1px 3px rgba(255,184,255,0.5),
		inset 0px 0px 3px rgba(204,96,96,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(255,184,255,0.5),
		inset 0px 0px 3px rgba(204,96,96,1);
	box-shadow:
		0px 1px 3px rgba(255,184,255,0.5),
		inset 0px 0px 3px rgba(204,96,96,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(15,15,13,1);

	position: relative;
	z-index: 0;
}

.big {
	height: 200px;
}

a.post-arrow {
	width: 22px;
	height: 21px;
	float: right;
	margin-top: 1px;
	padding: 0;
	background: #f4f4f4 url(../core/core-images/post-arrow.png) no-repeat center 8px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-transform: scale(1.0) rotate(0deg);
	-moz-transform: scale(1.0) rotate(0deg);
	-o-transform: scale(1.0) rotate(0deg);
	-ms-transform: scale(1.0) rotate(0deg);
	transform: scale(1.0) rotate(0deg);
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-touch-callout: none;
}

a.post-arrow-down {
	-webkit-transform: scale(1.0) rotate(180deg);
	-moz-transform: scale(1.0) rotate(180deg);
	-o-transform: scale(1.0) rotate(180deg);
	-ms-transform: scale(1.0) rotate(180deg);
	transform: scale(1.0) rotate(180deg);
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	background: #dfe3e3 url(../core/core-images/post-arrow.png) no-repeat center -12px;
	border: 1px solid #b8b8b8;
}

a.h2 {
	color: #fff;
	text-decoration: none;
	display: block;
	margin-top: 2px;
	text-align: left;
	letter-spacing: -1px;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	margin-right: 10px;
}

.mainentry {
	color: #fff;
	line-height: 145%;
	display: block;
}

.mainentry p {
	margin: 2% 0 1%;
	padding: 0;
}

.mainentry a.read-more {
	display: block;
	padding-top: 10px;
	border-top: 1px solid #c1c1c1;
	position: relative;
	padding-right: 40px;
	text-align:right;
	font-size:12px;
	color: #CCC;
	font-weight: bold;
	background:#200;
	padding-bottom: 10px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	margin: 10px -10px -10px;
}

.mainentry a.read-more:hover {
	background-color: #100;
}

.comment-bubble,.comment-bubble-big {
	background: -webkit-gradient(linear, left top, left bottom, from(#de939e), to(#a40717), color-stop(0.5, #be4958));
	background: -webkit-linear-gradient(top, #de939e, #a40717, #be4958 0.5);
	background: -moz-linear-gradient(top, #de939e, #a40717, #be4958 0.5);
	background: -o-linear-gradient(top, #de939e 0%, #be4958 50%, #a40717 100%);
	background: -ms-linear-gradient(top, #de939e, #a40717, #be4958 0.5);
	background: linear-gradient(top, #de939e, #a40717, #be4958 0.5);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	height: 16px;
	display: block;
	border-radius: 32px;
	padding: 0 5px;
	color: #fff;
	text-shadow: #7b0805 0 1px 1px;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	-webkit-box-shadow: rgba(0,0,0, .6) 0px 2px 3px;
	box-shadow: rgba(0,0,0, .6) 0px 2px 3px;
	position: absolute;
	top: 3px;
	font: bold 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	z-index: 1;
	width: auto;
}

.comment-bubble {
	left: 40px;
}

.comment-bubble-big {
	left: 36px;
}

.nothing-shown {
	left: -5px;
	top: -10px;
}

.archive-top {
	margin: -11px -11px 7px;
	-webkit-border-top-right-radius: 8px;
	font-size:15px;
}

.archive-top-right .post-arrow,.archive-top-right .post-arrow-down {
	margin-right: 5px;
	margin-top: 28px;
}

.archive-top-left.month-01,#arc-top.month-02,#arc-top.month-03,#arc-top.month-04,#arc-top.month-05,#arc-top.month-06,#arc-top.month-07,#arc-top.month-08,#arc-top.month-09,#arc-top.month-10,#arc-top.month-11,#arc-top.month-12 {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border:#CCC 1px solid;
	background:#200;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: #535353 0 -1px 1px;
}

.main-navigation {
	border-radius: 8px;
	background-color: #fff;
	margin-bottom: 12px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #b1b1b1;
	overflow: hidden;
	font-weight: bold;
	padding: 10px;
}

.main-navigation .alignleft a {
	float: left;
	display: block;
	background: url(../core/core-images/sprite.png) no-repeat 0 -46px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 23px;
}

.main-navigation .alignright a {
	float: right;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 35px;
	background: url(../core/core-images/sprite.png) no-repeat right -26px;
	position: relative;
	left: 15px;
}

/* @group Calendar CSS Icons */

.calendar {
	text-align: center;
	position: relative;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 0;
	border: 1px solid #c9c9c9;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius-topleft: 7px;
	border-radius-bottomright: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	top: 3px;
	float: left;
	-webkit-box-shadow: #c6c6c6 1px 1px 3px;
	box-shadow: #c6c6c6 1px 1px 3px;
}

.cal-month {
	-webkit-border-top-left-radius: 6px;
	border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 3px 10px;
}

.cal-date {
	color: #fff;
	background-color: #e9e9e9;
	text-shadow: white -1px -1px 1px;
	-webkit-border-bottom-right-radius: 6px;
	border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	letter-spacing: -2px;
	font: bold 21px Helvetica, "Arial Rounded MT Bold", Geneva, sans-serif;
	padding: 1px 4px 2px 0;
	text-align: center;
	border: 1px solid #fff;
}

/* @group Cal Month Colors */

.month-01 {
	background-color: #333;
}

.month-02 {
	background-color: #333;
}

.month-03 {
	background-color: #333;
}

.month-04 {
	background-color: #333;
}

.month-05 {
	background-color: #333;
}

.month-06 {
	background-color: #333;
}

.month-07 {
	background-color: #333;
}

.month-08 {
	background-color: #333;
}

.month-09 {
	background-color: #181818;
}

.month-10 {
	background-color: #333;
}

.month-11 {
	background-color: #333;
}

.month-12 {
	background-color: #333;
}

/* @end */

/* @end */

.post-author {
	color: #555;
	font-size: 9px;
	line-height: 13px;
	position: relative;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	width: 72%;
	float: left;
	padding-top: 2px;
	padding-bottom: 1px;
}

.post-author span.lead {
	font-weight: normal;
	font-style: normal;
}

.post .sticky-icon {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../core/core-images/sticky.png) no-repeat 0 0;
	position: absolute;
	left: 43px;
	z-index: 1;
	top: 5px;
}

.post .sticky-icon-none {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../core/core-images/sticky.png) no-repeat 0 0;
	position: absolute;
	left: 43px;
	z-index: 1;
	top: 5px;
	margin-top: -12px;
	margin-left: -22px;
}

/* @end */

/* @group Ajax */

.ajax-load-more {
	margin-top: 15px;
	margin-right: auto;
	display: block;
	margin-left: auto;
	width: 160px;
}

.spin {
	height: 16px;
	background: url(../core/core-images/ajax-loader.gif) no-repeat;
	display: inline-block;
	width: 16px;
	position: relative;
	float: left;
	top: 0;
	right: 5px;
}

a.ajax {
	color: #fff;
	letter-spacing: 0;
	height: 16px;
	font: bold 14px Helvetica, Geneva, Arial, sans-serif;
	-webkit-touch-callout: none;
}

/* @end */

/* @group Single Post Page */

a.sh2 {
	letter-spacing: -1px;
	margin: 0;
	padding: 0 0 2px;
	color: #fff;
	display: block;
	line-height: 20px;
	font-size: 19px;
	font-weight: bold;
	text-align: left;
}

#singlentry {
	line-height: 150%;
	color: #fff;
	display: block;
	overflow: hidden;
	font-size: 16px;
	padding:5px;
}

.single-post-meta-top {
	text-align: right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding-top:10px;
}

.single-post-meta-bottom {
	text-align: left;
	color: #666;
	font-size: 11px;
	border-bottom: 1px solid #adadad;
	border-top: 1px solid #adadad;
	padding: 10px;
	font-weight: bold;
	line-height: 14px;
	background-color: #e5eff5;
	margin: 5px -10px;
	text-shadow: #fafafa 0 1px 1px;
}

/* @group Post Options Bar */

.single-post-meta-bottom .post-page-nav {
	font-size: 14px;
	line-height: 25px;
	text-indent: -99px;
	margin-left: 100px;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
	letter-spacing: 0;
}

.single-post-meta-bottom .post-page-nav a {
	padding: 2px 5px 2px 8px;
	background-color: #000;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 16px;
	margin-right: 1px;
	letter-spacing: 2px;
}

ul#post-options {
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	list-style-type: none;
	background-color: #000;
	padding: 0 4px 0 0;
	text-align: center;
	position: relative;
	margin: -5px -10px -10px;
	border-top: 1px solid #fbfbfb;
}

ul#post-options li {
	margin: 0;
	padding: 0;
	display: inline-block;
	background:#000;
	font-size:16px;
	font-weight:bold;
}

ul#post-options li a {
	display: inline-block;
	width: auto;
	padding: 10px 5px 16px;
	margin: 2px 0 0;
}

ul#post-options li a#oprev {
	background: url(../core/core-images/post-options.png) no-repeat 5px -210px #000;
	border-right: 1px solid #cfcfcf;
	width: 34px;
}

ul#post-options li a#onext {
	background: url(../core/core-images/post-options.png) no-repeat -7px -244px #000 !important;
	border-left: 1px solid #cfcfcf;
	width: 34px;
}

ul#post-options li a#omail {
	background: url(../core/core-images/post-options.png) no-repeat center -1px;
	border-left: 1px solid #fbfbfb;
	margin-left: -3px;
}

ul#post-options li a#otweet {
	background: url(../core/core-images/post-options.png) no-repeat center -83px;
}

ul#post-options li a#facebook {
	background: url(../core/core-images/post-options.png) no-repeat center -295px;
}

ul#post-options li a#obook {
	background: url(../core/core-images/post-options.png) no-repeat center -39px;
	border-right: 1px solid #fbfbfb;
	margin-right: -3px;
}

/* @end */

/* @group Gallery / Captions */

#singlentry .wp-caption {
	text-align: center;
	font-size: 11px;
	color: #999;
	line-height: 13px;
	max-width: 100% !important;
	height: auto !important;
}

#singlentry .gallery {
	margin: 0;
	padding: 0;
	width: 100% !important;
	height: auto !important;
}

#singlentry .gallery dl.gallery-item img.attachment-thumbnail {
	padding: 3px;
	margin: 10px;
	width: 50% !important;
	height: auto;
}

#singlentry .gallery dl.gallery-item {
	margin: 0;
}

#singlentry .gallery dl.gallery-item dt.gallery-icon {
	margin: 0;
}

#singlentry .gallery dl.gallery-item dd.gallery-caption {
	font-size: 11px;
	color: #555;
}

/* @end */


/* @end */

/* @end */

/* @group Pages */


.pageentry {
	color: #fff;
	padding: 2px;
	line-height: 145%;
	display: block;
}

img.pageicon {
	position: relative;
	margin-right: 10px;
	width: 32px;
	height: 32px;
	float: left;
	margin-top: -5px;
	margin-left: 0;
}

.pageentry .wp-caption {
	text-align: center;
	font-size: 11px;
	color: #999;
	line-height: 13px;
	max-width: 100% !important;
	height: auto !important;
}

/* @group Archives */

#wptouch-tagcloud {
	border-radius: 8px;
	border: 1px solid #adadad;
	background-color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	text-align: justify;
	text-transform: capitalize;
	line-height: 150%;
}

#wptouch-archives {
	border-radius: 8px;
	border: 1px solid #adadad;
	background-color: #fff;
	margin-right: 10px;
	margin-left: 10px;
}

#wptouch-archives a {
	color: #222;
	display: block;
	padding-bottom: 10px;
	padding-left: 10px;
	background: url(../core/core-images/arrow.png) no-repeat right center;
	padding-top: 10px;
}

#wptouch-archives ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#wptouch-archives li {
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
	color: #222;
	display: block;
	padding: 0;
	margin-bottom: 0;
	margin-left: -10px;
	margin-right: -10px;
}

#wptouch-archives li:first-child {
	margin-top: -10px;
}

#wptouch-archives li:last-child {
	margin-bottom: -10px;
	border-bottom-style: none;
}

/* @end */

/* @group Links */

#wptouch-links a {
	color: #222;
	display: block;
	background: url(../core/core-images/arrow.png) no-repeat right center;
	padding: 10px 10% 10px 10px;
}

#wptouch-links h2 {
	color: #475d79;
	text-shadow: #eee 1px 1px 0;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
	letter-spacing: 0;
	border-style: none;
	text-transform: capitalize;
	margin-top: 20px;
}

#wptouch-links ul {
	border-radius: 8px;
	border: 1px solid #adadad;
	background-color: #fff;
	list-style-type: none;
	margin: 10px;
	padding: 0;
}

#wptouch-links li {
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	font-weight: bold;
	font-size: 13px;
	color: #333;
	display: block;
	padding: 0;
	margin: 0;
	text-shadow: #fff 0 0 0;
}

#wptouch-links li:first-child {
	border-top-style: none;
}

#wptouch-links li:last-child {
	border-bottom-style: none;
}

/* @end */

/* @group Photos */

#wptouch-flickr {
	text-align: center;
	width: auto;
}

#wptouch-flickr img {
	padding: 1px;
	background-color: #ccc;
	margin: 5px;
	width: 55px;
	height: 55px;
}

/* @end */

/* @group 404 */

#fourohfour {
	border-radius: 8px;
	border: 1px solid #adadad;
	background-color: #fff;
	text-align: center;
	margin: 10px;
	padding: 10px;
}

/* @end */

/* @end */

/* @group Comments */

ol#commentlist {
	list-style-type: none;
	display: none;
	margin: 0 10px 0;
	position: relative;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ol.commentlist li {
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #dedede;
	margin: 0;
	overflow: hidden;
	font-size: 12px;
	border-right: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	position: relative;
	line-height: 17px;
	-webkit-box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
	box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
}

h3#com-head {
	font-weight: bold;
	font-size: 13px;
	border-radius: 8px;
	text-shadow: #fff 0 1px 0;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #b1b1b1;
	background: #fff;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	cursor: pointer;
	display: block;
}

h3#com-head img#com-arrow {
	margin-right: 5px;
	position: relative;
	top: 1px;
	-webkit-transform: scale(1.0) rotate(0deg);
	-moz-transform: scale(1.0) rotate(0deg);
	-o-transform: scale(1.0) rotate(0deg);
	-ms-transform: scale(1.0) rotate(0deg);
	transform: scale(1.0) rotate(0deg);
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.comhead-open {
	-webkit-border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	margin-bottom: -1px;
	background-color: #eee !important;
}

.com-arrow-down {
	-webkit-transform: scale(1.0) rotate(90deg) !important;
	-moz-transform: scale(1.0) rotate(90deg) !important;
	-o-transform: scale(1.0) rotate(90deg) !important;
	-ms-transform: scale(1.0) rotate(90deg) !important;
	transform: scale(1.0) rotate(90deg) !important;
	-webkit-transition-duration: 0.6s !important;
	-moz-transition-duration: 0.6s !important;
	-o-transition-duration: 0.6s !important;
	-ms-transition-duration: 0.6s !important;
	transition-duration: 0.6s !important;
}

ol.commentlist li:first-child {
	border-top: 1px solid #b1b1b1;
}

ol.commentlist li:last-child {
	border-bottom: 1px solid #b1b1b1;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

ol.commentlist li img.avatar {
	float: left;
	border-right: 1px solid #f9f9f9;
	margin-right: 5px;
	width: 32px;
	height: 32px;
}

ol.commentlist li ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ol.commentlist .parent {
	background-color: #fefdec;
}

ol.commentlist .parent ul.children li {
	border: 1px solid #ddd;
	background-color: #e9f8fd;
	border-radius: 8px;
}

ol.commentlist ul.children .parent ul.children li.alt {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px;
	margin: 10px 0 0;
	border-radius: 8px;
}

ol.commentlist ul.children .parent ul.children li.even {
	border: 1px solid #ddd !important;
	background-color: #f9fbf6;
	padding: 10px;
	margin: 10px 0 0;
	border-radius: 8px;
}

ol.commentlist .reply a,.comdater {
	position: absolute;
	top: 6px;
	right: 5px;
	font-weight: bold;
	font-size: 10px;
	background-color: #e5e5e5;
	padding: 1px 5px;
	border: 1px solid #fff;
	border-radius: 3px;
	text-shadow: #fff 0 1px 0px;
}

ol.commentlist .comdater span {
	margin-right: 3px;
	border-right: 1px solid #fefefe;
	display: inline-block;
}

ol.commentlist .comdater span a {
	padding-right: 7px;
}

ol.commentlist .comdater span a:last-child {
	border-right: 1px solid #ccc;
	display: inline-block;
}

ol.commentlist .comment-author {
	font-weight: bold;
}

ol.commentlist .comment-meta a {
	font-size: 11px;
	color: #999;
}

.navigation.commentnav {
	height: 17px;
	padding-right: 0;
	padding-top: 10px;
	padding-left: 10px;
}

.navigation.commentnav .alignright a {
	background-repeat: no-repeat;
	background-position: right -26px;
	padding-right: 35px;
}

.navigation.commentnav .alignleft a {
	background-repeat: no-repeat;
	background-position: left -46px;
	padding-left: 25px;
}

.comtop {
	background-color: #f5f5f5;
	padding-left: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	height: 17px;
}

.com-author a {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 13px;
	text-shadow: #fff 0 1px 0;
	-webkit-border-top-right-radius: 0px;
}

.com-author {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 13px;
	position: relative;
	text-shadow: #fff 0 1px 0;
	-webkit-border-top-right-radius: 0px;
	padding-left: 10px;
	padding-top: 7px;
}

/* @end */

/* @group Leaving A Comment */

h3#comments,h3#respond {
	color: #475d79;
	text-shadow: #eee 1px 1px 0;
	letter-spacing: -1px;
	font-size: 17px;
	padding-left: 10px;
	padding-top: 20px;
}

h3.coms-closed {
	text-align: center;
	margin-top: 25px;
}

.preview {
	background-color: #fdeeab;
	color: #bf7b20;
	font-weight: bold;
	text-shadow: #fff 0 1px 1px;
	font-size: 11px;
}

.preview span {
	position: absolute;
	right: 62px;
	top: 8px;
	padding-right: 15px;
}

p.logged {
	color: #475d79;
	text-shadow: #eee 1px 1px 0;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: 2px;
	margin-top: 35px;
}

form#commentform {
	margin-left: 10px;
	margin-right: 10px;
}

form#commentform input {
	border-radius: 8px;
	border: 1px solid #adadad;
	padding: 3px;
	margin: 0;
	font-size: 13px;
	color: #444;
	width: 170px;
}

form#commentform input#submit {
	color: #555;
	font-weight: bold;
	width: 25%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #eee;
	border: 1px solid #aaa;
	text-shadow: #fff 0 1px 0;
}

textarea#comment {
	border-radius: 8px;
	border: 1px solid #adadad;
	font-size: 13px;
	color: #444;
	height: 110px;
	width: 98%;
	padding: 3px;
	-webkit-box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
	box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
}

#loading {
	position: relative;
	background-color: #dedede;
	border-radius: 8px;
	border: 1px solid #9fa5ac;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	opacity: 0.85;
	z-index: 9;
	margin: 0;
	bottom: 166px;
	text-align: center;
	width: 98%;
	height: 64px;
	max-width: 453px;
	padding: 50px 3px 2px;
}

#loading p {
	display: inline;
	position: relative;
	bottom: 3px;
	left: 3px;
	text-shadow: #fff 0 1px 0;
	font-size: 12px;
	color: #2f4e71;
	font-weight: bold;
}

form#commentform label {
	color: #475d79;
	text-shadow: #eee 1px 1px 0;
	font-size: 12px;
	font-weight: bold;
}

#refresher {
	border-radius: 8px;
	padding: 10px 10px 10px 18px;
	border: 1px solid #b1b1b1;
	background-color: #e9f5f8;
	color: #475d79;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-shadow: #f5f5f5 0 1px 1px;
	margin-top: 20px;
}

#refresher img {
	float: left;
	margin-right: 3px;
	margin-left: -10px;
}

#refresher h3 {
	padding: 0;
	margin: 0 0 5px;
	color: #475d79;
	text-shadow: #f5f5f5 0 1px 1px;
}

p.subscribe-to-comments {
	padding: 8px;
	border-radius: 8px;
	background-color: #eee;
	border: 1px solid #adadad;
}

p.subscribe-to-comments label {
	text-shadow: #fff 0 1px 0 !important;
	color: #333 !important;
}

p.subscribe-to-comments input#subscribe {
	padding-right: 3px;
	vertical-align: top;
}

#errors {
	background-color: #fed4d2;
	border: 1px solid red;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	text-shadow: #ffecec 0 1px 0;
	border-radius: 8px;
}

/* @end */

/* @group Text Options */

.full-justified {
	text-align: justify;
}

.left-justifed {
	text-align: left;
}

.small-text {
	font-size: 1.1em;
}

.medium-text {
	font-size: 1.2em;
}

.large-text {
	font-size: 1.3em;
}

/* @end */

/* @group Background Options */

.classic-wptouch-bg {
	background-image: url(../core/core-images/backgrounds/pinstripes-classic.gif);
}

.argyle-wptouch-bg {
	background-image: url(../core/core-images/backgrounds/argyle-tie.gif);
}

.horizontal-wptouch-bg {
	background-image: url(../core/core-images/backgrounds/pinstripes-horizontal.gif);
}

.diagonal-wptouch-bg {
	background-image: url(../core/core-images/backgrounds/pinstripes-diagonal.gif);
}

.skated-wptouch-bg {
	background-image: url(../core/core-images/backgrounds/skated-concrete.gif);
}

.grid-wptouch-bg {
	background-image: url(../core/core-images/backgrounds/grid.gif);
}

.low-contrast-linen-wptouch-bg {
	background-image: url(../core/core-images/backgrounds/low_contrast_linen.png);
}

.crossed-stripes-wptouch-bg {
	background-image: url(../core/core-images/backgrounds/crossed_stripes.png);
}

.fiber-wptouch-bg {
	background-image: url(../core/core-images/backgrounds/fiber.png);
}

.light-noise-diagonal-wptouch-bg {
	background-image: url(../core/core-images/backgrounds/light_noise_diagonal.png);
}

.random-grey-wptouch-bg {
	background-image: url(../core/core-images/backgrounds/random_grey.png);
}

.stitched-wool-wptouch-bg {
	background-image: url(../core/core-images/backgrounds/stitched_wool.png);
}

.white-carbon-wptouch-bg {
	background-image: url(../core/core-images/backgrounds/white_carbon.png);
}

.white-carbon-fiber-wptouch-bg {
	background-image: url(../core/core-images/backgrounds/white_carbon_fiber.png);
}

/* @end */

/* @group Footer */

#footer {
	clear:both;
	text-align: center;
	color: #475d79;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
	padding:20px 0 0 0;
	bottom:0;
	left:0;
	width:100%;
}
#footer ul{
	margin:0 auto;
	width:100%;
	height:75px;
	background-color: rgba(0,0,0,.3);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #999), color-stop(0.10, #600), color-stop(1, #000));
	background-image:-moz-linear-gradient(top, #999, #600 10%, #000);
	background-image:-o-linear-gradient(top, #999, #600 10%, #000);
	}
#footer li{
	color:#fff;
	display:block;
	height:70px;
	width:24.5%;
	float:left;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
	padding-left:0.5%;
	padding-bottom:4px;
	z-index: 0;
	-webkit-box-shadow:inset rgba(255,255,255,0.2) 0px 1px 5px 0px;
	box-shadow: inset rgba(255,255,255,0.2) 2px 0 1px 0px;
}
#footer li img{width:35px;}
#footer li a{
	display:block;
	color:#FC9;
	padding: 5px;
}

#footer p {
	margin: 0;
	padding:0;
	font-size:8px;
	clear:both;
}

/* @group Toggle Button */

#switch {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin: 60px 9px 25px;
	background-color: #fff;
	border: 1px solid #b1b1b1;
	padding: 12px 8px;
	position: relative;
	height: 17px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
	box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
	color: #333;
	text-shadow: none;
}

#switch div {
	border: 1px solid #b1b1b1;
	border-radius: 24px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 13px;
	position: absolute;
	top: 8px;
	right: 8px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d3d3d3), color-stop(.5, #eee), color-stop(.51, #e9e9e9));
	background: -webkit-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -moz-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -o-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -ms-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	text-shadow: #fff 0 1px 0;
}

#switch .on {
	padding: 5px 12px 6px;
	float: left;
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	border-right: 1px solid #b1b1b1;
}

#switch .off {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	padding: 5px 8px 6px;
	display: block;
	float: right;
	border-left: 1px solid #b1b1b1;
}

#switch .active {
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#d3d3d3), color-stop(.5, #eee), color-stop(.51, #e9e9e9));
	background: -webkit-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -moz-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -o-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -ms-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	text-shadow: #FFF 0 1px 0;
	-webkit-box-shadow: inset rgba(0,0,0,.4) 0px 0px 7px;
	box-shadow: inset rgba(0,0,0,.4) 0px 0px 7px;
	border-style: none;
	color: #666;
}

/* @end */

/* @end */

/* @group WPtouch Adsense area */

#adsense-area {
	height: 50px;
	overflow: none;
	margin-bottom: 12px;
	background: transparent;
}

#adsense-area iframe {
	height: 50px !important;
	overflow: none;
}

/* @end */

/* @group No Script Overlay */

#noscript-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #eee;
	z-index: 1000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

#noscript {
	color: #ddd;
	display: block;
	height: 54%;
	text-shadow: #000000 -1px -1px 0;
	border-radius: 15px;
	-webkit-box-shadow: #444 0px 0px 15px;
	box-shadow: #444 0px 0px 15px;
	width: auto;
	padding-right: 25px;
	padding-left: 25px;
	background: #0d0d0d url(../../images/saved.png) no-repeat center top;
	padding-top: 110px;
	text-align: center;
	border: 3px solid #444;
	font: 14px Helvetica, Arial, sans-serif;
	margin: 25px;
}

/* @end */

/* @group Post Thumbnails (2.9+ only) */

.wptouch-post-thumb-wrap {
	position: relative;
	margin-right: 8px;
	display: block;
	margin-bottom: 4px;
	width: 46px;
	height: 46px;
	float: left;
}

.wptouch-post-thumb img {
	width: 46px;
	height: 46px;
}

.wptouch-post-thumb-wrap .thumb-top-left {
	position: absolute;
	top: 0;
	left: 0;
	height: 9px;
	width: 9px;
	background: url(../core/core-images/thumb-corners.png) no-repeat 0 0;
}

.wptouch-post-thumb-wrap .thumb-top-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 9px;
	background: url(../core/core-images/thumb-corners.png) no-repeat right top;
}

.wptouch-post-thumb-wrap .thumb-bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 9px;
	height: 9px;
	background: url(../core/core-images/thumb-corners.png) no-repeat 0 -9px;
}

.wptouch-post-thumb-wrap .thumb-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 9px;
	height: 9px;
	background: url(../core/core-images/thumb-corners.png) 9px -9px;
}

/* @end */

/* @group Compatibility */

#livefyre {
	margin-left: 9px;
	margin-right: 9px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #CCC;
	border-radius: 8px;
	padding: 10px;
}

#wwsgd-optin,#outbrain_container_0_stripBox,#outbrain_container_0_stars,.linkedin_share_container,.dd_post_share,.tweetmeme_button,#dd_ajax_float {
	display: none;
}

/* @group Dynamic Contact Form */

#dwp-contact-button,.dwpcontact-page {
	display: none !important;
}

/* @end */

/* @group Banner Cycler */

#cycler,#cyclerNav {
	display: none;
}

/* @end */

/* @group Gravity Forms */

.gform_wrapper li,.gform_wrapper form li {
	list-style-type: none !important;
	padding-left: 30px;
}

.gform_wrapper .gform_footer {
	margin-top: 0;
	margin-left: 20px;
}

body.wptouch-pro .post .gform_wrapper .gform_body ul.gform_fields {
	text-indent: 0 !important;
	margin: 0;
	padding: 0;
}

body.wptouch-pro .post .gform_wrapper .gform_body ul.gform_fields li {
	padding-left: 0 !important;
}

/* @end */

/* @group WP Skypscraper */

.wp_skyscraper_c2 {
	display: none;
}

/* @end */

/* @group AddThis / Tweet This */

.addthis_container {
	display: none !important;
}

a.tt {
	display: none !important;
}

/* @end */

/* @group Peter's Anti Spam Support */

#secureimgdiv img#cas_image {
	border-radius: 2px !important;
	border: 1px solid #adadad !important;
	width: auto !important;
	height: 21px !important;
	float: left !important;
}

#secureimgdiv p label {
	color: #475d79;
	text-shadow: #eee 1px 1px 0;
	font-size: 14px;
	font-weight: bold;
}

#secureimgdiv p small {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	text-align: justify;
}

#secureimgdiv p input#securitycode {
	border-radius: 8px;
	border: 1px solid #adadad;
	padding: 3px;
	margin: 0 0 0 0;
	font-size: 13px;
	color: #444;
	width: 101px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
}

/* @end */

/* @group Ribbon Manager Plugin Override */

a#ribbon {
	display: none !important;
}

/* @end */

/* @group Subscribe To Comments */

p.subscribe-to-comments {
	padding: 8px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #adadad;
}

p.subscribe-to-comments label {
	text-shadow: #fff 0 1px 0 !important;
	color: #333 !important;
}

p.subscribe-to-comments input#subscribe {
	padding-right: 3px;
	vertical-align: top;
	width: auto;
	height: auto;
}

/* @end */

/* @group Digg Box */

span.db-body {
	display: none;
}

/* @end */

/* @group WP Thread Comment */

p.thdrpy,p.thdmang {
	display: inline;
	margin-right: 10px;
}

/* @end */

/* @group WP Greet Box */

#greet_block {
	display: none;
}

/* @end */

/* @group Comment Reply Notification */

#commentform input#comment_mail_notify {
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
}

/* @end */

/* @group Share and Follow */

.footer #follow.right {
	display: none !important;
}

.content ul.socialwrap {
	display: none;
}

/* @end */

/* @group Disqus */

#disqus_thread {
	border-radius: 8px;
	border: 1px solid #adadad;
	background-color: #fff;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 50px;
}

/* @end */

/* @group WP Tweet Button */

#content .tw_button {
	display: none !important;
}

/* @end */

/* @group Follow Me */

#followMeTabLeftSm,#followMeTabLeftSm img {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
	visibility: hidden !important;
	position: -1000em !important;
}

/* @end */

/* @group Comment Quicktags */

#commentform #ed_toolbar {
	margin-left: 9px;
}

#commentform #ed_toolbar .ed_button {
	width: auto !important;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 3px;
	border-radius: 4px !important;
	padding: 2px 6px !important;
	font-size: 11px;
	font-weight: bold;
}

/* @end */

/* @group Zenbox */

#zenbox_tab {
	display: none !important;
}

/* @end */

/* @group AttentionGrabber */

#attentionGrabber,#attentionGrabberWrap #openAttentionGrabber {
	display: none !important;
}

/* @end */

/* @group smartPop-Up Box */

#smartPopupfade,#pietimerholder {
	display: none !important;
}

/* @end */

/* @group Mega Dropdown */

.megadropdown-wrapper {
	display: none !important;
}

/* @end */

/* @group Easy Button */

.buttonfixed {
	display: none !important;
}

/* @end */

/* @group AS Sharebar */

#as-share-window {
	display: none !important;
}

/* @end */

/* @group Social Share */

.leftcontainerBox {
	display: none !important;
}

/* @end */

/* @end */


/* mobile */
#g_li{
	width:95%;
	min-height:300px;
	height:auto;
	position:relative;
	margin:0 auto;
	padding:20px 0 0 0;
}
#g_li li{
	width:140px;
	height:210px;
	float:left;
	padding:2px;
	margin:0;
	display:block;
	font-size:10px;
	position:relative;
	border:solid #300 1px;
}
.g_list{
	width:140px;
	height:220px;
}
.g_list a{
	height:210px;
	width:140px;
	position:absolute;
	background:none !important;
	padding:0 !important;
	border:none !important;
}
.g_list a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}	
.g_list .g_li_photo{
	width:140px;
	position:absolute !important;
	margin:0;
}
.name_b{
	font-size:20px !important;
	font-weight:bold;
	color:#FFF;
	font-family: "Times New Roman", Times, serif;
	position:absolut !important;
	text-shadow: 2px 2px 2px #000;

}
.g_list .fil{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background:#300;
	position: absolute !important;
	bottom:2px;
	left:3px;
	border:#900 3px double;
	width:133px;
	height:52px;
}
.g_list p.name{
	font-size:12px !important;
	font-weight:bold;
	position: absolute;
	bottom:5px;
	left:4px;
	margin:0;
	padding:0;
	width:130px;
	height:70px;
	text-align:left;
}


.disp{display:none !important; visibility:hidden;}
.dispoff{display:none !important; visibility:hidden;}

#g_li p{
	font-size:12px;
	font-weight:bold;
	margin:0 1px;
	padding:5px 0 0 0;
	height: auto;
	text-align:left;
	text-shadow:1px 1px 3px #000;
	z-index: 0;
	line-height:110%;
}
.p_name{
	font-size:16px !important;
	font-weight:bold;
	color:#CFF;
	height: auto;
	text-align:center;
	text-shadow:2px 2px 1px #000;
}



#g_li2{width:99%; height:auto; min-height:300px; margin:3px; padding:0; clear:both;}
#g_li2 li{
	margin:1px !important;
	padding:0;
	display:block;
	font-size:16px;
	background:#000;
	padding:10px;
	background: -moz-linear-gradient(
		top,
		#75111e 0%,
		#24030b 50%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#75111e),
		color-stop(0.50, #24030b),
		to(#000000));
	margin:10px auto;
	text-shadow:1px 2px 1px #000;
	z-index: 0;
}