/* Author content div style3_master_wide pages */
#author_w {
	width:286px !important;
	box-shadow:#0CF;
	float:left;
	padding:8px;
	margin:5px;
}
/* Author content div style3_master pages */
#author_aw {
	width:264px !important;
	box-shadow:#0CF;
	float:left;
	padding:8px;
	margin:5px;
}
#author_aw p{
	font-family:Arial, "MS Sans Serif", Courier, sans-serif;
	font-size:14px;
	color:#000;
}

#author_aw a{
	font-family: Arial, "MS Sans Serif", Courier, sans-serif;
	font-size: 14px;
	color: #00C;
}
#author_aw a:hover{
	font-family: Arial, "MS Sans Serif", Courier, sans-serif;
	font-size: 14px;
	color: #F00;
}
/*styles for main_l index page */
#main_l_left {
	font-family: Arial, Helvetica, sans-serif;
	width: 280px;
	float: left;
	margin: 0;
	padding: 0px 5px 5px 5px;
	background-color: #fff;
	color: #000000;
	text-align: left;
	position: inherit;
}
#main_l_right {
	font-family: Arial, Helvetica, sans-serif;
	width: 280px;
	float: left;
	margin: 0;
	padding: 0px 5px 5px 5px;
	background-color: #C7C7CB;
	color: #000000;
	text-align: left;
	position: inherit;
}

#horoscope_all {
	width: 264px!important;
	float:left;
}
#horoscope_one {
	width: 264px!important;
	float:left;
	text-align:center
}
#horoscope_one p {
	text-align:center;
	font-size:14px;
	font-weight:600;	
}
/* Masthead Ads Formatting */
#mastad {
	font: Verdana, sans-serif;
	font-size:14px;
	color: 000;
	text-align:left;
	height:80px;
	width: 180px;
	padding: 6px;
	float:left;
}
#mastad a{
	font: Verdana, sans-serif;
	font-size:14px;
	font-weight:800;
	color: #002CFC;
	text-align:left;
	text-decoration:none;
}
#mastad a:hover{
	font: Verdana, sans-serif;
	font-size:14px;
	font-weight:800;
	color: #FF0004;
	text-align:left;
	text-decoration:underline;
}

/*new right navigation August 2013*/
#navright {
	font: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:12px;
	color:#000;
	text-align:left;
	height:90px;
	background-color: #FFFFFF;
}
#navright img{
	float:left;
}
#navright .title{
	font-size:16px;
}
#navright a{
	font: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:16px;
	color: #00C;
	text-align:left;
	text-decoration:underline;
}
#navright a:hover{
	font: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:16px;
	color: #C60;
	text-align:left;
	text-decoration:none;
}

/*Nv right ads code */
#navrightads {
	float:none;
	height:320px;
}


/* nav_bot div styles for boxes (except shopping_master) */
.nav_bot_box4 {
	width:25% !important;
	float:left;
}
/* footer div styles for boxes on all footers of master pages (except shopping_master) */
.footer_box4 {
	width:215px !important;
	float:left;
	padding:6px;
}

/* style to clear the div content row */
.clear { float: none !important; clear: both; }

/* This is the bottom navigation area for the advice interior pages */
#nav_bot {
	width: 930px;
	margin: 0;
	float: left;
	padding: 15px;
	background-color: #FFFFFF;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.nav_bot_box4 {
	width:25%;
	float:left;
}
/* This is the bottom navigation area for the advice interior pages from style_masster_wide.css
#nav_bot {
	width: 930px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	float: left;
	padding: 15px;
	background-color: #FFFFFF;
	position: relative;
}*/

/* Styles for Footer */
#footer {
	width: 960px;
	margin: 0 auto;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	float: inherit;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#footer p {
	font-size: 12.5px;
	line-height: 1.8em;
	text-align: left;
	color: #CCC;
	background-color: #000000;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.footer_box4 {
	width:220px;
	float:left;
	padding:6px;
	background-color:#000;
}

/* Styles for Buttons */

/* HTML <a href="#" class="buttonblue150x50">DOWNLOAD</a> */

.buttonblue150x50 {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-webkit-border-top-left-radius:12px;
	-moz-border-radius-topleft:12px;
	border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	border-top-right-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	-moz-border-radius-bottomright:12px;
	border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-radius-bottomleft:12px;
	border-bottom-left-radius:12px;
	text-indent:0px;
	border:3px solid #3866a3;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #7cacde;
}
.buttonblue150x50:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}.buttonblue150x50:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

/* HTML <a href="#" class="buttonred150x50">DOWNLOAD</a> */
.buttonred150x50 {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:12px;
	-moz-border-radius-topleft:12px;
	border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	border-top-right-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	-moz-border-radius-bottomright:12px;
	border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-radius-bottomleft:12px;
	border-bottom-left-radius:12px;
	text-indent:0px;
	border:3px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
}
.buttonred150x50:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.buttonred150x50:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

/* HTML <a href="#" class="buttongreen150x50">DOWNLOAD</a> */
.buttongreen150x50 {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:12px;
	-moz-border-radius-topleft:12px;
	border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	border-top-right-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	-moz-border-radius-bottomright:12px;
	border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-radius-bottomleft:12px;
	border-bottom-left-radius:12px;
	text-indent:0px;
	border:3px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}
.buttongreen150x50:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.buttongreen150x50:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

/* HTML <a href="#" class="buttonpink150x50">DOWNLOAD</a> */
.buttonpink150x50 {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color:#ff5bb0;
	-webkit-border-top-left-radius:12px;
	-moz-border-radius-topleft:12px;
	border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	border-top-right-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	-moz-border-radius-bottomright:12px;
	border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-radius-bottomleft:12px;
	border-bottom-left-radius:12px;
	text-indent:0px;
	border:3px solid #ee1eb5;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #c70067;
}
.buttonpink150x50:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color:#ef027d;
}
.buttonpink150x50:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */