﻿/*** Elements ***/

html
{
	margin: 26px 0 0 0;
	padding: 0;
}
	
body
{
    background-color: #a9a08e;
    /* color: #ddd4c3; */
    color: #ffffff;
    width: 980px;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial, Sans-Serif;
    margin: 0 auto 0 auto;
}

h1 
{
	color: #cd612f;
    font-size: 18px;
	font-weight: bold;
	margin: 7px 0 2px 0;
	padding: 0;
}

h2 
{
    color: #cd612f;
    font-size: 14px;
	font-weight: bold;
	margin: 7px 0 1px 0;
	padding: 0;
}

p 
{
	margin: 0;
	padding: 0 0 5px 0;
}

img
{  
    border-style: none;
}

a
{
    border: none 0px;
    color: #ffffff;
    text-decoration: none;
}

ul
{
    margin: 0px;
    padding-left: 0px;
	padding-top: 5px;	
	padding-bottom: 8px;
	list-style-type: none;
}

ul li
{
	text-decoration: none;
}

/*** Classes ***/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.bullettedList
{
    margin-left: 30px;
    list-style-type: disc;
}

.event
{
    width: 415px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.eventDate
{
   	float: left;
	width: 65px;
}

.eventDetails
{
    float: left;
    width: 350px;
}

.eventFooter
{
    clear: both;
}

.highlightLink
{
    color: #cd612f;
}

/*** Element IDs ***/

div#main
{
    width: 980px;
}

div#leftColumn
{
    float: left;
    width: 415px;
}

div#rightColumn
{
    float: left;
    width: 565px;
}

div#pictureFrame
{
    width: 565px;
    height: 461px;
    position: relative;
    background-image: url('../images/picture_frame.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 0;
}

img#sisyphish
{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 403px;
    height: 300px;
    top: 80px;
    left: 83px;
    z-index: 1;
}

/*
a#donateLink
{
    color: #cd612f;
    font-size: 14px;
	font-weight: bold;
	margin: 7px 0 1px 0;
	padding: 0;
}
*/

a#donateLink:link, a#donateLink:visited
{
	display: block;
	margin: 4px 5px 4px 5px;
	padding: 3px;
	width: 170px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #333333;
	background: #aaaaaa;
	text-align: center;
	text-decoration: none;
	color: #cd612f;
    font-size: 14px;
	font-weight: bold;	
}

a#donateLink:hover
{
	background: #cccccc;
}

a#donateLink:active
{
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid black;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid black;
}


span#closing
{
    padding-top: 5px;
    display: block;
}

span#signature
{
    display: block;
    color: #000000;
    font-size: 14px;
	font-weight: bold;
	margin: 1px 0 5px 0;
	padding: 0;
}

/*
#donateLink a  
{
	color: #000000;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
	text-decoration: none;
	border:4px outset aqua;
	background-color:#00ffff;
	display: block;
	width: 160px;
	padding: 3px 5px;
	margin: 1px;
}

#donateLink a:hover 
{
	background-color: #00c0c0;
	color:#111111;
	padding-left:4px;
	border:4px inset aqua;
}
