/*   
Theme Name: katyverga
Theme URI: http://katyverga.com/wp-content/themes/katyverga
Description: custom theme for katy
Author: Anthony Verga
Author URI: your-URI
Version: .1
.
General comments/License Statement if any.
.
/* structure */

div,h1,h2,h3,h4,li,ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin-bottom: 10px;
}

img {
	border: none;
	outline: none;
	padding: 10px 0px;
}

body {
	width: 1024px;
	background: #bde8de;
	margin: 0 auto;
	padding: 0;
	font: "Courier New";
	font-family: monospace;
}

br {
	line-height: 1.5em;
}

#bodywrap {
	background: url(images/bgedge.jpg) repeat-y;
}

#wrap {
	background: white;
	width: 913px;
	margin: 0 60px;
}

#banner {
	margin: 0 110px;
}

#contentwrap {
	background: white;
}

#content {
	float: left;
	width: 618px;
	background: white;
	padding: 25px;
}

#sidebar {
	float: right;
	width: 195px;
	background: white;
	padding: 25px;
}

#footer {
	clear: both;
	background: white;
}

/* wordpress */

.post {
	padding: 25px 0;
}

#sidebar ul li{
	padding: 0;
	margin-left: 10px;
	font-size: .9em;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#recentitemslist {
	margin: 15px 0 0 0;
}

.recentlist {
	height: 75px;
	width: 225px;
	list-style-type: none;
	display: inline;
	margin: 0 40px 0 0;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto }

/* fonts */
a {
	text-decoration: none;
	color: orange;
}

.meta {
	font-size: .8em;
	padding: 0 0 10px 0;
}

.title {
	color: #505050;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	font-size: 1.75em;
	font-style: bold;
}

.entry {
	font-size: 1em;
	line-height: 1.25em;
}
