/* @override 
	http://abnw.local/blog/wp-content/themes/abnw_v1/style.css
	http://abrandnewway.com/blog/wp-content/themes/abnw_v1/style.css
*/

/*
Theme Name: A Brand New Way (Vers.1)
Theme URI: http://abrandnewway.com/
Description: Blog theme based on the <a href="http://abrandnewway.com">A Brand New Way</a> website.
Version: 1.0
Author: Patrick Ashamalla
Author URI: http://unended.com/
Tags: reds, three columns

	A Brand New Way (Vers.1)
	http://abrandnewway.com/
	
	This theme is based off the first version of the A Brand New Way
	website, and built to fit in as one part of the entire site.

	All rights to the CSS, XHTML and design is reserved by A Brand New Way, LLC.
	Unauthorized use in whole or in part is strictly prohibited. 

*/

@import url(/css/v1/core.css);
@import url(/css/v1/layout.css);
@import url(/css/v1/gui.css);

.post h2 {
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 18px;
	display: block;
}
.post h2 a {
	color: #000;
	text-decoration: none;
}
h2.posts-title {
	color: #999;
	font-size: 22px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
}
.post p,
.post ul,
.post ol,
.post li {
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 10px;
}
.post li {
	padding-left:  13px;
	background: transparent url(/assets/img/arrow_list.gif) left 6px no-repeat;
}
.post p a,
.post li a {
	color: #900;
}
.post h4 {
	font-size: 14px;
}
.post small {
	font-size: 10px;
	color: #777;
	text-transform: uppercase;
	padding-bottom: 5px;
	display: block;
}
.post {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #ddd;
}
div#content.narrowcolumn {
	width: 470px;
	text-align: left;
	float: left;
	margin-left: 246px;
}
#wp-sidebar li {
	font-size: 12px;
	line-height: 1.6em;
}
#wp-sidebar {
	width: 220px;
	float: right;
}
#wp-sidebar a {
	font-size: 12px;
	color: #000;
	padding-left: 15px;
	background: transparent url(/assets/img/arrow_list.gif) 1px 4px no-repeat;
}
#wp-sidebar h2 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #474747;
}

li.archives h2 {
	margin-top: 20px;
}

textarea#comment {
	width: 470px;
}

label {
	font-weight: bold;
	font-size: 14px;
	display: block;
}

form#commentform input,
form#commentform textArea,
form#commentform button {
	background: transparent url(/assets/img/sprite_form-fields.gif) -9999px -9999px no-repeat;
	outline: none;
	border: none;
	margin-bottom: 1em;
	cursor: default;
}
form#commentform input.inputText {
	padding-top: 10px;
}
form#commentform textarea.commentField {
	width: 470px;
	height: 172px;
	background-position: 0 -1459px;
	padding: 5px;
	resize: none;
}
form#commentform textarea.commentField:focus {
	background-position: 0 -1666px;
}

form#commentform input#submit {
	background-position: 0 -1375px;
	width: 69px;
	height: 35px;
	display: block;
	text-indent: -9999px;
}
