/* Info on semi-transparent backgrounds at www.daltonlp.com  */
/* The box model problem: http://www.communitymx.com/content/article.cfm?cid=E0989953B6F20B41      */
/* Two-column fluid layout: http://wellstyled.com/css-2col-fluid-layout.html     */

a:link { 
	color: #0000ff;
	}
a:visited { 
	color: #0000ff;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #ff0000;
	}

body {
	background-image:url('../Images/Camillia&CapitolBackground.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
	background-color: white;
}

h1 {
	font-family: verdana, arial;
	font-size: 18px;
	color: black;
}

h2 {
	font-family: verdana, arial;
	font-size: 14;
	color: black;
}
img {
	margin: 10px;
}

/* =================================== Menu Buttons =========================== */

#menubuttons a{
	padding-left: 4px;
	display: inline;
	width: 150px;
	color: black;
	text-decoration: none;
	border: 1px solid white;
	font-family: verdana, arial;
	font-size: medium;
	font-weight: bold;
}

#menubuttons a:hover{
	border: 1px solid black;
	color: green;
	background-color: #dee3a5;
}


/* ==================================== Home Page ============================== */
/* "news" are the small boxes on the right. "story" is the large box on the left */

td.news {
	width: 45%;
	vertical-align: top;
	border: none;
}	

.newsheadline {
	width: 90%;
	font-size: 18px;
	font-style: bold;
	text-align: center;
	color: black;
	background-color: #dee3a5;
	margin: auto;
	padding: 5px;
	border: 1px solid black;
}

.news {
	width: 90%;
	font-family: verdana, arial;
	font-size: 14px;
	text-align: left;
	margin: auto;
	padding: 5px;
	border: 1px solid black;
	border-top: none;
	margin-bottom: 20px;
}

/* Partial opacity was causing problems. had to remove it
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Images/75pct_background.png');
}
p.news [class] {
	background-image:url(Images/75pct_background.png);
}
*/

td.story {
	width: 45%;
	vertical-align: top;
	border: none;
}	

.storyheadline {
	width: 90%;
	font-size: 18px;
	font-style: bold;
	text-align: center;
	color: black;
	background-color: #dee3a5;
	margin: auto;
	padding: 5px;
	border: 1px solid black;
}

.story {
	width: 90%;
	font-family: verdana, arial;
	font-size: 14px;
	text-align: left;
	margin: auto;
	padding: 5px;
	border: 1px solid black;
	border-top: none;
}


/* ===================================== Events Page ================================= */

.calendar {
	width: 600;
	height: 125;
	border-style: solid;
	border-color: 777;
	background-color: eee;
}
	
.date {
	width: 125;
	padding: 0;
	background-color: ddd;
	text-align: center;
	line-height: 40px;
}

.event {
	padding: 10,30,10,10;
	font-family: Verdana;
	font-size: 12px;
	color: 000;
	vertical-align: top;
}

.month {
	font-family: Verdana;
	font-size: 24px;
	font-weight: 700;
	color: 777;
}

.day {
	font-family: Verdana;
	font-size: 64px;
	font-weight: 900;
	color: 999;

}

.year {
	font-family: Verdana;
	font-size: 18px;
	color: 777;
}


/* ==================================== Officers Page ========================== */

.officerheading {
	font-family: verdana;
	font-size: 32px;
}

.officers {
	width: 400;
	border-style: solid;
	border-color: 777;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Images/75pct_background.png');
}
.officers [class] {
	background-image:url(Images/75pct_background.png);
}

.photo {
	width: 100;
	padding: 0;
}

.name {
	align: left;
}

.office {
	font-family: Verdana;
	font-size: 18px;
	font-weight: 900;
}

.year {
	font-family: Verdana;
	font-size: 18px;
	font-weight: 900;
}

.past_officers {
	font-family: Verdana;
	font-size: 12px;
	padding-right: 20px;
}

/* ================================= CE Flyer ========================================= */

.title {
	font-family: Verdana, Arial;
	font-size: 24;
	font-weight: 900;
	text-align: center;
}

.speaker {
	font-family: Verdana, Arial;
	font-size: 18;
	text-align: center;
}

.location {
	font-family: Verdana, Arial;
	font-size: 20;
	text-align: center;
}

.agenda {
	font-family: Verdana, Arial;
	font-size: 12;
	padding-left: 3;
	padding-right: 3;

}

.details {
	font-family: Verdana, Arial;
	font-size: 14;
}

.goals {
	font-family: Verdana, Arial;
	font-size: 12;
}

.disclaimer {
	font-family: Verdana, Arial;
	font-size: 10;
}

