/*
CSS style for Juicy Online Media
Coded by Feisty Sites
URL: http://www.feistysites.com
May 2008
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font: 75% Arial, Helvetica, sans-serif;
	color: #73a534;
	line-height: 140%;
	margin: 0 auto;
	text-align: center;
}

a {
	color: #066cb6;
}

p {
	margin: 16px 0;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 4px 0 16px 0;
}

h3 {
	font-weight: bold;
}

/* Common Styles */
.bold {
	font-weight: bold;
}

.no-margin-padding {
	margin: 0;
	padding: 0;
}

.ul-no-margin-padding {
	list-style: none;
	margin: 0;
	padding: 0;
}

.orange {
	color: #ffcc00;
}

.orange-2 {
	color: #ff8a00 !important;
}

.green {
	color: #85ba0b;
}

.green-2 {
	color: #9cc831;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.margin10 {
	margin: 10px;
}

.font-11 {
	font-size: 11px;
}

.font-12-bold {
	font-size: 11px;
        font-weight: bold;
}


.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

.font-40 {
	font-size: 40px !important;
}

.clearfix {
	float: left;
	clear: both;
	width: 100%;
}

ul.no-float-list {
	margin: 0;
	padding: 0;
}

ul.no-float-list li {
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0;
}

/* Main container style */
.container {
	width: 930px;
	display: table;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
	position: relative;
	z-index: 1000;
}

#header {
	float: left;
	clear: both;
	width: 100%;
	background: #fff;
	text-align: right;
}

#maincontent {
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10000;
}

#maincontent-page {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 6px;
}

#maincontent-page .container {
	float: left;
	width: 700px;
	margin-right: 20px;
}

#leftcol {
	float: left;
	width: 200px;
}

#midcol {
	float: left;
	width: 500px;
	margin: 5px 10px 4px 6px;
	padding-left: 10px;
}

#rightcol {
	float: left;
	width: 200px;
}

#rightcol-wide {
	float: left;
	width: 680px;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0;
}

/* Header Style */
#header .logo {
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#header .top-banner {
	float: right;
	margin-right: 10px;
}

/* Top Menu Style */
#top-menu {
	float: left;
	clear: both;
	width: 100%;
	height: 42px;
	background: url(../img/bg-top-menu.gif) no-repeat;
	padding: 10px;
}

#top-menu a {
	color: #f7941e;
}

/* Top Search */
#top-menu .top-search {
	float: left;
	width: 280px;
}

#top-menu .top-search label {
	margin-right: 4px;
}

#top-menu .top-search .textbox {
	width: 80px;
	background: #f3f9fc;
	border: 1px solid #a1dcf5;
	padding: 2px;
}

#top-menu .top-search .button {
	position: relative;
	top: 6px;
	.top: 4px;
	_top: 4px;
}

/* Top Menu Button */
#top-menu .menu-button {
	float: left;
	padding: 6px 0;
}

.greet-member {
	font-size: 12px;
	margin-left: 4px;
	position: relative;
	top: -8px;
}

/* Main Heading */
#main-heading {
	float: left;
	clear: both;
	width: 100%;
	min-height: 512px;
	height: auto !important;
	height: 512px;
	background: url(../img/bg-heading.gif) 0 2px no-repeat;
	padding: 20px 0;
}

#heading-home {
	float: left;
	clear: both;
	width: 930px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: url(../img/bg-heading-home.jpg) no-repeat;
}

.main-heading-inside {
	padding: 0 20px;
}

.main-heading-inside-home {
	padding: 0 10px;
}

.welcome-text {
	float: left;
	clear: both;
	height: 254px;
	position: relative;
	left: 450px;
	top: 40px;
}

.intro-text {
	float: left;
	clear: both;
	width: 908px;
	color: #273600;
	padding: 36px 11px 30px 11px;
	position: relative;
	.top: -4px;
	_top: -4px;
}

.intro-text .text {
	float: left;
	width: 650px;
	margin-right: 0px;
}

.intro-button {
	float: left;
	margin-top: -10px;
	padding: 0 10px;
}

.intro-button ul {
	margin: 0;
	padding: 0;
}

.intro-button ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Footer Menu */
#footer-menu {
	float: left;
	clear: both;
	width: 100%;
	background: #e9f9f9;
	margin: 20px 0;
	padding: 10px 0 20px 0;
	border-top: 4px solid #8dbf11;
	border-bottom: 4px solid #8dbf11;
}

#footer-menu .split {
	float: left;
	width: 140px;
	margin-right: 10px;
	position: relative;
	left: 10px !important;
	left: 0;
}

#footer-menu .split ul {
	margin: 0;
	padding: 0;
}

#footer-menu .split ul li {
	list-style: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#footer-menu .split ul li a {
	color: #ff8800;
	text-decoration: none;
}

#footer-menu .split h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #66952e;
	margin: 0;
	padding: 0;
}

/* Content */
h1.page-title {
	font: 20px Arial, Helvetica, sans-serif;
        color: #224C76;
}


h2.page-title {
	font: 17px Arial, Helvetica, sans-serif;
        color: #555;
}

h1.member-title {
	font: 20px Arial, Helvetica, sans-serif;
        color: #224C76;
        margin-bottom: -1px;
}
h2.member-title {
	font: 15px Arial, Helvetica, sans-serif;
        color: #777;
        min-height:100px;
        padding:6px;
}


h1.category {
	padding: 6px 0 20px 50px;
}

.title-heading {
	color: #fff;
}

/* Profile */
.profile-col1 {
	float: left;
	width: 125px;
}

#users-view .profile-col3 {
	float: right;
	width: 125px;
}


.profile-col2 {
	float: left;
	margin: 0 20px 0 20px;
}

#users-view .profile-col2 {
	float: left;
	width: 530px;
	margin: 0px 0px 0px 0px;
}

.profile-col3 {
	float: left;
	width: 400px;
	text-align: right;
}

#users-view .profile-col3 {
	float: right;
	width: 210px;
	text-align: right;
}

#users-view .content {
    padding:0px 20px 0px 20px;
    background-color:white;
    min-height:300px;
}

#users-view .profile-col2 .content {
    margin-top: -4px;
}

.content #users-view{
    width:100%;
}

.profile-col-wide {
	float: left;
	width: 740px;
	margin-left: 20px;
}

.profile-col2 .content {

        
	padding: 0px;
        margin-top:0px;
        width:100%;
}

.profile-col2 h3 {
	clear: both;
	margin: 10px 0;
}

.profile-col2 dl {
	float: left;
	clear: both;
	width: 100%;
    position: relative;
    width: 340px;
	margin: 10px 0;
}

.profile-col2 dt {
    clear: both;
    float:left;
    width: 130px;
	font-weight: bold;
    padding: 2px 0 0 0;
    text-align: left;
}

.profile-col2 dd {
    float: left;
    width: 300px;
    padding: 2px 0 0 6px;
}

ul.menu-profile {
	margin: 10px 0;
}

.points {
	font-size: 15px;
	text-align: right;
	margin: 0 10px 16px 0;
	padding: 6px 0;
}

.points-value {
	font-size: 35px;
	color: #fcff00;
}

.banner-profile {
	margin-bottom: 10px;
}

.profile-col2 .restricted {
	background: url(../img/bg-restricted.png) no-repeat;
	height: 50px;
	color: #fff;
	padding: 8px 10px;
}

.profile-col2 .restricted h3 {
	font-size: 18px;
}

.banner-profile ul li {
	margin: 0;
	padding: 0;
}

/* Terms and Conditions */
.terms-conditions {
	font-size: 11px;
}

.terms-conditions-text {
	width: 99%;
	height: 250px;
	background: #fff;
	color: #333;
	overflow: auto;
	padding: 8px;
}

.tnc {
	font: normal 15px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

/* Module */
.module {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.module h3.module-title {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
	padding: 0;
}

/* Member Page */
ul.member-step-guides {
	margin: 0;
	padding: 0;
}

ul.member-step-guides li {
	float: left;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	list-style: none;
	width: 210px;
	margin: 0 20px 20px 0;
	padding: 0;
}

/* BG Containers */
.bg-container2 {
	width: 100%;
	background: url(../img/bg-container2.jpg) no-repeat;
}

/* Baloon List */
ul.balloon {
	margin: 0;
	padding: 0;
}

ul.balloon li {
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0;
}

/* Icon Products*/
ul.icon-products {
	margin: 0;
	padding: 0;
}

ul.icon-products li {
	float: left;
	width: 125px;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	list-style: none;
	margin: 0 40px 10px 0;
	padding: 0;
}

.bg-container2 .content {
	padding: 20px 10px;
}

.gifts-idea-info .col1 {
	float: left;
	width: 315px;
	margin-right: 20px;
}

/* Gifts Idea */
.gifts-idea-info {
	margin: 20px 0;
}

.gifts-idea-info .col1 {
	float: left;
	width: 315px;
	margin-right: 20px;
}

.gifts-idea-info .col2 {
	float: left;
	width: 345px;
}

.gifts-idea-info .col1 ul {
	margin: 0;
	padding: 0;
}

.gifts-idea-info .col1 ul li {
	display: inline;
	width: 75px;
	list-style: none;
	margin: 0 14px 14px 0;
	padding: 0;
}

ul.list-2 {
	margin: 10px 0;
	padding: 0;
}

ul.list-2 li {
	display: inline;
	width: 75px;
	list-style: none;
	margin: 0 4px 14px 0;
	padding: 0;
}

/* Paging */
.paging {
	clear: both;
	color: #3e6f05;
	padding: 6px 0;
}

.paging div.disabled {
	display: inline;
	color: #ccc;
}

.paging a {
	color: #3e6f05;
}

/* Product List */
ul.product-list {
	width: 100%;
	margin: 20px 0 !important;
	padding: 0 !important;
}

ul.product-list li {
	float: left;
	clear: both;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 6px 0 12px 0;
	border-bottom: 1px solid #ccc;
}

ul.product-list li .col1 {
	float: left;
	width: 370px;
	margin: 0 10px 0 4px;
}

ul.product-list li .col2 {
	float: left;
	height: 50px;
        width:100px;
}

ul.product-list li h3.heading {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #628705;
	margin: 0;
	padding: 0;
}

ul.product-list li h3.heading a {
	color: #628705;
	text-decoration: none;
}

ul.product-list li .earn-points {
	background: url(../img/bg-earn-points.gif) repeat-x;
	font-size: 14px;
	color: #fff;
	padding: 5px 0;
}

/* Form */
fieldset {
	border: none;
}

fieldset legend {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #555;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-left: -6px;
}

fieldset label {
	float: left;
	display: inline;
	width: 150px;
	margin-right: 10px;
        
}

fieldset .input label, fieldset .radio label.label {
	float: left;
	display: inline;
	width: 160px;
	margin-right: 10px;
	padding: 0 0 8px 0;
}

fieldset .radio label {
	float: none;
	display: inline;
	width: auto;
	margin: 0;
	padding: 0 0 0 4px;
}

fieldset .input, fieldset .radio {
	clear: both;
	padding: 4px 0 6px 0;
}

fieldset .text input, fieldset .password input, fieldset .textarea textarea, fieldset .select select {
	font: 14px Arial, Helvetica, sans-serif;
	padding: 2px;
	border-top: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #e1e1e0;
	border-left: 1px solid #e1e1e0;
}

fieldset .checkbox label {
	float: none;
	padding-left: 4px;
}

div.submit {
	clear: both;
	margin: 10px 0 0 170px;
}

div.submit input {
	background: #83a919;
	font-weight: bold;
	color: #fff;
	border: inherit;
	padding: 4px;
}

fieldset .text .error-message, fieldset .select .error-message, fieldset .textarea .error-message,
fieldset .checkbox .error-message, fieldset .password .error-message {
	font-size: 11px;
	color: #e45b00;
}

fieldset .select .error-message, fieldset .textarea .error-message, div.checkbox, fieldset .password .error-message {
	margin-left: 170px;
}

fieldset .hint {
	font-size: 11px;
	color: #666;
	margin: 0 10px 0 170px;
	_margin: 0 10px 0 193px;
}

/* Tables */
table {
	width: 100%;
}

table th {
	text-align: left;
}

.opacity {
	background: url(../img/bg-opacity.png);
}

.opacity p {
}

.inside {
	width: 98%;
}

.inside .content {
	padding: 8px;
}

/* Messages */
.message {
	background: #CC0000;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	margin: 10px 0;
}

/* Photos */
ul.photos {
	margin: 20px 0;
	padding: 0;
}

ul.photos li {
	float: left;
	width: 125px;
	list-style: none;
	margin: 0 20px 20px 0;
	padding: 0;
}

ul.photos li .thumb {
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

ul.photos li img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #b1d9e2;
}

/* Friend List */
.browse-friends {
	padding: 10px;
}

ul.friends {
	margin: 20px 0;
	padding: 0;
}

ul.friends li {
	float: left;
	width: 125px;
	list-style: none;
	margin: 0 20px 20px 0;
	padding: 0;
}

ul.friends li .thumb {
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

ul.friends li img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #b1d9e2;
}

/* Table */
table.results {
	clear: both;
	width: 100%;
	margin: 10px 0;
}

table.results th {
	background: #388fda;
	font-weight: bold;
	color: #fff;
	padding: 4px;
}

table.results th a {
	color: #fff;
}

table.results td {
	padding: 4px;
	border-bottom: 1px solid #bbd7ef;
}

table.results tr.post-body td {
	vertical-align: top;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding: 10px;
}

table.results tr.post-body td.col1 {
	background: #e5f3f9;
	font-weight: bold;
}

/* Actions */
div.actions {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0;
}

div.actions ul {
	margin: 0;
	padding: 0;
}

div.actions ul li {
	float: left;
	font-weight: bold;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}


table.cake-sql-log {
	clear: both;
	width: 100%;
	margin: 10px 0;
}

table.cake-sql-log th {
	background: #dedede;
	font-weight: bold;
	color: #fff;
	padding: 4px;
}

table.cake-sql-log th a {
	color: #fff;
}

table.cake-sql-log td {
	padding: 4px;
	border-bottom: 1px solid #dedede;
}
div.inside_50{
	float: left;
	width: 46%;
	margin-right: 4%;
}

.welcome{
  font-size: 16px;
  padding-bottom: 10px;
}

/* Forums */
.forums table {
	font-size: 14px;
}

div.auto_complete    {
     position         :absolute;
     width            :250px;
     background-color :white;
     border           :1px solid #888;
     margin           :0px;
     padding          :0px;
     color			  : #111111;
}

.auto_complete ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}


li.selected    { background-color: #ffb; }

.top_frontpage {
background: url(../img/frontpage-bg-top.png) no-repeat;
}

.bg_frontpage {
background-image: url(../img/frontpage-bg.png);
background-repeat: repeat-y;
}

.bottom_frontpage {
background: url(../img/frontpage-bg-bottom.png) no-repeat;
}

.blue-tab{
    color: white;
    font-size:12px;
    background: url(../img/blue-tab.png) no-repeat;
    width:125px;
    height:35px;
    margin:7px 0px 0px 0px;
    min-width:125px;
    padding-top:7px;
    padding-left:15px;
}


.blue-tab a:link, .blue-tab a:visited, .blue-tab a:visited{


    padding-top:0px;
    padding-left:5px;
    padding-right:0px;
    padding-bottom:0px;
    padding-left:5px;
    color: white;
    text-decoration: none;
}


.white-tab{
    color: white;
    font-size:12px;
    background: url(../img/white-tab.png) no-repeat;
   width:125px;
   min-width:125px;
    height:35px;
    padding-bottom:0px;
    margin:7px 0px 0px 0px;
    padding-top:7px;
    padding-left:15px;
}


.white-tab a:link, .white-tab a:visited, .white-tab a:visited{

    padding-top:0px;
    padding-left:5px;
    padding-right:0px;
    padding-bottom:0px;
    color: black;
    text-decoration: none;
}