/*
Theme Name: Bashy Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Matthew D. Kenyon
Author URI: http://www.bydevelop.com/
Tags: Bish Bash Bosh

*/

/*CSS Reset - thanks meyer! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* -----------------
High
--------------------*/
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: url(images/bashy-bg1.gif) repeat #404040;
	position: relative;
	min-width: 960px;
}

a {
	text-decoration: none;
}

object, embed {
	width: 479px; /*youtube scale*/
}


#login {
	background-image: url(images/bashy-bg1.gif) repeat #404040;
}
/* -----------------
Colour Reference

#00B1FF - BLUE
#FF00BB - PINK
#FFF000 - YELLOW
#38F000 - GREEN
#B51FFF - PURPLE

#000000 - BLACK
#404040 - DARK GREY
#7F7F7F - GREY
#BFBFBF - LIGHT GREY
#FFFFFF - WHITE  -*/


/* -----------------
Floats
--------------------*/
.fl { float: left; }
.fr { float: right; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

/* -----------------
Column System
--------------------*/

.colset {}

.col1 { width: 120px; }
.col2 { width: 240px; }
.col3 { width: 360px; }
.col4 { width: 480px; }
.col5 { width: 600px; }
.col6 { width: 720px; }
.col7 { width: 840px; }
.col8 { width: 960px; }

/* -----------------
Layout Areas
--------------------*/

#header {
	height: 240px;
}

#sidebar-left {
}

#sidebar-right {
	width: 239px;
	border-right: 1px #404040 solid;
	border-left: 1px #404040 solid;
}

#wrap-content {
	width: 479px;
}
.category-store #wrap-content {
	width: 720px;
	border-right: 1px #404040 solid;
}

#wrap-promo {
	height: 240px;
	margin-top: 360px;
	float: left;
}

#footer {
}


/* -----------------
Header
--------------------*/
#header h1 {
	width: 240px;
	height: 240px;
	background-image: url('images/bashy-logo.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#header h1 a {
	display: block;
	height: 120px;
	width: inherit;
	position: static;
	text-indent: -9000px;
}





/* -----------------
Main Navigation
--------------------*/
#nav-main-top {}
#nav-main-left {
	width: 240px;
}

#nav-main-top li {
	height: 240px;
}
#nav-main-left li {
	height: 120px;
	width: 240px;
	float: left;
	display: block;
}

#nav-main-top li {
	background-repeat: no-repeat;
	background-position: 0px -122px;
	position: relative;
	-webkit-transition-property:background-position;
 	-webkit-transition-duration:.1s;
 	-webkit-transition-timing-function: linear;
}

#nav-main-left li {
	background-repeat: no-repeat;
	background-position: -122px 0px;
	position: relative;
	-webkit-transition-property:background-position;
 	-webkit-transition-duration:.1s;
 	-webkit-transition-timing-function: linear;
}

#nav-main-top li:hover, #nav-main-left li:hover {
	background-position: 0px 0px;
	-webkit-transition-property:background-position;
 	-webkit-transition-duration:0.1s;
 	-webkit-transition-timing-function: linear;
 	cursor: pointer;
}

#nav-main-top li a, #nav-main-left li a {
	position: static;
	height: inherit;
	width: inherit;
	text-indent: -9000px;
	display: block;
}
#nav-main-top li span, #nav-main-left li span {
	display: block;
	width: 120px;
	height: 120px;
}

#nav-main-top .current span, #nav-main-left .current span {
	display: none;
}
#nav-main-top li.current:hover {
	background-position: 0px 120px;
}
#nav-main-left li.current:hover {
	background-position: 120px 0px;
}

#nav-main-top .current {
	background-position: 0px 120px;
}
#nav-main-left .current {
	background-position: 120px 0px;
}

#nav-news, #nav-news span {
	background-image: url('images/btn-news.png');
}
#nav-media, #nav-media span {
	background-image: url('images/btn-media.png');
}
#nav-store, #nav-store span {
	background-image: url('images/btn-store.png');
}
#nav-dates, #nav-dates span {
	background-image: url('images/btn-dates.png');
}
#nav-press, #nav-press span {
	background-image: url('images/btn-press.png');
}
#nav-contact, #nav-contact span {
	background-image: url('images/btn-contact.png');
}
#social-buttons {
	padding-top: 120px;
	width: 120px;
	height: 120px;
}
#social-buttons li {
	height: 30px;
	background: url(images/social-buttons.png) no-repeat;
}
#social-buttons li, #social-buttons li:hover {
	-webkit-transition-property:background-position;
 	-webkit-transition-duration:0.1s;
 	-webkit-transition-timing-function: linear;
}
#social-buttons li a {
	display: block;
	position: static;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
}
#social-buttons #s-twitter {
	background-position: 0px 0px;
}
#social-buttons #s-twitter:hover {
	background-position: -120px 0px;
}
#social-buttons #s-facebook {
	background-position: 0px -30px;
}
#social-buttons #s-facebook:hover {
	background-position: -120px -30px;
}
#social-buttons #s-youtube {
	background-position: 0px -60px;
}
#social-buttons #s-youtube:hover {
	background-position: -120px -60px;
}
#social-buttons #s-flickr {
	background-position: 0px -90px;
}
#social-buttons #s-flickr:hover {
	background-position: -120px -90px;
}
/* -----------------
PAGER
--------------------*/

.pager {
	width: 240px;
	height: 120px;
	position: relative;
	clear: left;
	background: url(images/pager-bg.png) no-repeat 0px 0px;
}
.pager .prev, .pager .next {
	width: 120px;
	height: 120px;
	float: left;
	position: relative;
	background: no-repeat 0 0;
}
.pager .prev a {
	background: url(images/btn-prev.png);
	background-position: 120px 0px;
}
.pager .prev a:hover {
	background-position: 0px 0px;
}
.pager .next a {
	background: url(images/btn_next.png);
}
.pager .next a:hover {
	background-position: 120px 0px;
}
.pager a, .pager a:hover {
	-webkit-transition-property:background-position;
 	-webkit-transition-duration:0.1s;
 	-webkit-transition-timing-function: linear;
}
.pager a {
	display: block;
	position: static;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
}

/* -----------------
Tweet Block
--------------------*/

#twitter-block {
	background-image: url('images/bashy-tweetface.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 240px;
	width: 240px;
	position: absolute;
	top: 0px;
	left: 720px;
}
#follow {
	width: 120px;
	height: 120px;
	display: block;
	position: absolute;
	top: 120px;
	left: 120px;
	background-image: url('images/tweet-add.png');
	background-repeat: no-repeat;
	background-position: -120px 0px;
	-webkit-transition-property:background-position;
 	-webkit-transition-duration:0.1s;
 	-webkit-transition-timing-function: linear;
 	text-indent: -9000px;
}
#follow:hover {
	background-position: 0px 0px;
	-webkit-transition-property:background-position;
 	-webkit-transition-duration:0.1s;
 	-webkit-transition-timing-function: linear;
}
#twitter_update_list li{
	width: 240px;
	height: 120px;
	padding-top: 8px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	line-height: 13px;
}
#twitter_update_list li span a {
	background-image: none;
	padding-left: 0px;
	margin-top: 0px;
	display: inline;
}
#twitter_update_list li a {
	display: block;
	color: #8DE1FF;
	background-image: url('images/icon-clock.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 17px;
	text-decoration: none;
	margin-top: 5px;
}

/* -----------------
Blog / Press
--------------------*/
.post-header{
	background-color: #00B1FF;
	min-height: 119px;
	border-bottom: 1px solid #404040;
}
.press .post-header, .category-press .post-header {
	background-color: #FF00bb;
}
.category-press img {
	max-width: 479px;
}
.post-header-bar {
	height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.post-header-bar span {
	height: 30px;
	background-color: #404040;
	display: block;
	padding-left: 10px;
	line-height: 30px;
	float: left;
	width: 350px;
	color: #7F7F7F;
}
.post-header-bar .date {
	width: 109px;
	background-color: #00B1FF;
	color: #404040;
}
.press .post-header-bar .date{
	background-color: #FF00bb;
}
.post-header h2 {
	font-size: 24px;
	line-height: 22px;
	width: 360px;
	padding-left: 10px;
	margin-top: 10px;
	color: #404040;
	text-transform: uppercase;
}
.post-header h2 a {
	color: #404040;
	padding-top: 10px;
}
.press .post-header h2 {
	margin-top: 0px;
	padding-top: 10px;
}
.press .post-header h2 a{	
	padding-top: 0px;
	display: block;
}
.blog .post {
	margin-bottom: 30px;
	min-height: 200px;
	clear: left;
	background-color: white;
}
.blog .post p {
	padding-bottom: 15px;
	margin-left: 10px;
	width: 440px;
	font-size: 14px;
	line-height: 16px;
	color: #404040;
}
#wrap-content .blog .post img, #wrap-content .blog .entry img, #wrap-content .press .entry img, {
	max-width: 479px;
}
.blog .post p img, .blog .post p object {
	margin-left: -10px;
	max-width: 479px;
}
.blog .entry {
	margin-bottom: 30px;
}
.press .entry {
	background-color: white;
	padding-bottom: 30px;
	color: #404040;
}
.press .entry p {
	padding-bottom: 10px;
	padding: 10px 20px 0px 10px;
	font-size: 14px;
	line-height: 14px;
}
.press .entry h3 {
	padding: 10px 10px 0px 10px;
}

/* -----------------
GALLERY
--------------------*/
.gallery {
	width: 480px;
	margin-bottom: -20px;
}
#wrap-content .attachment-thumbnail {
	border: 0px; 
}
#wrap-content .gallery .gallery-item {
	width: 120px;
	height: 120px;
	margin-top: 0px;
}



/* -----------------
BLOGROLL
--------------------*/
#sidebar-right .blogroll {
	background-color: #404040;
	font-size: 12px;
	padding: 0px 10px 14px 10px;
	border-bottom: 1px solid #404040;
	
}
.category-image #sidebar-right {
	margin-left: -1px;
}
#sidebar-right .widget_links h2 {
	background-color: #404040;
	text-transform: uppercase;
	color: #00B1FF;
	padding: 10px;
	font-size: 12px;
}
#sidebar-right .blogroll a {
	color: #7F7F7F;
	text-transform: uppercase;
}
#sidebar-right .blogroll a:hover {
	color: white;
}

/* -----------------
Sign-in
--------------------*/
#signin-box {
	width: 240px;
	height: 120px;
	background: url(images/signup-bashy.png) no-repeat 0px 0px;
	position: relative;
}
#signin-box a {
	display: block;
	position: static;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
}

/* -----------------
Comments
--------------------*/

.commentlist {
}
.comment {
	background-color: #ffff97;
	margin-bottom: 1px;
	width: 450px;
	color: #404040;
	font-size: 12px;
	margin-left: 30px;
}
.comment-author-bashy {
	background-color: #00B1FF;
}
.comment .vcard, .comment-meta {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.comment .vcard img {
	float: left;
	margin-left: -30px;
}
.comment .vcard cite {
	line-height: 30px;
	display: block;
	float: left;
	padding-left: 10px;
	margin-right: 3px;
	font-style: normal;
}
.comment .comment-meta {
	padding-right: 10px;
}
.comment .vcard {
	text-transform: uppercase;
}
.comment p {
	line-height: 14px;
	clear: left;
	padding: 0px 20px 10px 10px;
}
.comment .reply {
	padding-left: 10px;
	line-height: 30px;
	height: 30px;
	position: relative;
}
.comment-edit-link {
	float: right;
	padding-right: 10px;
	padding-left: 12px;
	background: url(images/icon-edit.png) no-repeat center left;
}
.comment-reply-link {
	background: url(images/icon-reply.png) no-repeat center left;
	padding-left: 15px;
}
.comment .reply a {
	color: #404040;
}
.commentlist .children {
	padding-top: 1px;
	background-color: #404040;
}
.commentlist .depth-2 {
	margin-left: 30px;
	width: 420px;
}

/* -----------------
Comment Respond
--------------------*/
#respond {
	margin-left: 30px;
	width: 450px;
	font-size: 12px;
	background-color: #404040;
}

#respond #comment {
	border: 0px;
	width: 446px;
	margin: 0px;
}
#respond form div {
	padding: 0px;
}
#respond form p {
	padding-left: 10px;
	background-color: #7F7F7F;
}
#respond h3 {
	color: #404040;
	width: 110px;
	height: 30px;
	background-color: #7F7F7F;
	line-height: 30px;
	padding-left: 10px;
	font-size: 12px;
	text-transform: uppercase;
}
#respond input.btn {
	background-color: #FF004C;
	color: #404040;
	border: none;
	width: 120px;
	height: 30px;
	border-top: 1px solid #404040;
}
#respond input.btn:hover {
	background-color: #38F000;
	cursor: pointer;
}
#respond .log-bar {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #404040;
	padding: 0px 0px 0px 10px;
	color: #404040;
}
#cancel-comment-reply-link {
	float: right;
	padding-right: 10px;
	background-color: blue;
	background: url(images/icon-close.png) no-repeat center;
	text-indent: -9000px;
	display: block;
	width: 30px;
}
.commentlist #respond {
	border-top: 1px solid #404040;
	margin-left: 0px;
}
#respond .no-log {
	background-color: #7F7F7F;
	padding-bottom: 30px;
}
#respond .no-log p {
	padding: 10px 0px 0px 10px;
	color: #404040;
}






/* -----------------
Social Bar
--------------------*/
.social-bar {
	height: 30px;
	background-color: #7F7F7F;
	line-height: 30px;
	font-size: 12px;
}
.social-bar li {
	float: left;
	position: relative;
}
.social-bar .social-comments a {
	color: #404040;
}
.social-bar span.number {
	float: left;
	text-align: center;
	background-color: black;
	color: white;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.social-bar .tweet, .social-bar .like {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
.social-bar .tweet a, .social-bar .like a{
	color: white;
}
.social-bar .tweet {
	background-color: #8DE1FF;
}
.social-bar .like {
	background-color: #3f5a9b;
}


/* -----------------
Tour Dates
--------------------*/
.wrap-event {
	min-height: 119px;
	background-color: #38F000;
	border-bottom: #404040 solid 1px;
	color: #404040;
	font-size: 12px;
}
.wrap-event h2 {
	font-size: 24px;
	line-height: 22px;
	padding-left: 35px;
}
.wrap-event .event-bar {
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.wrap-event .event-bar .date-day {
	background-color: #404040;
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	float: left;
	margin-right: 5px;
	color: #38F000;
	font-size: 16px;
}
.wrap-event p {
	padding: 3px 0px 0px 36px;
}
.wrap-event .buy {
	padding: 0px 10px 0px 0px;
	display: block;
	float: right;
	color: #404040;
}

/* -----------------
Contacts
--------------------*/
.wrap-contact {
	min-height: 119px;
	background-color: black;
	border-bottom: #404040 solid 1px;
	color: #404040;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.wrap-contact h2 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrap-contact img {
	float: left;
}
.wrap-contact ul {
	padding-left: 10px;

}

/* -----------------
Store
--------------------*/
#store-header {
	height: 119px;
	background-color: #FFF000;
	width: 719px;
	
}
#store-header #signin-box {
	height: 119px;
	width: 239px;
	border-left: solid 1px #404040;
}
.category-store .post {
	background-color: #FFF000;
	width: 239px;
	border-right: 1px solid #404040;
	border-top: 1px solid #404040;
	height: 359px;
	float: left;
	position: relative;
}
.category-store .post:hover {
	background-color: white;
}
.category-store .post .product-link {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9000px;
}
.category-store h2 {
	font-size: 16px;
	padding: 10px 0px 0px 10px;
	text-transform: uppercase;
	border-top: 1px solid #404040;
	color: #404040;
}
.category-store h2 a {
	color: #404040;
}
.product {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #404040;
}
.product-info {
	padding-left: 10px;
	height: 65px;
}
.product-price {
	padding-left: 10px;
}
.product-info p {
	padding-top: 10px;
}
.product .product-tshirt, .product-details .product-tshirt {
	background: url(images/icon-tee.png) no-repeat 0px 1px;
	padding-left: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.product .product-album, .product-details .product-album {
	background: url(images/icon-cd.png) no-repeat 0px 1px;
	padding-left: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.product-full {
	width: 719px;
	border-top: 1px solid #404040;
	float: left;
}
.product-image {
	height: 239px;
}
.product-full .product-image {
	float: left;
}
.product-details {
	color: #404040;
	float: left;
	background-color: white;
	width: 469px;
	min-height: 219px;
	border-left: 1px solid #404040;
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: 14px;
}
.product-details h2 {
	border: none;
	font-size: 24px;
	padding-left: 0px;
}
.product-details p {
	padding: 0px 120px 10px 0px;
}
.product-stock {
	background-color: green;
	margin-left: 240px;
}
.product-stock ul li {
	width: 119px;
	height: 120px;
	border-right: 1px solid #404040;
	border-top: 1px solid #404040;
	float: left;
}
.product-stock ul li.last {
	border-right: none;
}



/* -----------------
Media
--------------------*/
.category-media #wrap-content, .category-image #wrap-content {
	width: 480px;
}

#media-header {
	width: 480px;
	height: 119px;
	border-bottom: 1px solid #404040;
}
#media-header li {
	float: left;
	width: 119px;
	height: 119px;
	border-right: 1px #404040 solid;
	position: relative;
	background: url(images/media-buttons.png) no-repeat;
}
#media-header li a {
	display: block;
	position: static;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
}

#media-header li, #media-header li:hover {
-webkit-transition-property:background-position;
-webkit-transition-duration:.1s;
-webkit-transition-timing-function: linear;
}

#media-header #m-all {
	background-position: 0px -119px;
}
#media-header #m-all:hover, #media-header #m-all.current {
	background-position: 0px 0px;
}
#media-header #m-album {
	background-position: -119px -119px;
}
#media-header #m-album:hover, #media-header #m-album.current{
	background-position: -119px 0px;
}
#media-header #m-video {
	background-position: -238px -119px;
}
#media-header #m-video:hover, #media-header #m-video.current{
	background-position: -238px 0px;
}
#media-header #m-mp3 {
	background-position: -357px -119px;
}
#media-header #m-mp3:hover, #media-header #m-mp3.current {
	background-position: -357px 0px;
}
#media-header #m-image {
	background-position: -476px -119px;
}
#media-header #m-image:hover, #media-header #m-image.current {
	background-position: -476px 0px;
}
#media-header #m-download {
	background-position: -595px -119px;
}
#media-header #m-download:hover, #media-header #m-download.current {
	background-position: -595px 0px;
}

.category-image .post {
	float: left;
	width: 119px;
	height: 119px;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
}

.media .post {
	clear: left;
	position: relative;
	background-color: #B51FFF;
	border-bottom: 1px solid #404040;
	height: 119px;
	width: 479px;
}
.media .post:hover {
	background-color: white;
	cursor: pointer;
}
.media .post a.full {
	display: block;
	position: absolute;
	width: 479px;
	height: 120px;
	text-indent: -9000px;
	z-index: 50;
}
.media .post h2 a {
	text-indent: 0px;
	display: block;
	width: inherit;
	height: inherit;
	color: #404040;
}
.media .media-img {
	border-right: 1px solid #404040;
	width: 119px;
	height: 119px;
	float: left;
}
.media .media-preview {
	width: 359px;
	height: 119px;
	float: left;
}
.media .media-preview h2 {
	padding: 10px;
	text-transform: uppercase;
	color: #404040;
}
.media p {
	padding-left: 10px;
	color: #404040;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.media-preview object, .media-preview embed {
	width: 459px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
}
.category-audio a {
	color: #404040;
}
.category-audio .post:hover {
	background-color: #B51FFF;
	cursor: default;
}
.category-image img {
	max-width: 479px;
}
.category-image.media-image-temp {
	background-color: #B51FFF;
	min-height: 480px;
}
.category-image h2, .category-image p {
	padding: 10px 10px 0px 10px;
	text-transform: uppercase;
	color: #404040;
}
.category-video.media-video-temp {
	background-color: #B51FFF;
	padding-bottom: 20px;
}
.category-video .video-info h2 {
	font-size: 24px;
}
.category-video h2, .category-video p {
	text-transform: uppercase;
	color: #404040;
}
.category-video .video-info {
	padding: 10px 10px 10px 10px;
}
.category-video .video-info span, .category-album .wrap-album span {
	display:block;
	font-weight: bold;
	color: #404040;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 12px;
}

.category-album .wrap-album img {
	width: 479px;
	height: 479px;
	display: block;
}
.category-album .wrap-album {
	background-color: #B51FFF;
	color: #404040;
	padding-bottom: 10px;
}
.category-album .wrap-album h2 {
	padding: 10px 0px 10px 10px;
	text-transform: uppercase;
	color: #404040;
	font-size: 24px;
}
.category-album .wrap-album p {
	padding: 0px 10px 10px 10px;
}
.category-album .wrap-album span {
	padding-left: 10px;
}
.category-album .wrap-album a {
	color: #404040;
	padding-left: 10px;
	font-weight: bold;
}

/* -----------------
PROMOS
--------------------*/
.wrap-promo ul li div {
}
#wrap-promo li {
	width: 240px;
	height: 240px;
	float: left;
	border-right: 1px #404040 solid;
}


/* -----------------
Footer
--------------------*/
#site-map {
	height: 120px;
	margin-top: 20px;
}
#legal {
	background-color: white;
	height: 15px;
	line-height: 15px;
	padding-left: 10px;
	font-size: 10px;
	color: #404040;
}


