
BODY {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .80em;
	color: black;
	background-color: rgb(169,15,19);
	text-align: center;
}

pre {
	font-family: inherit;
	font-size: inherit;
	color: inherit;

	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

/* Heading and top nav specific items */
#header {
	background: url('../images/rocknroll_top.jpg');
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 980px; 
	height: 320px; 
	text-align: left;
}

td {
	vertical-align: top;
}

/* ------------------- top nav items --------------------- */
#aHeaderToClickOn {
	display: block;
	margin-top: -80px;
	margin-left: 23px;
	width: 943px; /* 980px wide minus 47 px */
	height: 262px;
}

#header #topnav {
	width: 943px; /* 980px wide minus 47 px */
	height: 23px;
	padding-left: 40px;
	/* padding-top: 272px; */
	vertical-align: top;
	margin-top: 1px;
}
#header #subnav {
	width: 943px; /* 980px wide minus 47 px */
	height: 24px;
	padding-left: 35px;
	/* padding-top: 272px; */
	vertical-align: middle;
	margin-top: 1px;
}


#nav_join {
	border: none;
}

#nav_browse {
	border: none;
	margin-left: 15px;
}

#nav_favorites {
	border: none;
	margin-left: 20px;
}

#nav_messages {
	border: none;
	margin-left: 17px;
}

#nav_invite {
	border: none;
	margin-left: 20px;
}

#nav_shows {
	border: none;
	margin-left: 20px;
}

#nav_account {
	border: none;
	position: relative;
	margin-left: 20px;
}

#nav_logout {
	border: none;
	position: relative;
	margin-left: 20px;
}



#footer {
	background: url('../images/rocknroll_bottom.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 980px; 
	height: 230px; 
	margin-top: 0px;
	text-align: left;
}

/* ------------------- footer nav items --------------------- */
#bottomnav {
	width: 860px; /* 980px wide minus 58 px on left and 62 px on right */
	height: 23px;
	/* padding-left: 176px; */
	/* padding-left: 37px; */
	padding-top: 128px;
	margin-left: 190px;
	vertical-align: top;
}

#nav_about {
	border: none;
	margin-right: 2px;
}
#nav_advertise {
        border: none;
       margin-left: 20px;
}
#nav_contact {
        border: none;
       margin-left: 20px;
}
#nav_terms {
        border: none;
       margin-left: 20px;
}
#nav_privacy {
        border: none;
       margin-left: 21px;
}
#nav_safety {
        border: none;
       margin-left: 21px;
}
#nav_faq {
        border: none;
       margin-left: 21px;
}

/* ------------------- Content Stuffage ------------------------ */

#content_center {
	width: 468px;
	margin-left: 225px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

#content {
	background: url('../images/rocknroll_content_bg.jpg');
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 910px; /* Note: site is 980px, with padding of 35px each side */

	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 50px;
}



.box {
	border: 2px SOLID black;
	padding: 1px;
	margin-bottom: 5px;
}

.no_bg_box {
	border: 1px SOLID black;

	padding: 1px;
	padding-bottom: 6px;
	margin-bottom: 5px;
}

.orange_box {
	border: 2px SOLID black;
	background-color: rgb(255,197,11);
	padding: 1px;
	margin-bottom: 5px;
}

.im_an_image_dangit {
	border: none;
}

.pink_box {
	border: 1px SOLID black;
	display: block;
	font-weight: bold;
	background-color: #f7def8;
	padding: 3px;
	margin-bottom: 5px;

}

.pink_box A {
	color: rgb(169,15,19);
}

.pink_box A:hover {
	color: rgb(169,15,19);
}


.grey_box {
	border: 1px SOLID black;
	display: block;
	font-weight: bold;
	background-color: #afafaf;
	padding: 3px;
	margin-bottom: 5px;

}

.grey_box A {
	color: rgb(169,15,19);
}

.grey_box A:hover {
	color: rgb(169,15,19);
}

.white_box {
	border: 1px SOLID black;
	background-color: white;
	padding: 3px;
	margin-bottom: 5px;
}

.white_box INPUT {
	background-color: #e0e0e0;
}

.white_box TEXTAREA {
	background-color: #e0e0e0;
}

.white_box SELECT {
	background-color: #e0e0e0;
}

.yellow_title {
	background-color: rgb(255,197,11);
	padding: 2px;
}

.box_title {
	font-weight: bold;
	font-size: 1.25em;
	background-repeat: no-repeat;
	background-position: center right;
	padding: 2px;
	padding-left: 8px;
	margin-bottom: 5px;
}

.red_title {
	background-color: rgb(168,15,19);
	border: 2px SOLID rgb(152,27,30);
	color: rgb(255, 229, 160);
	background-image: url('../images/widgets/star_black_on_red.jpg');
}

.black_title {
	color: rgb(255,229,160);
	background-color: black;
	border: 2px SOLID rgb(45,41,42);
	background-image: url('../images/widgets/star_red_on_black.jpg');
	
}

.orange_title {
	color: black;
	background-color: rgb(255,197,11);
	border: 1px solid rgb(245,187,9);
}

.fieldError {
	border: 1px SOLID red;
}

.submitError {
	background-color: rgb(168,15,19);
	color: white;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
}

.submitError a {
	color: rgb(255,197,11);
	font-weight: inherit;
}

.submitError a:hover {
	text-decoration: underline;
}

.submitOK {
	background-color: black;
	color: white;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

INPUT {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	padding-left: 5px;
	border: 1px SOLID black;
}

INPUT[type="file"] {
	border: none;
}

TEXTAREA {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	padding-left: 5px;
	border: 1px SOLID black;
}

SELECT {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	border: 1px SOLID black;
}


.radiocheck {
	border: none;
}

.select_gender {
	width: 115px;
}

A IMG {
	border: none;
}

A.red_link {
	color: rgb(169,15,19);
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
}

A.red_link:hover {
	text-decoration: underline;
}

.sub {
	font-size: .75em;
}

.tiny {
	font-size: .65em;
}

.a_profile {
	color: black;
	text-decoration: none;
}

/* ------------------- Tag cloud styles --------------------------*/
.tag_cloud {
	color: rgb(169,15,19);
	font-weight: bold;
	padding: 0px;
	margin: 6px;
}

.tag_cloud a {
	color: rgb(169,15,19);
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

.tag_cloud a:hover {
	color: rgb(169,130,7);
	text-decoration: underline;
}

.tag_cloud li {
	display: inline;
	padding: 0;
	margin: 0;
}

.tag_cloud li:before { content: " - ";} 
.tag_cloud li:first-child:before { content: "";} 

/* ------------------- Index/Homepage Stuffage ------------------------ */

#notice_text {
	margin-left: 10px; 
	margin-right: 10px;
}

#index_center {
	width: 468px;
	min-height: 940px;
	margin-left: 172px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

#index_center P {
	margin-left: 1em;
	margin-right: 1em;
}

#index_right {
	width: 250px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
}

#index_left {
	width: 170px;
	padding-left: 0px;
	padding-right: 8px;
	vertical-align: top;
}

.quicksearch_cell {
	vertical-align: top;
	border-right: 2px dotted #6a6a6a; 
	padding-right: 5px; 
	padding-left: 5px;
}

.dotted_top {
	border: none;
	border-top: 2px dotted #6a6a6a; 	
}

.dotted_bottom {
	border: none;
	border-bottom: 2px dotted #6a6a6a; 	
}

.text_hr {
	text-align: center; 
	margin-top: 0.5em; 
	margin-bottom: 0.5em;
}

.last_column {
	border-right: none;
}

#quote_text {
	font-size: 1.15em;
	color: rgb(169,15,19);
	font-weight: bold;
	margin: 6px;
}

#quote_author {
	text-align: right;
	color: black;
	font-size: 0.9em;
}

#easy_action {
	list-style-position: inside;
	list-style-image: url('../images/widgets/star_black_on_yellow.jpg');
	vertical-align: middle;
	margin: 2px;
	padding: 0px; 
}

#easy_action a {
	color: black;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

#easy_action a:hover {
	color: rgb(169,15,19);
	text-decoration: underline;
}

#easy_action li {
	vertical-align: text-bottom;
	margin: 0px; 
	padding: 0px; 
}

.bookmark {
	color: black;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.bookmark li {
	color: black;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}

.bookmark li img {
	margin-right: 5px;	
	vertical-align: middle;
}

.bookmark a {
	color: black;
	text-decoration: none;
}

.bookmark a:hover {
	text-decoration: underline;
}


.featured_profiles {
	vertical-align: top;
}

.featured_profiles tr {
	vertical-align: top;
}

.featured_profile_cell {
	padding-left: 5px;
	padding-top: 5px;
}


.featured_title {
	background-image: url('../images/widgets/feat_profile_title_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: middle;
	padding-left: 25px;
	height: 35px;

	font-size: 1.15em;
	font-weight: bold;
	color: white;
	text-align: left;
}

.featured_title a {
	display: block;
	color: inherit;
	width: inherit;
	height: 22px;
	padding-top: 8px;
}

.featured_title .star {
	float: left;
	margin-right: 4px;
	margin-top: 1px;
}

.featured_description {
	background-image: url('../images/widgets/feat_profile_bg.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	
	vertical-align: top;
	width: 115px;
	height: 90px;
	min-height: 90px;
}

.featured_description div {
	margin-left: 5px;
	width: 95px;
}

.featured_description_bottom {
	background-image: url('../images/widgets/feat_profile_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 9px;
}

.featured_description .headline {
	color: rgb(111,112,115);
}

.featured_photo {
	width: 97px;
	text-align: center;
}

.featured_photo IMG {
	border: 1px solid black;
}

.profile_venue {
	font-size: 0.9em;
}

.profile_photo {
	text-align: center;
	width: 300px;
	padding: 1px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
}

.profile_photo IMG {
}

.interest_list {
	margin: 10px;
}

.interest_list a {
	color: black;
}


/* ------------------- View Profile Stuffage ------------------------ */
#view_profile_table {
	vertical-align: top;
}


#view_profile_left {
	width: 475px;
	vertical-align: top;
	padding-right: 5px;
	text-align: left;
}

#view_profile_right {
	width: 425px;
	vertical-align: top;
	text-align: left;
}

.interests_table {
	width: 100%;
}

.interests_table TD {
	border: 1px solid black;
}

.interest_topic {
	text-align: right;
	color: rgb(169,15,19);
	font-weight: bold;
	padding: 2px;
	padding-right: 5px;
	padding-left: 15px;
}

.interest_response {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;

}

.profile_tab HR {
	width: 150px;
	color: black;
	border: 1px inset rgb(139,136,131);
	text-align: center;
}

.profile_tab {
	width: 157px;
	padding: 5px;
	background-image: url('../images/widgets/profile_tab_bg.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	margin-right: 3px;
}

.profile_tab_bottom {
	width: 157px;
	padding: 5px;
	background-image: url('../images/widgets/profile_tab_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	
	vertical-align: top;
}

.photos_table {
	border: none;
	margin-bottom: 7px;
}

.photos_table TD {
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}

.photos_table IMG {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

#gettin_busy_box IMG {
	padding-left: 6px;
	vertical-align: middle;
}

#live_music_box {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url('../images/widgets/live_music_bg.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}

#live_music_box_left {
	background-image: url('../images/widgets/live_music_left_hole.jpg');
	background-repeat: no-repeat;
	background-position: center left;
}

#live_music_box_right {
	background-image: url('../images/widgets/live_music_right_hole.jpg');
	background-repeat: no-repeat;
	background-position: center right;
}

.live_music_table {
	width: 385px;
}

.live_music_table td {
	vertical-align: top;
	padding: 4px;	
}

#live_music_contents {
	margin-left: 15px;
}

.live_music_date {
	text-align: right;
	color: rgb(169,15,19);
	font-weight: bold;
	padding-left: 0px;	

	border-right: 2px dotted black;
}

.live_music_venue {
	color: black;
}



.live_music_act {
	padding-left: 5px;
	width: 250px;
	vertical-align: middle;
}
/* ------------------- Edit Profile Stuffage ------------------------ */
#tabs {
	width: 500px;
	height: 23px;
	background-color: rgb(255, 229, 160);
	padding: 0px;
	margin: 0px;
	padding-left: 25px;
	display: inline;
}
#tabs IMG {
	margin-right: 2px;
	vertical-align: bottom;
}

#profile_dialog {
	width: 540px;
	min-height: 555px;
	background-color: rgb(255,197,11);
	color: black;
	border-top: 10px SOLID rgb(169,15,19);
	border-left: 2px SOLID rgb(169,15,19);
	border-right: 2px SOLID rgb(169,15,19);
	border-bottom: 2px SOLID rgb(169,15,19);
	margin-left: 172px;
	padding: 5px;
}

#profile_dialog TABLE {
	margin-left: auto;
	margin-right: auto;
}

#profile_dialog TD {
	vertical-align: top;
	padding: 4px;
}

#profile_dialog .label {
	width: 180px;
	text-align: right;
}


#profile_dialog .inset {
	background-color: rgb(255,229,160);
	width: 450px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#profile_dialog .inset TABLE {
	width: 440px;
}
#profile_dialog .inset .label{
	width: 300px;
	text-align: right;
}

#profile_dialog .inset .input{
	width: 140px;
	text-align: left;
}

#profile_dialog .photo INPUT {
	margin-bottom: 5px;
}

#profile_dialog .photo {
	background-color: rgb(255,229,160);
	width: 450px;
	/* height: 115px; */
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#profile_dialog .photo .preview {
	border: 1px solid black;
	float: right;
	margin: 5px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#profile_dialog .caption {
	margin-left: 20px;
}

#gettin_busy_box { 
	padding-bottom: 5px;
}

.status {
	text-align: center;	
}

.statusHidden {
	display: none;
}

.statusOK {
	display: block;
	background-color: black;
	color: white; 
	text-align: center;
	padding: 5px;
}

.statusOK a {
	color: rgb(255,197,11);
}

.statusError {
	display: block;
	background-color: rgb(169,15,19);
	color: white; 
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.statusError a {
	color: rgb(255,197,11);
}



.statusProcessing {
	display: block;
	background-color: black;
	color: rgb(255,229,160);
	text-align: center;
	margin-top: 10px;
	padding: 5px;
}

.statusQuestion {
	display: block;
	font-weight: bold;
	background-color: #afafaf;
	color: rgb(169,15,19);
	text-align: center;
	margin-top: 10px;
	padding: 5px;
}

.statusQuestion a {
	color: black;
}

#joinup_confirmation .joinupPrompt {
	background: url('../images/rocknroll_content_bg.jpg');
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 910px; /* Note: site is 980px, with padding of 35px each side */

	text-align: left;
	vertical-align: top;
	padding-left: 35px;
	padding-right: 35px;
	
	padding-bottom: 15px;
}

#joinup_faq_conf .joinupPrompt {
	text-align: left;
	vertical-align: top;
	padding-left: 35px;
	padding-right: 35px;
	
	padding-bottom: 15px;
}

.joinupQuestion {
	display: block;
	font-weight: bold;
	background-color: #afafaf;
	color: rgb(169,15,19);
	text-align: center;
	padding: 5px;
	font-size: 1.2em;
}

/* ------------------- Form Validation ---------------------------- */
*[required]:after {
	content:'*';
	color:red;
}

div.errorMsg {
	color: #a90f13;
	font-weight: bold;
}

/* ------------------- Messaging ------------------------- */
.message_content {
	width: 540px;
	min-height: 600px;
	margin-left: 172px;
}

.message_status {
	color: rgb(255,197,11); 
}

.message_thread {
	font-size: 0.85em;
}



.message_thread_admin {
	font-size: 0.85em;
	background-color: rgb(255,197,11); 
}

.message_thread_admin .message_status {
	color: black;
	font-weight: bold; 
}

.message_thread td {
	vertical-align: top;
}

.message_title {
	background-image: url('../images/widgets/profile_tab_long_top.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: middle;
	margin-left: 7px;
	padding-left: 25px;
	padding-top: 8px;
	height: 24px;

	font-size: 1.15em;
	font-weight: bold;
	color: white;
	text-align: left;
}

.message_title a{
	display: block;
	color: inherit;
	width: 499px;
	height: inherit;
}

.message_index {
	background-image: url('../images/widgets/profile_tab_long_bg.jpg');
	background-repeat: repeat-y;
	background-position: top left;

	min-height: 102px;
	margin-left: 7px;
}

.message_end_index {
	background-image: url('../images/widgets/profile_tab_long_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top left;

	height: 6px;
	margin-left: 7px;
	margin-bottom: 7px;
}

.message_index .profile_image {
	float: left; 
	width: 95px;
	margin-left: 2px;
	margin-right: 10px;
	text-align: center;
}

.message_index .profile_image img {
	border: 1px solid black;
}

.message_index .message_index_contents {
	margin-top: 3px;
	margin-left: 15px;
	margin-right: 8px;
	width: 400px;
	vertical-align: top;
}

.message_index .message_index_contents img {
	border: none;
	margin-left: 10px;
}

.message_index .message_index_contents a {
/*	color: rgb(35, 31, 32); */
	color: inherit;
}

.message_index .message_index_contents .profile {
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 8px;
	border-right: 2px dotted black;
	width: 175px;
}

.message_index .message_index_contents .message_info {
	vertical-align: top;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 215px;
}


.message_status {
	margin-right: 22px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #bfbfbf;
}

.new_message {
	color: rgb(169,15,19);
	font-weight: bold;
}

.nonew_message {
	color: black;
}

.message_fromto {
	color: rgb(255, 229, 160);
	width: 275px;
	margin-left: auto;
	margin-right: auto;
}

.message_fromto TABLE {
	margin-left: 15px;
	width: 250px;
	text-align: center;
	padding-bottom: 7px;
}

.message_photo {
	text-align: center;
	vertical-align: bottom;
	width: 100px;
}

.message_photo img {
	border: 1px solid black;
}

.message_your_photo {
}

.message_name {
	font-size: 1em;
	color: white;
	font-weight: bold;
	margin-bottom: 0px;
	background-image: none;
}

.message_actions {
	float: right;
}

.message_actions a {
	background-color: rgb(255, 229, 160);
	text-decoration: none;
	font-weight: bold;
	border: 1px outset black;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 10px;
}

.message_actions a:hover {
	text-decoration: underline;
}



.message_your_name {
}

.message_sent_date {
	color: #9f9f9f;
	font-weight: bold;
}

.message_text {
	margin-left: 10px;	
	margin-right: 10px;	
}

.message_button_group {
	float: right;
}

.message_button {
	color: rgb(255,197,11);
	background-color: rgb(169,15,19);
	font-weight: bold;
	font-size: 0.85em;
	border: 2px outset rgb(169,15,19);
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 4px;
}

.message_text INPUT {
	margin-bottom: 7px;
}

.message_text TEXTAREA {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 1em;
}

.message_subject {
	padding: 5px;
	background-color: white;
	color: black;
	font-size: 1.05em;
	border: 1px solid black;
	margin-bottom: 5px;
}

/* ------------------- Advanced Search Stuffage ------------------------ */

#search_terms {
	width: 160px;
	float: left;
	border: 1px solid black;
}

#search_terms ul {
	margin-top: 0px;
	padding-left: 1.5em;
}

.advanced_search TD {
	vertical-align: top;
	padding: 6px;
	border-bottom: 2px SOLID black;
}

.last_row {
	border-bottom: none;
}

.search_topic {
	color: rgb(169,15,19);
	font-weight: bold;
}

.advanced_search_subtable TD {
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: none;
	padding-bottom: none;
	border-bottom: none;
}

/* ------------------- Events Stuff ------------------------- */
#events_content {
	width: 700px;
	margin-left: 15px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.events_table td {
	border-bottom: 1px dotted #afafaf;
}

.events_table th {
	background-color: #6f6f6f;
	color: white;
	margin-bottom: 5px;
}

#events_content .event_date {
	font-size: 1.2em;
	background-color: white;
	color: black;
	border: none;
}

#events_content .event_actions {
	background-color: rgb(255,197,11);
	border: 2px outset rgb(200,154,9);
	
	/* border-bottom: 3px double black; */
	padding: 1px;
	font-size: 0.95em;
	vertical-align: middle;
	padding-left: 5px;
	width: 105px;
	
}

.events_whosin {
	background-color: rgb(255,229,160);	
	margin: 10px;
	margin-left: 1em;
	padding-left: 5px;
	width: 225px;
}

.events_whosin td {
	border-bottom: none;
}

/* ------------------- Calendar Stuffage ------------------------ */
.calendar {
	width: 150px;
	background-color: white;
}

.calendar td {
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	
	border-right: 1px dotted #9f9f9f;
	border-bottom: 1px dotted #9f9f9f;	
}

.calendar th {
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px; 
}

.calendar-prev,.calendar-next {
	font-size: 0.8em;	
	color: rgb(255,197,11);	
	vertical-align: baseline;
}

.calendar-prev {
	float: left;
}

.calendar-next {
	float: right;
}

.calendar-current {
	color: white;	
	background-color: black;	
	font-weight: bold
}

.calendar-empty {
	background-color: rgb(255,197,11);	
	border-right: none;
}

.calendar-month {
	font-size: 1.1em;
	background-color: black;
	color: white;
	padding: 2px;
}

#map_canvas {
	text-align: left; 
	margin-bottom: 10px;
}

/* ------------------- Misc Stuffage ------------------------ */
/* Evidently the stacking order in the CSS matters more than the list order in 
 * the HTML, so add these to the end. */

.hrefButton {
	color: black;
	background-color: #eeeeee;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: normal;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	border: 1px SOLID black;
}

.faq {
	
}

.faq a {
	color: rgb(169,15,19);
}

.faq a:hover {
	color: rgb(255,197,11);
}


.text_content {
	width: 640px;
	margin-left: 142px;
}

.text_content p {
	margin-top: 0px;
	margin-left: 13px;
	margin-right: 13px;
}

.text_content li {
	margin-bottom: 0.85em;
}

h3 {
	border-bottom: 1px solid black;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.tip {
	padding: 5px;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px dotted black;
	background-color: #cfcfcf;
	
}
	
.tiplabel {
	color: rgb(169,15,19);
	font-weight: bold;
}

.rules {
	padding-left: 5px;
	font-weight: bold;
	font-size: 1.15em; 
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px dotted #777777;
	border-bottom: 1px dotted #777777;
}

#login_box table td {
	padding-left: 20px;
	padding-bottom: 5px;
}

.rrd_tan {
	color: rgb(255, 229, 160);
}
.rrd_tan_bg {
	background-color: rgb(255, 229, 160);
}

.rrd_red {
	color: rgb(169,15,19);
}

.rrd_red_bg {
	background-color: rgb(169,15,19);
}
.rrd_green {
	color: rgb(74,164,130);
}

.rrd_yellow {
	color: rgb(255,197,11);
}

.rrd_yellow_bg {
	background-color: rgb(255,197,11);
}

.rrd_black {
	color: black;
}

/* Pagination */
.paginContext {
	border: 2px OUTSET black;
}

/* Ad stuff */
#ad_left {
	float: left;
}

#ad_right {
	float: right;
	margin-right: 10px;
}

#ad_header {
	position: relative;
	top: 60px;
	left: 222px;
}

.ad_160x600 {
	width: 160px;
	height: 600px;
	text-align: center;
	vertical-align: top;
}

.ad_160x100 {
	width: 160px;
	height: 100px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
}

.ad_250x250 {
	width: 250px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
}

.ad_300x250 {
	width: 300px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.ad_468x60 {
	width: 468px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

.ad_728x90 {
	width: 728px;
	height: 90px;
}

.ad_rate {
	font-size: 1em;
	padding: 3px;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 3em;
	margin-right: 3em;
	margin-bottom: 5px;
	background-color: #eeeeee;
	border: 1px solid black;
}

#recaptcha_widget_div {
	margin-left: 25px;
}

/* ------------------- Interviews Stuffage ------------------------ */
#interviews_archive {
	float: right;
	width: 160px;
	padding: 5px;
	vertical-align: middle;
}


.interview_archive_item {
	background-color: rgb(255,197,11);
	border: 1px solid rgb(255,197,11);
}

.interview_archive_item:hover {
	background-color: rgb(255, 229, 160);
	border: 1px solid black;	
}

#interviews_archive a:hover {
	text-decoration: none;
}


/*
#interviews_archive a {
	border: 1px solid rgb(255,197,11);
	width: 155px;
	height: 48px;
}

#interviews_archive a:hover {
	border: 1px solid rgb(169,15,19);
	text-decoration: none;
}
*/

#interviews_archive a img {
	margin-right: 10px;
	vertical-align: middle;
}

#interviews_content {
	width: 722px;
}

.interview_title {
	border: 1px solid black;
	padding: 3px;
	width: 315px;
}

.interview_title h1,
.interview_title h2,
.interview_title h3 {
	line-height: normal;
	padding: 0px;
	margin: 0px;
	text-align: right;
	margin-bottom: 3px;
}

.interview_title h1 {
	font-size: 2.5em;
}

.interview_title h3 {
	text-decoration: none;
	background-color: rgb(169,15,19);
	color: rgb(255,197,11);	
	display: inline;
	float: right;
	font-size: 0.75em;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	
}


.interview_subject_photo {
	float: right;
	margin-left: 5px;
	width: 385px;
}

.interview_author .urls,
.interview_title .urls {
	background: #C7C6C6;
	text-align: right;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#interview_cupid {
	float: left;
}

.interview_quotebox {
	margin: 10px;	

	width: 296px;
	height: 81px;

	background-image: url('/images/interviews/quotebox.jpg');
	background-repeat: no-repeat;
}

.interview_quotebox .quoteCell {
	display: table-cell;
	vertical-align: middle;
	width: 296px;
	height: 81px;
}

.interview_quotebox .quoteText {
	color:white;
	font-size:1.05em;
	margin-left:40px;
	margin-right:40px;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
	width:215px;
}

.interview_author {
	border: 1px solid black;
/*	height: 72px;	*/
	margin-top: 2em;	
	overflow: auto;
}

.interview_author img {
	float: left;	
	margin: 5px;
	margin-right: 8px;
}

.interview_author p {
	margin: 5px;
	min-height: 95px;

}

.interview_author .urls {
	margin: 5px;
}

.interview_questionAnswer {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 3px;
}

img.interview_rrd {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
}

.interview_question_body {
	margin-top: 1em;
	min-height: 28px;
}

.interview_question_body p {
	display: inline;
	font-weight: bold;	
	vertical-align: middle;
}

.interview_question_body img {
	float: left;
}

/*
div.interview_question_body:before {
	content: url("/images/interviews/cupid_logo_sm.jpg");
	margin-right: 10px;
	vertical-align: text-top;	
}
*/

.interview_answer_body {
	display: inline;
	margin-top: 1em;
}

p#intro {
	display: block;
	min-height:66px;	
}
