body {
	margin: 0;
	padding: 0;
	background: #961D46 url(images/img01.jpg) repeat;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	color: #8A8985;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	font-weight: normal;
	color: #7D7764;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #CA4C44;
}

a:hover {
}

#wrapper {
	
	background-color: #FFFFFF;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	height: 600px;
	background-image: url(images/img02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	overflow:visible;	
	
}
#header-wrapper-report {
	
	height: 200px;
	background: url(images/img22.jpg) repeat-x left top;
	
}

#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 0px 20px;

	
}


/* Banner */

#banner {
	
	height: 400px;
	background: url(images/img04.jpg) no-repeat center bottom;
	background-color:#ffffff;
}

#banner .image-style {
	border: 15px solid #F4F4F4;
	-webkit-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android <=1.6 */
    border-radius: 12px; /* Opera 10.5, IE9, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  
  
 

}


/* Logo */

#logo {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #000000;
	background-image: url(images/star3.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#logo h1, #logo p {
}

#logo h1 {
	letter-spacing: -2px;
	font-size: 3.8em;
	font-family: 'Mystery Quest', cursive;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#logo p {
	margin-top: -10px;
	padding: 0px 0px 0px 5px;
	font-size: 18px;
	color: #FFFFFF;
 	
} 

#logo p a {
	color: #FFFFFF;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}
/* daily horoscope pages */
.daily {
	width: 970px;
	height: 320px;
	background-color: #99CCFF;
	
}
.dailyFamous {
	width: 970px;
	height: 320px;
	background-color: #F4F4F4;
	
	
}
.daily h2 {
	text-align:center;
}
.daily p {
	font-size: 1.6em;
	color:#FFF;
	padding: 10px 20px;
}
.dailySign {
	color:#8F2247;
	font-weight:bold;
}


/* Splash */

#splash {
	
	border-bottom: 1px dashed #8F2247;
	letter-spacing: -3px;
	text-align: center;
	font-size: 38px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color:#ffffff;
	
}

#splash span {
	color: #313131;
}

/* horoscope- star sign page */

.dailyHor {
	width: 970px;
	height: 320px;
	background-color: #99CCFF;
	
}

.dailyHor h2 {
	text-align:center;
}

.dailyHor .m1{
	width: 290px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	text-align:center;
	
}
.dailyHor  p {
	font-size: 1.2em;
	color: #FFF;
	text-align:left;
	padding-left:20px;
}
.dailyHor .m1 ul li {
	text-align:left;
	color:#FFF;
	padding-left: 40px;
	font-size: 1.2em;
	list-style-position: inside;
	list-style-type: square;
	line-height: 2em;
}


/* Dating page */
#menuD {
	float: right;
	
	margin: 0 auto;
	padding: 0;
}
#menuD ul {
	
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#menuD li {
	float: left;
	
}
#menuD th, td {
	color: #FFFFFF;
}
#btn
{
  border: 1px solid #777777;
  background: #ffffff;
  color: #A03458;
  font-size:  16px;
  padding: 4px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#btn1
{
  border: 1px solid #777777;
  background: #A03458;
  color: #ffffff;
  font-size:  16px;
  padding: 4px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width:100%;
  
}
h4.btn1
{
  text-align:center;
  border: 1px solid #777777;
  background: #A03458;
  color: #ffffff;
  font-size:  18px;
  font-weight:bold;
  padding: 4px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width:80%;
  margin: 10px auto;
}

img.mainImg {
	float:left;
}
#sidebar a.dat {
	border: none;
	color: #8F2247;
	font-size: 1em;
	font-family: 'Open Sans Condensed', sans-serif;
	
	
}
#sidebar h2.joinH2 {
	letter-spacing: 0.0em;
	padding-bottom: 10px;
	text-align:center;
} 
#sidebar label {
	text-align:right;
	width: 70px;
	float:left;
	font-weight:bold;
}

#sidebar fieldset {
	padding-top: 20px;
	padding-bottom:20px;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
fieldset div {
	padding-bottom:15px;
}
 /*==== dating form=== */



/* Menu */

#menu {
	float: right;
	width: 280px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#menu li {
	float: left;
	
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px;
	text-decoration: none;
	text-align:right;
	/*font-family: 'Megrim', cursive; */
	
	font-size: 20px;
	
	color: #FFFFFF;
	border: none;
}


#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #CE92A6;
}

#menu .current_page_item a {
}

/* Page */

#page {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#ffffff;
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding: 0px 40px 0px 0px;
	background-image: url(images/img05.jpg);
	background-repeat: repeat-y;
	background-position: right 40px;
}

.post {
	
}

.post .title {
	padding: 0px 0px 30px 0px;
	letter-spacing: -3px;
}

.post .title a {
	border: none;
	text-transform: capitalize;
	color: #7D7764;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px;
	text-align: left;
	font-size: 16px;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
	border-bottom: 1px dashed #8F2247;
}
.post .entrySample {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
	border-bottom: 1px dashed #8F2247;
	width: 480px;
}
.sample{
	float:right;
	width:100px;
	border: 1px dashed #8F2247;
	padding:10px 0px 10px 20px;
	
}

.links {
	padding-top: 20px;
	margin-bottom: 30px;
}

.more {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	margin-right: 10px;
	background: url(images/img08.jpg) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
}

.comments {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	background: url(images/img08.jpg) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 320px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #787878;
	background-color:#ffffff;
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -3px;
	font-size: 2.2em;
}

#sidebar a {
	border: none;
	color: #8F2247;
	font-size: 1.4em;
/*	font-family: 'Mystery Quest', cursive; */
	
	
}
#sidebar .article {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.2em;
}


#sidebar a:hover {
	text-decoration: underline;
}

/*sidebar columns*/

#sidebar .col1 {
	width: 150px;
	float: left;
}

/* reports sidebar*/

#reportsSidebar {
	float: right;
	width: 320px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #787878;
}

#reportsSidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -3px;
	font-size: 2.2em;
}

#reportsSidebar a {
	border: none;
	color: #8F2247;
}

#reportsSidebar a:hover {
	text-decoration: underline;
}
.list-styleR {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-styleR li {
	padding: 0px 0px 4px 0px;
	border-top: 1px dashed #E7E2DC;
	text-indent: 20px;
	
}

.list-styleR .first {
	padding-top: 0px;
	border-top: none;
}


/* Three Column Footer Content */

#footer-content {
	background: url(images/img04.png) no-repeat center top;
	color: #E2B8C6;
}

#footer-bg {
	overflow: hidden;
	padding: 70px 0px;
}
#footer-bg img {
	-moz-border-radius:  	20px;
	-webkit-border-radius:  20px;
	border-radius: 			20px;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	text-shadow: 1px 2px 0px #861F40;
	text-transform: capitalize;
	font-size: 36px;
	color: #FFFFFF;
}

#column1 {
	float: left;
	width: 320px;
	margin-right: 20px;
}
#column1 a {
	color: #E2B8C6;
	text-decoration:underline;
}

#column2 {
	float: left;
	width: 320px;
}

#column3 {
	float: right;
	width: 320px;
}
#column3 a {
	color: #E2B8C6;
	text-decoration:underline;
}

/* Footer */

#footer {
	height: 100px;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
	background: url(images/img04.png) no-repeat center top;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	color: #C76485;
}

#footer a {
	color: #C76485;
}



.box1 {
	overflow: hidden;
	height: 300px;
	background: url(images/img04.jpg) no-repeat center bottom;
}

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 7px 0px 7px 0px;
	border-top: 1px dashed #E7E2DC;
}

.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}


.list-style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style2 li {
	padding: 7px 0px 7px 0px;
	background: url(images/img06.png) repeat-x left top;
}

.list-style2 a {
	color: #E2B8C6;
}

.list-style2 a:hover {
	color: #C76485;
}

.list-style2 .first {
	padding-top: 0px;
	background: none;
}


/*-- styles for store pages--*/

.reports img {
	-moz-border-radius: 10px;
	-webkit-border-radius:  10px;
	border-radius: 			10px;
	border: thin dashed #9E3256;
}

/* bits n pieces */
.recent{
	font-size: 1.8em;
}
.recenth2{
	color: #8F2247;
	font-size: 2em;
	text-align:center;
	
}
.ctr2{
	color: #8F2247;
	font-size: 1.2em;
	text-align:center;	
}

.post img {
	-moz-border-radius: 10px;
	-webkit-border-radius:  10px;
	border-radius: 			10px;
	
}

/* flip styles*/
.sponsorListHolder{
	/*margin-bottom:30px;*/
	margin:0 0.5em;
}

.sponsor{
	width:150px;
	height:150px;
	float:left;
	margin:4px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #99CCFD;	
	background:url("img/background.jpg") no-repeat center center #f9f9f9;
}

.sponsorFlip:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}
.sponsorData img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}

.sponsorDescription{
	font-size:18px;
	padding:10px;
	
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
}

.clear{
	/* This class clears the floats */
	clear:both;
}

/* end flip styles */
.guess {
	font-size: 1.2em;
}
#content .signstext {
	display:none;
	width: 600px;
}

.colA {
	float: left;
	width: 300px;
	
	
	
}
.colB {
	float: right;
	width: 300px;
	
	
}
.colB img {
	margin-bottom: 20px;
}

.colA img {
	margin-bottom: 20px;
}
/* home page center 2 divs */

#content .post .entry1 {
	float: left;
	width: 290px;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #8F2247;
}
#content .post .entry2 {
	float: right;
	width: 290px;
	padding-left:10px;
}
span.new {
	text-weight:bold;
	color:#17649A;
}
