body {
	text-align: center;
	background-repeat: no-repeat;
	color: white;
	background-color: black;
	background-attachment: fixed;
	font-family: sans-serif;
	font-size: 80%;
	
	margin: 0;
	padding: 0;
}

#mainContainer {
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.links a:hover, .sidebar .block a:hover {
	text-decoration: underline;
}

.links a {
	color: #777;
}

#primary {
	background-repeat: no-repeat;
	margin: 0;
	text-align: center;
}

#header {
	height: 120px;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
}

#style_switch {
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	font-size: 80%;
	font-weight: bold;
	margin-right: 20px;
}

.clear {
	clear: both;
}

#footer {
	color: #777;
	border-top: 1px solid #777;
	text-align: center;
	font-size: 80%;
	padding: 5px;
}

.comment, .preview .comment {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #777;
	background: transparent;
}

.preview .comment .new {
	display: none;
}

div.block h2 {
	margin-top: 4px;
}

ul.band li {
	list-style-type: none;
	margin-bottom: 10px;
}





/* GALLERY */
ul.galleries { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.galleries li { 
	border: 1px #777 solid;
	margin: 1em 0;
	padding: 1em;
}

ul.galleries li img { 
  position: relative;
  float: left;
  padding: 0 0.5em 0 0;
  margin: 0 0.5em 0.5em 0;
}

ul.galleries li p.count { 
  clear: both;
}

ul.galleries h3 { 
  font-size: 1.2em;
  margin : 0 0 0.5em 0;
  padding : 0;
}

ul.images { 
  list-style-type : none;
  margin : 0;
  padding : 0;
}

ul.images li { 
  float : left;
  margin : 1em;
  height: 130px;
  width: 130px;
}







/* INPUTS */
input, textarea {
	color: white;
	background: transparent;
	border: 1px solid white;
}

input:focus, textarea:focus {
	color: black;
	background: white;
}






/* MAIN TABLE */
#content {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

td.sidebar {
	width: 200px;
}

td.sidebar .block {
	border: solid 1px #777;
	margin: 0 0px 5px 5px;
	padding: 0 5px 5px 5px;
}






/* LIGHTBOX */
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails {
	font-size: 9px;
	padding-top: 4px;
	text-align: left;
}	

#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img { border: none; clear: both;} 

#overlay {
	background-image: url('/themes/disarmonia/images/lightbox-overlay.png');
}

#overlay img {
	border: none;
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url('images/null.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/themes/disarmonia/images/lightbox-overlay.png", sizingMethod="scale");
}