/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #12163E;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #12163E;
}

body {
	
	background: #000018 url(http://www.this-rock.org/images/back_all1.jpg) no-repeat;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-right: 30px;
}

#content
{
height: 634px;
}

#main
{
float: right;
width: 634px;
background: #ffffff;
margin-top: 20px;
margin-bottom: 20px;
}

#header {
	height: 160px;
	float: left;		
}

#menu
{
float: left;
width: 584px;
height: 55px;
padding-left: 50px;
padding-top: 10px;
background: url(http://www.this-rock.org/images/menu.gif) no-repeat;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 85px;
	height: 31px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 22px;

}

#menu a:hover {
	width: 85px;
	height: 31px;
	color: #ff0000;
	text-decoration: underline;
}


#logo {
	width: 229px;
	height: 82px;
	/*	height: 100px;*/	
	float: left;
	/*padding-top: 60px;
padding-left: 40px;*/
padding-top: 0px;
	padding-left: 0px;
}


#logo a {
	text-decoration: none;
	text-transform: capitalize;
	font-style: italic;
	font-size: 18px;
	color: #000000;
}
#logo H2 a
{
font-size: 12px;
}

#left
{
	float: right;
	padding: 10px;
	width: 215px;
}

#left H3
{
width: 200px;
height: 39px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(http://www.this-rock.org/images/title.gif) no-repeat

}



#left ul {
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;
}

#left li  {
	padding: 4px 10px;
    background: url(http://www.this-rock.org/images/small.gif) no-repeat left;
}


#left H4
{
font-size: 10px;
}

#left a {
	color: #12163E;
	font-size: 11px;
}
#left a:visited {
	color: #037931;
	font-size: 11px;
}

#left p
{
padding: 10px;
}

#right
{
width: 370px;
padding-left: 20px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #037931;
}

#right a
{
color: #12163E;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #12163E;
}
.date {
	text-align: right;
	color: #12163E;
	font-size: 11px;
}

.date a {
	color: #12163E;
}

/********************
*   calendar css    *
********************/
#calendar
{
	margin-left: -10px;
}

.cal1 {
	width:200px;
	border:0px solid #888;	
	border-collapse:collapse;
}

.cal2 {
	border-collpase:collpase;
	border:1px solid #888;
	background-color: #E9ECEF;
}

.cal3 {
	width:25px;
	border-collpase:collpase;
	border:1px solid #888;
	text-align:center;
	padding-right:1px;
}

.days{
	background-color: #F1F3F5;
}

.actday{
	background-color: #E0E8F4;
	font-weight:bold;
	text-align: center;
}
/********************
* end calendar css *
********************/

#footer {
	clear: both;
	height: 60px;
	clear: both;
	padding-top: 20px;
	background: url(http://www.this-rock.org/images/footer.gif) repeat-x bottom;
	line-height: 1em;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #12163E;
}

#footer a {
	color: #037931;
}
