h1 {
  font-size: 170%;
  margin: .83em 0;
}

h2 {
  font-size: 150%;
  margin: .83em 0;
}

h3 {
  font-size: 135%;
  margin: .83em 0;
  font-weight: bold;
}


hr {
  border: 0px;
  color: #ccc;
  background-color: #cdcdcd;
  height: 1px;
  width: 100%;
  text-align: left;
}

img {
  border: 0;
  vertical-align: middle;
}


tbody th {
  font-style: italic;
  text-align: right;
  color: #666;
  vertical-align: bottom;
}

td {
  padding: 0;
}

.clear {
  height: 1px;
  line-height: 1px;
  clear: both;
  margin: 0;
  padding: 0;
}


/***************** Button stuff *******************/
button {
  padding:0 .25em;
  width:auto;
  overflow:visible;
}

.buttonHolder {
  background:#FFFFFF none repeat scroll 0 0;
  margin-bottom:1em;
  padding:0.5em;
}

.buttonHolder {
  clear:both;
  overflow:hidden;
}

.buttons a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}

.buttons button[type] {
  line-height:17px;
  padding:5px 10px 5px 7px;
}

button.positive, .buttons a.positive {
  color:#529214;
}

button {
  background: #eee;
  border:1px solid #aaa;
  padding: 0;
  line-height: 100%;
}

button:hover, .buttons a:hover {
  background-color:#DFF4FF;
  border:1px solid #C2E1EF;
  color:#336699;
}

.buttons button {
  overflow:visible;
  padding:4px 10px 3px 7px;
  width:auto;
}

.buttons a, .buttons button {
  background-color:#F5F5F5;
  border-color:#DCDCDC #A5A5A5 #A5A5A5 #DCDCDC;
  border-style:solid;
  border-width:1px;
  color:#565656;
  cursor:pointer;
  display:block;
  float:right;
  font-size:100%;
  font-weight:bold;
  line-height:130%;
  margin:0 7px 1em 0;
  padding:5px 10px 6px 7px;
  text-decoration:none;
}

.error_label {
  color: #c00 !important;
}

.flash_message span, .flash_error span, .flash_warning {
  white-space: nowrap;
}

.clearer {
  clear: both;
  height: 0;
  line-height: 1%;
}

/************ Horoscope choices ******************/

#horoscope_landing {
  width: 50em;
  background: #ffffff;
  margin: 1em auto;
  padding: 2px 15px;
}

#horoscope_landing h2 {
  color:#cd2121;
  text-align: center;
}

#horoscope_landing h2 span {
  color:#44677f;
  font-size:85%;
}

#horoscope_picture { text-align: center; }
#horoscope_chooser {
  width: 40em;
  margin: 1em auto;
  padding: 1px;
}

#horoscpe_chooser form {
  margin: 0;
  padding: 0;
}

#horoscope_chooser div {
  float: left;
  margin: 0;
  padding: 0;
}

#horoscope_chooser button {
  cursor: pointer;
  background: url('/images/horoscopes/bg.png') repeat-x #f9f9f9;
  display: block;
  height: 52px;
  width: 10em;
  overflow: visible;
  border: 1px solid #ccc;
  margin: 0;
  padding: 1px;
  font-size: 100%; /* Internet Exploder necessity */
}

#horoscope_chooser button:hover {
  background: url('/images/horoscopes/bg_hover.png') repeat-x #fbf0c5;
}

/**************************  Flash Messages ****************************/
.flash_message {
  border: 2px solid #78c955;
  background: #f3fde9 url(/images/icons/16/accept_green.png) 5px 50% no-repeat;
  padding: 16px 16px 16px 32px;
}

.flash_error {
  background: #f4e6e9 url(/images/icons/16/error.png) no-repeat 5px 50%;
  border: 2px solid #cc0000;
  padding: 16px 16px 16px 32px;
}

.flash_warning {
  background: #faffda url(/images/icons/16/warning.png) no-repeat 5px 50%;
  border: 2px solid #d0ce4c;
  padding: 16px 16px 16px 32px;
}

textarea.copyable {
  width: 100%;
  height: 4em;
}
/* I include a layout CSS file just in case you are going to use an on-site
  WYISWYG editor that needs the formatting stuff, but not the layout.  Don't
  worry - bundling will take care of the latency issues, and you can still
  access the individual files if you just need those. */


/************** General ******************/
body,html {
  padding: 0;
  margin: 0;
  height: 100%;
}

html {
  margin-bottom: 1px;
}

body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #f9f9f9;
  line-height: 1.5em;
}

h3, h4 {
  font-weight: normal;
}

h3 {
  font-size: 1.2em;
  line-height: 100%;
  margin-bottom: 1em;
}

h4 {
  font-size: 1em;
  height: 1.25em;
  line-height: 1.25em;
  margin-bottom: 1.25em;
}

a {
  color: #cc3333;
}

a:hover {
  color: #ff6633;
  text-decoration: underline;
}

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

/************** Header ******************/

#header {
  background: url('/images/header_bg.jpg');
  color: #fff;
  position: relative;
}

#header h1 {
  font-size: 180%;
  margin-top: 1.25em;
}

#header p {
  font-size: 110%;
}

#header .container {
  padding-top: 1px;
}


#header #logo {
  float:left;
  margin-right:15px;
  padding-top:5px;
}

#header #signup_btn {
  float:right;
  padding:15px 20px 0 0;
  text-align: right;
  min-height: 100px;
}

#header_links {
  height: 2.5em;
  background: url('/images/header_link_bg.jpg') repeat-x #b40000;
  font-size: 115%;
  clear: both;
  position: relative;
  margin-top: 4px;
}

#header_links_table {
  margin: 0 auto;
  border-collapse: collapse;
  height: 100%;
  padding: 0;
}

#header_links td {
  border: 1px solid #9b1717;
  border-width: 0 1px;
  height: 100%;
}

#header_links a {
  display: block;
  padding: 0 30px;
  height: 100%;
  line-height: 2.25em;
  text-decoration: none;
  color: #fff;
}

#header_links a:hover {
  background: url('/images/header_link_bg_hover.jpg') repeat-x;
}

/**************************** Footer ***********************************/
#footer {
  background: #5388ba url(/images/footer_bg.png) repeat-x;
  height: 31px;
  margin-top: 1em;
  text-align: center;
  clear: both;
}

#footer ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 7px 0 0;
}

#footer li {
  display: inline;
  padding: 0 10px;
  border-left: 1px solid #fff;
}

#footer li.first {
  border: 0;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

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


div.pagination {
  margin: 1em 0;
  clear: both;
}


/************************** login / email layout stuff **********************/

.curved_box {
  background:#faf9e5 url(/images/curved_bg.jpg) no-repeat scroll left top;
  margin:0.5em 0 1.5em;
  padding:20px 20px 5px;
}

.login_box {
  background: no-repeat top left;
  float: left;
  width: 45%;
  margin: 2px 2px 2em 2px;
  padding: 15px;
}

.login_box button {
  background: none;
  border: none;
}

.description_header {
  color:#333399;
  font-size:140%;
  font-style:italic;
  margin: 0 0 .5em 0;
}

/**************************  Flash Messages ****************************/
.flasher {
  border: 2px solid;
  background: 5px 50% no-repeat;
  padding: 16px 16px 16px 32px;
  margin: 1em 0;
}

.flash_message {
  border-color: #78c955;
  background-color: #f3fde9;
  background-image: url(/images/icons/16/accept_green.png);
}

.flash_error {
  background-color: #f4e6e9;
  background-image: url(/images/icons/16/error.png);
  border-color: #cc0000;
}

.flash_warning {
  background-color: #faffda;
  background-image: url(/images/icons/16/warning.png);
  border-color: #d0ce4c;
}
body {
  background: url(/images/landing_bg.jpg) #d8f3ff top right no-repeat;
}

em {
  font-weight: bold;
  font-style: italic;
  color: #003;
}
/******************   Signup Stuff *************************/

#signup_form label {
  float: left;
  clear: left;
  width: 8em;
  text-align: right;
  padding-right: 10px;
  font-style: italic;
  color: #666;
  font-weight: bold;
}

#signup_form input, #signup_form textarea {
  width: 19.5em;
  font-size: inherit;
  border: 1px solid #aaa;
  padding: 2px 0;
}

#signup_form button {
  display: block;
  margin: 0 auto;
}

#signup_form p span {
  display: block;
  width: 31em;
  font-size: 90%;
  font-style: italic;
  text-align: right;
}

#signup_form h2 {
  font-size: 120%;
  font-weight: bold;
  font-style: italic;
  color: #222;
  border-bottom: 1px solid #c00;
}

#signup_form input#subscription {
  width: auto;
  border: 0;
  padding: 0;
}

#signup_left {
  float: left; width: 250px; padding: 10px;
}

#signup_left h1 {
  font-style: italic;
}

#signup_left p {
  text-indent: 15px;
  text-align: justify;
}

#signup_left p.no_info {
  text-indent: 0;
  text-align: center;
}

#signup_right {
  float: left;
  padding: 2em;
  margin: 3em;
  background: #f6fafc;
  width: 32em;
}


table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

