/*  
Theme Name: wAnderlust01
Theme URI: http://wanderlust.boringlikebehaviour.com/blog/
Description: Chris wants this
Version: 1.0
Author: Kyle Gatchalian
Author URI: http://boringlikebehaviour.com/

*/

/* BG & FONT */
body {
	padding: 0;
	margin: 0;
	font-family: Georgia;
	font-size: 10pt;
	background: #fff;
	color: #000;
}

a, a:hover {
	color: #434343;
}


/* LAYOUT */
#container {
	width: 617px;
	margin: 0 auto;
}

#content {
	position: absolute;
	left: 0;
	top: 0;
	width: 410px;
	margin: 0;
	color: #011631;
	background: ;
}

#sidebar {
	margin: 0 0 0 424px;
	padding: 0;
}

#sidebarinner {
	padding: 0px;
}

#pageinner {
	position: relative;
	margin: 13px 0 0 0;
}

/*SIDEBAR*/
.sb h2.title {
	font-family: Rockwell;
	color: #4F4F4F;
	font-size: 13pt;
	line-height: 13pt;
	padding: 0px;
	margin: 0px;
	font-weight: 100;
}

.lists, .lists a, .lists a:hover {
	font-family: "Arial Narrow";
	color: #A2A2A2;
	font-size: 10pt;
	line-height: 10pt;
	padding: 0px;
	margin: 0px;
	font-weight: 100;
	text-decoration: none;
}

.sb .lists ul {
	margin:0 0 0 10px;
	padding:0px;
}

.sb .lists ul li {
	list-style-image: none;
	list-style-type: none;
	background: none;
	padding-left: 3px;
	margin-left:0px;
}

/* POST */
.post {
	padding: 0;
	margin: 0 0 50px 0;
}
	
.post h2.posttitle {
	padding: 0;
	margin: 0;
	font-size: 23pt;
	line-height: 23pt;
	font-family: "Arial Narrow";
	color: #343434;
	letter-spacing: -1.85px;
	text-transform: uppercase;
	font-weight: 100;
	padding: 0;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
}

.post h2.posttitle a {
	text-decoration: none;
	color: #343434;
}

.post h2.posttitle a:hover {
	text-decoration: none;
	color: #535353;
}

.post h2.postdate {
	padding: 0;
	margin: 0;
	font-size: 13pt;
	line-height: 14pt;
	font-family: "Georgia";
	color: #879080;
	letter-spacing: -1.0px;
	text-transform: uppercase;
	font-weight: 100;
	padding: 0;
}

.content {
	font-size: 9pt;
	line-height: 17pt;
	font-family: Georgia;
	color: #000;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: 100;
	padding: 0;
	text-align: justify;
}

.content img{
	max-width: 396px;
	width: expression(this.width > 396 ? 396: true);
	border-width: 7px;
	border-style: solid;
	border-color: #343434;
}

.footer {
	font-size: 7pt;
	line-height: 8pt;
	font-family: "Georgia";
	color: #000;
	letter-spacing: none;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0 0 0;
	text-align: right;
}

.footer a {
	text-decoration: underline;
	color: #434343;
}

.footer a:hover {
	color: #737373;
}

/* COMMENTS */

.commentsection p {
	padding: 0;
	margin: 5px 0 0 0;
}

.commentsection h2.number {
	padding: 0;
	margin-bottom: 5px;
	font-size: 17pt;
	line-height: 17pt;
	font-family: "Arial Narrow";
	color: #343434;
	letter-spacing: -1.85px;
	text-transform: uppercase;
	font-weight: 100;
	border-width: 0;
}

.commentsection h2.name {
	padding: 0;
	margin: 0;
	font-size: 15pt;
	line-height: 15pt;
	font-family: "Arial Narrow";
	color: #343434;
	letter-spacing: -1.85px;
	text-transform: uppercase;
	font-weight: 100;
	padding: 0;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

.commentsection h2.date {
	padding: 0px;
	margin: 0px;
	font-size: 9pt;
	line-height: 9pt;
	font-family: "Georgia";
	color: #879080;
	letter-spacing: -1.0px;
	text-transform: uppercase;
	font-weight: 100;
	padding: 0;
}

.commenttext {
	font-size: 8pt;
	line-height: 10pt;
	font-family: "Georgia";
	color: #000;
	letter-spacing: -1.0px;
	text-transform: none;
	font-weight: 100;
	padding: 0px;
	margin-bottom: 23px;
	text-align: justify;
}


textarea, input {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Georgia;
	font-size: 9pt;
	color: #000;
	background-color: #A2A2A2;
	width: 220px;
}

textarea#comment {
	width: 410px;
}