@charset "utf-8";
/**
 * Theme Name: tsubagra
 * Theme URI: http://www.tubagra.com
 * Author: feegrate
 * Author URI: http://www.feegrate.com/
 * Version: 1.0
 */

/* General Settings */
body {
	background-color:#000;
	color:#3F2800;
	margin: 0;
	padding: 0 !important;
	font-size: 12px;
	line-height: 1.7em;
	font-family:'Lucida Grande', meiryo, 'メイリオ', verdana, helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kakugothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

p {margin:0; margin-bottom:1em;}

table {
	width: 100%;
	margin: 0;
	border: none;
	border-collapse: collapse;
}
td {padding: 0; border: 0;}
h1 {margin: 0; font-size: 24px; margin-bottom: 10px;}
h1 div {margin: 0; font-size: 14px;}

h2 {margin: 0; font-size: 18px;}
h3 {margin: 0; font-size: 14px;}
h4 {margin: 0; font-size: 12px;}
img {border: 0;}

form {margin: 0; padding: 0;}
textarea {margin:0; background-color:#f7f7f7; border:#ccc 1px solid; font-size:12px; color:#222; vertical-align:middle;}

em {font-style:normal;}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display:block;}

img {border:0;}

a {color:#66f; text-decoration:none;}
a:hover {color:#c23438; text-decoration:underline;}

a:hover img {filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75;}

.item {border: 1px solid #e6e6e6;}
.itemHead {padding: 3px; background-color: #5a667b; color: #fff;}
.itemInfo {text-align: right; padding: 3px; background-color: #efefef}
.itemTitle a {font-size: 130%; font-weight: bold; font-variant: small-caps; color: #fff; background-color: transparent;}
.itemTitle a:hover {color: #FF9933;}
.itemPoster {font-size: 90%; font-style:italic;}
.itemPostDate {font-size: 90%; font-style:italic;}
.itemStats {font-size: 90%; font-style:italic;}
.itemBody {padding-left: 5px;}
.itemText {margin-top: 5px; margin-bottom: 5px; line-height: 1.5em;}
.itemText:first-letter {font-size: 133%; font-weight: bold;}
.itemFoot {text-align: right; padding: 3px; background-color: #efefef}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}


/* float clearfix */
.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Structure Settings */

header {
	height:65px;
	width:1000px;
	margin:10px auto;
	background-color:#000;
}

header h1 a {
	display: block;
	float: left;
	height: 65px;
	text-indent: -9999px;
	width:65px;
	background: url(images/logo.png) no-repeat;
}

header p {
	display:block;
	height:60px;
	width:600px;
	color:#fff;
	font-size:12px;
	line-height:16px;
	margin-left:60px;
	padding-top:2px;
}

#MainWrapper {
	margin: 0 auto;
	width: 1000px;
	padding:0;
	background-color:#ccc;
}

#MainColumn {
	width: 770px;
	float: left;
	background-color:#fff;
}

#ContentsBody {
	width: 750px;
	background-color: #fff;
	padding: 10px;
	overflow:hidden;
}

footer {
	font-size: 11px;
	line-height:15px;
	color: #fff;
	margin: 0 10px;
	background-color:#000;
	padding-bottom:3px;
	clear:both;
}

footer p {margin :5px 7px;}

footer ul {
	padding:0;
	margin:0;
	background-color:#fff;
	height:25px;
	text-align:left;
}

footer ul li {
	list-style-type:none;
	margin:0;
	padding:0 7px;
	border-right:1px solid #ccc;
	display:inline;
	font-size:12px;
	line-height:20px;
}

footer ul li.go_to_top {
	list-style-type:none;
	margin:0;
	border-right:0;
	display:inline;
	font-size:1px;
	line-height:1px;
}

footer ul li.go_to_top a {
	display:block;
	width:70px;
	height:20px;
	color:#fff;
	background:#fff url(images/btn-go_to_top.png) no-repeat left top;
	float:right;
	text-indent:-9999px;
}

footer ul li.go_to_top a:hover {
	background-position:left bottom;
}


/* Blocks Settings */
#RightColumn {width: 230px; float: right; background-color:#ccc;}

nav ul {
	width:220px;
	height:410px;
	display:block;
/*	background:#ccc url(images/menu.png) no-repeat left top; */
	padding:0;
	margin:10px 0;
}

nav ul li {
	list-style-type:none;
	display:block;
/*
	font-size:1px;
*/
	line-height:1px;
	margin:0;
	padding:0;
}

nav ul li a {
/*
	display:block;
*/
	width:220px;
	height:50px;
	text-indent:-9999px;
	background:transparent;
}

nav ul li a:hover, nav li a.thispage {
	background:#eee;
	filter:alpha(opacity=30);
	opacity:0.3;
	-moz-opacity:0.3;
}

#RightColumn div.blockTitle {
	height: 20px;
	width: 220px;
	background-image:url(images/bg-title-right-block.png);
}
#RightColumn div.blockTitle .titleText {
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	padding:2px 0 5px;
	text-indent: 7px;
	color:#fff;
	overflow: hidden;
}

.blockContentOuter {
	margin-bottom:10px;
}
.blockContentInner {
	display: block;
	background:url(images/bg-right-block.png) no-repeat right bottom;
	width: 210px;
	padding: 0;
	background-color:#fff;
	font-size:12px;
	line-height:1.7em;
	padding:10px 10px 10px 0;
}

.xpress_block li{
	list-style: none;
}

.blockContentInner h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
.blockContentInner p {
}
.blockContentInner form p {
}
.blockContentInner ul, .blockContentInner dl {
	margin: 0 0 0 10px;
	padding: 0;
}
blockContentInner dt, .blockContentInner dd {
	margin: 0;
	padding:0;
	list-style-type:none;
}
.blockContentInner li {
	line-height:15px;
	margin: 0 0 5px 0;
	padding:0;
	list-style-type:none;
}
.blockContentInner li em, div.xpress-post-entry h3 em {display:inline-block; width:25px; height:18px; background:#fff url(images/bg-new.png) no-repeat left center; font-size:1px; text-indent:-9999px; margin-left:2px; vertical-align:middle;}
#RightColumn .head, #RightColumn .even, #RightColumn .odd {color: #333;}
#RightColumn .head a, #RightColumn .even a, #RightColumn .odd a {color: #036;}


/* For Menu */
/* Web std */


/* MainMenu and Multimenu */
.blockContentInner #mainmenu a, .blockContentInner .mainmenu a {
}

.blockContentInner #mainmenu a:visited, .blockContentInner .mainmenu a:visited{
}


.blockContentInner #mainmenu a:hover, .blockContentInner .mainmenu a:hover {
}

.blockContentInner #mainmenu a.menuTop, .blockContentInner .mainmenu a.menuTop {
}

.blockContentInner #mainmenu a.menuMain, .blockContentInner #mainmenu a.menuMain {
}

.blockContentInner #mainmenu a.menuSub, .blockContentInner #mainmenu a.menuSub {
}

/* UserMenu */
.blockContentInner #usermenu a {
}

.blockContentInner #usermenu a:visited{
}


.blockContentInner #usermenu a:hover {
}


#ContentsBody table {
	width: 100%;
	max-width: 750px;
}
#ContentsBody input {max-width: 700px;}
#ContentsBody textarea {max-width: 742px; min-height:200px;}

div.Centercolumn th {background-color: #2F5376; color: #ccc; vertical-align: middle;}
div.CenterCcolumn {margin-bottom: 15px; min-height: 1px;}
div.CenterCcolumn div.blockContent {margin-right: 0px;  margin-left: 0px; margin-bottom: 2px; line-height: 170%;}

div.CenterLeftcolumn {margin-bottom: 15px; float: left; width: 31%; padding: 0px 3px 0px 0px; min-height: 1px;}
div.CenterLeftcolumn div.blockContent {padding: 3px; margin-left: 3px; margin-right: 2px; margin-bottom: 2px; line-height: 150%;}

div.CenterRightcolumn {margin-bottom: 15px; float: right; width: 31%; padding: 0px 3px 0px 0px; min-height: 1px;}
div.CenterLeftcolumn h3.blockTitle, div.CenterRightcolumn h3.blockTitle {display: block; height: 36px; background:url(images/blkTitle_bg.gif) repeat-x 0 0;padding: 3px; color: #000; font-size: 14px; font-weight: bold; text-indent: 10px; line-height: 30px;}
div.CenterRightcolumn div.blockContent {padding: 3px; margin-left: 3px; margin-right: 3px; margin-bottom: 2px; line-height: 150%;}
div.CenterCcolumn h3.blockTitle {display:none;}

div.xpress_recent_post_content_block ul {margin:0; padding:0; list-style-type:none;}
.xpress-post-header {margin:0; padding:0; border:0;}
.xpress-post-title {background:#fff url(images/bg-h2.png) no-repeat left center;}
.xpress-post-title h2 {margin: 0; color: #4478B0; font-size: 14px; font-weight: bold; border-bottom:2px solid #000; padding:0;}

.xpress-post-title h2 a {margin-left:10px; font-size: 14px; color:#000;}
.xpress-post-title h2 a.userphoto {margin-left:0;}
.xpress-post-title h2 a.userphoto img, img.userphoto {vertical-align:middle;}

.xpress-post .xpress-post-entry {clear: both; color:#3F2800; font-size:12px;}
.xpress-post .xpress-link-pages {padding-top:10px; clear: both; text-align: center;}
.xpress-post .xpress-post-footer {text-align:right; height:20px; padding:10px 0; clear:both; margin-bottom:20px;}

a.more-link {display:inline-block; width:90px; height:25px; font-size: 1px; margin: 0; padding: 0; float:right; text-indent:-9999px; background:#fff url(images/btn-readmore.png) no-repeat left top;}
a.more-link:hover {background-position:left bottom;}
.xpress-more-link {font-size: 12px; margin: 0; padding: 0; font-style: normal; font-weight: bold; text-align: center;}
.xpress-more-link a{color: #E98838; font-style: normal; font-weight: bold; text-align: center;}
.xpress-more-link a {display:inline-block; width:90px; height:25px; font-size: 1px; margin: 0; padding: 0; float:right; text-indent:-9999px; background:#fff url(images/btn-readmore.png) no-repeat left top;}
.xpress-more-link a:hover {background-position:left bottom;}

.outer {border: 1px solid #444;}
.outer th {background-color: #999; color: #FFFFFF; vertical-align: middle;}
.outer th a {color: #fff;text-decoration: underline;}
.outer th a:hover {color: #990033;}
.outer td {border-bottom: 1px dotted #ccc;}
.head {background-color: #e6e6e6; padding: 5px; font-weight: bold; vertical-align:top;}
.even {background-color: #f7f7f7; padding: 5px; vertical-align:top;}
.odd {background-color: #fff; padding: 5px; vertical-align:top;}
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
tr.even td {background-color: #dee3e7; padding: 5px; vertical-align:top;}
tr.odd td {background-color: #E9E9E9; padding: 5px; vertical-align:top;}

div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}

div.xoopsCode { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px; overflow: auto;}
/* code is scroll. for forum */
div.xoopsQuote { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}


.comTitle {color: #000; font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px; word-break:break-all; overflow: hidden;}/* overflow is hidden for forum */
.comUserStat {font-size: 10px; color: #2F5376; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #2F5376; font-weight:bold; font-size: 10px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}

.d3f_form_table td input {max-width: 480px;}/* for d3forum make new forum page */
#MainColumn .d3f_iconexp li {list-style: none;}/* thx hi-debow */
.skip {position: absolute; left: -9000px; margin: 0; padding: 0;}/* for ex templates. thx hi-debow */

.topcoverphoto {background:#000 url(images/bg-coverphoto.png) no-repeat left bottom;}
.coverphoto {background:#000 url(images/bg-coverphoto-entry.png) no-repeat left bottom;}
div.coverphoto, div.topcoverphoto {width:750px; height:auto; overflow:hidden;}
div.coverphoto img, div.topcoverphoto img {display:block;}
div.topcoverphoto a {display:inline-block; width:90px; height:25px; text-indent:-9999px; background:#000 url(images/btn-backnumbers.png) no-repeat left center; float:right; margin-right:10px;}
div.topcoverphoto a:hover {filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
div.coverphoto p {line-height:25px; color:#fff;}
div.topcoverphoto p {line-height:25px; color:#fff; margin:0 0 0 110px;}
div.coverphoto p {margin:0 0 0 10px;}

div.bnr-a {width:230px; height:45px; float:right;}

div.bnr-b {width:750px; height:55px; white-space:no-wrap; overflow:hidden; margin:20px 0;}
div.bnr-b img {width:246px; margin:0 1px;}

div.bnr-c {width:210px; margin-left:10px;}
div.bnr-c img {display:block; margin-bottom:10px;}

h1 a{color:#000000;}

h1#title-topics {height:30px; font-size:1px; text-indent:-9999px; background:#fff url(images/bg-title-topics.png) no-repeat left top;}
#index h1#title-topics {height:20px;}
h1#title-coverphoto {height:30px; font-size:1px; text-indent:-9999px; background:#fff url(images/bg-title-coverphoto.png) no-repeat left top; margin-bottom:0;}
/* edit h1 title
h1#title-special {height:30px; font-size:1px; text-indent:-9999px; background:#fff url(images/bg-title-special.png) no-repeat left top; margin-bottom:0;}
h1#title-gallery {height:30px; font-size:1px; text-indent:-9999px; background:#fff url(images/bg-title-gallery.png) no-repeat left top; margin-bottom:0;}
h1#title-diary {height:30px; font-size:1px; text-indent:-9999px; background:#fff url(images/bg-title-riders.png) no-repeat left top; margin-bottom:0;}
h1#title-products {height:30px; font-size:1px; text-indent:-9999px; background:#fff url(images/bg-title-products.png) no-repeat left top; margin-bottom:0;}
h1#title-tricks {height:30px; font-size:1px; text-indent:-9999px; background:#fff url(images/bg-title-tricks.png) no-repeat left top; margin-bottom:0;}
*/
h1#title-special {height:30px; margin-bottom:0;}
h1#title-gallery {height:30px; margin-bottom:0;}
h1#title-diary {height:30px; margin-bottom:0;}
h1#title-products {height:30px; margin-bottom:0;}

h1#title-tricks {height:30px; margin-bottom:0;}
h1#title-contact {height:30px; font-size:1px; text-indent:-9999px; background:#fff url(images/bg-title-contact.png) no-repeat left top; margin-bottom:0; height:25px; border-bottom:2px solid #000;}

img.header_image {display:block; margin-bottom:10px;}

div#xpress {width:750px;}

.xpress-navi-bar {margin-top:20px; clear:both; height:25px;}
.xpress-navi-bar .alignright {width:90px; height:25px; float: right;}
.xpress-navi-bar .alignright a {display:inline-block; text-indent:-9999px; width:90px; height:25px; background:#fff url(images/btn-next.png) no-repeat left top;}
.xpress-navi-bar .alignright a:hover {background-position:left bottom;}

.xpress-navi-bar .alignleft {width:90px; height:25px; float: left;}
.xpress-navi-bar .alignleft a {display:inline-block; text-indent:-9999px; width:90px; height:25px; background:#fff url(images/btn-prev.png) no-repeat left top;}
.xpress-navi-bar .alignleft a:hover {background-position:left bottom;}

.xpress-navi-bar .back_to_top {width:90px; height:25px; margin:0 auto;}
.xpress-navi-bar .back_to_top a {display:inline-block; text-indent:-9999px; width:90px; height:25px; background:#fff url(images/btn-back_to_top.png) no-repeat left top;}
.xpress-navi-bar .back_to_top a:hover {background-position:left bottom;}

.xpress_authors_block {margin:0; padding:0;}
.xpress_authors_block ul {display:block; margin:0; padding:0;  margin-bottom:3px;}
.xpress_authors_block ul li {display:inline; list-style-type:none; font-size: 0px;}
form#searchform {padding:5px; background-color:#ccc; font-size:1px;}
form#searchform input#s {border:1px solid #000; border-right:0; line-height:25px; background-color:#999; color:#fff; width:280px; margin:0; padding:0 3px; font-size:12px; height:25px;}
form input.submit_btn {width:28px; height:27px; border:0; padding:0; margin:0; vertical-align:top;}

#diaryheader {width:750px; height:164px; padding-top:56px; background-color:#000; margin-bottom:10px;}
#diaryheader ul {margin:0; padding:0;}
#diaryheader li {list-style-type:none; margin:0; padding:0;}
#diaryheader a {display:block; font-size:40px; line-height:40px; color:#fff; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; text-decoration:none; letter-spacing:-0.08em; text-indent:-3px; font-family:'Arial Black', sans-serif;}
#diaryheader a:hover, #diaryheader a.thispage {filter:alpha(opacity=100); -moz-opacity:1; opacity:1; text-decoration:none;}
#diaryheader a:hover span, #diaryheader a.thispage span {color:#f00;}

#riders {width:750px; height:auto;}
#riders .xpress-post-title {background-image:none;}
#riders .xpress-post-title h2 {border-bottom:2px solid #000; margin:10px 0 3px; font-size: 14px; font-weight: bold; padding:0 0 3px;}

#not_find {text-align:center; margin:20px;}

#guestheader {width:750px; height:105px; background-image:url(images/bg-guestheader.png); margin-bottom:10px;}
#guestheader a {display:block; width:190px; height:40px; float:right; background:url(images/btn-guest-riders_top.png) left top; text-indent:-9999px;}
#guestheader a:hover {background-position:left bottom;}

#products .xpress-post-title {background-image:url(images/bg-h2-products.png);}
#products .xpress-post-title h2 {border:0; margin:0; height:25px; line-height:14px; padding:5px 0 px 6px 3px;}
#products .xpress-post-title h2 a {color:#fff; line-height:25px; margin-left:15px;}
#products div.xpress-post-title h2 a.back {display:inline-block; float:right; background:#000 url(images/btn-products_top.png) no-repeat left top; width:105px; height:18px; margin:3px 10px; margin-left:8px;}
#products div.xpress-post-title h2 a.back:hover {background-position:left bottom;}

.xpress-post-entry h2 {background:#fff url(images/bg-h2.png) no-repeat left center; border-bottom:2px solid #000; padding:0; font-size:14px; padding-left:13px; margin:10px 0;}
.xpress-post-entry div.image {width:750px; background-color:#000; color:#fff; margin-top:10px; margin-bottom:15px; font-size:14px;}
.xpress-post-entry div.image img {display:block; margin:0 auto;}
.xpress-post-entry div.image span {display:block; padding:5px;}

img.aligncenter {display:block; margin:0 auto;}

div.special_site_block div.xpress-post-entry {height:130px; width:353px; float:left; margin-right:20px;}
div.special_site_block div.xpress-post-entry img {width:120px; height:120px; float:left; margin-right:10px;}
div.special_site_block h2 {background-image:url(images/bg-h2-products.png); font-size:14px; border:0; padding:4px 15px 6px;color:#fff; line-height:14px; margin:0;}
div.special_site_block h3 {font-size:12px; line-height:12px; margin:0 0 5px; padding:0;}
div.special_site_block h3 span {font-family:meiryo, 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kakugothic Pro', 'ＭＳ Ｐゴシック'; margin-right:2px;}
div.special_site_block h3 a {color:#3F2800;}
div.special_site_block p {font-size:12px; line-height:18px; margin:0; padding:0;}
div.special_site_block div.xpress-post-entry .readmore{display:inline-block; width:90px; height:25px; font-size: 1px; margin: 0; padding: 0; float:right; text-indent:-9999px; background:#fff url(images/btn-readmore.png) no-repeat left top; vertical-align:top;}
div.special_site_block div.xpress-post-entry  p a:hover {background-position:left bottom;}
div.special_site_block div.xpress-post-entry  p em {display:none;}

div#special div.xpress-post-title {background-image:url(images/bg-h2-products.png);}
div#special div.xpress-post-title h2 { font-size:14px; border:0; padding:0; color:#fff; line-height:24px; margin-bottom:10px;}
div#special div.xpress-post-title h2 a {color:#fff; margin-left:16px;}
div#special div.xpress-post-title h2 a.back {display:inline-block; float:right; background:#000 url(images/btn-special_top.png) no-repeat left top; width:125px; height:18px; margin:3px 10px;}
div#special div.xpress-post-title h2 a.back:hover {background-position:left bottom;}

#gallery .xpress-post-title {background-image:url(images/bg-h2-products.png);}
#gallery .xpress-post-title h2 {border:0;}
#gallery .xpress-post-title h2 a {color:#fff; line-height:25px; margin-left:15px;}
#gallery div.xpress-post-title h2 a.back {display:inline-block; float:right; background:#000 url(images/btn-gallery_top.png) no-repeat left top; width:90px; height:18px; margin:3px 10px;}
#gallery div.xpress-post-title h2 a.back:hover {background-position:left bottom;}

div.tricks_block_left {width:32%; float:left;}
div.tricks_block_right {width:32%; float:right;}
div.tricks_block_center {width:32%; float:left; margin-left:15px;}
div.tricks_block div.xpress-post-entry {height:110px; width:225px; float:left; margin-right:25px;}
div.tricks_block div.xpress-post-entry img {width:100px; height:100px; float:left; margin-right:10px;}
div.tricks_block h3 {font-size:12px; line-height:13px; margin:0; padding:0;}
div.tricks_block h3 span {font-family:meiryo, 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kakugothic Pro', 'ＭＳ Ｐゴシック'; margin-right:2px;}
div.tricks_block p {font-size:12px; line-height:18px; margin:0; padding:0;}
div.tricks_block div.xpress-post-entry a {color:#3F2800;;}
div.tricks_block div.xpress-post-entry a:hover {color:#3F2800;}
h2.tricks {background-image:url(images/bg-h2-products.png); font-size:14px; border:0; padding:4px 15px 6px;color:#fff; line-height:14px; margin:0;}

#tricks .xpress-post-title {background-image:url(images/bg-h2-products.png);}
#tricks .xpress-post-title h2 {border:0;}
#tricks .xpress-post-title h2 a {color:#fff; line-height:25px; margin: 0 0 0 16px;}
#tricks .xpress-post-title h2 a.back {display:inline-block; float:right; background:#000 url(images/btn-tricks_top.png) no-repeat left top; width:85px; height:18px; margin:3px 10px;}
#tricks .xpress-post-title h2 a.back:hover {background-position:left bottom;}

.red {color:#f00;}

#contact_text {background-color:#FFE8CE; margin:10px 0px; padding:10px;}
#contact_text_2 {background-color:#FFE8CE; margin:10px 0px; padding:50px 10px;}
#contact_table {border:1px solid #ccc;}
#contact_table th {text-align:left; padding:10px; border:5px solid #fff; background-color:#eee; white-space:nowrap;}
#contact_table th span {font-weight:normal;}
#contact_table td {width:500px; padding:5px 10px; border:5px solid #fff;}
#contact_table td input {line-height:18px;}
#contact_table td textarea {width:100%;}

div.sns {width:200px; float:left; clear:both; height:24px;}
a.twitter {display:block; width:80px; height:20px; background:#fff url(images/btn-tweet.png) no-repeat left top; text-indent:-9999px; text-align:left; float:right; margin-left:3px;}
a.twitter:hover {background-position:left bottom;}
a.facebook {display:block; width:80px; height:20px; background:#fff url(images/btn-facebook.png) no-repeat left top; text-indent:-9999px; text-align:left; float:right; margin-left:3px;}
a.facebook:hover {background-position:left bottom;}

h3.search_title {font-size:15px !important; padding:8px 0;}
h3.search_title a {display:inline-block; height:15px; width:85px; background:#fff url(images/btn-riders_top.png) no-repeat left top; float:right; margin-top:3px;}
h3.search_title a:hover {background-position:left bottom;}

#products #xpress-pings-block, #products #xpress-comments-block, #coverphoto #xpress-pings-block, #coverphoto #xpress-comments-block, #tricks #xpress-pings-block, #tricks #xpress-comments-block, #special #xpress-pings-block #special #xpress-comments-block {display:none;}

div.xpress-post-entry {margin-top:10px;}

div#ymp-player, div#ymp-tray {display:none;}

blockquote {margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd;}
blockquote cite {margin: 5px 0 0; display: block;}

#caution {background-color:#fc0; padding:10px; text-align:center; border:5px double #000; color:#000;}

.vvqbox {display:block; max-width:100%; visibility:visible !important; margin:10px auto 10px 0;}
.vvqbox img {max-width:100%; height:100%;}
.vvqbox object {max-width: 100% }

#xpress_footer {display:none;}
.xpress-link-pages {display:none;}
div#xpress-pings-block h3 {display:none !important;}

#xpress-comments-block {
	margin-top: 0px;
	margin-bottom: 50px;
	padding-top:0px;
	padding-bottom:10px;
	clear: both;
}
#xpress-comment-form {
	padding:0;
}

#xpress-comment-form .xpress-comment-submit {
	width:120px;
	height:25px;
	float:right;
	margin: 0px;
	padding-top: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
}

#xpress-comment-form #submit {
	width:120px;
	height:25px;
	font-weight:bold;
	font-size: 14px;
	text-align:center;
}

#respond h3 span {
	font-weight:normal;
	font-size:12px;
}

.xpress-post-title h2 em {font-size:12px; font-weight:normal; display:inline-block; float:right; color:#3F2800;}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
