/* START General Stylings */
* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	color:#555;
	font:100% Arial,sans-serif;
	line-height:18px;
	margin:0;
	padding:0;
}
a, a:visited {
	text-decoration:none;
	color:#999;
}
a:hover, a:active {
	color:#333;
}
h1, h2, h3 {
	margin-bottom:2px;
}
h1 {
	font-size:2em;
	color:#333;
}
h2 {
	font-size:1.5em;
	color:#555;
}
h3 {
	color:#000;
	font:bold 1.4em "Arial Narrow",sans-serif;
	text-transform:uppercase;
	margin-bottom:0;
}
.al, .alignleft, .left {
	position:relative;
	float:left!important;
	margin-right:10px;
}
.ar, .alignright, .right {
	position:relative;
	float:right!important;
	margin-left:10px;
}
.ma {margin:auto;}
.cb {clear:both;}
img, p img {
	float:none;
	margin:auto;
	border:0;
}
.more-link {
	display:block;
	position:relative;
	float:left;
	clear:both;
}
blockquote p { margin:0; }
.submit-button {
	background:#333;
	color:#fff;
	border:0;
	width:auto;
	font-weight:bold;
	text-transform:uppercase;
}
.submit-button:hover {
	background:#555;
}
.hideme {
	display:none;
}
/* END General Stylings */


/* BEGIN Header */
#header h1 {
	margin:0;
}
#logo {
	display:block;
	background:url('../../../images/logo.png');
	width:200px;
	height:50px;
	margin:25px 0;
	position:relative;
}
#blog-title, #blog-description {
	position:absolute;
	text-indent:-999em;
}
/* END Header */


/* BEGIN Menu */
.menu {
	font:bold 1em "Arial Narrow",sans-serif;
	text-transform:uppercase;
	width:100%;
	margin-bottom:15px;
	border-bottom:1px solid #000;
	overflow:visible;
	height:30px;
}
.menu ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
.menu ul li ul,
.menu ul li:hover li ul {
	display:none;
}
.menu ul li {
	display:block;
	position:relative;
	float:left;
	padding:0;
	margin:0;
}
.menu ul li a, .menu ul li a:visited {
	padding:3px 15px;
	line-height:30px;
	margin:0;
}
.menu ul li .subtitle {
	display:none;
	text-transform:none;
	font:normal .8em Arial,sans-serif;
	padding:0;
	margin:0;
}
.menu ul li:hover a, .menu ul li:hover a:visited,
.menu ul li a:hover, .menu ul li a:active, .menu ul li a:focus,
.menu ul li.current-page-item a, .menu ul li.current-page-item a:visited {
	color:#000;
	border-bottom:3px solid #000;
}
.menu ul li:hover ul {
	background:#222;
	display:block;
	width:200px;
	padding:0;
	margin:0;
	position:absolute;
	top:30px;
	left:0;
	z-index:100;
}
.menu ul li li {
	float:none;
	display:block;
}
.menu ul li li a, .menu ul li li a:visited,
.menu ul li:hover li a, .menu ul li:hover li a:visited {
	display:block;
	background:#222;
	color:#eee;
	border:0;
}
.menu ul li:hover li a:hover, .menu ul li:hover li a:active {
	background:#eee;
	color:#222;
}
/* END Menu */


/* BEGIN Layout */
#wrap {
	width:960px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#nav-above { display:none; }
#nav-above, #nav-below {
	position:relative;
	overflow:hidden;
}
.nav-previous { position:relative; float:left; }
.nav-next { position:relative; float:right; }
/* END Layout */


/* BEGIN Sidebar */
.aside .xoxo, .aside .xoxo ul {
	list-style:none;
	margin:0;
	padding:0;
}
.widgettitle {
	color:#000;
	font:bold 1.4em "Arial Narrow",sans-serif;
	text-transform:uppercase;
	margin-bottom:0;
}
.widget {
	margin-bottom:30px;
}
.widget ul {
	border-top:1px solid #ccc;
	padding-top:5px;
}
.widget li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}
/* END Sidebar */


/* BEGIN Articles */
.post {
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
}
.entry-title {
	text-transform:uppercase;
	font:bold 2em "Arial Narrow","Trebuchet MS",sans-serif;
	color:#000;
}
.entry-title a, .entry-title a:visited {
	color:#000;
}
.entry-meta {
	text-transform:uppercase;
	font-size:.6em;
	margin-bottom:18px;
}
.entry-photo {
	margin:0 0 15px 15px;
	position:relative;
	float:right;
}
.entry-content {
	position:relative;
}
.tag-links {
	display:block;
	margin-bottom:15px;
	position:relative;
}
.comments-link, .comments-link:visited {
	background:url('../../../images/comment_bubble.png') no-repeat 0 50%;
	color:#777;
	padding-left:25px;
	line-height:18px;
	padding-bottom:3px;
	text-transform:uppercase;
	font:bold 1em "Arial Narrow","Trebuchet MS",sans-serif;
	position:relative;
	float:right;
}
/* END Articles */


/* BEGIN Comments */
#comments h3 {
	display:block;
	color:#514d42;
	font-size:2.5em;
	text-transform:capitalize;
	padding:5px 0;
	margin:15px 0;
}
.h3_link, .h3_link:visited {
	font:8pt Arial;
}
#comments-list {
	width:540px;
}
.commentlist,
.commentlist .children {
	list-style: none;
	padding: 0 0 0 120px;
	margin:0;
}
.comments {
	margin-left:10px;
	margin-bottom:10px;
}
.commentlist li {
	position:relative;
	clear:both;
	margin:10px 0;
	padding:0;
}
.comment-wrap {
	position:relative;
}
.comment-meta {
	position:absolute;
	width:120px;
	left:-120px;
}
.avatar {
	margin-right:5px;
	width:80px;
	height:80px;
}
.commentlist .fn, .formcontainer .fn {
	display:block;
	color:#514d42;
	font:bold 1.2em Arial,sans-serif;
	font-style:none;
	clear:left;
}
.comment-author-name, .comment-author-name:visited {
	color:#514d42;
}
.comment-author-name:hover, .comment-author-name:active {
	color:#aaa;
}
.comment-date {
	font-size:.9em;
	line-height:12px;
	color:#8d8982;
}
.commentlist li .comment-entry {
	background:#fff;
	border:1px solid #ccc;
	padding:30px;
	position:relative;
}
.commentlist li .comment-entry p {
	width:auto;
}
.comment-arrow {
	display:block;
	background:url('../../../images/comment_arrow.png') no-repeat 0 0;
	width:34px;
	height:38px;
	position:absolute;
	left:-32px;
	top:15px;
	z-index:10;
}
.reply-author {
	margin:0;
}
.comment-entry blockquote {
	background: #eee;
	font-family:inherit;
	font-size:1em;
	padding:15px;
	margin:15px auto 25px;
}
.comment-entry blockquote blockquote {
	background:#ddd;
	margin:1.5em;
}
.comment-entry blockquote p {
	margin:0;
}
.comment-reply-link,
.comment-edit-link {
	font:8pt Arial;
	text-transform:uppercase;
}
#trackbacks-list {
	clear:both;
	margin-top:15px;
}
#trackbacks-list ol {
	margin-left:50px;
}
.commentlist .children {
	padding-left:0!important;
}
.children li {
	padding-left:25px;
	border-left:1px solid #ccc;
}
.children .comment-arrow {
	height:1px;
	width:27px;
	left:-27px;
}
.children .entry-content {
	z-index:30;
	padding-bottom:60px;
}
.children .comment-meta {
	height:40px;
	width:200px;
	left:auto;
	right:10px;
	bottom:10px;
	z-index:35;
	text-align:right;
}
.children .comment-meta .avatar {
	width:40px;
	height:40px;
	position:relative;
	float:right;
	margin-left:5px;
}
.children .comment-meta .fn {
	display:inline-block;
	clear:none;
	font-weight:normal;
	font-size:1em;
}
.children .entry-content {
	position:relative;
}
.comment-footer {
	padding-top:10px;
}
/* END Comments */


/* BEGIN Comment Form */
#respond {
	position:relative;
	width:432px;
	padding: 0 0 0 120px;
	margin: 0 25px 0 10px;
	overflow:hidden;
}
#respond h3 {
	margin:0 0 0 -120px;
}
.formcontainer {
	margin:0;
	padding:0;
	position:relative;
}
.form-label label {
	display:none;
}
.form-label span {
	position:absolute;
	left:-999em;
}
.form-label label {
	display:none;
}
.form-input input,
.form-textarea textarea {
	background:#fff;
	color:#555;
	width:400px;
	font-size:1em;
	padding:5px 5px 5px 25px;
	margin:0;
	border:1px solid #ccc;
	position:relative;
	z-index:5;
}
.form-input input {
	margin-top:8px;
}
.form-textarea textarea {
	height:180px;
	top:-2px;
	font-size:1.2em;
}
#login {
	position:relative;
	margin:0;
	float:left;
}
#author {background:#fff url('../../../images/comments_name.gif') no-repeat 2px 50%;}
#email {background:#fff url('../../../images/comments_email.gif') no-repeat 2px 50%;}
#url {background:#fff url('../../../images/comments_url.gif') no-repeat 2px 50%;}
span.required {
	color:#f55;
}
#comment-notes {
	position:absolute;
	top:315px;
	left:2px;
	font-size:.8em;
}
#submit {
	background:#555;
	color:#fff;
	padding:8px;
	margin-top:8px;
	border:0;
	position:relative;
	float:right;
}
/* END Comment Form */


/* BEGIN Footer */
div#footer, #wp_footer {
	width:960px;
	font-size:.8em;
	margin:10px auto;
	clear:both;
}
#sb_credit {
	clear:both;
	position:relative;
	overflow:hidden;
	padding:30px 0 0;
}
#site_info {
	position:relative;
	float:left;
}
.copyright {
	display:block;
}
#login_content {
	position:relative;
	float:right;
	text-align:right;
}
#login_links {
	list-style:none;
	margin:0;
	padding:0;
}
#login_links li {
	display:inline;
}
/* END Footer */