/*
Theme Name: ella v.1.0
Theme URI: http://ellascottdesign.com
Description: A design based off ella's existing identity.
Version: 1.0
Author: ripe.com
Author URI: http://ripe.com

*/


/* Resetting */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0; }
table {	border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* HTML Redefinition */

html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #1b000f; 
	background-color: #1b000f;
	text-align: center;
	line-height: 11pt;
	}

a:link, a:visited {
	color: #6c0036;
	text-decoration: none;
	}

a:hover {
	color: #e15fa5;
	}


h1 {
	}

h2 {
	font-size: 18pt;
	color: #771d49;
	margin-bottom: 10pt;
	}
	h2 a:link, h2 a:visited {
		color: #771d49;
		text-decoration: none;
		border-bottom: 0px;
		}
	h2 a:hover {
		color: #e15fa5;
		}

p {
	padding-bottom: 5pt;
	padding-top: 5pt;
	}

small {
	color: #b47792;
	}

ul {
	margin-bottom: 15pt;
	}

ul li ul li {
	list-style: circle;
	margin-left: 20px;
	}


/* ID */

#content {
	float: right;
	width: 520px;
	text-align: left;
	}

#footer {
	width: 750px;
	color: #f6d3e6;
	}
	#footer a:link, #footer a:visited {
		border-bottom: 1px dotted #f6d3e6;
		color: #f6d3e6;
		}
	#footer a:hover {
		color: #e15fa5;
		}

#header {
	width: 750px;
	text-align: left;	
	}

#nav {
	height: 44px;
	width: 749px;
	border-bottom: 1px solid #6c0036;
	margin-bottom: 61px;
	padding-top: 37px;
	text-align: right;
	}
	#nav a:link, #nav a:visited {
		font-weight: bold;
		color: #6d002b;
		text-decoration: none;
		}
	#nav a:hover {
		color: #fff;
		font-weight: bold;
		}

#page {
	width: 750px;
	margin: 0px auto;
	}

#sidebar {
	float: left;
	width: 174px;
	background-image: url('images/sidebar-back.gif');
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	}
	#sidebar a:link, #sidebar a:visited {
		color: #771d49;
		}
	#sidebar a:hover {
		color: #e15fa5;
		}
	#sidebartop {
		float: left;
		width: 204px;
		height: 25px;
		background-image: url('images/sidebar-top.gif');
		}
	#sidebarbottom {
		float: left;
		width: 204px;
		height: 25px;
		background-image: url('images/sidebar-bottom.gif');
		}
	#sidebarbottomline {
		border-bottom: 1px solid #6c0036;
		width: 216px;
		float: left;
		margin-top: 6px;
		margin-left: -6px;
		}
	
#wrapper {
	border: 1px solid #6c0036;
	padding: 6px 6px 0px 6px;
	margin-top: 50px;
	margin-left: 1px;
	background-image: url('images/wrapper-back.gif');
	}
	
/* classes */

.alignright {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	}

.alignleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	}

.archivetitle {
	width: 521px;
	text-align: center;
	}

.clear {
	clear: both;
	}

.navnest {
	padding-top: 9px;
	padding-left: 20px;
	}

.post {
	width: 521px;
	background-image: url('images/post-back.gif');
	}
	.posttop {
		background-image: url('images/post-top.gif');
		width: 521px;
		height: 25px;
		}
	.postbottom {
		background-image: url('images/post-bottom.gif');
		width: 521px;
		height: 25px;
		}
	.postcontent {
		padding-left: 20px;
		padding-right: 20px;
		}
		.postcontent a {
			border-bottom: 1px dotted #6c0036;
			}

.postholder {
	margin-bottom: 6px;
	}

.topnav {
	width: 521px;
	height: 32px;
	background-image: url('images/nav-back.gif');
	margin-bottom: 6px;
	}
	
.vr {
	margin-left: 16px;
	margin-right: 16px;
	}

/* Comment specific */

.even {
	background-color: #f2e4ec;
	padding: 15px;
	}

.odd {
	padding: 15px;
	}

.bypostauthor {
	background-color: #e4d1db;
	background-image: url('images/admin-post.gif');
	background-position: top right;
	background-repeat: no-repeat;
	}

/* Text styles */

#nav a.black {
	color: #f6d3e6;
	}

h2.pagetitle {
	font-size: 10pt;
	font-weight: bold;
	color: #f6d3e6;
	}


/* Browser fixes */

.ie #wrapper {
	}

.ie6 #sidebarbottomline {
	width: 217px;
	margin-left: -4px;
	margin-top: -7px;
	}

.ie7 #sidebarbottomline {
	width: 216px;
	margin-left: -6px;
	margin-top: -7px;
	}