@charset "UTF-8";
/* Sweet Leilani 2009 Wordpress Blog Design * evokative.ca */

/*----------------------------------------------------- */
/* HEADER AREA */
/*----------------------------------------------------- */

#headerwrap {
		width:950px;
		margin:0 auto;
		height:250px;
		background-image:url(images/header_sw.jpg);
		background-repeat:no-repeat;
		}

#header {
		width:950px;
		height:191px;
		z-index:10;
		}


/*----------------------------------------------------- */
/* GENERAL HTML TAGS */
/*----------------------------------------------------- */

body {
		margin:0px;
		padding:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-align:left;
		background:#9B6691 url(images/bg_sw02.jpg) repeat-y center top;
		}
* {
		padding:0px;
		margin:0px;
		}
		
a {
	color: #3b0a3b;
	text-decoration: none;
}

a:visited {
	color:#3b0a3b;
	text-decoration: none;
}
a:hover {
	color: #7c487b;
	text-decoration: none;
}
img, table {
	border: none;
}

p {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	text-align:left;
	padding: 10px;
	margin: 0px;
	
}

ul {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	text-align:left;
	padding: 10px;
	margin: 0px;
	
}

		
/*----------------------------------------------------- */
/* MENU AREA (2 LEVELS) */
/*----------------------------------------------------- */		
		
		
#menubot {
		width:950px;
		height:24px;
		background:url(images/menubot_sw.jpg) repeat;
		}
		
#menutop {
		height:35px;
		width:950px;
		background:url(images/menutop_sw.jpg) repeat;
		}

/*----------------------------------------------------- */
/* WRAPPER AREA */
/*----------------------------------------------------- */
		
#wrapper {
	/*width:1263px;*/
	/*background:url(images/bg_sw.jpg);*/
	background-position:right;
	background-repeat:repeat-y;
}
		
	
/*----------------------------------------------------- */
/* MENU LIST */
/*----------------------------------------------------- */
		
ul#pagelist
		{
		padding-top:10px;
		margin-left: 40px;
		padding-left: 0;
		white-space: nowrap;
		}

#pagelist li
		{
		font: 11px Georgia, "Times New Roman", Times, serif;
		font-variant: small-caps;
		font-style:italic;
		display: inline;
		list-style-type: none;
		color:#FFFFFF;
		}

#pagelist a { padding:10px; color: #fff; text-decoration: none;}


#pagelist a:hover
		{
		color: #3d0c3c;
		text-decoration: none;
		}
		
ul#bloglist
		{
		padding-top:5px;
		_padding-top:6px;
		margin-left: 40px;
		padding-left: 0;
		white-space: nowrap;
		}

#bloglist li
		{
		font: 11px Georgia, "Times New Roman", Times, serif;
		font-variant: small-caps;
		font-style:italic;
		display: inline;
		list-style-type: none;
		color:#FFFFFF;

		}

#bloglist a { padding:10px; color: #fff;
		text-decoration: none;}

#bloglist a:hover
		{
		color: #3d0c3c;
		text-decoration: none;
		}	
		
/*----------------------------------------------------- */
/* CONTENT AREA */
/*----------------------------------------------------- */		

	
#ind-content {
	background:url(images/content_sw.jpg) repeat-y;
	width:950px;
	margin:0 auto;
	overflow: hidden;
}

/*----------------------------------------------------- */
/* POST CONTENT STYLES */
/*----------------------------------------------------- */

.ind-post {
	width:750px;
	padding:40px;
}

	
.post-title {
	float: left;
	padding-top:0px;
	width: 750px;
}

.entry {
	clear: both;
	padding-top: 10px;
}



h2, h2 a:visited {
	color: #3d0c3c;
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	padding-top:5px;
}
h2 a {
	color: #3d0c3c;
	text-decoration: none;
}
h2 a:hover {
	color: #3d0c3c;
	text-decoration: none;
}
h3 {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3d0c3c;
}
h4 {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3d0c3c;
}
form {
	margin:0px;
	padding:0px;
}

/*----------------------------------------------------- */
/* ALIGNMENTS AREA */
/*----------------------------------------------------- */

.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------- */
/* FOOTER AREA */
/*----------------------------------------------------- */

#footer {
	width:950px;
	margin:0 auto;
}

#footer .footer {
	background: url(images/footer.jpg) top center no-repeat;
	height:48px;
	width:950px;
}
#footer_bg {
	width:950px;
	height:48px;
}

