/*
Theme Name: Writer's Blog
Version: 1.0.2
Description: Writer's blog is a very simple 2-column theme that focuses on minimalism. You have the option to add a banner and change the sidebar's position in the theme options.
Author: Eric Crooks
Author URI: http://www.ericcrooks.com/
Tags: black, orange, white, light, two-columns, right-sidebar, fixed-width, custom-header, theme-options
*/

/** {
	margin: 0 auto;
	}
*/
body {
	margin: 0;
	padding: 0;
	hight: 100%;
	font-size: 100.001%;
	z-index:1;
	position: relative;
/*	background-image:url(http://www.brave-new-alps.com/wp-content/themes/writers-blog/images/square.gif);
	background-repeat: repeat;
*/	font-family: Georgia, "Times New Roman", Times, serif;
	overflow-x:hidden;
	overflow-y:auto;
	}
* html body{
	background-image:url(http://www.brave-new-alps.com/wp-content/themes/writers-blog/images/square-firefox.gif);
	background-repeat: repeat;
	position: relative;
	overflow-x:hidden;
	overflow-y:auto;
	}
#map{
	z-index:-1;
	position:fixed;
	margin-top: -90px;
	height: 130%;
	}
* html #map{
/*	z-index:-1;
	position:absolute;*/
	display: none;
	}
#background {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(http://www.brave-new-alps.com/background-new.jpg);
	background-repeat: repeat;
}
* html #background {
	display:none;
}
a img {
	border-bottom: 4px solid #FFFFFF;
	border-left: none;
	border-top: none;
	border-right: none;
	}
a:hover img {
	border-bottom: 4px solid #000;
	border-left: none;
	border-top: none;
	border-right: none;
	}
a {
	color: #000000;
	text-decoration: underline 2px solid;
	}
a:hover {
	color: #ffffff;
	text-decoration: none;
	}
cite {
	font-style: normal;
	}
cite a {
	color: #000000;
	font-style: normal;
	}
code {
	background: #efefef;
	border: 1px solid #dfdfdf;
	display: block;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 10px;
	}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	}
p {
	line-height: 1.5em;
	margin-top: 20px;
	text-align: left;
	}
pre {
	background: #efefef;
	border: 1px solid #dfdfdf;
	display: block;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 20px;
	overflow: auto;
	padding: 10px;
	}
textarea {
	font-family: "Arial";
	font-size: 1em;
	}

/* -header -*/

#bannerwrap {
	width: 830px;
	margin-left:8%;
	}
#bannerwrap img {
	max-width: 830px;
	border: none;
	}
#banner-custom img {
	margin-bottom: 20px;
	max-width: 830px;
	}

/* -content- */

#contentwrap {
	width: 830px;
	margin-left:8%;
	}
* html #contentwrap {
	width: 880px;
	margin-left:8%;
	}
#contentwrap h1 {
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0px 20px 20px 20px;
	}
#contentwrap h1 a {
	color: #ffffff;
	}
#content {
	float: left;
	width: 572px;
	}
/*.content-margin-20 {
	float: left;
	width: 20px;
	}
*/
#content h1 .description {
	color: #ffffff;
	font-size: .5em;
	font-weight: normal;
	}

/* -post and entries- */

.post {
	background: #ffffff;
	margin-bottom: 20px;
	padding: 20px 20px 12px 20px;
	}
.post a {
	color: #000000;
	text-decoration: underline;
	}
.post a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	}
.post blockquote {
	border-left: 4px solid #000000;
	margin-top: 20px;
	padding: 1em;
	font-style: italic;
	}
.post blockquote p {
	margin: 0;
	}
.post embed, .post img, .post object {
	max-width: 532px;
	margin-bottom: -12px;
	}
.post embed.alignleft, .post img.alignleft, .post object.alignleft {
	margin: 0 10px 10px 0;
	}
.post embed.alignright, .post img.alignright, .post object.alignright{
	margin: 0 0 10px 10px;
	}
.post h2 a {
	color: #000000;
	font-weight: bold;
	display:block;
	width:100%;
	border-bottom: #000000 4px solid;
	text-decoration: none;
	padding-bottom: 7px;
	margin-top:-17px;
	margin-bottom: -10px;
	}
.post h2 a.post-edit-link {
	margin-top: 20px;
	}

.post h2 a:hover {
	color: #000;
	background-color: #fff;
	}
.post ul, .post ol {
	line-height: 1.5em;
	margin-top: 20px;
	}
.post input {
	background: #efefef;
	border: 1px solid #dfdfdf;
	color: #000000;
	padding: 3px;
	}
.post input[type="submit"] {
	margin-top: 20px;
	}

.postmetadata-top {
	font-size: 0.7em;
	font-family:Arial, Helvetica, sans-serif;
	}
.postmetadata-bottom {
	margin-top: 20px;
	text-transform: uppercase;
	}

/* -post tables- */

/*.post table {
	background: #efefef;
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	line-height: 1.5em;
	margin: 20px auto 0 auto;
	width: 100%;
	}
.post th, .post td {
	background: #efefef;
	border: 1px solid #dfdfdf;
	padding: 5px;
	}
*/
/* -sidebar- */

#sidebar1wrap {
	float: left;
	width: 240px;
	margin-left: 18px;
	margin-top:-19px;
	background-color:#FFFFFF;
	margin-bottom: 40px;
	}
#sidebar1 {
	background: #ffffff;
	width: 200px;
	margin: 0px auto 20px 20px;
	padding-top: 9px;
	}
#sidebar1 small {
	line-height: 1.5em;
}


#sidebar1 ul {
	margin: 0;
	padding: 0;
	background-color:#FFF;
	}
/*#sidebar1 ul.children a, #sidebar1 li.page_item ul li.page_item a {
	padding-left: 20px;
	}
#sidebar1 ul.children ul.children a, #sidebar1 li.page_item ul li.page_item ul li.page_item a {
	padding-left: 30px;
	}
#sidebar1 ul.children ul.children ul.children a, #sidebar1 li.page_item ul li.page_item ul li.page_item ul li.page_item a {
	padding-left: 40px;
	}
*/
#sidebar1 li {
	list-style: none;
	}
	
#sidebar1 a {
	color: #000000;
	display: block;
	padding: 1px 0px 2px 0px;
	margin: 5px 0px;
	font-size: 1em;
	line-height: 1.2em;
	text-decoration: none;
	}
#sidebar1 a:hover {
	color: #000 !important;
	}
	
#sidebar1 img {
	margin-bottom:-6px;
}
#sidebar1 a:hover img{
	border-bottom: #000000 3px solid;
	margin-bottom:-5px;
}

#sidebar1 .textwidget {
	font-size: 14px;
	margin-top: 23px;
	line-height: 20px;
	margin-bottom:20px;
}

#sidebar1 .textwidget a {
line-height: 25px;
text-decoration: none;
border-bottom: 1px solid #000 !important;
padding-bottom: 1px;
display: inline;
}

#sidebar1 .textwidget a:hover {
text-decoration: none;
border-bottom: none !important;
display: inline;
}

#sidebar1 .textwidget #normal a {
line-height: 10px !important;
text-decoration: none;
border-bottom: 1px solid #000 !important;
padding-bottom: none;
display: inline;
}

#sidebar1 .textwidget #normal a:hover {
text-decoration: none;
border-bottom: none !important;
display: inline;
}
	
#sidebar1 .textwidget img {
	display: block;
	}
#sidebar1 .widget_text a, #sidebar1 .widget_text a img {
	border: none;
	padding: 0;
	}
#sidebar1 .widget_text a:hover {
	background: none;
	color: #000000;
	}
/*#sidebar1 li.widget_categories ul li {
	border-bottom: 1px dotted #dfdfdf;
	display: block;
	padding: 5px 5px 5px 10px;
	}
#sidebar1 li.widget_categories ul li a {
	border-bottom: none;
	display: inline;
	padding: 0;
	}
#sidebar1 li.widget_categories ul li:hover, #sidebar1 li.widget_categories ul li:hover a {
	color: #000000;
	}
*/
#sidebar1 h2.small {
	border-bottom: 3px solid #000000;
	color: #000000;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 30px;
	padding-bottom: 4px;
	}
#sidebar1 select {
	margin: 5px 0 5px 0;
	width: 100%;
	}
/*#sidebar1 #tag_cloud h2 {
	margin-bottom: 10px;
	}
#sidebar1 #tag_cloud a {
	border: none;
	display: inline;
	padding: 0 3px 0 3px;
	}
*/

/* -sidebar calender- 

#sidebar1 table {
	border-top: 1px dotted #000000;
	width: 100%;
	}
#sidebar1 table a {
	border: none;
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 3px;
	}
#sidebar1 table th {
	color: #000000;
	text-align: center;
	}
#sidebar1 table td {
	color: #dfdfdf;
	text-align: center;
	}
#sidebar1 #calendar {
	margin-top: 20px;
	}
#sidebar1 #calendar h2 {
	display: none;
	}
#sidebar1 caption {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	}
*/

/* -comments- */

/*#comments, #respond {
	background: #ffffff;
	width: 550px;
	}
#commentpages {
	background: #ffffff;
	margin-bottom: 20px;
	padding: 20px;
	}
ul#commentlist {
	list-style: none;
	margin-bottom: 20px;
	padding: 0 20px 0 20px;
	}
ul#commentlist li.comment {
	border-top: 1px dotted #dfdfdf;
	padding: 20px 0 20px 0;
	}
ul#commentlist ul.children {
	list-style: none;
	padding: 0 0 0 20px;
	}
ul#commentlist ul.children li {
	border-top: 1px dotted #dfdfdf;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	}
ul#commentlist li blockquote {
	background: #efefef;
	border-left: 4px solid #dfdfdf;
	margin-top: 20px;
	padding: 1em;
	}
ul#commentlist li blockquote blockquote {
	margin-bottom: 0;
	}
ul#commentlist li blockquote p {
	margin: 0;
	}
ul#commentlist a {
	color: #ff7700;
	}
h2.comments, h2.respond {
	color: #000000;
	padding: 20px;
	}
h2.commentpages {
	margin-bottom: 20px;
	}
small a.comment-edit-link {
	color: #ff7700;
	text-transform: uppercase;
	}
#commentlist div .avatar {
	float: left;
	border: 4px solid #dfdfdf;
	margin: 0 10px 10px 0;
	padding: 3px;
	}
.vcard .fn, .vcard .says {
	font-size: 1.5em;
	}
.comment-meta {
	font-size: .8em;
	margin-bottom: 40px;
	text-transform: uppercase;
	}
.comment-meta a {
	color: #000000;
	}
.comment-meta a.comment-edit-link {
	color: #ff7700;
	}
.reply {
	margin-top: 20px;
	text-align: left;
	}
#cancel-comment-reply-link {
	margin-left: 20px;
	}
li.depth-1 #respond {
	margin: 0 0 -20px -20px;
	}
li.depth-2 #respond {
	margin: 0 0 -20px -40px;
	}
li.depth-3 #respond {
	margin: 0 0 -20px -60px;
	}
li.depth-4 #respond {
	margin: 0 0 -20px -80px;
	}
li.depth-5 #respond {
	margin: 0 0 -20px -100px;
	}
#commentform {
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
	width: 510px;
	}
#commentform a {
	color: #ff7700;
	}
#commentform input, #commentform textarea {
	background: #efefef;
	border: 1px solid #dfdfdf;
	color: #000000;
	padding: 3px;
	}
#commentform #commentbox {
	height: 100px;
	width: 502px;
	}
#commentform #submit {
	color: #000000;
	margin-top: 20px;
	}
#commentform small {
	text-transform: normal;
	}
.commentlinks {
	padding: 5px;
	}
.commentlinks a {
	color: #000000;
	padding: 5px 10px 5px 10px;
	}
.commentlinks a:hover {
	background: #000000;
	color: #ffffff;
	}
.commentlinks .current {
	background: #000000;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	}
*/
/* -search form- */

/*#s {
	background: #efefef url("images/mag.png") top left no-repeat;
	border: 1px solid #000000;
	color: #000000;
	padding: 3px 3px 3px 25px;
	width: 192px;
	}
#searchsubmit {
	display: none;
	}
*/

/* -footer- */

#footer {
	clear: both;
	padding: 10px 0 40px 0;
	text-align:left;
	width: 570px;
	margin-left: 8%;
	color: #000;
	font-size: 14px;
	}
#footer a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
	}
#footer a:hover {
	color: #000;
	text-decoration: none;
	border-bottom:none;
	}
	
/* -misc and universal- */

.navlink a {
	background: #ffffff;
	color: #000;
	display: block;
	margin-bottom: 20px;
	padding: 5px 8px;
	text-align: center;
	text-decoration: none;
	}
.navlink a:hover {
	color: #fff;
	background-color: 000;
	}
.navlink-posts {
	background: #ffffff;
	color: #000;
	display: block;
	margin: 20px 0 20px 0;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	}
.navlink-posts a:hover {
	color: #fff;
	background-color: 000;
	}
.uppercase {
	text-transform: uppercase;
	}
.wp-smiley {
	border: none;
	display: inline;
	margin: 0;
	}

/* -floats - */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}