body {
	margin: 0;
	border-top: 3px solid #ff9200;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(http://feministethics.com/images/site_images/bg.jpg) repeat-y center center;
	color: #242424;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#masthead {
	width: 980px;
	height: 24px;
	margin: 20px auto 50px;
}

#masthead #name {
	width: 235px;
	height: 24px;
	background: url(http://feministethics.com/images/site_images/mastheadname.gif) no-repeat center center;
	float: left;
}

#masthead #tagline {
	width: 432px;
	height: 24px;
	background: url(http://feministethics.com/images/site_images/mastheadtagline.gif) no-repeat center center;
	float: right;
}

#nav {
	width: 215px;
	float: left;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
}

#nav a {
	text-decoration: none;
	color: #545454;
	width: 220px;
	display: block;
	border-bottom: 1px solid #dedede;
	padding-top: .5em;
	padding-bottom: .5em;
}

#nav .selected {
	background-color: #e4e4e4;
}

#nav a:hover {
	background-color: #e4e4e4;
}

#nav ul li a {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 5px;
}

#nav ul ul li a {
	padding-left: 40px;
	width: 185px;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	background: url(http://feministethics.com/images/site_images/bullet.png) no-repeat 10px center;
}

#addto {
	color: #828282;
	width: 150px;
}

#backto {
	background-color: #e6e6e6;
	padding: 1em;
}

#content {
	width: 720px;
	float: right;
	line-height: 1.6em;
}

#content h1 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 1em;
}

#content h2 {
	text-transform: uppercase;
	margin-bottom: .5em;
}

#content h3 {
	font-style: italic;
	margin-bottom: .25em;
}

#content p {
	margin-bottom: 1em;
}

#content blockquote {
	border-left: 2px solid #8c8c8c;
	padding-left: 2em;
}

#content a {
	color: #242424;
}

#content a:hover {
	text-decoration: none;
}

#content ul {
	list-style-type: square;
	margin-left: 35px;
	margin-bottom: 20px;
}

#content dl {
	margin-bottom: 1em;
}

.categorybox {
	background-color: #e3e3e3;
	width: 200px;
	text-align: center;
	padding: 1em;
	float: right;
}

.paginate {
	margin-bottom: .5em;
	display: block;
	width: 300px;
	margin-top: .5em;
}

.paginate a {
	background-color: #e3e3e3;
	padding: .5em;
	border: 1px solid #afafaf;
}

.paginate b {
	background-color: #cacaca;
	padding: .5em;
	border: 1px solid #afafaf;
}

.paginate a:hover {
	background-color: #cacaca;
}

.clear {
	clear: both;
}

/* @group Weblog Styles */

.blog {
	border-bottom: 3px solid #e4e4e4;
	margin-bottom: 2em;
	padding-bottom: 1em;
}

.header {
	width: 720px;
}

.header h1 {
	float: left;
	width: 360px;
}

.header h2 {
	float: right;
	width: 360px;
	text-align: right;
}

.blogcontent {
	clear: both;
}

.blogcontent .summary {
	padding-left: 5em;
	padding-right: 5em;
	margin-bottom: 1em;
	font-style: italic;
	font-size: .8em;
}

/* @group Comments */

.comments {
	border-top: 3px solid #e4e4e4;
	padding-top: 1em;
}

.form {
	background-color: #e6e6e6;
	padding: 2em;
}

.toggle {
	text-decoration: underline;
	cursor: pointer;
	display: hidden;
}

.comment {
	margin-top: 1em;
	margin-bottom: 1em;
}

.comment p {
	padding-left: 20px;
}

.comment h3 {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.comment .divider {
	text-align: center;
}


/* @end */



/* @end */