/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0; }
 
/* Basic Styling */
a, a:link {
	background: transparent;
	color: #333333;
	text-decoration: none; 
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: ease-in-out; }
 
a:visited { color: #333333; }
 
a:active {
	background: transparent;
	color: #333333; }
 
a:hover {
	background: transparent;
	color: #000000; }
 
img {
	border: 0;
	vertical-align: top; }
 
body, html {
	background: #ededeb url(skins/tint/images/background.jpg) repeat top center;
	color: #333333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center; }
 
div {
	text-align: left;
	vertical-align: top; }
 
hr {
	background: #dbdbdb;
	border-top: 1px solid #d9d9d9;
	border: none;
	height: 1px; }
 
p { padding: 7px 0; }
 
textarea, input {
	background: #fff;
	border: 1px solid #dbdbdb;
	color: #000000;
	font-size: 13px;
	line-height: 13px;
	margin: 2px 0;
	padding: 8px; }
	
	text area:focus, input:focus {
		border: 1px solid #7ac2cb;
		color: #7ac2cb;
		background: #edf7df; }
 
select,option {
	background: #ffffff;
	color: #000; }
 
big { font-size: 16px; }
 
h1 {
	background: transparent;
	color: #7ac2cb;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 0 0 6px; }
 
h2 {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 5px 0; }
 
h3 {
	background: transparent;
	color: #a7a59c;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0; }
	
h4 {
	color: #7ac2cb;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 14px 0 7px; }
	
/* Clearfix */
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0; }
 
* html .clear { zoom: 1; }
 
*:first-child+html .clear { zoom: 1; }

textarea, input, #header, .bubble, #social, #slider, #content, .date, .preview {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }
	
#header, #content {	
	-moz-box-shadow: 0 1px 1px #c9c9c7;
	-webkit-box-shadow: 0 1px 1px #c9c9c7;
	box-shadow: 0 1px 1px #c9c9c7;
       }
	
#wrapper {
	width: 1055px;
	margin: 0 auto;
	padding: 38px 0; 
	position: relative;
         }
	
#social { 
	background: #7ac2cb;
	width: 38px;
	position: fixed;
	z-index: 999;
	margin: 142px 0 0 -19px;
	padding-bottom: 8px; }
	
	#social:after {
		content: " ";
		display: block;
		width: 6px;
		height: 12px;
		position: absolute;
		top: 8px;
		right: -6px; 
		background: url(skins/tint/images/social.gif) no-repeat top left; }
	
	#social li {
		list-style: none;
		text-indent: -9999px;
		padding: 8px 8px 0 8px; }
		
	#social a {
		display: block;
		height: 22px;
		width: 22px;
		background: url(skins/tint/images/social.jpg) no-repeat 0 0; }
		
		#social a:hover { opacity: 0.8; }
		
		#social a.facebook { background-position: 0 -22px; }
		
		#social a.flickr { background-position: 0 -44px; }
		
		#social a.rss { background-position: 0 -66px; }
	
#header { 
	background: #fff;
	position: relative;}
	
	#logo {
		display: block;
		position: absolute;
		top: 29px;
		left: 24px;
		cursor: pointer; }
		
		#logo:active { top: 30px; }
		
			
	
			
	.bubble {
		display: none;
		position: absolute;
		top: 19px;
		left: 88px; 
		background: #7ac2cb;
		color: #d3faff;
		font-size: 11px;
		height: 22px;
		line-height: 23px;
		padding: 0 8px 0 0;
		font-weight: bold; }
		
		.bubble b { padding-left: 8px; }
		
		.bubble a { color: #fff; }
		
			.bubble a:hover { color: #d3faff; }
			
		.bubble:after {
			content: " ";
			display: block;
			width: 6px;
			height: 6px;
			background: url(skins/tint/images/bubble.jpg) no-repeat top left;
			position: absolute; 
			top: 22px;
			left: 9px; }
			
			.visible { display: block; }
			

	
#banner {
	margin-top: 20px; }

#content {
	margin-top: 20px;
	background: #fff url(skins/tint/images/content.jpg) repeat-y 745px 0; }

#content.full { background: #fff; }
	
	#content li { list-style-position: inside; }
	
	#left-column {
		width: 730px;
		float: left;
		padding-bottom: 8px; }

	#left-column.full { 
		width: auto;
		float: none; }
		
		#left-column .plugin {
			padding: 8px 8px 0 10px;
			position: relative; }

		#left-column.full .plugin { padding: 8px 100px 0 10px; }
			
		.date {
			width: 28px;
			background: #7ac2cb;
			position: absolute;
			left: 45px;
			top: 76px;
			text-align: center;
			color: #d3faff;
			text-transform: uppercase;
			font-size: 9px; 
			line-height: 1;
			padding: 4px 0 6px; }
			
			.date b {
				font-size: 18px;
				line-height: 22px;
				color: #fff; }
		
	#right-column {
		width: 325px;
		float: right;
		font-size: 12px;
		padding-bottom: 8px; }
		
		#right-column h2 { padding-left: 38px; }
		
		#right-column .plugin { padding-top: 8px; }
		
		#right-column li {
			border-bottom: 1px solid #dbdbdb; 
			list-style: none; 
			padding: 14px 26px 14px 38px; }
			
			#right-column li:last-child { border: none; }
			
			#right-column li a {
				font-size: 11px;
				font-weight: bold; }
				
			#right-column .spacing, .loading { padding: 14px 26px 14px 38px; }
			
			.tweets li { background: url(skins/tint/images/bird.jpg) no-repeat 12px 17px; }

#footer {
	background: #cc9933 url(skins/tint/images/footer.jpg) repeat-x top left;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	padding: 21px 26px 18px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; }
	
	#footer a { color: #cc9933; }
	
	#footer b, #footer a:hover { color: #fff; }
	
	#footer .left { width: 65%; }
	
	#footer .right { width: 30%; }
	
		#footer .left { float: left; }
		
		#footer .right { 
			float: right;
			text-align: right; 
			line-height: 40px; }
			
			#footer .right a {
				font-weight: bold;
				color: #fff;
				position: relative; }
				
				#footer .right a:hover { color: #d3faff; }
				
				#footer .right a:after {
					content: " ";
					display: block;
					width: 13px;
					height: 11px;
					
					position: absolute; 
					top: -4px;
					right: -6px;}

/* Tablet & Smartphone Only */			
@media only screen and (max-width: 1024px) { 

	#wrapper, #banner img { width: 700px; }
	
	.bubble, .description { display: none; }
	
	.carousel-pagination, .wmuSliderPagination { left: 322px; }
		
	#left-column, #right-column {
		float: none;
		width: auto; }
		
		#left-column { padding-bottom: 38px; }
		
		#right-column { border-top: 1px solid #dbdbdb; }
		
		#right-column .plugin { 
			width: 350px; 
			float: left; }
		
		#right-column h2 { padding: 0 44px; }
		
		#right-column li, #right-column .spacing { padding: 14px 44px 14px 44px; }
		
			#right-column li { border: none; }
			
			.tweets li { background: none; }
	
}

/* Smartphone Only */
@media only screen and (max-width: 480px) {

	#wrapper { padding: 10px 0; }
	
	#wrapper, #banner img { width: 300px; }
	
	#social, #banner, .date, .slide { display: none; }
	
	.carousel-pagination, .wmuSliderPagination { 
		left: 122px;
		top: 268px; }
	
	#slider li, .wmuSlider { height: 242px; }
	
	.previous, .next, .wmuSliderPrev, .wmuSliderNext { top: 262px; }
	
		.previous:active, .next:active, .wmuSliderPrev:active, .wmuSliderNext:active { top: 263px; }
	
	.preview { 
		width: 248px;
		height: 179px; }
			
		.caption { width: 196px; }
		
		.preview img { width: 222px; }
	
	#header ul { padding-top: 84px; }
	
		#header ul, #header li {
			float: none;
			width: auto; }
			
			#header li a {
				height: 40px;
				line-height: 41px; 
				border-left: none;
				border-top: 1px solid #dbdbdb;
				cursor: pointer; }
				
				#header li a:hover { 
					border-left: none;
					border-top: 1px solid #7ac2cb; }
					
				#header li:last-child a {
					-webkit-border-top-right-radius: 0;
					-webkit-border-bottom-right-radius: 3px;
					-webkit-border-bottom-left-radius: 3px;
					-moz-border-radius-topright: 0;
					-moz-border-radius-bottomright: 3px;
					-moz-border-radius-bottomleft: 3px;
					border-top-right-radius: 0;
					border-bottom-right-radius: 3px;
					border-bottom-left-radius: 3px; }
	
	#left-column .plugin { padding: 26px 26px 0; }
	
	#right-column h2 { padding: 0 26px; }
	
	#right-column .plugin {
		width: auto;
		float: none; }
	
	#right-column li, #right-column .spacing { padding: 14px 26px 14px 26px; }
		
	#footer .left, #footer .right {
		float: none;
		width: auto; 
		text-align: center; }
	 
}

#mbjmhbebul_table {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  font-size: 0px;
  display: inline-block;
}

#mbjmhbebul_table li a {
  line-height: 16px;
  font-size: 13px;
  font-family: Arial,sans-serif;
  text-decoration: none;
  color: #333333;
  font-style: normal;
  font-weight: normal;
  padding: 29px 15px 10px 15px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
}

#mbjmhbebul_table li div.buttonbg {
  height: 80px;
  width: 90px;
  line-height: 0;
  background-color: transparent;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-radius: 6px;
  padding: 0;
  box-shadow: none;
  text-align: center;
}

#mbjmhbebul_table li:hover div.buttonbg a, #mbjmhbebul_table li.expanded a.topitem, #mbjmhbebul_table li.active a.topitem,
#mbjmhbebul_table li.itemhot a.topitem, #mbjmhbebul_table li a:hover {
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

#mbjmhbebul_table li.expanded.with_submenu div.buttonbg, #mbjmhbebul_table li.active.with_submenu div.buttonbg, #mbjmhbebul_table li.itemhot.with_submenu div.buttonbg, #mbjmhbebul_table li.with_submenu:hover div.buttonbg {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#mbjmhbebul_table li.expanded div.buttonbg, #mbjmhbebul_table li.active div.buttonbg, #mbjmhbebul_table li.itemhot div.buttonbg, #mbjmhbebul_table li:hover div.buttonbg {
  background-color: #CC9933;
  box-shadow: none;
  border-color: #CC9933;
}

#mbjmhbebul_table {
  padding: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border-collapse: separate;
}

#mbjmhbebul_table ul li a {
  color: #FFFFFF;
  font-family: "@Arial Unicode MS",sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  white-space: nowrap;
}

#mbjmhbebul_table ul li:hover > a {
  color: #333333;
  font-family: "@Arial Unicode MS",sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

#mbjmhbebul_table ul li.subexpanded a.subexpanded, #mbjmhbebul_table ul li.subitemhot a.subitemhot, #mbjmhbebul_table ul li a:hover {
  color: #333333;
  font-family: "@Arial Unicode MS",sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

#mbjmhbebul_table ul li:hover, #mbjmhbebul_table ul li.subexpanded, #mbjmhbebul_table ul li.subitemhot {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}

#mbjmhbebul_table ul {
  margin: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  padding: 5px;
  background: #CC9933;
  font-size: 0;
  border-radius: 0 6px 6px 6px;
}

#mbjmhbebul_table ul li a {
  padding: 7px 15px 7px 13px;
  text-align: left;
}

#mbjmhbebul_table ul li.separator {
  padding: 7px;
  cursor: default;
  background: none;
  box-shadow: none;
  border-width: 0;
}

#mbjmhbebul_table ul li.separator div {
  border-top: 1px solid #1B4A8B;
  font-size: 0px;
}

#mbjmhbebul_table ul li {
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  height: auto;
  width: auto;
  text-align: left;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  float: none;
  margin: 0 0 0px 0;
  border-radius: 5px;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}


#mbjmhbebul_table ul {
  box-shadow: 4px 4px 6px -1px #666666;
}

#mbjmhbebul_table .spaced_li {
  margin: 0px 0px 0px 0px;
}

#mbjmhbebul_table a img {
  border: none;
}

#mbjmhbebul_table li {
  list-style: none;
  float: left;
}

#mbjmhbebul_table.css_menu li {
  position: relative;
}

#mbjmhbebul_table.css_menu ul li:hover > ul {
  opacity: 1;
}

#mbjmhbebul_table.css_menu li:hover > ul {
  top: 100%;
  left: 0;
  right: auto;
  opacity: 1;
}

#mbjmhbebul_table.css_menu ul li:hover > ul {
  top: -0px;
  left: 100%;
  right: auto;
}

#mbjmhbebul_table.css_menu ul {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-property:opacity;
  -webkit-transition-property:opacity;
  -moz-transition-property:opacity;
  -ms-transition-property:opacity;
  opacity: 0;
}

#mbjmhbebul_table ul {
  position: absolute;
  top:-99999px;
  z-index: 4000;
}

#mbjmhbebul_table ul ul {
  position: absolute;
  z-index: 5000;
}

#mbjmhbebul_table .submenu_arrow {
  margin-left: 8px;
}

#mbjmhbebul_table a.with_img_4 span.img_4x5, .mbjmhbebul_menulist span.img_4x5 { 
  width: 4px; 
  height: 5px; 
  display: inline-block; 
  vertical-align: middle; 
}

#mbjmhbebul_table li:hover > a span.img_4x5, #mbjmhbebul_table li.subexpanded > a span.img_4x5 { 
  background-position: 0 -5px; 
} 

#mbjmhbebul_table li a.button_5, #mbjmhbebul_table li div a.button_5 { 
  color: #333333; 
} 

#mbjmhbebul_table li.expanded a.button_5, #mbjmhbebul_table li.active a.button_5, #mbjmhbebul_table li.itemhot a.button_5, #mbjmhbebul_table li:hover div.buttonbg a.button_5, #mbjmhbebul_table li div.buttonbg a.button_5:hover { 
  color: #FFFFFF; 
} 




div#p9_top_posters {
	padding: 0px;
	margin: 0px;
	width: 100%; }
 
	div#p9_top_posters ul {
		padding: 0;
		margin: 0; }
 
		div#p9_top_posters ul li {
			list-style: none outside none;
			height: auto !important;
			margin: 0;
			padding: 0;
			overflow: hidden; }
 
			div#p9_top_posters ul li div.p9-outer { width: 100%; }
 
			div#p9_top_posters ul li img.avatar {
				border: 0;
				padding: 4px;
				border: 1px solid #eee; }
 
			div#p9_top_posters ul li div.p9-avatar {
				float: left;
				width: auto;
				height: auto; }
 
			div#p9_top_posters ul li div.p9-user {
				display: inline;
				float: left;
				font: inherit;
				padding: 4px;
				width: auto; }
 
			div#p9_top_posters ul li span {
				font: inherit;
				padding-top: 4px; }
 
				div#p9_top_posters ul li span.p9-count { color: #808080; }
div.rating_wrapper * {
	margin: 0;
	border: 0;
	padding: 0;
	height: 22px;
	text-align: left; }
 
div.rating_wrapper {
	overflow: hidden;
	height: 20px;
	margin-bottom: 2px; }
 
div.sp_rating {
	font-size: 11px;
	line-height: 1.7em;
	height: 100%;
	color: #5f5f5f;
	display: block; }
 
	div.sp_rating div.rating {
		float: left;
		padding-right: 4px;
		padding-top: 0; }
 
	div.sp_rating div.base {
		background: url(includes/images/ratings.png) 0 0 no-repeat;
		width: 85px;
		height: 16px;
		float: left;
		padding-top: 0;
		padding-right: 4px;
		overflow: hidden; }
 
	div.sp_rating div.average {
		background: url(includes/images/ratings.png) 0 -16px no-repeat;
		height: 16px;
		text-indent: -9999px;
		padding-top: 0; }
 
	div.sp_rating div.votes {
		float: left;
		padding-top: 0;
		padding-right: 4px; }
 
	div.sp_rating div.score {
		background: url(includes/images/ratings.png) 0 0 no-repeat;
		width: 85px;
		height: 16px;
		float: left;
		position: relative;
		padding-top: 0;
		margin-top: 0; }
 
		div.sp_rating div.score a {
			display: block;
			height: 100%;
			float: left;
			padding: 0;
			text-indent: -9999px;
			position: absolute;
			margin-top: 0;
			overflow: hidden;
			line-height: 18px; }
 
	div.sp_rating a.score1 {
		width: 20%;
		z-index: 55; }
 
	div.sp_rating a.score2 {
		width: 40%;
		z-index: 54; }
 
	div.sp_rating a.score3 {
		width: 60%;
		z-index: 53; }
 
	div.sp_rating a.score4 {
		width: 80%;
		z-index: 52; }
 
	div.sp_rating a.score5 {
		width: 100%;
		z-index: 51; }
 
	div.sp_rating div.score a:hover { background: url(includes/images/ratings.png) bottom right no-repeat; }
 
	div.sp_rating div.rating_status {
		height: 18px;
		overflow: hidden;
		position: relative; }
 
	div.sp_rating div.rating_score_this {
		height: 100%;
		overflow: hidden; }
 
		div.sp_rating div.rating_score_this a { color: #00a1cc; }
div #success_message {
	background: #eed5d7;
	border: 3px solid #da001f;
	left: 55px;
	margin-bottom: 15px;
	padding: 14px 19px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }
 
div #success_message {
	background: #d5e6ee;
	border: 3px solid #00b0da;
	left: 55px;
	margin-bottom: 15px;
	padding: 14px 19px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }
div.pagination {
	text-align: left;
	height: 30px; }
 
	div.pagination a {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		text-decoration: none;
		color: #00a1cc; }
 
		div.pagination a:hover { color: #3cd9ff; }
 
	div.pagination span.current {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		font-weight: bold;
		background: #7ac3cc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		color: #fff; }
 
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		color: #808080; }
div.bbcode_quote,
div.bbcode_code {
	border: 1px solid #b8b8b8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f4f4f4;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	max-height: 410px;
	max-width: 720px;
	overflow: hidden;
	width: 98%; /* must be < 100% for nested quotes! */ }
 
div.bbeditor {
	position: relative;
	width: auto;
	height: 24px;
	margin: 0;
	padding: 0; }
 
	div.bbeditor img {
		padding: 3px;
		border: 3px solid #b8b8b8;
		margin-right: 3px;
		background-color: #f4f4f4;
		cursor: pointer; }
 
div.bbcode_quote_head, div.bbcode_code_head {
	font-weight: bold;
	margin-bottom: 10px; }
 
div.bbcode_code_body,
div.bbcode_quote_body {
	border: 1px solid #b8b8b8;
	font-size: 13px;
	line-height: 9pt;
	max-height: 350px;
	overflow: scroll; /*max-width: 520px;*/
	padding: 4px;
	width: 99%; }
 
div.bbcode_quote_body { font-style: italic !important; }
 
div.bbcode_code_body {
	border: 0; 
	white-space: pre; }
 
.markItUpContainer { max-width: 900px; }
div#comments {
	padding: 4px;
	margin-top: 4px;
	width: 99%; }
 
	div#comments .comment_editor_header {
		padding-left: 4px;
		font-weight: bold; }
 
	div#comments .comments-title {
		font-size: 15px;
		text-transform: none;
		padding: 2px;
		margin-bottom: 8px;
		margin-top: 8px; }
 
	div#comments ol {
		padding: 0;
		margin: 0;
		margin-top: 8px; }
 
		div#comments ol li {
			list-style: none outside none;
			border: 3px solid #b8b8b8;
			height: auto !important;
			margin: 4px 0;
			padding: 0;
			min-height: 60px;
			overflow: hidden;
			font-style: normal; }
 
			div#comments ol li div.comment {
				padding: 4px;
				min-height: 60px;
				width: 99%; }
 
			div#comments ol li div.comment-admin {
				vertical-align: middle;
				float: right;
				display: inline;
				margin: 2px 8px 2px 2px;
				height: 18px; }
 
			div#comments ol li span.admin-hint {
				display: none;
				font-size: 9px; }
 
			div#comments ol li div.comment-admin:hover { background-color: #f4f4f4; }
 
				div#comments ol li div.comment-admin:hover span { display: inline; }
 
			div#comments ol li img.avatar {
				background-color: #f4f4f4;
				padding: 3px;
				border: 3px solid #b8b8b8; }
 
			div#comments ol li div.avatar-column {
				float: left;
				width: auto;
				height: auto; }
 
			div#comments ol li div.message-column {
				margin-left: 60px;
				width: auto; }
 
			div#comments ol li p {
				padding: 2px;
				margin-top: 4px; }
 
			div#comments ol li span {
				line-height: 20px;
				margin-bottom: 10px;
				padding: 0; }
 
				div#comments ol li span.date { color: #666; }
 
				div#comments ol li span.username,
div.comment_username {
					font-weight: bold;
					padding: 4px; }
 
form#comment-form {
	clear: both;
	margin: 0;
	overflow: hidden; }
 
	form#comment-form markItUpComment_comment {
		width: 100%;
		height: 250px;
		padding: 0; }
 
	form#comment-form div.markItUpContainer {
		width: 98%;
		height: 200px;
		padding: 4px; }
 
#comment_comment {
	font: 14px 'Lucida Console', Courier, monospace;
	padding: 0px;
	margin: 0px;
	border: 2px solid #b8b8b8;
	height: 166px;
	position: relative;
	left: 4px;
	line-height: 17px;
	overflow: scroll;
	width: 98%;
	z-index: 1; /*
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  */ }
 
form#comment-form input {
	display: block;
	width: 300px;
	margin-bottom: 10px;
	margin-left: 4px; }
 
form#comment-form input[type="submit"] {
	background: #7ac3cc;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }
 
	form#comment-form input[type="submit"]:hover {
		background: #288e9b;
		color: #fff; }
 
a.comment-edit {
	background: url("includes/images/edit.png") no-repeat scroll top center transparent;
	height: 16px;
	line-height: 16px;
	padding-left: 22px; }
 
a.comment-delete {
	background: url("includes/images/eraser.png") no-repeat scroll top center transparent;
	height: 16px;
	line-height: 16px;
	padding-left: 22px; }
/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.bbcode .markItUpButton1 a { background-image: url(includes/images/markitup/bold.png); }
 
.bbcode .markItUpButton2 a { background-image: url(includes/images/markitup/italic.png); }
 
.bbcode .markItUpButton3 a { background-image: url(includes/images/markitup/underline.png); }
 
.bbcode .markItUpButton4 a { background-image: url(includes/images/markitup/picture.png); }
 
.bbcode .markItUpButton5 a { background-image: url(includes/images/markitup/link.png); }
 
.bbcode .markItUpButton6 a { background-image: url(includes/images/markitup/colors.png); }
 
.bbcode .markItUpButton6 ul {
	padding: 1px;
	width: 81px; }
 
.bbcode .markItUpButton6  li {
	border: 1px solid white;
	width: 25px;
	height: 25px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	float: left; }
 
.bbcode .markItUpButton6 ul a {
	width: 25px;
	height: 25px; }
 
	.bbcode .markItUpButton6 ul a:hover { background-color: none; }
 
.bbcode .markItUpButton6 .col1-1 a { background: yellow; }
 
.bbcode .markItUpButton6 .col1-2 a { background: orange; }
 
.bbcode .markItUpButton6 .col1-3 a { background: red; }
 
.bbcode .markItUpButton6 .col2-1 a { background: blue; }
 
.bbcode .markItUpButton6 .col2-2 a { background: purple; }
 
.bbcode .markItUpButton6 .col2-3 a { background: green; }
 
.bbcode .markItUpButton6 .col3-1 a { background: white; }
 
.bbcode .markItUpButton6 .col3-2 a { background: gray; }
 
.bbcode .markItUpButton6 .col3-3 a { background: black; }
 
.bbcode .markItUpButton7 a { background-image: url(includes/images/markitup/fonts.png); }
 
.bbcode .markItUpButton8 a { background-image: url(includes/images/smileys/smile.gif); /* Smilies */ }
 
.bbcode .markItUpButton9 a { background-image: url(includes/images/markitup/list-bullet.png); }
 
.bbcode .markItUpButton10 a { background-image: url(includes/images/markitup/list-numeric.png); }
 
.bbcode .markItUpButton11 a { background-image: url(includes/images/markitup/list-item.png); }
 
.bbcode .markItUpButton12 a { background-image: url(includes/images/markitup/quotes.png); }
 
.bbcode .markItUpButton13 a { background-image: url(includes/images/markitup/code.png); }
 
.bbcode .markItUpButton14 a { background-image: url(includes/images/markitup/clean.png); }
 
.bbcode .markItUpButtonXX a {
	background-image: url(includes/images/markitup/preview.png);
	display: none; }
 
/* Color Palette */
.bbcode .colors a { background-image: url(includes/images/markitup/colors.png); }
 
.bbcode .colors ul {
	width: 110px;
	padding: 2px !important;
	margin: 2px !important; }
 
.bbcode .colors li {
	border: 1px solid white;
	width: 25px;
	height: 25px;
	overflow: hidden;
	padding: 2px !important;
	margin: 2px !important;
	float: left; }
 
.bbcode .colors ul a {
	width: 25px;
	height: 25px; }
 
	.bbcode .colors ul a:hover { background-color: none; }
 
.bbcode .colors .col1-1 a { background: yellow; }
 
.bbcode .colors .col1-2 a { background: orange; }
 
.bbcode .colors .col1-3 a { background: red; }
 
.bbcode .colors .col2-1 a { background: blue; }
 
.bbcode .colors .col2-2 a { background: purple; }
 
.bbcode .colors .col2-3 a { background: green; }
 
.bbcode .colors .col3-1 a { background: white; }
 
.bbcode .colors .col3-2 a { background: gray; }
 
.bbcode .colors .col3-3 a { background: black; }
 
.bbcode .calculator a { background-image: url(includes/images/markitup/calculator.png); }
 
/* Smileys - point to /includes/images/smileys folder! v3.3.2 */
.bbcode .smileys a { background-image: url(includes/images/smileys/smile.gif); }
 
.bbcode .smileys ul {
	width: 126px;
	padding: 2px !important;
	margin: 2px !important; }
 
.bbcode .smileys li {
	border: 1px solid white;
	width: 20px;
	height: 22px;
	overflow: hidden;
	padding: 2px !important;
	margin: 2px !important;
	float: left; }
 
.bbcode .smileys ul a {
	width: 20px;
	height: 20px; }
 
	.bbcode .smileys ul a:hover { background-color: none; }
 
.bbcode .smileys .col1-1 a { background-image: url(includes/images/smileys/angry.gif); }
 
.bbcode .smileys .col1-2 a { background-image: url(includes/images/smileys/bigsmile.gif); }
 
.bbcode .smileys .col1-3 a { background-image: url(includes/images/smileys/confuse.gif); }
 
.bbcode .smileys .col1-4 a { background-image: url(includes/images/smileys/frown.gif); }
 
.bbcode .smileys .col2-1 a { background-image: url(includes/images/smileys/neutral.gif); }
 
.bbcode .smileys .col2-2 a { background-image: url(includes/images/smileys/smile.gif); }
 
.bbcode .smileys .col2-3 a { background-image: url(includes/images/smileys/laugh.gif); }
 
.bbcode .smileys .col2-4 a { background-image: url(includes/images/smileys/surprise.gif); }
 
.bbcode .smileys .col3-1 a { background-image: url(includes/images/smileys/tongue.gif); }
 
.bbcode .smileys .col3-2 a { background-image: url(includes/images/smileys/worry.gif); }
 
.bbcode .smileys .col3-3 a { background-image: url(includes/images/smileys/wink.gif); }
 
.bbcode .smileys .col3-4 a { background-image: url(includes/images/smileys/sleepy.gif); }
 
/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
	margin: 0px;
	padding: 0px;
	outline: none; }
 
.markItUp a:link,
.markItUp a:visited {
	color: #000;
	text-decoration: none; }
 
.markItUp {
	width: 98%;
	margin: 5px 0 5px 0;
	border: 5px solid #F5F5F5; }
 
.markItUpContainer {
	border: 1px solid #ccc;
	background: #FFF;
	padding: 5px 5px 2px 5px;
	font: 11px Arial, Helvetica, Verdana, sans-serif; }
 
textarea.markItUpEditor {
	font: 14px 'Lucida Console', Courier, monospace;
	margin: 2px; /*padding: 4px;*/
	border: 1px solid #ccc;
	clear: both;
	display: block;
	line-height: 17px;
	overflow: scroll;
	width: inherited; }
 
.markItUpPreviewFrame {
	overflow: auto;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 99.9%;
	height: 300px;
	margin: 5px 0; }
 
.markItUpFooter {
	width: 100%;
	cursor: n-resize; }
 
.markItUpResizeHandle {
	overflow: hidden;
	width: 22px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(includes/images/markitup/handle.png);
	cursor: n-resize; }
 
/* first row of buttons */
.markItUpHeader ul {
	list-style-type: none !important;
	padding: 2px !important;
	margin: 2px !important; }
 
	.markItUpHeader ul li,
.markItUpHeader ul ul li {
		margin: 0px !important;
		padding: 0px !important; }
 
	.markItUpHeader ul li {
		list-style: none !important;
		float: left;
		position: relative;
		margin-right: 2px !important;
		padding: 2px !important; }
 
		.markItUpHeader ul li:hover { background-color: #f0f0f0; }
 
		.markItUpHeader ul li ul {
			display: none;
			list-style-type: none; }
 
		.markItUpHeader ul li:hover > ul {
			list-style-type: none;
			display: block; }
 
	.markItUpHeader ul .markItUpDropMenu {
		background: transparent url(includes/images/markitup/menu.png) no-repeat 115% 50%;
		margin-right: 4px;
		z-index: 10; /* 1000; */ }
 
		.markItUpHeader ul .markItUpDropMenu li {
			margin-right: 0px;
			list-style: none !important; }
 
	.markItUpHeader ul .markItUpSeparator {
		background: transparent url(includes/images/markitup/handle.png) repeat-y;
		margin: 0 10px;
		width: 1px;
		height: 16px;
		overflow: hidden;
		background-color: #ccc; }
 
	.markItUpHeader ul ul .markItUpSeparator {
		width: auto;
		height: 1px;
		margin: 0px; }
 
	/* next rows of buttons */
.markItUpHeader ul ul {
		display: none;
		position: absolute;
		list-style: none !important;
		top: 22px;
		left: 0px;
		background: #F5F5F5;
		border: 1px solid #d0d0d0;
		height: inherit;
		width: 120px; }
 
		.markItUpHeader ul ul li {
			float: none;
			border-bottom: 1px solid #d0d0d0; }
 
		.markItUpHeader ul ul .markItUpDropMenu { background: #F5F5F5 url(includes/images/markitup/submenu.png) no-repeat 100% 50%; }
 
		/* next rows of buttons */
.markItUpHeader ul ul ul {
			position: absolute;
			top: -1px;
			left: 120px; }
 
			.markItUpHeader ul ul ul li { float: none; }
 
	.markItUpHeader ul a {
		display: block;
		width: 18px;
		height: 18px;
		text-indent: -10000px;
		background-repeat: no-repeat;
		padding: 3px;
		margin: 0px; }
 
	.markItUpHeader ul ul a {
		display: block;
		padding-left: 0px;
		text-indent: 0;
		width: 120px;
		padding: 5px 2px 5px 30px;
		background-position: 2px 50%; }
 
		.markItUpHeader ul ul a:hover {
			color: #FFF;
			background-color: #d0d0d0;
			width: inherit; }
 
li.markItUpButton {
	list-style: none;
	list-style-type: none; }