
/* some common things */

body
{
margin: 0;
padding: 0;
font-family: arial, tahoma, verdana;
font-size: 11px;
background-image: url(../images/bg.jpg);
color: #FFF;
}

/* this is because of "centering" the site */
#wrapper
{
width: 827px;
height: auto;
margin-left: 40px;
margin-top: 20px;
}

/* header starts here */

#header
{
width: 799px;
height: 255px;
padding: 5px;

/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

	overflow: hidden;

}

#logo
{
padding-left: 20px;
padding-top: 20px;
float: left;
clear: right;
}


/* menu starts here */
#menu
{
width: auto;
height: auto;
clear: both;
padding-top: 10px;
padding-left: 20px;
}

#menu ul
{
list-style: none;
margin: 0;
padding: 0;

}

#menu ul li
{

}

#menu ul li a
{
float: left;
padding: 10px;
background-color: #333;
text-transform: uppercase;
color: #FFF;
text-decoration: none;
border-right: 1px solid #999;
font-weight: bold;
}

#menu ul li a:hover
{
float: left;
padding: 10px;
background-color: #777;
text-transform: uppercase;
color: #FFF;
text-decoration: none;
border-right: 1px solid #999;
font-weight: bold;
}
/* menu ends here */

#events
{
width: auto;
padding-top: 10px;
padding-left: 20px;
clear: both;
}

#events ul
{
margin: 0;
padding: 0;
list-style: none;
}

#events ul li
{
position:relative;
width: 180px;
height: 95px;
float: left;
margin-right: 5px;
border: 3px solid #555;
background-color: #FFF;
display: block;
}

.event-date
{
position:absolute;
top:42px; /* in conjunction with left property, decides the text position */
padding: 3px;
background-color: #000;
text-transform: uppercase;
font-size: 14px;
}

.event-title
{
position:absolute;
top:58px; /* in conjunction with left property, decides the text position */
padding: 3px;
background-color: #000;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
}

.event-type
{
position:absolute;
top:76px; /* in conjunction with left property, decides the text position */
padding: 2px;
background-color: #000;
text-transform: lowercase;
font-size: 9px;
}

#all-events
{
width: auto;
height: auto;
float: right;
padding: 5px;

/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.9);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
margin-top: 145px;
}
/* header ends here */

/* container starts here */
#container
{
width: 799px;
height: auto;
padding: 5px;
margin-top: 10px;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

	overflow: hidden;
}

.home-image
{
margin: 20px;
float: left;
}
/* container ends here */