/* 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: #f9f9f9;
}

form {
  margin: 0;
  padding: 0;
}

#header_vp {
  background: url(/images/header_bg_vp.png);
  height: auto !important;
  height: 45px;
  min-height: 45px;
  margin:0 310px 0 10px;
  padding-bottom: 3px;
  border-bottom: 2px solid #d0d0d0;
}

#header_vp #logo {
  float: left;
  margin-right: 15px;
}

#header_vp #ad {
  float: left;
  padding-top: 15px;
  width: 468px;
}

#header_vp #internal_ad {
  position:relative;
  float: left;
  width: 468px;
  margin-top: 2px;
  background: #ffffff;
  height: auto !important;
  height: 45px;
  min-height: 45px;
}

#header_vp #internal_ad img { float: left; margin-right: 5px;}

#header_vp #internal_ad a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}

#header_vp #internal_ad a:hover {
  color: #c00;
}


#header_vp #back_btn {
  float: left;
  padding: 5px 0 0 15px;
}


#video_profile {
  background:#faf9e5;
  border: 4px solid #f6f5c9;
  padding:5px;
}

#video_profile h1 {
  color:#cc3333;
  font-size:14px;
  font-weight:bold;
  margin:0;
}

#video_profile h2 {
  color: #437bb3;
  font-size: 12px;
  margin: 0 0 .5em;
  padding: 0;
}

#video_profile p {
  margin: .5em 0;
}

.share_video {
  border: 1px solid #ffcc66;
  padding: 5px;
}

.share_video p {
  margin: 10px 0;
}

#ad_468 {
  margin-left:80px;
}

#ad_250 {
  border:1px solid #333333;
  height:250px;
  margin-left:15px;
  width:250px;
}

.email_section {
  background:#FAF9E5 url(/images/email_bg.jpg) no-repeat top left;
  margin:0.5em 0 1.5em;
  padding:20px 20px 5px;
}

#email_this_body {
  background: #ffffff;
  padding: 15px;
}

#comments_btn {
  margin: .5em 0 1em;
}
/***************** Home Page / Archive / Widget **********************/
h2.mir {
  font-weight: normal;
  color:#CD2121;
  letter-spacing:-1px;
  margin: 10px 0;
  clear: both;
}

span.mir_subtitle {
  color: #44677f;
  font-size: 65%;
  font-weight: bold;
  letter-spacing: 0;
}

.videos_left {
  float: left;
  margin-right: 10px;
  width: 615px;
}

.videos_right {
  float: left;
  width: 310px;
}

.videos_general {
  float: left;
  background: #77a2cc;
  margin: 0 0 2em 0;
  padding: 0 5px 5px 0;
}

.archive_box {
  width: 915px;
}

.video {
  float: left;
  font-size: 11px;
  height: 10em;
  margin: 5px 0 0 5px;
  width: 300px;
  background: #f0f5f9;
}

.screencap {
  float: left;
  height: 41px;
  padding: 5px 5px 8px 5px;
}

.screencap img {
  height: 41px;
  width: 73px;
}

.video h3 {
  color: #cc3333;
  font-weight: bold;
  margin: 0;
  padding: 5px 5px 0 0;
}

.video h3 a {
  text-decoration: none;
}

.video h4 {
  margin: 0 0 12px 0;
  font-size:1em;
  color: #437bb3;
}

.video h4 a {
  color: #437bb3;
  text-decoration: none;
}

.video_summary {
  clear: both;
  line-height: 100%;
  margin: 0;
  padding: 0 5px 3px;
}

.video_summary a {
  text-decoration: none;
  color: #333333;
}

.video h4 a:hover, .video_summary a:hover {
  text-decoration: underline;
}

.video_links {
  text-align: center;
}

.video_links a {
  font-size: 11px;
  padding-right: 0;
  text-decoration: none;
}

.video_links a.comment {
  background: url('/images/video_nav_pipe.png') no-repeat left 1px scroll;
  padding-left: 8px;
}

#horoscopes {
  background: #77a2cc;
  height: 97px;
  margin-bottom: 2em;
  padding: 1px 0 1px 3px;
  width: 512px;
}

#horoscopes ul {
  margin: 0;
  padding: 0;
}

#horoscopes li {
  position: relative;
  display: block;
  float: left;
  width: 81px;
  height: 44px;
  margin: 2px;
  text-align: center;
}

#horoscopes li a span {
  white-space: nowrap;
}

#horoscopes li a {
  text-decoration: none;
  color: #000;
  display: block;
  height: 44px;
  line-height: 22px;
  background: url('/images/horoscopes/bg.png') repeat-x #f9f9f9;
}

#horoscopes li a:hover {
  background: url('/images/horoscopes/bg_hover.png') repeat-x #fbf0c5;
}
/********************************* Widget Stuff *************************/

#widget_videos {
  float: left;
  width: 615px;
  padding: 0 10px;
  margin: 0 15px 1em 0;
}

#widget_container {
  border: none;
  height: auto;
  padding: 0;
  width: 240px;
  float: left;
}

#widget {
  border: 1px solid #77a2cc;
  margin: 0 auto;
  width: 220px;
  background: #f9f9f9;
}

#widget p {
  margin: 0;
}

#widget img {
  border: 0;
}

#widget_free {
  float: right;
  font-weight: bold;
  color: #831414;
  line-height: 19px;
  padding-right: 5px;
}

#widget_message {
  font-size: 10px;
  text-align: center;
  line-height: 150%;
}

#widget_message a {
  font-size: 16px;
  color: #c00;
}

#widget_video_container {
  margin-top: 5px;
}

.widget_video {
  clear: both;
  background: #f0f5f9;
  border: 1px solid #333;
  font-size: 11px;
  margin: 5px auto;
  min-height: 48px;
  padding: 2px;
  width: 95%;
}

.widget_video a {
  color: #c00;
}

.widget_video .widget_video_title {
  font-weight: bold;
}

.widget_video_summary {
  clear: both;
}

#widget_video_box_template {
  display: none;
}

.edit_widget {
  margin: 0;
  font-size: 14px;
  color: #c00;
  text-align: right;
}

.edit_widget span {
  cursor: pointer;
}

#widget_options {
  display: none;
  position: absolute;
  z-index: 10;
  width: 180px;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #000;
  background: #fff;
}

#widget_options div {
  text-align: right;
  cursor: pointer;
}

#widget_options input {
  float: right;
}

#widget_options p {
  clear: both;
}

/******************  Comment stuff *************************/

.comment_box {
  background: #cce4f4 url(/images/comment_bg.png) repeat-x;
  border:1px solid #96c5e1;
  color:#000000;
  margin: 1em 0;
  min-height:8em;
  padding:12px 12px 12px 52px;
  position:relative;
  clear: both;
}

.comment_box .quote_img {
  margin-left:-40px;
  padding-right:10px;
  vertical-align:middle;
}

.recent_comment_box {
  width: 750px;
  margin: 1em auto;
}

.comment_header {
  font-size:14px;
  font-weight:bold;
}

.comment_header span {
  font-weight:normal;
  padding:0 15px;
}

.comment_edit {
  float: right;
}

#comment_box {
  border: 1px solid #ccc;
  height: 8em;
  width: 100%;
  display: block;
  margin: 1em auto;
}

.comment_video_header {
  background: url(/images/comment_header_bg.png) repeat-x;
  font-size:14px;
  font-style:italic;
  font-weight:bold;
  height:2em;
  line-height:2em;
  margin:0.5em 0;
  padding:10px;
  position:relative;
}

.comment_video_header a {
  color: #000;
  text-decoration: none;
}

.comment_video_links {
  text-align: right;
}

.comment_video_links img {
  padding:0 0 0 5px;
  vertical-align:middle;
}

#invite {
  position: absolute;
  background: #ffffff url(/images/invite_bg.jpg) no-repeat top left;
  top: 20px;
  margin: -5px;
  border: 1px solid #ccc;
  padding: 10px;
}

#invite h2 {
  text-align: center;
  font-size: 125%;
  font-weight: bold;
}

#invite_link {
  display: block;
  margin: 0 auto;
  width: 6em;
  border: 1px solid #ccc;
  text-align: center;
  padding: 2px 0;
}

.close_button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 80%;
  color: #666;
  cursor: pointer;
}


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;
}


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;
}
/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Containers
--------------------------------------------------------------------------------*/

.container
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container .grid_4
{
	width: 220px;
}

.container .grid_8
{
	width: 460px;
}

.container .grid_12
{
	width: 700px;
}

.container .grid_16
{
	width: 940px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/

.alpha
{
	margin-left: 0;
}

.omega
{
	margin-right: 0;
}

/* =Grid >> 16 Columns
--------------------------------------------------------------------------------*/

.container .grid_1
{
	width: 40px;
}

.container .grid_2
{
	width: 100px;
}

.container .grid_3
{
	width: 160px;
}

.container .grid_5
{
  width: 280px;
  position: relative;
  z-index: 10;
  margin-top: -46px;
}

.container .grid_6
{
	width: 340px;
}

.container .grid_7
{
	width: 400px;
}

.container .grid_9
{
	width: 520px;
}

.container .grid_10
{
	width: 580px;
}

.container .grid_11
{
	width: 640px;
    text-align: center;
}

.container .grid_13
{
	width: 760px;
}

.container .grid_14
{
	width: 820px;
}

.container .grid_15
{
	width: 880px;
}

/* =Prefix Extra Space >> Global
--------------------------------------------------------------------------------*/

.container .prefix_4
{
	padding-left: 240px;
}

.container .prefix_8
{
	padding-left: 480px;
}

.container .prefix_12
{
	padding-left: 720px;
}

/* =Prefix Extra Space >> 16 Columns
--------------------------------------------------------------------------------*/

.container .prefix_1
{
	padding-left: 60px;
}

.container .prefix_2
{
	padding-left: 120px;
}

.container .prefix_3
{
	padding-left: 180px;
}

.container .prefix_5
{
	padding-left: 300px;
}

.container .prefix_6
{
	padding-left: 360px;
}

.container .prefix_7
{
	padding-left: 420px;
}

.container .prefix_9
{
	padding-left: 540px;
}

.container .prefix_10
{
	padding-left: 600px;
}

.container .prefix_11
{
	padding-left: 660px;
}

.container .prefix_13
{
	padding-left: 780px;
}

.container .prefix_14
{
	padding-left: 840px;
}

.container .prefix_15
{
	padding-left: 900px;
}

/* =Suffix Extra Space >> Global
--------------------------------------------------------------------------------*/

.container .suffix_4
{
	padding-right: 240px;
}

.container .suffix_8
{
	padding-right: 480px;
}

.container .suffix_12
{
	padding-right: 720px;
}

/* =Suffix Extra Space >> 16 Columns
--------------------------------------------------------------------------------*/

.container .suffix_1
{
	padding-right: 60px;
}

.container .suffix_2
{
	padding-right: 120px;
}

.container .suffix_3
{
	padding-right: 180px;
}

.container .suffix_5
{
	padding-right: 300px;
}

.container .suffix_6
{
	padding-right: 360px;
}

.container .suffix_7
{
	padding-right: 420px;
}

.container .suffix_9
{
	padding-right: 540px;
}

.container .suffix_10
{
	padding-right: 600px;
}

.container .suffix_11
{
	padding-right: 660px;
}

.container .suffix_13
{
	padding-right: 780px;
}

.container .suffix_14
{
	padding-right: 840px;
}

.container .suffix_15
{
	padding-right: 900px;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

