/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */
/*Elements CSS Framework by Ben Henschel*/
/*Mass Reset*/
/*Thanks to Eric for this reset http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ */
/* line 5, app/assets/stylesheets/reset.scss */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  /*line-height: 1;*/
}

/* line 18, app/assets/stylesheets/reset.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/*
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
*/
/* line 1, app/assets/stylesheets/master_admin.scss */
body {
  font-size: 62.5%;
  line-height: 1.6em;
  font-family: Arial, Helvetica, sans-serif;
  background: #202020 url(/../images/backgrounds/bg.png) fixed 0 40px;
  color: #202020;
  padding-bottom: 20px;
}

/* line 10, app/assets/stylesheets/master_admin.scss */
#container {
  margin: 0 auto;
  width: 970px;
  background-color: white;
  background-color: #F8F8F8;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

/* line 21, app/assets/stylesheets/master_admin.scss */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 16px;
}

/* line 24, app/assets/stylesheets/master_admin.scss */
h2 {
  font-size: 20px;
  clear: both;
}

/* line 29, app/assets/stylesheets/master_admin.scss */
#header {
  border-top: 1px solid #D0D0D0;
  background: url(/../images/backgrounds/gradient2.png) repeat-x 0 10px;
  background-color: white;
}

/* line 35, app/assets/stylesheets/master_admin.scss */
#header a#Logo {
  display: block;
  width: 242px;
  height: 60px;
  margin: 10px;
  text-indent: -2000px;
  float: left;
}

/* line 43, app/assets/stylesheets/master_admin.scss */
#header a#Logo:active {
  top: 1px;
}

/* line 44, app/assets/stylesheets/master_admin.scss */
#header a#Logo.english {
  background: url(/assets/logo-trans-3bc64ee743966391d2746d4362f625fa86ca03112379259e8be87e2497da9bfc.png) no-repeat;
}

/* line 45, app/assets/stylesheets/master_admin.scss */
#header a#Logo.spanish {
  background: url(/assets/logo-trans-es-93682b89842d0c98369836e340142ccd93270ab4c9a0d2a625d9bd2f247ce68a.png) no-repeat;
}

/* line 46, app/assets/stylesheets/master_admin.scss */
#header a#Logo span {
  display: none;
}

/* line 48, app/assets/stylesheets/master_admin.scss */
a:link, a:visited {
  color: #002A8F;
  text-decoration: none;
}

/* line 49, app/assets/stylesheets/master_admin.scss */
a:hover {
  text-decoration: underline;
}

/* line 50, app/assets/stylesheets/master_admin.scss */
a:active {
  color: #202020;
}

/* line 51, app/assets/stylesheets/master_admin.scss */
a:focus {
  outline: none;
}

/* line 53, app/assets/stylesheets/master_admin.scss */
a.alternate:link, a.alternate:visited {
  color: #CF142B;
  text-decoration: none;
}

/* line 54, app/assets/stylesheets/master_admin.scss */
a.page_link:link, a.page_link:visited {
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
  color: #CF142B;
}

/* line 55, app/assets/stylesheets/master_admin.scss */
strong {
  font-weight: bold;
}

/* line 56, app/assets/stylesheets/master_admin.scss */
.left {
  float: left;
}

/* line 57, app/assets/stylesheets/master_admin.scss */
.right {
  float: right;
}

/* line 58, app/assets/stylesheets/master_admin.scss */
.clear {
  clear: both;
}

/* line 59, app/assets/stylesheets/master_admin.scss */
.center {
  text-align: center;
}

/* line 61, app/assets/stylesheets/master_admin.scss */
.notice {
  border: 1px solid #CF142B;
  margin-bottom: 20px;
  padding: 10px 50px 10px 10px;
  position: relative;
  color: #CF142B;
  display: block;
  float: left;
  font-size: 12px;
}

/* line 62, app/assets/stylesheets/master_admin.scss */
.notice #hide_notice a {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px;
  color: #CF142B;
}

/* line 64, app/assets/stylesheets/master_admin.scss */
.post_title {
  margin-bottom: .888888em;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}

/* line 70, app/assets/stylesheets/master_admin.scss */
.post_body {
  margin-bottom: 20px;
}

/* line 72, app/assets/stylesheets/master_admin.scss */
.post_details {
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/master_admin.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 77, app/assets/stylesheets/master_admin.scss */
.striped_table {
  width: 100%;
  margin-bottom: 16px;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  background-color: white;
}

/* line 84, app/assets/stylesheets/master_admin.scss */
.striped_table a {
  display: block;
}

/* line 85, app/assets/stylesheets/master_admin.scss */
.striped_table th {
  margin: 0;
  padding: 5px 7px;
  border-color: #F0F0F0 #CCCCCC #CCCCCC #F0F0F0;
  border-style: solid;
  border-width: 1px;
  background: #E0E0E0 url(/../images/backgrounds/gradient-h3.png) repeat-y 100% 0;
  color: #606060;
  font-size: 11px;
}

/* line 95, app/assets/stylesheets/master_admin.scss */
.striped_table td {
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  padding: 7px 7px;
  font-size: 11px;
}

/* line 101, app/assets/stylesheets/master_admin.scss */
.striped_table .alt_row {
  background-color: #F2F2F2;
}

/* line 102, app/assets/stylesheets/master_admin.scss */
.striped_table .over_row {
  background-color: #E8E8F4;
}

/* line 103, app/assets/stylesheets/master_admin.scss */
.striped_table .button {
  margin: 0;
}

/* line 105, app/assets/stylesheets/master_admin.scss */
table#users-table th,
table#users-table td {
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}

/*Pagination*/
/* line 115, app/assets/stylesheets/master_admin.scss */
.pagination {
  margin: 4px 0 16px 0;
  text-align: center;
}

/* line 119, app/assets/stylesheets/master_admin.scss */
.pagination span,
.pagination a {
  padding: 2px 4px;
  border-color: #ddd #bbb #bbb #ddd;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  background: #e0e0e0 url(/../images/backgrounds/light-top.png) repeat-x;
  font-size: 1.1em;
  font-weight: bold;
}

/* line 131, app/assets/stylesheets/master_admin.scss */
.pagination a:hover {
  background-color: #ededed;
  text-decoration: none;
}

/* line 132, app/assets/stylesheets/master_admin.scss */
.pagination a:active {
  background-color: #e0e0e0;
}

/* line 1, app/assets/stylesheets/default_admin.scss */
#control_panel {
  float: right;
  width: 50%;
  height: 80px;
  font-size: 12px;
  position: relative;
}

/* line 7, app/assets/stylesheets/default_admin.scss */
#control_panel #date_time {
  position: absolute;
  bottom: 34px;
  right: 10px;
}

/* line 11, app/assets/stylesheets/default_admin.scss */
#control_panel .welcome_note {
  position: absolute;
  bottom: 0;
  right: 10px;
}

/* line 16, app/assets/stylesheets/default_admin.scss */
#user_roles {
  font-size: 11px;
  display: inline;
}

/* line 20, app/assets/stylesheets/default_admin.scss */
.featured {
  border: 1px solid #C0C0C0;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #F0F0F0;
  font-size: 12px;
}

/* Alphabetic index */
/* line 30, app/assets/stylesheets/default_admin.scss */
.alphabet_link {
  overflow: hidden;
  margin-bottom: 20px !important;
  clear: left;
}

/* line 35, app/assets/stylesheets/default_admin.scss */
.alphabet_link a {
  display: block;
  float: left;
  padding: 6px 10px;
  border-color: #ddd #bbb #bbb #ddd;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  background: #e0e0e0 url(/../images/backgrounds/light-top.png) repeat-x;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

/* line 49, app/assets/stylesheets/default_admin.scss */
.alphabet_link a:hover {
  text-decoration: none;
  background-color: #ededed;
}

/* line 53, app/assets/stylesheets/default_admin.scss */
.alphabet_link a:active {
  background-color: #e0e0e0;
}

/* line 54, app/assets/stylesheets/default_admin.scss */
.alphabet_link a.all {
  width: 24px;
}

/* line 55, app/assets/stylesheets/default_admin.scss */
.alphabet_link a.letter {
  width: 11px;
}

/* line 56, app/assets/stylesheets/default_admin.scss */
.alphabet_link a.number {
  width: 24px;
}

/* line 59, app/assets/stylesheets/default_admin.scss */
.boxlink {
  float: left;
  padding: 6px 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-color: #ddd #bbb #bbb #ddd;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #e0e0e0 url(/../images/backgrounds/light-top.png) repeat-x;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* line 74, app/assets/stylesheets/default_admin.scss */
.boxlink:hover {
  background-color: #EDEDED;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/default_admin.scss */
.boxlink:active {
  background-color: #E0E0E0;
}

/* line 76, app/assets/stylesheets/default_admin.scss */
#tinymce .boxlink:hover {
  text-decoration: none !important;
}

/* line 77, app/assets/stylesheets/default_admin.scss */
#tinymce .boxlink:active {
  color: #202020 !important;
}

/* line 80, app/assets/stylesheets/default_admin.scss */
.page_status {
  color: #333;
}

/* line 83, app/assets/stylesheets/default_admin.scss */
#menu {
  background: #888;
  background: #CCC url(/../images/backgrounds/gradient2.png) repeat-x 0 30%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  width: 100%;
  float: left;
}

/* line 91, app/assets/stylesheets/default_admin.scss */
#menu br {
  display: none;
}

/* line 94, app/assets/stylesheets/default_admin.scss */
#nav {
  list-style: none;
  font-size: 16px;
}

/* line 97, app/assets/stylesheets/default_admin.scss */
#nav li {
  display: block;
  float: left;
  width: 138.5px;
  margin: 0;
  padding: 0;
}

/* line 103, app/assets/stylesheets/default_admin.scss */
#nav li ul {
  position: absolute;
  width: 136.5px;
  left: -999em;
}

/* line 107, app/assets/stylesheets/default_admin.scss */
#nav li:hover ul {
  left: auto;
}

/* line 109, app/assets/stylesheets/default_admin.scss */
#nav li .sfHover ul {
  left: auto;
}

/* line 111, app/assets/stylesheets/default_admin.scss */
#nav a {
  width: 126.5px;
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
  display: block;
  background: white url(/../images/backgrounds/gradient2.png) repeat-x 0 30%;
  color: #001B5D;
}

/* line 121, app/assets/stylesheets/default_admin.scss */
#nav a:hover {
  background-position: 0 10%;
  color: #202020;
  padding: 5px;
  text-align: center;
}

/* line 126, app/assets/stylesheets/default_admin.scss */
#nav a:active {
  background-position: 0 30%;
}

/* line 128, app/assets/stylesheets/default_admin.scss */
#main {
  padding: 20px 10px 4px 10px;
  float: left;
  width: 950px;
}

/* line 133, app/assets/stylesheets/default_admin.scss */
#main ul {
  list-style-type: none;
  margin-top: 10px;
}

/* line 137, app/assets/stylesheets/default_admin.scss */
#main a.create_artist,
#main a.create_musician,
#main a.create_report,
#main a.create_guestbook,
#main a.create_dj,
#main a.create_video,
#main a.create_dance,
#main a.create_school,
#main a.create_bulletin,
#main a.create_tour,
#main a.create_encyclopedia,
#main a.create_record_label,
#main a.create_gallery,
#main a.create_club,
#main a.create_blog,
#main a.create_user {
  display: block;
  width: 200px;
  padding: 10px;
  border-color: #ddd #bbb #bbb #ddd;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #e0e0e0 url(/../images/backgrounds/light-top.png) repeat-x;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

/* line 168, app/assets/stylesheets/default_admin.scss */
#main a.create_blog,
#main a.create_user {
  float: left;
}

/* line 171, app/assets/stylesheets/default_admin.scss */
#main a.create_artist:hover,
#main a.create_musician:hover,
#main a.create_report:hover,
#main a.create_guestbook:hover,
#main a.create_dj:hover,
#main a.create_video:hover,
#main a.create_dance:hover,
#main a.create_school:hover,
#main a.create_bulletin:hover,
#main a.create_tour:hover,
#main a.create_encyclopedia:hover,
#main a.create_record_label:hover,
#main a.create_gallery:hover,
#main a.create_club:hover,
#main a.create_blog:hover,
#main a.create_user:hover {
  background-color: #EDEDED;
  text-decoration: none;
}

/* line 188, app/assets/stylesheets/default_admin.scss */
#main a.create_artist:active,
#main a.create_musician:active,
#main a.create_report:active,
#main a.create_guestbook:active,
#main a.create_dj:active,
#main a.create_video:active,
#main a.create_dance:active,
#main a.create_school:active,
#main a.create_bulletin:active,
#main a.create_tour:active,
#main a.create_encyclopedia:active,
#main a.create_record_label:active,
#main a.create_gallery:active,
#main a.create_club:active,
#main a.create_blog:active,
#main a.create_user:active {
  background-color: #E0E0E0;
}

/* line 205, app/assets/stylesheets/default_admin.scss */
#main p {
  margin: 10px 0;
}

/* line 209, app/assets/stylesheets/default_admin.scss */
#blog_admin_main,
#artist_admin_main,
#musician_admin_main,
#dance_admin_main,
#dj_admin_main,
#tour_admin_main,
#user_admin_main,
#encyclopedia_admin_main,
#club_admin_main {
  float: left;
  width: 530px;
}

/* line 221, app/assets/stylesheets/default_admin.scss */
#bulletin_admin_main {
  width: 100%;
}

/* line 223, app/assets/stylesheets/default_admin.scss */
#bulletin_admin_main textarea {
  width: 830px;
  height: 800px;
}

/* line 227, app/assets/stylesheets/default_admin.scss */
.assign_album {
  margin-top: 10px;
}

/* line 229, app/assets/stylesheets/default_admin.scss */
.assign_album select {
  display: inline;
  margin: 0;
}

/* line 232, app/assets/stylesheets/default_admin.scss */
.assign_album label {
  display: inline;
}

/* line 234, app/assets/stylesheets/default_admin.scss */
.assign_album input {
  clear: both;
  margin-top: 0;
}

/* line 238, app/assets/stylesheets/default_admin.scss */
#album_list {
  margin: 0;
}

/* line 240, app/assets/stylesheets/default_admin.scss */
#album_list img {
  width: 35px;
  height: 35px;
  margin: 0;
}

/* line 244, app/assets/stylesheets/default_admin.scss */
#album_list td {
  padding: 0;
}

/* line 246, app/assets/stylesheets/default_admin.scss */
#album_list td label {
  display: inline;
  margin: 0;
}

/* line 250, app/assets/stylesheets/default_admin.scss */
#page_file_uploaded_data,
#blog_file_uploaded_data,
#club_photo_uploaded_data {
  font-size: 12px;
}

/* line 255, app/assets/stylesheets/default_admin.scss */
.page_functions {
  float: right;
  width: 420px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 260, app/assets/stylesheets/default_admin.scss */
.page_functions ul {
  margin: 0;
}

/* line 262, app/assets/stylesheets/default_admin.scss */
.page_functions ul li {
  float: left;
}

/* line 265, app/assets/stylesheets/default_admin.scss */
#errorExplanation {
  position: relative;
  border: 1px solid #CF142B;
  color: #CF142B;
  padding: 10px;
  display: block;
  margin-top: 10px;
  margin-right: 50px;
  margin-bottom: 10px;
  margin-left: 0;
}

/* line 275, app/assets/stylesheets/default_admin.scss */
#errorExplanation h2 {
  font-size: 16px;
  font-weight: bold;
}

/* line 278, app/assets/stylesheets/default_admin.scss */
#errorExplanation ul {
  list-style-type: square;
  list-style-position: inside;
}

/* line 282, app/assets/stylesheets/default_admin.scss */
.label_tip {
  font-size: 10px;
  margin-top: -5px;
  clear: both;
  color: #CF142B;
  display: block;
}

/* line 289, app/assets/stylesheets/default_admin.scss */
.warning {
  color: #CF142B;
}

/* line 292, app/assets/stylesheets/default_admin.scss */
#page_files,
#blog_files {
  padding-top: 10px;
}

/* line 297, app/assets/stylesheets/default_admin.scss */
#review_date select {
  display: inline;
}

/* line 1, app/assets/stylesheets/admin_forms.scss */
fieldset {
  border: 1px solid #C0C0C0;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

/* line 7, app/assets/stylesheets/admin_forms.scss */
fieldset.side {
  width: 390px;
  font-size: 11px;
}

/* line 10, app/assets/stylesheets/admin_forms.scss */
fieldset input.add_file {
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}

/* line 14, app/assets/stylesheets/admin_forms.scss */
fieldset h3 {
  font-size: 18px;
}

/* line 16, app/assets/stylesheets/admin_forms.scss */
fieldset p {
  margin-top: 10px;
}

/* line 19, app/assets/stylesheets/admin_forms.scss */
form {
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 23, app/assets/stylesheets/admin_forms.scss */
legend {
  padding: 0 6px;
  color: #666;
}

/* line 27, app/assets/stylesheets/admin_forms.scss */
label {
  display: block;
  clear: both;
  margin-top: 1em;
  margin-bottom: 10px;
}

/* line 32, app/assets/stylesheets/admin_forms.scss */
label.is_featured {
  display: inline;
  clear: none;
}

/* line 35, app/assets/stylesheets/admin_forms.scss */
label.uploaded_data {
  clear: none;
  display: inline;
  margin-left: 50px;
}

/* line 40, app/assets/stylesheets/admin_forms.scss */
textarea {
  width: 530px;
  height: 500px;
  border: 1px solid #C0C0C0;
  padding: 1px;
  font-family: sans-serif;
  font-size: 11px;
}

/* line 48, app/assets/stylesheets/admin_forms.scss */
select {
  width: auto;
  border: 1px solid #C0C0C0;
  display: block;
  margin-bottom: 20px;
  font-size: 11px;
}

/* line 55, app/assets/stylesheets/admin_forms.scss */
input {
  border: 1px solid #C0C0C0;
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* line 61, app/assets/stylesheets/admin_forms.scss */
input.featured_photo {
  font-size: 11px;
}

/* line 63, app/assets/stylesheets/admin_forms.scss */
input.position_field {
  width: 30px;
}

/* line 66, app/assets/stylesheets/admin_forms.scss */
input.button {
  display: block;
  clear: both;
  padding: 5px 8px;
  margin: 10px 10px 10px 0;
  border-color: #DDD #BBB #BBB #DDD;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #e0e0e0 url(/../images/backgrounds/light-top.png) repeat-x;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #002A8F;
}

/* line 83, app/assets/stylesheets/admin_forms.scss */
input.button:hover {
  background-color: #EDEDED;
  text-decoration: none;
}

/* line 84, app/assets/stylesheets/admin_forms.scss */
input.button:active {
  background-color: #E0E0E0;
  color: #202020;
}

/* line 86, app/assets/stylesheets/admin_forms.scss */
input.button.inline {
  display: inline;
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 92, app/assets/stylesheets/admin_forms.scss */
.name-fields {
  overflow: hidden;
}

/* line 95, app/assets/stylesheets/admin_forms.scss */
.name-fields label,
.name-fields input {
  float: left;
}

/* line 99, app/assets/stylesheets/admin_forms.scss */
.name-fields label {
  clear: none;
  width: 60px;
  padding-top: 2px;
  margin: 0;
  margin-left: 0px;
  margin-right: 10px;
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
}

/* line 111, app/assets/stylesheets/admin_forms.scss */
.name-fields input {
  margin-bottom: 16px;
  margin-right: 12px;
  width: 175px;
}

/* line 117, app/assets/stylesheets/admin_forms.scss */
.form-column {
  float: left;
  width: 50%;
}
