body {
	background-color: #000000;
}

#wrapper {
	width: 1000px;
	margin: auto auto;
}
img {
    border: none;
}
#menu {
    margin: auto auto;
    width: 100%;
    text-align:center;
} 

table {
	margin: 10px auto;
	border-spacing: 1px;
	table-layout:fixed;
	font-size: 16px;
	border-bottom: 1px solid red;
	text-align: left;
	vertical-align: top;
	width: 700px;
}

table a:link {
	color: red;
}
table a:visited {
	color: red;
}
th {
	color: red;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 120px;
}
td {
        color: #fff;
        position: relative;
        text-align: left;
        vertical-align: top;
        width: 120px;
        height: 100px;
}
td.day {

	color: #fff;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.1);
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.content {
        color: #fff;
        font-size: 14px;
        background: rgba(255, 255, 255, 0.1);
        padding-left: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
	width:100%;
}
.homeContent {
    font-size: 16px;
    padding: 10px;
    float: right;
    text-align: center;
    position: relative;
    color: #cc3333;
}

td.homeContent2 {
	text-align: center;
	color: #cc3333;
	border: none;
}

@media screen and (max-width: 800px) {
    .homeLogo {
        display: none !important;
    }
    .homeContent {
    	width: 100%;
    }
    #wrapper {
    	width: 90%;
    }
    table, td.homeContent2 {
    	width: 100%;
    }
}

.homeLogo {

}

th {
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: red;
	background-color: transparent;
	
}
td.highlight {
	color: #006699;
}

#calmain{
	margin-top: -320px;
	margin-left: 200px;
	width: 400px;
}
#aboutText {
        text-align: center;
        padding: 5px;
        border: 2px solid #761e1e;
        background-color: #e99797;
        font-size: 1em;
        color: #000;
        width: 495px;
        margin: 10px auto 10px auto;
}

.info {
	margin-top: 5px;
	margin-left: -230px;
	color: silver;
}
.rsvp {
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cc3333;  
z-index:1;  
}  
#popupEvent{  
color: #FFF;
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
width: 508px;
background:#000000;  
border:2px solid #cc3333;  
z-index:2;  
padding:12px;  
font-size:13px;  
}  
#popupEvent h1{  
text-align:left;  
color:red;  
font-size:22px;  
font-weight:700;  
border-bottom:1px dotted #D3D3D3;  
padding-bottom:2px;  
margin-bottom:20px;  
}
.eventArea {
	text-align:left;
}
input[type=text] {
	background-color: #000;
	color: #FFF;
	padding: 2px;
	border: 1px solid #cc3333;
	margin: 2px;
}
input[type=submit] {
	background-color: #000;
	color: #FFF;
	padding: 2px;
	border: 1px solid #cc3333;
	font-weight: bold;
	font-size: 13px
}
option, select {
	background-color: #000;
	color: #fff;
	padding: 5px;
	margin: 5px;
	border: none;
}
textarea {
        background-color: #000;
        color: #FFF;
        padding: 2px;
        border: 1px solid #cc3333;
        margin: 2px;
}


#eventPic {
float:right;
clear: both;
}
#popupEventClose{  
font-size:14px;  
line-height:14px;  
right:6px;  
top:4px;  
position:absolute;  
color:red;  
font-weight:700;  
display:block;  
}

#rsvpArea{

	float: none;
	clear:right;
	text-align:left;
	display: block;
	margin: 0 0 0 0;
} 
.notice {
	text-align: center;
	padding: 5px;
	border: 2px solid #CCCC33;
	background-color: #FFFF99;
	font-size: 1em;
	color: black;
	width: 495px;
	margin-bottom: 2px;
	font-weight: bold;
}

#footer {
	color: #cc3333;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
	height: 100%;
	clear: both;
}	

.slideshow {
	position:relative;
	width: 400px;
	height: 300px;
	margin: auto;
}

.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 300px;
}