/* --------- /stylesheets/initial.css --------- */ 
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  font-size: 100.01%;
}

body {
  font-size: 1em;
}

form label {
  cursor: pointer;
}

fieldset, a img {
  border: none;
}

input, select, textarea {
  font-family: inherit;
  font-size: 1em;
}

th {
  text-align: left;
}
/* --------- /stylesheets/styles.css --------- */ 
body {
  background: #fdfdfd;
  color: #3f3f3f;
  font-family: Arial, sans-serif;
  font-size: .8125em;
  line-height: 1.4em;
}

div.clearer {
  clear: both;
}

#containerwrapper {
  background: url(/stylesheets/bgwrapper.png) repeat-x;
}

#container {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 870px;
}

#header {
  background: #e7eff7 url(/stylesheets/bgheader.png) repeat-x bottom;
  border-bottom: 1px solid #003f6f;
  height: 50px;
}

h1 {
  float: left;
  padding-left: 15px;
}

ul.menu {
  float: right;
}

ul.menu li {
  display: inline;
  list-style: none;
}

ul.menu li a {
  display: block;
  float: left;
  margin-left: 8px;
}

#header ul.menu {
  padding: 0 15px;
}

#header ul.menu li a {
  color: #0086cc;
  height: 30px;
  margin-left: 0;
  padding: 17px 5px 3px 5px;
}

#header ul.menu li a:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}

#navigation {
  float: right;
  padding: 30px 0;
  width: 240px;
}

#navigation input[type=text], #navigation input[type=password], #navigation textarea {
  width: 220px;
}

#navigation ul {
  list-style: none;
  margin: 20px 0;
  border-bottom: 1px solid #cfcfcf;
}

#navigation ul li a {
  border-top: 1px solid #cfcfcf;
  display: block;
  padding: 4px 6px;
  width: 228px;
}

#navigation ul li a:hover {
  background: #e7eff7;
  color: #000000;
  text-decoration: none;
}

#navigation ul li .spinner {
  float: right;
  margin: 6px 6px 0 0;
}

#newitem {
  background: #003f6f;
  color: #e7eff7;
  float: left;
  padding: 5px 10px 0 10px;
  width: 570px;
}

#newitem a {
  color: #e7eff7;
}

#newitem a:hover {
  color: #ffffff;
}

#newitem fieldset {
  background: none;
  padding: 0;
}

#newitem input[type=text], #newitem textarea {
  width: 560px;
}

#main {
  background: url(/stylesheets/bgmain.png) no-repeat;
  clear: left;
  float: left;
  padding: 25px 5px;
  width: 580px;
}

#notice, #alert {
  background: #003f6f;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 10px;
}

#notice a, #alert a {
  color: #ffffff;
  display: block;
  float: right;
}

#footer {
  background: #e7eff7;
}

#footerwrapper {
  margin: 0 auto;
  padding: 10px 5px;
  width: 860px;
}

h2, h3, h4 {
  font-weight: bold;
  margin: .5em 0;
  padding-top: .5em;
}

h2 {
  color: #7f7f7f;
  font-size: 1.5em;
  line-height: 1.3em;
}

h3, h4 {
  font-size: 1.1em;
}

a {
  color: #0086cc;
  font-weight: bold;
  text-decoration: none;
}

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

p {
  margin: .5em 0;
}

ul {
  list-style-type: square;
  margin-left: 1.1em;
}

form {
  padding: 5px 0;
}

fieldset {
  background: #e7eff7;
  clear: right;
  padding: 5px;
}

input[type=text], input[type=password], input[type=submit], input[type=file], textarea {
  border-width: 1px;
  display: block;
  margin-bottom: 4px;
  padding: 4px;
}

textarea {
  height: 200px;
  min-height: 200px;
}

input[type=text], textarea {
  width: 560px;
}

input[type=submit] {
  margin-top: 8px;
}

.content input[type=text], .content textarea {
  width: 490px;
}

.box, .post, .song, .school {
  border-top: 4px solid #cfcfcf;
  clear: right;
  margin-top: 15px;
  padding: 10px 0;
}

.link {
  float: right;
  margin-left: .5em;
}

.image img {
  border: 5px solid #efefef;
  margin-top: 10px;
}

img.small {
  border: 1px solid #cfcfcf;
  float: left;
  height: 32px;
  margin: 3px 10px 3px 0;
  padding: 3px;
  width: 32px;
}

img.thumbnail {
  border: 1px solid #cfcfcf;
  float: left;
  height: 48px;
  margin: 4px 12px 4px 0;
  padding: 4px;
  width: 48px;
}

img.avatar {
  border: 1px solid #cfcfcf;
  height: 96px;
  padding: 4px;
  width: 96px;
}

img.portrait {
  border: 1px solid #cfcfcf;
  float: left;
  margin: 4px 10px 10px 0;
  padding: 4px;
}

img.thumb {
  border: 1px solid #cfcfcf;
  height: 64px;
  margin: 4px 6px 0 0;
  padding: 4px;
  width: 64px;
}

.youtube {
  background: #efefef;
  float: right;
  margin: 10px 0;
  padding: 5px;
}

.video {
  background: #efefef;
  margin: 10px 0;
  padding: 5px;
  text-align: center
}

#player {
  background: #efefef;
  height: 430px;
  margin: 10px 0;
  padding: 5px;
  width: 570px;
}

.songthumbnail img {
  float: left;
  height: 60px;
  margin: 5px 10px 0 0;
  width: 80px;
}

.songsmallthumbnail img {
  float: left;
  height: 45px;
  margin: 5px 5px 0 0;
  width: 60px;
}

.comments textarea {
  height: 100px;
  min-height: 100px;
}

.comment {
  border-top: 1px dotted #cfcfcf;
  padding-top: .5em;
}

.allcomments {
  padding-bottom: .5em;
}

.newcomment {
  border-top: 1px dotted #cfcfcf;
  padding-top: .5em;
}

.numberofcomments {
  margin: .5em 0;
}

.comment textarea input[type=text], .comment textarea {
  width: 440px;
}

.numberofcomments a, .newcomment a {
  color: #419751;
}

.numberofcomments a:hover, .newcomment a:hover {
  color: #000000;
}

.numberofratings {
  float: left;
  padding-left: 10px;
}

.css1 {
  font-size: .7em;
}

.css2 {
  font-size: .925em;
}

.css3 {
  font-size: 1em;
}

.css4 {
  font-size: 1.2em;
}

.css5 {
  font-size: 1.5em;
}

.pagination {
  padding-top: 25px;
}

.pagination a {
  border: 1px solid #0086cc;
  padding: 3px;
  text-decoration: none;
}

.pagination a:hover {
  background: #0086cc;
  border: 1px solid #0086cc;
  color: #ffffff;
}

.pagination .current {
  background: #6f6f6f;
  border: 1px solid #6f6f6f;
  color: #ffffff;
  font-weight: bold;
  padding: 3px;
}

.pagination .disabled {
  border: 1px solid #cfcfcf;
  color: #cfcfcf;
  padding: 3px;
}

.errorExplanation {
  background: #f7e7df;
  clear: both;
  margin: 10px 0;
  padding: 5px 10px;
}

.errorExplanation h2 {
  font-size: 1.2em;
  margin-top: 0;
  padding: .5em 0;
}

.errorExplanation p {
  margin-top: 0;
}

.fieldWithErrors label {
  color: #cf6f00;
  font-weight: bold;
}

.fieldWithErrors input, .fieldWithErrors select, .fieldWithErrors textarea {
  background: #f7e7df;
}

#recaptcha_widget_div {
  margin-bottom: 5px;
}

dt {
  clear: left;
  float: left;
  font-weight: bold;
  padding-right: 10px;
  width: 120px;
}

dd {
  float: left;
  width: 380px;
}

dd p {
  margin-top: 0;
}

.exif, .event {
  border-bottom: 1px solid #efefef;
  color: #6f6f6f;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.adsense {
  padding-top: 20px;
}

.feed {
  margin-left: .5em;
}

.box h2, #newitem h3, .school h3 {
  margin-top: 0;
  padding-top: 0;
}

.post h2 {
  color: #3f3f3f;
  font-size: 1.8em;
  font-weight: normal;
  padding-top: 0;
}

.song h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 3px;
  padding: 0;
}

.date {
  color: #9f9f9f;
}

#songs {
  margin: 10px 0 10px 2em;
}

.flickr {
  width: 500px;
}

.flickr img, img.photo {
  border: 1px solid #cfcfcf;
  margin: 5px 10px 0 0;
  padding: 4px;
}

#main .content {
  clear: right;
  float: right;
  overflow: hidden;
  width: 510px;
}

#main .comment .content {
  width: 460px;
}

#main .ratings fieldset, #main .ratings form {
  background: none;
  margin: 0;
  padding: 0;
}

.source {
  color: #6f6f6f;
  font-weight: bold;
}

.root {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.2em;
}

.stat {
  font-size: 26px;
  line-height: 1.2em;
}

table {
  font-size: .925em;
  width: 100%;
}

th {
  background: #003f6f;
  color: #e7eff7;
  padding: 2px 5px;
}

td {
  background: #e7eff7;
  padding: 2px 5px;
}

.events th {
  background: #efefef;
  color: #3f3f3f;
}

.events td {
  width: 100%;
}

.events a {
  color: #0086cc;
}

.events a:hover {
  color: #000000;
}

#status fieldset {
  background: #fdfdfd;
  margin: 0;
  padding: 0;
}

#status input[type=text] {
  width: 230px;
}

#contacts {
  margin: 10px 0 20px 0;
}

#contacts .user {
  float: left;
  width: 190px;
}

.map {
  border: 5px solid #efefef;
  height: 250px;
  margin: 10px 0;
}

#map {
  height: 400px;
}

#header ul.menu li.highlight a {
  background: #fdfdfd;
  margin: 0 2px;
  color: #ff6f00;
}

#header ul.menu li.highlight a:hover {
  background: #ffffff;
  color: #000000;
}

.photo a {
  color: #ff6f00;
}

.photo a:hover {
  color: #000000;
}

#header ul.menu li.category a, .category a {
  color: #419751;
}

#header ul.menu li.category a:hover, .category a:hover {
  color: #000000;
}

td ul.menu {
  line-height: 1em;
  margin: 0;
}

.spinner {
  margin: 5px 0;
}

.ratings {
  margin: .5em 0;
}

.starrating div {
  cursor: default !important;
}
.starrating div.star span {
  background: url(/stylesheets/star.gif) no-repeat 0 0;
  display: block;
  height: 16px;
  width: 16px;
}

.starrating div.star_on span {
  background-position: 0 -16px !important;
}

.hinote {
  border-top: 4px solid #003f6f;
}

#header ul.menu li#wall a {
  border-left: 2px solid #e7eff7;
  border-right: 2px solid #e7eff7;
  padding-left: 25px;
  padding-right: 25px;
}

#header ul.menu li#wall.highlight a {
  border-left: 2px solid #fdfdfd;
  border-right: 2px solid #fdfdfd;
}

#header ul.menu li#wall a:hover {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#ad {
  background: #e7eff7 url(/stylesheets/bgheader.png) repeat-x bottom;
  padding: .5em;
  text-align: center;
}

/* --------- /stylesheets/fancy.css --------- */ 
div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/stylesheets/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(/stylesheets/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/stylesheets/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/stylesheets/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/stylesheets/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(/stylesheets/data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(/stylesheets/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(/stylesheets/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/stylesheets/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/stylesheets/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/stylesheets/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/stylesheets/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/stylesheets/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/stylesheets/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/stylesheets/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/stylesheets/fancy_shadow_nw.png) no-repeat;
}/* --------- /stylesheets/jquery.rating.css --------- */ 
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating{cursor:pointer;margin:2em;clear:both;display:block}
div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
div.cancel,div.star{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.cancel,div.cancel a{background:url(/stylesheets/delete.gif) no-repeat 0 -16px}
div.star,div.star a{background:url(/stylesheets/star.gif) no-repeat 0 0px}
div.cancel a,div.star a{display:block;width:16px;height:100%;background-position:0 0px}
div.star_on a{background-position:0 -16px!important}
div.star_hover a,div.star_live a:hover{background-position:0 -32px}
/* Read Only CSS */
div.star_readonly a,div.star_readonly a:hover{cursor:default !important}
/* Partial Star CSS */
div.star{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */
