/* Object Modifiers */
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: ...;
    height: ...;
}
.center * {
    vertical-align: middle;
}
.center {6
    display: block;
}
.center span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
.rounded {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
/* Editable Post content */
.postcontent p {
    line-height: 170%;
    font-size: 13px;
    margin-bottom: 10px;
}
.postexcerpt p {
    line-height: 170%;
    font-size: 13px;
    margin-bottom: 10px;
}
/* Text */
a:link {
    color:#B80716;
    text-decoration: none;
}      /* unvisited link */
a:visited {
    color:#B80716;
    text-decoration: none;
}  /* visited link */
a:hover {
    color:#B80716;
    text-decoration: underline;
}  /* mouse over link */
a:active {
    color:#B80716;
    text-decoration: none;
}  /* selected link */
h3.wht {color: #ffffff;}
/* Locations */
body {
   background:  url(../images/newbackground4.png);
}
div.main {
    /* background-color: rgb(239, 243, 255); */ 
	position: relative;
}
.wrapper {
    width: 970px;
    margin: 0px auto;
    //background: #ffffff;   
    background-color:rgba(255,255,255,0.4);
    box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px #000;
    border-left-color: #C3C3C3;
    border-right-color: #C3C3C3;
    border-width: 0px;
}
.logo {
    height: 100px;
}
.searchbox {
    //background: #ffffff;
    width: 150px;
    height: 30px;
}
.searchlist {
    border: 0 !important;
    width: 200px;
}
.leadheader {
    height: 111px;
    min-height: 111px;
}
.leaderboard_ad {
    padding: 10px 0px 10px 111px;
    margin: 0 auto;
    position: relative;
}
.rectangle_ad {
    padding: 0px 0px 10px 5px;
}
.heading {
    height: 25px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    background: url('../images/head_bg.png') repeat-x #000000;
    margin: 0 0 15px 0;
}
.widget {
    margin: 0 0 5px 0;
}
.itemlist {
    display: block;
    list-style-type: none;
    margin-top: 10px;
    margin-left: 0px;
}
.navigation {
    height: 55px;
    background: url('../images/navi_bg.png') repeat-x #000000;
}
.navigation div {
    height: 55px;
}
div.navigation_inner {
    height: 25px;
    width: 140px;
    margin: 17px 0px 0px 0px;
    background: url('../images/search.png') no-repeat right center #ffffff;
}
div.navigation_inner input {
    display:block;
    border: none;
    height: 25px;
    margin: 0px 0px 0px 10px;
    padding: 0;
    width: 105px;
}
.orbit-bullets {
    bottom: -20px;
}
.orbit-caption {
    font-size: 15px !important;
    /* letter-spacing: 2px; */
}
/* Menu Items */
ul#menu-main-menu {
    display: block;
    /* letter-spacing: 2px; */
    list-style-type: none;
    float: left;
    margin-top: 2px;
    margin-left: 16px;
}
.menu-item:hover {
    background-image: url(../images/navi_hover.png);
    background-color: #777;
    background-size: 100% 100%;
    background-repeat:no-repeat;
}
ul#menu-main-menu li.menu-item {
    display: block;
    height: 55px;
    text-shadow: 2px 2px 3px black;
    padding: 0 10px 0 10px;
    font-size: 14px;
    min-width: 65px;
    float: left;
    text-align: center;
    position: relative;
    z-index: 5000;
    margin-left: 0;
    border-right: 1px solid rgba(255,255,255,.2);
}
ul#menu-main-menu li.menu-item a {
    display: block;
    width: 100%;
    height: 35px;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    z-index: 5;
    margin-top: 17px;
    top: 0;
    left: 0;
}
ul#menu-main-menu li.menu-item ul.sub-menu {
    position:absolute;
    top: 55px;
    width: 170px;
    background-color: black;
    display: none;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
ul#menu-main-menu li.Custom_Shows ul.sub-menu {
   width: 510px; 
}
ul#menu-main-menu li.Category_Articles ul.sub-menu {
   width: 340px;
}

ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item {
    border: 0;
    z-index: 5000;
    width: 150px;
    float: left;
}
/* End Menu Items */
#featured {
    width: 630px;
    height: 354px;
}
#featured, div.orbit-wrapper {
    margin: -5px auto 30px auto;
    width: 630px;
    height: 354px;
}
div.thumb230 {
    width: 230px;
    height: 134px;
    background: #000000;
}
.thumb230 img {
    margin: 5px;
}
div.caption230 {
    margin: 6px auto 10px auto;
    width: 200px;
    overflow: wrap;
    text-align: center;
}
div.postarea .thumb {
    margin: 10px 0px 20px 0px;
}
div.postarea .content {
    margin: 10px 0px 20px 10px;
}
.postexcerpt, .postcontent {
    font-size: 14px;
    margin: 10px 0px 0px 0px;
    line-height: 20px;
}
#wp_page_numbers
{
	margin: 7px 0px 7px 0px;
}
#wp_page_numbers ul li
{
	display: inline;
	list-style-type: none;
 	padding-right: 10px;
}
.breadcrumb {
	margin: 5px 0px 5px 0px;
}
.footer, .push {
    clear: both;
	position: relative;
    height: 65px;
}
.footer {
    width: 970px;
    //background: #ffffff;
    background-color:rgba(255,255,255,0.4);
    margin: 0px auto 0px auto;
}
.footerinside {
    height: 55px;
    width: 960px;
    background: url('../images/navi_bg.png') repeat-x #000000;
    color: #ffffff;
    margin: 0px 0px 10px 5px;
}
.footerinside .copyright {
    line-height: 55px;
    /* letter-spacing: 2px; */
    font-size: 11px;
    padding-left: 10px;
}
.footerinside .swm {
    text-align:center;
    margin-top: 20px;
}
/* widget styles */
.filter-posts-title {
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    background: url('../images/head_bg.png') repeat-x #000000;
    margin: 0 0 20px 0;
}
li.post-row {
	list-style: none; 
	margin: 0px 0px 15px 0px;
}
.post-row a {
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
}
.post-row a img {
	border: 1px solid #000000;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.post-row h2.entry-title {
	display: inline;
	float: left;
	margin: 0px 0px 6px 10px;
	width:230px;
}
.post-row h2.entry-title a {
	font-size: 12px;
}
.post-row div.entry-summary {
	display: inline;
	float: left;
	line-height: 15px;
	margin: 0px 0px 0px 10px;
	width:230px;
	font-size: 10px;	
}
div.widget ul li {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left:5px;
	display: block;
	padding-left: 15px;
	font-size: 12px;
	list-style-type: none;
	background: url('../images/arrowbullet.gif') no-repeat top left;
}
#powered_by_wps {
	display: none;
}
#iosicon {
	position: absolute;
	left: 25px;
	top: 25px;
}
#androidicon {
	position: absolute;
	right: 40px;
	top: 25px;
}
.loginarea {
	position: absolute;
	right: 5px;
	top: 5px;
}
.loginarea span {
	margin-left: 10px;
}
.orbit img {
	width: 630px;
	height: 354px;
	min-width: 630px;
	min-height: 354px;
}
.thumb230 img {
	width: 220px;
	height: 124px;
	min-width: 220px;
	min-height: 124px;
}
/* USP Stuff */
div#usp {
	width: 100% !important;
}
div#usp textarea#user-submitted-content {
	height: 400px !important;
}
/* Symposium Stuff */
#profile_photo img {
	width: 64px !important;
	height: 64px !important;
	min-width: 64px !important;
	min-height: 64px !important;
}
.symposium-wrapper #profile_details {
	line-height: 64px !important;
	padding: 0 !important;
	margin: 0 0 0 74px !important;
}
.symposium-wrapper #profile_header_panel {
	height: 64px !important;
}
.symposium-wrapper #profile_menu {
    background-color: #eee;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    padding: 20px !important;
    width: 150px !important;
}
.symposium-wrapper #profile_right_column {
    background-color: #eee !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -khtml-border-radius: 20px !important;
    border-radius: 20px !important;
    border: 0 !important;
}
#symposium_wall, .friend_div {
    background-color: #eee !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -khtml-border-radius: 20px !important;
    border-radius: 20px !important;
    border: 0 !important;
    padding: 10px !important;
}
.symposium-wrapper #profile_name {
    line-height: 64px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.symposium-wrapper #profile_header_div {
    height: 150px !important;
    background-color: #eee !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -khtml-border-radius: 20px !important;
    margin-bottom: 10px !important;
    margin-right: 20px !important;
    padding: 10px !important;
    width: 930px !important;	
}
.symposium-button {
    color: #fff !important;
    background-color: #000 !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -khtml-border-radius: 20px !important;
    border-radius: 20px !important;
}
.symposium-button:hover {
    color: #000 !important;
    background-color: #ccc !important;
}
.mp_button_buynow
{
    display: block;
    color: #000;
    margin: 5px;
    background-color: #f2f2f2;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    width: 125px;
    border: 2px outset buttonface;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}
.mp_button_buynow:hover
{
    background-color: #000;
    color: #fff;
}
img.mp_product_image_list
{
    margin: 10px;
    border: 4px solid #000;
}
.mp_product_content
{
    vertical-align: top;
    width: 100%;
    height: 150px;
    overflow: wrap;
}
.product
{
    display: block;
    margin: 5px;
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid #CCC;
    border-top-width: 1px;
}
.mp_cart_contents
{
    width: 100%;
}
.mp_cart_contents td
{
    text-align: center;
    vertical-align: middle;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
div.rwtvvids {background-color:#C0C0C0;}
div.rwtvvids a:link {color:black;}
div.rwtvvids a:visited {color:black;}
div.rwtvvids a:hover {color:black;}
div.rwtvvids a:active {color:black;}


.textright {float: right; background-color:#C0C0C0;
margin: 10px 10px 10px 10px;} 
.textleft {float: left; background-color:#C0C0C0;
margin: 10px 10px 10px 10px;}
.cleartxt {clear: both; background-color:#C0C0C0 }
div.rwtvvidhdr {background-color:#C0C0C0;}
.avatar {float: left;
margin: 0 10px 0 10px;}
