/****** typography ******/

#sidebar {
	font-size: 12px;
}

#sidebar a#avatar-panel {
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

#sidebar a#avatar-panel:hover {
	color: #2d7a90;
}


#sidebar h2 {
	font-size: 12px;
	color: #000;
}

#content {
    font-size: 13px;
}

#content h2, #content h1 {
	font-size: 20px;
}

#content h3 {
	font-size: 15px;
}

#content h1, #content h2, #content h2 a:link, #content h1 a:link, #content h3 a:link,
#content h2 a:visited, #content h1 a:visited, #content h3 a:visited {
	color: #5d3112;
	text-decoration: none;
}

#content h2 a:hover, #content h1 a:hover, #content h3 a:hover {
	color: #b31e23;
	text-decoration: none;
}

div#content div.post p.postmetadata {
	font-size: 10px;
	line-height: normal;
}

#content p.wp-caption-text {
    font-size: 10px;
}

/****** wrappers *****/

body div#wordpressWrapper {
	z-index: 10;
	width: 700px;
	float: left;
	padding: 15px 10px 30px 10px;
	background: url(../i/watermark.png) no-repeat bottom right;
}

/***** sidebar *****/

#sidebar {
	float: right;
	width: 150px;
	padding: 0 5px;
	margin: 0;
	text-align: left;
}

a#avatar-panel {
	display: block;
	text-align: center;
	width: 100%;
	background: url(../img/isabel-bite-this.jpg) no-repeat top;
	padding-top: 179px;
	width: 120px;
	margin: auto;
}

#sidebar h2 {
	margin-bottom: 3px;
}

#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}


#sidebar input#s {
	width: 100%;
}

#tag_cloud {
	margin-bottom: 14px;
}

#subscribe {
    background: url(../img/rss-feed-icon.png) no-repeat 3px 0;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding-left: 41px;
    outline: none;
}

/**** content *****/

div#box div#content {
	float: left;
}

/* content area navigation */

div.navigation {
    
}

div.alignleft {
    float: left;
    width: 50%;
}

div.alignright {
    float: right;
    width: 50%;
    text-align: right;
}

/* content area */

#content  {
	width: 500px!important;
	padding: 0!important;
}

#content h2, #content h1 {
	margin: 1px 0 8px 0; 
}

#content h3 {
	margin: 8px 0 8px 0; 
}

#content p {
	margin-bottom: 10px;
}

#content img {
    max-width:510px;
    height: auto;
}

#content p.wp-caption-text {
    width: 510px;
}

textarea#comment {
	width: 510px;
}

.post {
    clear: both;
	padding: 10px 0 0 0;
	margin: 0;
}

div#content div.post p.postmetadata {
	padding: 5px 0 10px 0;
}

/* comments */

ol.commentlist {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
}