/*
Theme Name: stephanie
Theme URI: http://stephanienoritz.com/blog
Author: andrew
Description: "i just want to be able to show like 5 images/posts per page and categorized so when you click on portraits for example..all the portrait posts would show up on the page, and so forth."
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11px;
	line-height: 17px;
	vertical-align: baseline;
	background: transparent;
	font-family: Helvetica, Arial;
	font-weight: normal;
	color: black;
	text-transform: lowercase;
	text-decoration: none;
}
body {
	line-height: 1;
	margin: 50px;
	width: 690px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover {
	color:gray;
}
.post {
margin-bottom: 50px;
}

.entry {
}

#content {
	float: left;
	width: 450px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

h2.pagetitle {
	margin-bottom: 15px;
	display: block;
}

h3.space {
	margin-top: 50px;
	margin-bottom: 50px;
	display: block;
}

#comment {
	margin-top: 50px;
	width: 450px;
}

#comment-form {
	width: 450px;
}

li.comment {
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
}

ol.commentlist {
	border-top: 1px solid #ccc;
}
#respond {
	margin-top: 50px;
	width: 450px;
}

.comment-author {
	margin-top: 50px;
}

.comment p {
	margin-top: 15px;
}

strong {
	font-weight: bold;
}

#sidebar {
	float: left;
	margin-left: 50px;
}

#footer {
	padding-top: 50px;
	clear: both;
}