/*
CSS for Capital Toastmasters I site
*/


body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 770px;
	line-height: 125%;
	padding: 0px;
	margin:0 auto; 
}
.text {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:navy;
}

.toplist {
	line-height:125%;
}
h1, h2 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #2813C2;
	text-align: center;
}

h1 {

	line-height: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .4em;
	margin: 0;

}

h2 {
	font-size: 150%;
	font-weight: bold;
	padding-top: 4px;
	line-height: 125%;
}


h2, ul	{
	margin-top: 15px;
}
p {
	font-size: 1em;
	color: navy;
}

#tagline p{
	font-family:  Verdana, Tahoma, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.4em;
	text-align:center;
	background-color: #aad4ff;
	border-top: 3px solid #7da5d8;
	border-bottom: 3px solid #7da5d8;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .8em;
	margin: 0;
}
#image {
	margin:0 auto;
}	


a {
	font-weight: bold;
	color: #2813C2;
}

a:link {
	color: #2813C2;
}
a:visited {
	color: #2813C2;
}
a:hover {
	text-decoration: none;
	color: white;
	background-color:navy;
}
a:active {
	color: aqua;
	background-color: navy;
}

.fun {
	color: #2813C2;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing:0.05em;
}

#navigation {
	width: 200px;
	height: auto;
}
#header {
	width: 770px;
}

#headpic {
	
	width: 507px;
	margin: 0 auto;
}
/*   position rules for main elements */

#navigation, #bodycontent, #header, #tagline {
	position: absolute;
}
#tagline {
	top: 147px;	
	width:770px;
	margin: 0 auto;
	
}
#navigation, #bodycontent {
	top: 186px;
}
#subhead {
	top: 0px;
	left: 215px;
	width: 570px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	color: #2813C2;
	text-align: center;
}

#bodycontent {
	
	top: 0px;
	left: 215px;
	width: 570px;
}


/* Content > Sidebar */

#sidebar {

	width:200px;
	
}

/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 30px;
	border-bottom: 4px solid #EBEBEB;
}

#menu ul {
	list-style: none;
	line-height: normal;
}

#menu li {
	font-size: small;
	display: inline;
}

#menu a {
	display: block;
	margin-left: -30px;
	padding: 10px 0 10px 0px;
	border-top: 1px solid #EBEBEB;
	color: #E08934;
}

#menu a:hover, #menu :active a {
	background: #EBEEF3;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #385B88;
}
