/*

Theme Name: YuriConALC
Description: Purple lilac layout created for use by Erica Friedman
Author: Lissa Pattillo
Author URI: http://www.lissapattillo.com
Version: 1

*/




@charset "utf-8";
/* CSS Document */

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;

}

a {

	text-decoration: none;
	color: #6A4697;

}


a:hover {
	text-decoration: none;
	color: #81699E;

}

img {

border: 0px;

}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wrapper {

	margin-bottom: -9px;
	margin: auto;
	width: 1000px;
	background: #FFFFFF url('images/lila-bg.gif') top right;
	background-repeat: no-repeat;


}

H2 {

	color: #8B8EB8;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 10px;

}

h3 {
	border-bottom: 2px dashed #8b8eb7;
	color: #8b8eb7;
	padding-bottom: 5px;
}

.content {
	width: 650px;
	margin-top: 15px;
	color: #000000;
	float: left;
	margin-left: 35px;
	margin-right: 0px;

}


.search {
	margin-right: 15px;
	margin-top: 8px;


}

#navi {
	width: 1000px;		
	height: 43px;
	background: url('images/nav.png');
	background-repeat: none;
	float:left;
	font-size: 12px;
	text-align: center;
}

#navi a {

	color: #FFFFFF;
	font-weight: bold;

}

#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 798px;
	height: 24px;
	float:left;
	margin-left: 26px;
	margin-top: 5px;
}


#navi ul li {
	display: block;
	height:24px;
	text-decoration: none;
	float: left;
	padding-top: 9px;
	padding-right: 16px;
	padding-left: 16px;
}

#navi ul li:hover {
	background: #A3A7D8;
}


#navi ul li ul {
	display: none;
}


.sidebar {

	float: right;
	width: 300px;
	color: #000000;
	margin-top: -10px;
	text-align: center;

}

.footer {
	
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 15px;
	color: #000000;
	border-top: 2px #9A83B7 solid;
}