@charset "utf-8";
/*
Theme Name: Zeta Phi Eta: Alpha Phi
Theme URI: http://www.iymeko.com
Description: For the Alpha Phi chapter of Zeta Phi Eta at UW-Whitewater
Version: 1.2
Author: Erica Campbell
Tags: two columns, red, rose, greek
*/

@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background:url(images/bkg.jpg) repeat-x #fff;
}

#toparea {
	width:100%;
	height:142px;
	background:#000;
	border-bottom:1px #000 solid;
}

#top {
	width:1000px;
	height:142px;
	margin:auto;
	background:url(images/blackrose.jpg) left top no-repeat;
}

#title {
	background:url(images/title.png) no-repeat;
	width:430px;
	height:125px;
	display:block;
	margin:auto;
	position:relative;
	top:10px;
}

#body {
	width:100%;
	position:absolute;
}

/* Begin navigation style */

	#nav {
		width:1000px;
		margin:auto;
		height:34px;
		font-size:16px;
		text-align:center;
		font-family:Verdana, Geneva, sans-serif;
	}
	
	#nav ul {
		margin:0px;
		padding:7px 0px 9px 0px;
		width:1000px;
		float:left;
	}
	
	#nav ul li {
		border-right:2px solid #fff;
		display:inline;
		list-style:none;
	}
	
	#nav ul li a {
		color:#fff;
		text-decoration:none;
		padding:0px 25px 0px 23px;
	}
	
	#nav ul li a:hover {
		background:url(images/nav_rose_bkg.png) no-repeat bottom left;
		padding:0px 14px 0px 34px;
	}
	
	#nav .lastli {
		border-right:0px;
	}
	
	#searchform { display:inline; }
	#searchform .textbox { width:75px; margin-left:10px; }
	#searchform #searchsubmit { 
		background:none;
		border:none;
		font-weight:bold;
		color:#fff;
		font-family:Verdana, Geneva, sans-serif;
	}
	.hidden {
		position:absolute;
		left:-10000px;
		top:auto;
		width:1px;
		height:1px;
		overflow:hidden;
	}

/* End navigation style */

#mainarea {
	width:998px;
	display:block;
	margin:auto;
	background:url(images/contentbkg.jpg) repeat-y top left;
	border-left:1px solid #8c181b;
	border-right:1px solid #8c181b;
	font-family:Verdana, Geneva, sans-serif;
}
#mainarea h1, #mainarea h2, #mainarea h3, #mainarea h4, #mainarea h5, #mainarea h6 { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	clear:both; 
	padding:0px;
	color:#8c181b;
	font-style:italic;
	margin:5px 0px;
}
#mainarea h1 {
	font-size:26px;
	background:url(images/h1_rose.png) no-repeat;
	padding-left:50px;
	border-bottom:1px solid #000;
}
#mainarea h2 {
	font-size:22px;
	border-bottom:1px dotted #000;
}
#mainarea h3 { font-size:20px; }
#mainarea h4 { font-size:18px; }
#mainarea h5 { font-size:16px; }
#mainarea h6 { font-size:14px; }

#mainarea a {
	color:#8c181b;
}

#mainarea ul {
	margin:0px;
}

#mainarea ul li {
	list-style-type:square;
	padding:0px 0px 2px 0px;
}

#mainarea input {
	margin-bottom:3px;
}

#mainarea img { padding:5px; }

#content, #rightarea {
	padding:0px 5px;
}
#content {
	float:left;
	font-size:14px;
}
#content {
	width:707px;
	font-size:14px;
	border-right:1px dashed #8c181b;
}

#rightarea {
	width:270px;
	float:right;
	font-size:12px;
}

.memberphoto {
	padding:5px;
}

.clear {
	clear:both;
	display:block;
	height:0px;
	width:1000px;
}

#footer {
	width:990px;
	height:auto;
	margin:auto;
	padding:7px 5px;
	background:#000;
	color:#fff;
	clear:both;
	font:12px Arial, Helvetica, sans-serif;
}
#footer a {	color:#fff; }
#footer p { margin:0px; }
#footer .uww, #footer .facebook, #footer .rss { 
	height:32px;
	width:32px;
	float:left;
	padding:0px 2px;
}
#footer .uww { background:url(images/logo.png) no-repeat; }
#footer .facebook { background:url(images/facebook.png) no-repeat; }
#footer .rss { background:url(images/rss.png) no-repeat; }

img { border:0px; }

.dateline, .dateline a {
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}

.dateline {
	color:#000;
	padding:5px;
	margin:5px 0px;
	font-style:italic;
	background:#fff;
}

.response_box li {
	border:2px solid #8c181b;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	margin:5px;
	padding:5px;
	background:#E0E0E0;
}

.navigation, .infotext, .clear, .caption {
	width:100%;
}

.navigation{
	display: block;
	text-align: center;
	height:auto;
}

.next, .prev {
	width:50%;
}

.alignright, .next {
	float:right;
	text-align:right;
}

.alignleft, .prev {
	float:left;
	text-align:left;
}

.infotext {
	font-style:italic;
}
.clear {
	clear: both;
}

.attachment {
	text-align:center;
	margin: 5px 0px;
}

.entry {
	width:100%;
}

.postmetadata {
	clear: both;
}

.caption {
	text-align:center;
}