/*  Drupal starter theme provided by gazwal.com - Freelance Drupal Development Services
It is mainly based on Basic 2.2/2.3, Zen and some personal features  */

@font-face {
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: normal;
	src: local('Droid Sans'), local('DroidSans'), url('http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff') format('woff');
}
@font-face {
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: bold;
	src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('http://themes.googleusercontent.com/static/fonts/droidsans/v3/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff') format('woff');
}
/** General styles 
******************************/
body {
	background: #000 url(images/bg.jpg) top center no-repeat;
	overflow-y: scroll;
	margin: 0;
	font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}
#page {
	font-size: 0.875em; /* 16px x .75 = 12px */
}
body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	line-height: 1.5625;

}/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */
a:link, a:visited, th.topic-views {
	color: #751462;
	text-decoration: none;
}
a:hover, a:active {
	color: #500d43;
	text-decoration: none;
}
a:active, a:focus {
	outline: none;
}
a img {
	border: none;
}
/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5625;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1em;
}
/* Paragraph Styles */
p {
	margin: 0 0 .75em 0;
}
/* List Styles  */
ul, ol {
	/*padding-left: 2em;
	margin: 0 0 .75em;*/
}
/* Table Styles  */

#forum table {
	border: none;
}
#forum thead {
	border-top: 1px solid #751462;
	border-bottom: 1px solid #751462;
}
table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.even {
	background-color: #f5f5f5;
}
tr.odd {
	background-color: #ffffff;
}
/* Code */
pre, code {
	font-family: "monaco", "Courier New", monospace;
}
pre {
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaaaaa;
	display: block;
	background-color: #efefef;
}
/* Abbreviation */
abbr {
	border-bottom: 1px dotted #666666;
	white-space: nowrap;
	cursor: help;
}
/*  blockquote  */
blockquote {
	background: transparent url(../images/quote.jpg) no-repeat scroll 5% 0;
	color: #444444;
	font-family: Georgia, sans-serif;
	font-size: 14px;
	font-style: italic;
	margin: 35px 0 25px;
	padding: 2px 30px 0 60px;
}
/*  default styles for generic pager  */
ul.pager {
	font-size: .9em;
	font-weight: bold;
	margin: 15px 0;
}
/* taxonomy terms in node.tpl.php */
.vocab-name {
	font-weight: bold;
}
ul.taxonomy, ul.vocab-list {
	padding: 0;
}
ul.taxonomy li.vocab, ul.taxonomy li.vocab-term {
	list-style-image: none;
	list-style-type: none;
}
ul.vocab-list, li.vocab-term {
	display: inline;
}
#forum .item-list ul.pager li {
	padding: 0;
}
#forum .item-list ul.pager li.pager-current, #forum .item-list ul.pager li a:hover {
	color: #AC2E86;
}
/**********  styles below may be removed, they are here for the theme demonstration   
***********************************************************************************************
**********************************************************************************************/
.region-content h1, .region-content h3.title, .region-content p {
	margin: 0;
}
#header div {
	overflow: hidden;
}
/* header area  */
#header {
/*background:url(images/topbg.png) top center no-repeat;*/
}
#header .region-content {
	background: transparent;
}
#header-region {
	background-color: #ffd179;
}
#logo-title {
	width: 35%;
	height: auto;
	/*text-indent:-9999px;*/
	float: left;
	margin-bottom: 20px;
}
#logo {
	height: 182px;
	display: block;
}
.topright {
	float: right;
	margin: 40px 0 0;
	width: auto;
}
/*  top 01 region  */
#top01 {
	background-color: #f4e0d5;
}
#top01 .region-content {
	background-color: #eac6b2;
}
/*  top 02 region  */
#top02 {
	background-color: #e7e5ca;
}
#top02 .region-content {
	background-color: #d1cd99;
}
#content {
	background-color: #ffffff;
}
#menu {
	background-color: #111;
	background: url(images/menulight.png) top left repeat-x,  url(images/menu.png) top left repeat;
	min-height: 68px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-top-left-radius: 12px;
	-moz-border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;/*border-top: 1px solid #393939;*/
}
#topright {
	width: 400px;
	float: right;
}
#topmenu {
	background: url(images/toplight.png) top left repeat-x,  url(images/top.png) top left repeat;
	padding: 6px 20px 0;
	min-height: 28px;
	text-shadow: 1px 1px 1px #000;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	float: right;
	width: auto;
}
#topmenu a:link, #topmenu a:visited {
	color: #19b2fb;
}
#topmenu a:hover, #topmenu a:active {
	color: #db1e9b;
}
#topmenu p {
	color: #c5c5c5;
	font-size: 12px;
}
#content-area #forum div ul li.login span a {
	margin-top: 0;
}
#content {
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	background: #d7d7d7; /* Old browsers */
	background: -moz-linear-gradient(top, #d7d7d7 1%, #f6f6f6 11%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #d7d7d7), color-stop(11%, #f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d7d7d7 1%, #f6f6f6 11%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d7d7d7 1%, #f6f6f6 11%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d7d7d7 1%, #f6f6f6 11%); /* IE10+ */
	background: linear-gradient(top, #d7d7d7 1%, #f6f6f6 11%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}
#topmenu, .searchbox {
	background-color: #3a3a3a;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 1px 0px 0px #333;
	-moz-box-shadow: 0px 1px 0px 0px #333;
	box-shadow: 0px 1px 0px 0px #333;
	margin-bottom: 2px;
	border-bottom: 1px solid #000;
}
.searchbox {
	padding: 10px;
	background: url(images/toplight50.png) top left repeat-x,  url(images/top.png) top left repeat;
	margin-top: 50px;
	width: 400px;
	float: right;
}
.searchbox, .searchbox .search-field, .searchbox .search-button {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.searchbox .search-field {
	width: 300px;
	border: 1px solid #000;
	border-top: 2px solid #000;
	padding: 0 5px;
	color: #c5c5c5;
	height: 26px;
	background-color: #1b1b1b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#262626));
	background-image: -webkit-linear-gradient(top, #1b1b1b, #262626);
	background-image: -moz-linear-gradient(top, #1b1b1b, #262626);
	background-image: -ms-linear-gradient(top, #1b1b1b, #262626);
	background-image: -o-linear-gradient(top, #1b1b1b, #262626);
	background-image: linear-gradient(to bottom, #1b1b1b, #262626);
	-webkit-box-shadow: 0px 1px 0px 0px #5b5b5b;
	-moz-box-shadow: 0px 1px 0px 0px #5b5b5b;
	box-shadow: 0px 1px 0px 0px #5b5b5b;
}
.searchbox .search-button {
	filter: none;
	height: 30px;
	background: #353535; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1MzUzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM1MzUzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFiMWIxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjFiMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #353535 0%, #353535 50%, #1b1b1b 50%, #1b1b1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #353535), color-stop(50%, #353535), color-stop(50%, #1b1b1b), color-stop(100%, #1b1b1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #353535 0%, #353535 50%, #1b1b1b 50%, #1b1b1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #353535 0%, #353535 50%, #1b1b1b 50%, #1b1b1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #353535 0%, #353535 50%, #1b1b1b 50%, #1b1b1b 100%); /* IE10+ */
	background: linear-gradient(top, #353535 0%, #353535 50%, #1b1b1b 50%, #1b1b1b 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#1b1b1b', GradientType=0 ); /* IE6-8 */
	color: #c5c5c5;
	font-weight: bold;
	padding: 0 10px;
	margin-right: 10px;
	border: 1px solid #000;
	font-size: 12px;
	border-top: 2px solid #000;
	-webkit-box-shadow: 0px 1px 0px 0px #5b5b5b;
	-moz-box-shadow: 0px 1px 0px 0px #5b5b5b;
	box-shadow: 0px 1px 0px 0px #5b5b5b;
	cursor: pointer;
	float: right;
}
.highlight-me {
	font-weight: bold;
	color: #005EAE;
}
.highlight-her {
	font-weight: bold;
	color: #B23787
}
#nav {
	padding: 0;
	float: left;
	width: 100%;
}
#nav ul {
	list-style-type: None;
}
#nav ul li {
	float: left;
	position: relative;
}
.a-arr {
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: -6px;
	display: none;
	background: url("images/a_shape.png") no-repeat scroll center top;
}
#nav ul li a {
	color: #acacac;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 38px;
    padding: 30px 30px 0;
	display: block;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#nav ul li a.home {
	background: url("images/home.png") no-repeat scroll center 15px;
}
#nav ul li a.home:hover {
	background: url("images/home.png") no-repeat scroll center -62px #000;
}
#nav ul li a.crf {
	background: url("images/crf.png") no-repeat scroll center 15px;
}
#nav ul li a.crf:hover {
	background: url("images/crf.png") no-repeat scroll center -62px #000;
}
#nav ul li a.forum {
	background: url("images/forum.png") no-repeat scroll center 15px;
}
#nav ul li a.forum:hover {
	background: url("images/forum.png") no-repeat scroll center -62px #000;
}
#nav ul li a.tr {
	background: url("images/tr.png") no-repeat scroll center 15px;
}
#nav ul li a.tr:hover {
	background: url("images/tr.png") no-repeat scroll center -62px #000;
}
#nav ul li a.bc {
	background: url("images/bc.png") no-repeat scroll center 15px;
}
#nav ul li a.bc:hover {
	background: url("images/bc.png") no-repeat scroll center -62px #000;
}
#nav ul li a.sc {
	background: url("images/skype.png") no-repeat scroll center 15px;
}
#nav ul li a.sc:hover {
	background: url("images/skype.png") no-repeat scroll center -62px #000;
}
#nav ul li a.mtm {
	background: url("images/mtm.png") no-repeat scroll center 15px;
}
#nav ul li a.mtm:hover {
	background: url("images/mtm.png") no-repeat scroll center -62px #000;
}
#nav ul li a.Podcast {
	background: url("images/Podcast.png") no-repeat scroll center 15px;
}
#nav ul li a.Podcast:hover {
	background: url("images/Podcast.png") no-repeat scroll center -62px #000;
}

#nav ul li a.YouTube {
	background: url("images/YouTube.png") no-repeat scroll center 15px;
}
#nav ul li a.YouTube:hover {
	background: url("images/YouTube.png") no-repeat scroll center -62px #000;
}

#nav ul li a.Shopping {
	background: url("http://manwhore.org/forum/sites/all/themes/manwhoreforum/images/Shopping.png") no-repeat scroll center 15px;
}
#nav ul li a.Shopping:hover {
	background: url("http://manwhore.org/forum/sites/all/themes/manwhoreforum/images/Shopping.png") no-repeat scroll center -62px #000;
}

#nav ul li a:hover, #nav ul li a.active {
	color: #c93a99;
	border-bottom: solid 2px #c93a99;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#nav ul li:hover .a-arr {
	display: block;
}
#nav ul li:last-child {
	margin-right: 0px;
}
#announcement {
	width: 43%;
	float: right;
	padding-right: 30px;
}
#announcement .box {
	background: #3b2937 url(images/noise.png) repeat;
	float: right;
	margin-top: 9px;
	border-top: 1px solid #7f717c;
	width: 100%;
	min-height: 78px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 1px 1px #000;
	-moz-box-shadow: 0px 0px 1px 1px #000;
	box-shadow: 0px 0px 1px 1px #000;
}
#announcement .box h3 {
	background: rgba(255,255,255,0.1) url(images/navlight.png) top left no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 0px 5px;
}
#announcement .box p {
	color: #939293;
	padding: 0px 5px;
	font-size: 12px;
}
#announcement .box a:link, #announcement .box a:visited {
	color: #19b2fb;
	font-weight: bold;
}
#announcement .box a:hover, #announcement .box a:active {
	color: #932b7e;
}
#main-out {
	width: 100%;
	float: left;
}
.top-banner {
	width: 100%;
	float: left;
	margin: 12px 0 6px;
}
.top-banner img {
	width: 100%;
	float: left;
}
.banner-main {
	width: 100%;
	float: left;
}
.banner-left {
  float: left;

  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  width: auto;
  background: #000;
  margin-left:48px;
  border-radius:6px;
}

.forum-opt-in {
	float:left;
	margin:auto;
	margin-left:10px;
	background:#acacac;
	padding:5px;
	width:50%;
	border-radius:6px;
}
.banner-caption {
	
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 10px 0 0 28px;
}
.banner-info {
	width: auto;
	
}
.banner-caption h1 {
	width: 100%;
	
	color: #f68909;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 12px 10px;
	
}
.banner-caption h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 0 20px 10px;
  width: 100%;

}
.banner-caption p {
  color: #121212;
  float: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  width: 100%;
}




ul.b-listing {
	width: 35%;
	
}
ul.b-listing li {
	
	font-size: 12px;
	color: #000;
	font-weight: 500;
	margin: 0 12px;
	width: 100%;
}

.forum-banner-button {
	margin-top:10px;
}
a.req-btn {
  border: 1px solid #fff;
  color: #fff;
  background:#ff6c09;
  border-radius:6px;
  font-size: 17px;
  font-weight: 500;
  margin: 3px 12px 0 75px;
  padding: 5px 25px;
  text-transform: uppercase;
}
	a.req-btn:hover {
	border: solid 1px #c93a99;
	color: #c93a99;
}

.forum-opt-in {
	width:auto;
	float:left;
}

.forum-opt-in h3 {
	color:#c1126a;
}

.video-sec {
	width: 35%;
	float: left;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.video-sec-inner {
	width: 100%;
	float: left;
	background: rgba(201,58,153,0.15);
}
.video-con {
	width: 50%;
	float: left;
}
.video-con h1 {
  color: #fff;
  float: left;
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 0;
  width: 90%;
  padding-left: 12px;
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.video-frame {
	width: 50%;
	float: left;
}
.video-frame iframe {
	/*margin-top: 6px;*/
	float: right;
}
.newsletter {
	width: 65%;
	float: left;
}
.newsletter-inner {
	width: 100%;
	float: left;
	background: url(images/banner-img3.png) left top no-repeat;
	padding: 10px 20px 0;
	height: 158px;
	margin-bottom: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.newsletter form {
	margin: 0;
}
.dis-info {
	width: 50%;
	float: left;
	padding-right: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.dis-info h2 {
	width: 100%;
	float: left;
	font-size: 22px;
	color: #fff;
	margin: 0;
	font-weight: 700;
}
.dis-info p {
	width: 100%;
	float: left;
	font-size: 13px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: 500;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.form-area {
	width: 50%;
	float: left;
	/*padding-top: 20px;*/
}
.form-area input[type="text"] {
	width: 65%;
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 0 7px;
	height: 29px;
	margin-right: 10px;
	border: solid 1px #fff;
	background: rgba(255,255,255,0.25);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.form-area input[type="email"] {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 0 7px;
	margin-right: 10px;
	border: solid 1px #fff;
	background: rgba(255,255,255,0.25);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.form-area input[type="submit"] {
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 5px 15px;
	border: none;
	background: #220a1a;
	border-radius: 3px;
	margin: 1px 0 0 115px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
}

#sidebar-right {
	background: #fff;
	margin-right: 15px;
	margin-top: 30px;
	float: right;
	/* padding:10px 10px; */
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	margin-bottom: 30px;
}
#sidebar-left .inner, #sidebar-right .inner {
	background-color: #fffff5;
	font-size: 13px;
}
h3.block-title {
	color: #751462;
	font-weight: bold;
	font-size: 15px;
}
.forum-topic-legend.forum-smalltext {
	margin: 10px auto;
}
.forum-post-links a, .forum-jump-links a, input.form-submit, ul.links.forum-links a, li.topic_reply a, a#edit-cancel, div.more-link a {
	background-color: #8d2c7a;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8d2c7a), color-stop(100%, #761563));
	background-image: -webkit-linear-gradient(top, #8d2c7a, #761563);
	background-image: -moz-linear-gradient(top, #8d2c7a, #761563);
	background-image: -ms-linear-gradient(top, #8d2c7a, #761563);
	background-image: -o-linear-gradient(top, #8d2c7a, #761563);
	background-image: linear-gradient(top, #8d2c7a, #761563);
	border-top: 1px solid #541848;
	border-right: 1px solid #ac3194;
	border-bottom: 1px solid #ac3194;
	border-left: 1px solid #ac3194;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: inset 0 1px 0 0 #ac3194;
	-moz-box-shadow: inset 0 1px 0 0 #ac3194;
	box-shadow: inset 0 1px 0 0 #ac3194;
	color: #fff;
	line-height: 1;
	padding: 8px 10px;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
	margin: 5px 0;
	margin-right: 5px;
	float: left;
	padding: 2px 7px 3px; /* Travis... changed hideous padding */
}
.vud-widget-updown .up-inactive, .vud-widget-updown .down-inactive, .vud-widget-updown .updown-score {
	border: none;
}
.vud-widget-updown {
	background: #EEE;
	float: right;
	padding: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	margin: 5px;
}
.more-link {
	display: none;
}
body#tinymce.mceContentBody {
	background-color: #fff;
	background-image: none;
}
#search-form input#edit-submit {
	float: none;
}
.forum-post-panel-main {
	min-height: 0px;
	height: auto;
}
#footer {
	background-color: #cafeff;
}
#footer .region-content {
	background-color: #00c1c4;
}
#content-inner #forum tbody tr.sticky-topic {
	background-color: #FFFBEA;
}
#forum th.topic-topic a, #forum th.topic-replies a, #forum th.topic-views, #forum th.topic-created a, #forum th.topic-lreply a {
	color: #000;
	font-size: 12px;
}
#forum th a:hover {
	text-decoration: underline;
}
th.active img {
	margin-left: 5px;
}
#forum .forum-topics thead:first-child {
	background: #CEAEC4;
	padding: 3px 0;
}
#forum .created span, #forum .last-reply span {
	color: #929292;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#forum .created .first, #forum .last-reply .first {
	font-weight: bold;
	font-size: 13px;
	font-family: arial, Helvetica, sans-serif;
	color: #685E6B;
}
#forum tr td.title a:hover {
	text-decoration: underline;
}
/*
 *#forum tr td.title a:visited {
 *    color: #BEBEBE;
 *}
 */

.forum-topics td {
	font-family: Arial, Helvetica, sans-serif;
}
.forum-topics .topic-replies, .forum-topics .topic-views {
	width: 78px;
}
.forum-post {
	background-color: #fff;
}
.forum-post .forum-jump-links a, .forum-post .forum-post-links a {
	padding: 2px 8px 3px !important;
	font-size: 10px;
	float: none !important;
	margin: 0 !important;
}
.forum-post .posted-on {
	margin-top: 2px;
	margin-left: 9px;
}
.forum-post .post-num a {
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
}
.forum-post .post-title {
	color: #7C1B69;
}
.forum-post .content {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}
.author-joined {
	font-size: 11px !important;
	color: #9E9E9E;
}
.forum-post {
	font-family: Arial, Helvetica, sans-serif;
}
.forum-post .author-name {
	margin-bottom: 13px !important;
}
.author-online {
	color: #008000;
	font-size: 13px;
	font-weight: bold;
}
.author-offline {
	color: #A2A2A2;
	font-size: 13px;
}
.bb-quote {
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 20px;
}
.bb-quote b {
	padding-left: 15px;
	font-size: 12px;
	color: #7C1B69;
}
.bb-quote blockquote {
	margin: 5px 0;
	padding: 0 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.dating {
	background-color: #f9eaf2 !important;
}
.money {
	background-color: #aecdaa !important;
}
.health {
	background-color: #5FBEFD !important;
}
.fashion {
	background-color: #91c5f9 !important;
	color: #FFBE0E !important;
	font-style: inherit !important;
}
.fashion td.title a:link, .fashion td.title a:visited {
	color: #FFBE0E !important;
}
.fashion td.title a {
	font-style: italic !important;
}
.fashion td.created a {
	font-style: italic !important;
	color: #FFBE0E !important;
}
.fashion td.last-reply a {
	font-style: italic !important;
	color: #FFBE0E !important;
}
.health td.title a {
	color: #181475;
}
.money td.title a {
	color: #005346;
}
.forum-top-links li.markasread {
	display: none !important;
}
.forum_topic_type {
	display: none !important;
}
.red_btn a {
	background: none repeat scroll 0 0 #f9eaf2 !important;
	border: 2px solid #3391C5 !important;
	border-radius: 15px 15px 15px 15px;
	box-shadow: none!important;
	text-shadow: 1px 1px 1px rgba(255,255,255,.4) !important;
	color: black !important;
	float: left;
	font-weight: bold;
	line-height: 1;
	margin: 0 2px !important;
	padding: 5px 13px !important;
	text-align: center;
}
.green_btn a {
	background: none repeat scroll 0 0 #aecdaa !important;
	border: 2px solid #005346 !important;
	border-radius: 15px 15px 15px 15px;
	box-shadow: none!important;
	text-shadow: 1px 1px 1px rgba(255,255,255,.4) !important;
	color: #005346 !important;
	float: left;
	font-weight: bold;
	line-height: 1;
	margin: 0 2px !important;
	padding: 5px 13px !important;
	text-align: center;
}
.blue_btn a {
	background: none repeat scroll 0 0 #5FBEFD !important;
	border: 2px solid #3391C5 !important;
	border-radius: 15px 15px 15px 15px;
	box-shadow: none!important;
	text-shadow: 1px 1px 1px rgba(255,255,255,.4) !important;
	color: #181475 !important;
	float: left;
	font-weight: bold;
	line-height: 1;
	margin: 0 2px !important;
	padding: 5px 13px !important;
	text-align: center;
}
.gold_btn a {
	background: none repeat scroll 0 0 #91c5f9 !important;
	border: 2px solid #fff !important;
	border-radius: 15px 15px 15px 15px;
	box-shadow: none!important;
	text-shadow: 1px 1px 1px rgba(255,255,255,.4) !important;
	color: #fff !important;
	float: left;
	font-weight: normal !important;
	line-height: 1;
	font-style: italic;
	margin: 0 2px !important;
	padding: 5px 13px !important;
	text-align: center;
}
.view-members-posts div.views-row {
	border-bottom: dotted thin;
}
div#block-views-members_posts-block_1 div.block-inner {
	height: 400px;
	overflow: auto;
}
body.node-type-forum #content-inner {
	float: left;
	margin-right: 0px !important;
	width: 75% !important;
}
body.page-user #content-inner {
	float: left;
	margin-right: 0px !important;
	width: 850px !important;
}
#webform-client-form-3544 div.description {
	display: none;
}
#block-webform-client-block-3544 .submitted {
	display: none !important;
}
#block-webform-client-block-3544 {
	border: #EEE solid 2px;
	padding-bottom: 20px;
	padding-left: 7px;
}
#block-webform-client-block-1569 {
	border: #EEE solid 2px;
	padding-left: 7px;
	margin-top: 10px;
}
#sidebar-right-inner {
	padding: 3px !important;
}
#block-webform-client-block-3544 h3.block-title {
	color: #AE0000 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	font-family: comic sans ms !important;
}
/*over*/
#header {
/*background: url(images/topbg.png) -59px -6px no-repeat;*/
}
.region-content, #main-in {
	min-width: 1140px;
	margin: 0 auto;
	width: 95%;
}
/*.searchbox {
	float: right;
	margin-top: 0px;
	margin-bottom: 20px;
	background: none;
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	width: 295px;
}*/

#search-theme-form {
	position: relative;
	margin: 0;
}

.searchbox {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: medium none;
  box-shadow: none;
  float: right;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -50px;
  width: 295px;
}

.searchbox .search-field {
	width: 200px;
	background: #F1F1F1;
	border: 1px solid #8F8F8F;
	color: #000;
	font-size: 14px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 1px 8px;
}
.custom-created {
	font-size: 9px;
	color: #000;
	margin-left: 20px;
}
.custom-created br {
	display: none;
}
.custom-created a {
	margin-right: 10px;
	color: #00005A;
}
#forum .pager {
	clear: both;
}
.forum-top-links {
	top: 412px;
	top: 372px;
	min-width: 700px;
}
.breadcrumb {
  padding-bottom: 0;
}
#content-header h1 {
	margin-bottom: 0;
}
#forum ul.links {
  margin: 0 0 10px;
}
#forum ul.links li {
  padding-left: 0;
}
#forum {
  position: relative;
  float: left;
}
#forum .pager, #forum-comments .pager {
  position: absolute;
  right: 0;
  top: 0;
}
.bottom,#forum-comments .item-list 
{
	position:relative;
}

#edit-mailchimp-lists-952e8bd72b-LNAME-wrapper {
  display: none;
}

.form-area .form-item {
  width: 100%;
  float: left;
  margin: 0 0 8px !important;
  padding-right: 15px;
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.form-area .form-item label {
  width: 30%;
  float: left;
}

.form-area .collapsible {
	display: none !important;
} 
/*#edit-submit {
  margin-top: 20px;
}*/
#user-login input[type="text"] {
  width: 250px;
}
#user-login input[type="password"] {
  width: 250px;
}
#user-register input[type="text"] {
  width: 250px;
}
#user-register input[type="password"] {
  width: 250px;
}
#user-pass input[type="text"] {
  width: 250px;
}
#user-profile-form input[type="text"] {
  width: 250px;
}
#user-profile-form .form-item {
  width: auto;
}
#comment-form input[type="text"] {
  width: 250px;
}
#comment-form .form-item {
  margin-bottom: 30px !important;
}
#edit-mailchimp-lists-b67df59abb-LNAME-wrapper {
	display: none;
}
#edit-mailchimp-list-b67df59abb-wrapper label {
	width: 100%;
}
.tabs {
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#content-top02 {
	float: left;
}
#content-area {
	float: left;
}


/*
--------------------------------------------------------------------
||||||||||||||||||||||| Media Quries Start Here ||||||||||||||||||||
--------------------------------------------------------------------
*/

@media only screen and (max-width: 1199px) {

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}	
#page-wrapper {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
    padding: 0 12px;
}
.region-content, #main-in {
  float: left;
  min-width: 1px;
  width: 100%;
}
#logo-title {
  width: 50%;
}
.topright {
  width: 31%;
}
#nav ul li a {
  padding: 24px 10px 0;
}	
.banner-caption {
  padding: 12px 0 0 35px;
}
.banner-caption h1 {
  font-size: 22px;
  line-height: 24px;
}
/*.banner-caption h2 {
  font-size: 20px;
}*/
.banner-caption p {
  font-size: 13px;
  margin: 0 0 4px;
}
a.req-btn {
  font-size: 12px;
}
.video-sec h1 {
  font-size: 18px;
}
.dis-info h1 {
  font-size: 25px;
}
/*.form-area input[type="text"] {
  width: 27%;
}*/
.form-area input[type="email"] {
  width: 27%;
}
.form-area input[type="submit"] {
  padding: 5px 20px;
  margin-left: 30%;
}
#nav {
  text-align: center;
}
#nav ul li {
  display: inline-block;
  float: none;
}
#content {
  margin-right: 0;
  padding: 15px;
}
body.node-type-forum #content-inner {
  float: left;
  margin: 0 !important;
  padding: 0;
  width: 75% !important;
  padding-right: 20px;
}
#sidebar-right {
  float: left;
  margin: 0;
  width: 25%;
}
#sidebar-right-inner img {
	width: 100% !important;
	height: auto !important;
}
.forum-post-panel-main p {
  text-align: justify;
}
.forum-post-panel-sub {
  margin: 18px 10px 10px;
}
/*.form-area input[type="text"] {
  width: 100%;
}*/
.form-item label {
  font-size: 12px;
}
.banner-left {
 
  margin:auto;
}
h3.block-title {
  font-size: 11px;
}
}

@media only screen and (max-width: 991px) {
#cssmenu {
	display: block;
}
.desk-menu {
	display: none;
}
#menu {
  min-height: 1px;
}
.banner-left {
  width: 100%;
  margin-bottom: 12px;
  margin:auto;
}

.forum-opt-in {
	float:left;
	margin:auto;
	margin-left:10px;
	background:gray;
	padding:5px;
	border-radius:6px;
	
}



.video-sec {
  padding-left: 0;
  width: 100%;
}
.video-sec iframe {
  height: 170px;
}
.dis-info {
  padding-right: 0;
  width: 100%;
  margin-bottom: 15px;
}
.form-area {
  float: left;
  width: 100%;
}
#logo-title img {
  width: 90%;
}
.topright {
  width: 40%;
  text-align: right;
}
#search-theme-form {
  float: left;
  width: 100%;
}
.searchbox {
  float: left;
  margin-bottom: 5px;
  position: relative;
  top: 0;
}
.newsletter {
  width: 100%;
}
.newsletter-inner {
  background: url("images/banner-img3.png") no-repeat scroll right top / cover  rgba(0, 0, 0, 0);
  height: auto;
}
.form-area {
  padding: 0 0 20px;
}
#forum td.icon {
  width: 40px;
}
body.page-user #content-inner {
  width: 100% !important;
}
#user-login input[type="text"] {
  width: 170px;
}
#user-login input[type="password"] {
  width: 170px;
}
#user-register input[type="text"] {
  width: 170px;
}
#user-register input[type="password"] {
  width: 170px;
}
#user-pass input[type="text"] {
  width: 170px;
}
#user-profile-form input[type="text"] {
  width: 170px;
}
div.error, tr.error {
  margin: 45px 0 0;
}
.banner-left {

  margin:auto;
}
.forum-opt-in {
	float:left;
	margin:auto;
	margin-left:10px;
	background:gray;
	padding:5px;

	border-radius:6px;

}

.banner-caption {
  padding: 12px 0 0 15px;
}
.banner-info {
  width: auto;
}
ul.primary li a {
  font-size: 11px;
}
}


@media only screen and (max-width: 767px) {
.forum-jump-links {
  width: 50px;
}
.forum-post-links {
  margin-left: 80px;
}
#forum .pager, #forum-comments .pager {
  position: relative;
}
#forum ul.links {
  float: left;
  margin: 0;
}
.item-list {
  float: right;
  width: auto;
}
.item-list:first-child, .topic-icon, #forum td.icon, 
.topic-lreply, #forum td.last-reply, .vud-widget-updown, .forum-post .post-title {
  display: block;
}
.video-con {
  width: 100%;
}
.video-frame {
  width: 100%;
}
.banner-left {
  height: 160px;
  margin:auto;
}

.forum-opt-in {
	float:left;
	margin:auto;
	margin-left:10px;
	background:gray;
	padding:5px;
	border-radius:6px;

}
.banner-info {
  width: 100%;
}
ul.b-listing {
  width: 100%;
}
a.req-btn {
  margin: 10px 12px 0 0;
  float: left;
}
ul.primary {
  padding: 0;
}
ul.primary li a {
  font-size: 9px;
  margin-right: 0;
}
.video-sec h1 {
  margin: 20px 0;
}
}


@media only screen and (max-width: 640px) {
#logo-title {
  width: 100%;
  text-align: center;
}
#logo-title img {
  width: auto;
}
.topright {
  text-align: center;
  width: 100%;
  margin: 0 0 30px 0;
}	
/*.banner-caption {
  display: none;
}*/
.banner-left {
  margin-bottom: 0;
  /*height: auto;*/
  margin:auto;
}

.forum-opt-in {
	float:left;
	margin:auto;
	margin-left:10px;
	background:gray;
	padding:5px;

	border-radius:6px;

}
.form-item {
  width: 100%;
}
#user-login input[type="text"] {
  width: 100%;
}
#user-login input[type="password"] {
  width: 100%;
}
#user-register input[type="text"] {
  width: 100%;
}
#user-register input[type="password"] {
  width: 100%;
}
#user-pass input[type="text"] {
  width: 100%;
}
#user-profile-form input[type="text"] {
  width: 100%;
}
}


@media only screen and (max-width: 600px) {
#content-area {
	float: left;
	width: 100%;
}
/*#content-area div {
	overflow-x: scroll;
    padding-bottom: 30px;
    width: 530px;
}*/	
.video-sec iframe {
  height: 300px;
}
body.node-type-forum #content-inner {
  margin: 0 !important;
  padding: 0;
  width: 100% !important;
}
#sidebar-right {
  float: left;
  margin: 0;
  width: 100%;
}
ul.primary {
  padding: 0;
  margin: 0;
}
ul.primary li {
  float: left;
  width: 100%;
  margin-bottom: 3px;
}
ul.primary li a {
  float: left;
  margin-right: 0;
  padding: 0;
  width: 100%;
}
#user-register, #user-login, #user-pass {
  float: left;
  width: 100%;
}
#content-top02 {
	width: 100%;
	float: left;
}
ul.primary li a {
  font-size: 13px;
}
}

@media only screen and (max-width: 480px) {
.video-sec iframe {
  height: 250px;
}
.newsletter-inner {
  text-align: center;
}
.dis-info h1 {
  width: 100%;
}
.dis-info p {
  width: 100%;
}
.form-area input[type="text"] {
  width: 100%;
  margin: 0 0 12px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.form-area input[type="email"] {
  width: 100%;
  margin: 0 0 12px 0;
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#topmenu {
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: center;
	padding: 6px 20px 8px;
}
#logo-title img {
  width: 100%;
}
.form-item {
  width: 100%;
}
#edit-check {
	width: 100%;
	font-size: 10px;
}
.form-area .form-item label {
  text-align: left;
  width: 100%;
}
.banner-left {
  height: 200px;
  margin:auto;
}

.forum-opt-in {
	float:left;
	margin:auto;
	margin-left:10px;
	background:gray;
	padding:5px;
	border-radius:6px;
	height:200px;
}
.banner-caption {
  padding: 12px 15px 0 15px;
}
/*#content-area div {
    width: 407px;
}	*/
}

@media only screen and (max-width: 360px) {
.topright img {
  width: 100%;
}
.forum-jump-links {
  text-align: center;
  width: 100%;
  border: none;
  margin-top: 5px;
}
.forum-post-links {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}
.forum-post-links a {
  float: none;
}
ul.forum-links > li {
  margin: 10px 0;
  padding: 0;
}
.forum-post-wrapper {
  padding: 0 10px;
}
.forum-post-panel-sub {
  margin: 18px 0 10px;
  width: 100%;
  text-align: center;
}
.forum-post-panel-main .content {
	padding: 0 0 15px;
}
.forum-post-panel-sub .author-online, .forum-post-panel-sub .author-offline {
  display: inline-block;
}
.author-signature {
  margin: 0;
}
.signature img {
  height: auto !important;
  width: 100% !important;
}
.searchbox .search-field {
  width: 155px;
}
.searchbox {
  width: 255px;
}
#response h4 {
    background-color: #edffed;
    border: 1px solid #04a107;
    color: #04a107;
    float: left;
    font-size: 13px;
    margin-left: 0;
    top:72%;
}
/*#content-area div {
    width: 287px;
}*/
}

/*@media only screen and (max-width: 320px) {
#content-area div {
    width: 245px;
}	
}
*/

#response h4 {
    background-color: #edffed;
    border: 1px solid #04a107;
    color: #04a107;
    float: left;
    font-size: 13px;
    margin-left: 58%;
    position: absolute;
    top: 72%;
}
.antispam { display:none;}
label.error {
  font-size: 14px;
  left: -120px;
  position: absolute;
  top: 51px;
  width: 71% !important;
  z-index: 9999999;
}

.bc-banner {height:auto;}