@charset "utf-8";
/* CSS Document */

@import url(/htc.css);

body {
	background-color: #000;
	margin: 0px;
	color: #363A30;
	font-size: 14px;
}


h2 {
	margin-top:0px;
	margin-bottom:5px;	
	font-size: 17px;
	/*color: #949D87;*/
	color:#333333;
	/*border-left-color: #949D87;*/
/*	border-left: 20px solid #333333;*/
	padding-left: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

form{
	display:inline;
}

input {
	font-size: 11px;
}

select {
	font-size: 11px;
}

table {
	font-size: 9pt;
}

th {
	vertical-align: top;
	text-align: left;
}

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

.newEvent th {
	padding-top:2px;
	vertical-align: top;
	text-align: right;
}

table.event{
	margin-bottom:10px;
}

.event td{
	vertical-align: top;
}

.thumb{
	padding:6px;
	border:1px solid #CCC;
	background: #FFF;
}
.thumb:hover{
	border:1px solid black;
	cursor:pointer;
	background: black;
}

.delete{
	font-family:verdana;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	border:1px solid black;
	padding:2px;
	background:#FFF;
	color:red;
	z-index:999;
}

.button{
	text-decoration:none;
	background-color:#111;
	color:white;
	padding:3px;
	margin-top:-3px;
	margin-left:672px;
	position:absolute;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	border:1px solid black
}

.button:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

table.newEvent{
	border:2px solid #000;
	background-color:#000;
	color: white;
	position: absolute;
	left: 38%;
	top: 310px;
	display:none;
	border:10px solid #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.newEvent input, .newEvent textarea, .newEvent select{
	border:1px solid black;
}

.newEvent img{
	padding: 3px;
	text-align: center;
}

/* CALENDAR */
table.calendar {
	background: #ddd;
	z-index:999;
}
table.calendar td {
	text-align: right;
	width: 20px;
	cursor: pointer;
	cursor: hand;
	background: white;
	font-size: 10px;
}
table.calendar span {
	text-align: center;
	cursor: pointer;
	cursor: hand;
	background: #EEE;
	font-size: 10px;
	margin:2px;
	margin-right:2px;
	margin-left:2px;
}
table.calendar th {
	text-align: center;
	background: #EEE;
	font-size: 10px;
}

#container {
	width: 760px;
	height: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color:#E7E7E7;

}
#news {
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	height: 340px;
	border: 1px solid #CDCDCD;
	overflow:auto;
	background-color:white;
	background-repeat: no-repeat;
	background-position: right bottom;	
	background-image: url(images/Ron-Transparent.png);
}
#content {
	padding: 8px;
}

#photo  {
	height: 287px;
	width: 530px;
}
#ronGuitar  {
	width: 350px;
	height: 287px;
	z-index: 1;
	float: left;
	position: relative;
	margin-left:-20px;
}
#header {
	background-color: #2C2C2C;
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(images/sunset.jpg);
}

#logo {
	position:absolute;
	float:left;
	margin-top:-275px;
	margin-left:225px;
	z-index:5;
}

#menu {
	width: 220px;
	margin-left: 0px;
	position: relative;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 13px;
	left: -10px;
}

#menu li {
	display: block;
	left: 0px;
	list-style-type: none;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: -8px;
}

#menu li a {
	color: #F9F9F7;
	text-decoration: none;
	font-size: 15px;
	width: 120px;
	display: block;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	background-color: #222;
	font-weight: bold;
	border-bottom: 1px solid black;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*
#menu li a:link, a:visited, a:active {
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}


#menu  li  a:hover {
	background-color: #333;
}
*/
