/* Resets */

ul {
	padding:0;
	margin:0 0 20px 0;
	list-style:none;
}

h1, h2 {
	padding:0;
	margin:0 0 20px 0;
	font-weight:normal;
}

p {
	padding:0;
	margin:0 0 20px 0;
}

a:link, a:visited {
	text-decoration:none;
	color:white;
}

a:hover {
	text-decoration:none;
}

ul li {
	padding:5px 0;
}

ul li input[type="text"], ul li input[type="password"] {
	width:200px;
}

/* Headers */
h1 {
	font-size:1.8em;
}

h2 {
	font-size:1.4em;
}

.logo {
font-family: Georgia, serif;
font-size:1.5em;
text-shadow:2px 2px 4px black;
text-align:center;
color: white;
}

.love {
font-family: Georgia, serif;
font-size:4em;
text-shadow:2px 2px 4px black;
text-align:center;
color: white;
}

/* Containers */
body {
	background:lightslategray;
	font-family:arial;
	font-size:0.8em;
	color:black;
}

#container, footer {
	background:#697784;
	width:920px;
	margin:0 auto;
	padding:20px;
}

header {
	width:940px;
	padding:10px;
	margin:0 auto 0px auto;
}

#container {
	min-height:500px;
	border-radius:5px 5px 0 0;
}

footer {
	border-radius:0 0 5px 5px;
}

/* menu*/

.menu_headers {
	font-family: Georgia, serif;
	text-align:center;
	text-shadow:2px 2px 4px black;
	margin: 0px;
	color: white;
}

.page_headers {
	font-family: Georgia, serif;
	text-align:center;
	text-shadow:2px 2px 4px black;
	margin: 0px;
	color: white;
}

.titles {
	font-family: Georgia, serif;
	font-size:1.25em;
	text-align:center;
	text-shadow:2px 2px 4px black;
	margin: 0px;
	color: white;
}

.admin_side {
font-family: Georgia, serif;
text-align:center;
color: white;
}

.menu_header {
font-family: Georgia, serif;
color: white;
}

.side{
font-family: Georgia, serif;
font-size:1.25em;
text-align:center;
text-shadow:2px 2px 4px black;
margin: 0px;
color: white;
}

/* Navigation */
nav {
	float:left;
}

nav ul {
	margin:0;
}

nav ul li {
	display:inline;
	margin-right:10px;
}

nav ul li a {
	text-decoration:none;
}

nav ul li.current {
	font-weight:bold;
}

nav ul li a.last {
	border-right:0;
}

/* Aside */
aside {
	width:260px;
	float:right;
	padding-left:15px;
}

/*name*/
#name_header {
font-family: Georgia, serif;
color:white;
margin:0 0 0 0;
padding:0px;
}

/* Footer */
footer {
	border-top:1px dashed #999;
	color:white;
}

/* Misc */
.clear {
	clear:both;
}

#slideshowWrapper{position:absolute;width:646px;margin:auto;}

ul#slideshow{list-style:none;border:1px solid #999;padding:2px;margin:auto;margin-top:0;width:640px;height:240px;overflow:hidden;}

#slideshowWrapper > div {
	color: black;
}

#slideshowWrapper > div a {
	color: blue;
}

small a{color:#000;}
