/*
Theme Name: Basic2Col
Theme URI: http://wangenweb.com/wordpress/themes/basic2col/
Description: A basic, yet flexible minimalistic two column theme for WordPress. Have extendend support for Child Themes for easier customization. See the <a href="http://wangenweb.com/wordpress/themes/basic2col/">Basic2Col's homepage</a> for more info
Version: 3.1.2
Author: Kristin K. Wangen
Author URI: http://wangenweb.com/
Tags: white, two column, basic, minimalistic, elastic width, custom page templates, right sidebar
*/

/*general layout*/
body {
	background: #EBECE6;
	color: #666;
	font-family: Helvetica, Arial, Georgia, sans-serif;
	font-style : normal;
	margin:0px;
	line-height: 18px;
	font-size: 12px;
	text-align:center;
}

hr {
	border: 1px solid #CCC;
}

blockquote, code, pre {
	color: #666;
}

code, pre {
	font-family: Helvetica, Arial, Georgia, sans-serif;
}

/*font styles*/
p {
	font-size: 12px; 
	font-style: normal;
	padding: 0px;
	color: #999;
}

h1 {
	font-family: Georgia, "Times Roman", serif;
	font-color: #000;
	font-size: 28px;
}

h2 {
	font-size: 24px;
	font-family: Georgia, "Times Roman", serif;
	font-weight: normal;
	margin: 5px 0 10px 0;
	padding: 10px 0 0 0;
}

h3 {
	color: 999;
	font-family: Helvetica, Arial, Georgia, sans-serif;
	margin: 3px 0px 3px 0;
	padding:2px 0px 2px 20px;
	clear: both;
}

h4, h5, h6 {
	font-size: 12px;
	font-family: Helvetica, Arial, Georgia, sans-serif;
}

h4, h5, h6 {
	color: #999;
	margin: 3px 0px 3px 0;
	padding:2px 0px 2px 0;
	clear: both;
} 

/*linkcolor*/
a:link, a:visited {
	font-weight: bold;
	color: #905722;
	text-decoration: none; 
}

a:hover, a:active {
	text-decoration: underline;
	border:none;
} 

#header h1 a:link, #header h1 a:visited {
	color:#FFF;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

#header h1 a:hover, #header h1 a:active {
	color: #D7A1FD;
}

#content h2 a:link, #content h2 a:visited, #content h3 a:link, #content h3 a:visited  {
	color: #4D2E7D;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
#content h2 a:hover, #content h2 a:active, #content h3 a:hover, #content h3 a:active {
	color: #D7A1FD;
}

/*classes - these are also located in classes.css so child themes don't loose them*/
.center, .aligncenter, .centered {
	text-align: center;
}
.right, .alignright {
	float: right;
}
.left, .alignleft {
	float: left;
}
.none {
	display: none;
}
.righttxt {
	text-align: right;
}
.credits {
	clear: both;
	font-style: italic;
}


/*images these are also located in classes.css so child themes don't loose them*/
img {
	border: none;
	margin: 0px;
}
img.center, img.aligncenter, img.centered {
	display:block;
	margin:0px;
}
img.alignright, img.right {
	margin-left: 0px;
}
img.alignleft, img.left  {
	margin-right: 0px;
}
img.rssimg {
	margin:0px;
}
.postcontent img {
	max-width:100%;
	overflow: hidden;
}
.wp-smiley {
	border:none;
	margin:0px;
}


/*border-colors*/
.postcontent img {
	border:1pt solid #CCC;
}

.border {
	border: 1px solid #ccc;
}

/*wrap and header*/
#accessnav {
	display:none;
}

#wrap {
	background: #FFF url('gfx/beige_bg.jpg') repeat-y 668px;
	max-width: 960px;
	margin:0 auto 0 auto;
	padding:0px;
	text-align:left;
}

/*header*/
#header {
	background: url('gfx/cobblestone.jpg');
	height: 130px;
	margin:20px 0px 0px 0px;
	padding: 70px 0px 0px 30px;
}

#header h1{
	font-size: 40px;
	color: FFF;
	font-weight: bold;
	display: inline;
}
#header p {
	margin: 8px 0px;
	font-size: 14px;
	color: #CCC;
}

#header navigation {
	margin: 5px;
	align: right;
}

ul#nav {
	float: right;
	height:25px;
	border:1px solid #ccc;
	background:#ffffff;
	margin: 0 27px 10px 0;
}
 
ul#nav li {
	list-style:none;
	float:left;
	line-height:25px;
	padding:0 10px 0 10px;
}

/*content and post settings*/

#content{
	background: #FFF;
	padding: 0px 10px 0 30px;
	margin: 15px 0 5px 0;
	width: 623px;
	float: left;
	font-size:12px;
}

.archives h3, .search h3 {
	border-bottom: 1pt solid #eee;
}
.post {
	margin: 0px 10px 0 0;
}
.posttags {
	font-size: 12px;
	clear:both;
	padding: 0 0 0 20px;
}
div.postmeta p {
	margin: 2px 0px 5px 0;
	padding:0px;
}
.posttags {
	margin: 5px 10px 5px 0;
	background: #D7DCBE;
}

.postcontent {
	line-height:16px;
}

.postmeta {
	clear: both;
	margin: 2px 0px 5px 0;
	display: inline;
}

/*postnav*/
#postnav {
clear:both;
margin:0px;
}
#postnav li {
display:inline;
margin: 2px 0px;
}

/*comments*/
#commentbox {
background : transparent;
clear:both;
margin:10px 0px;

}
ol#commentlist  {
list-style-position: inside;
margin:2px 0px;
padding:0px;
}
#commentlist li{
border-bottom:1pt solid #eee;
margin: 10px 0px;
}
#commentform fieldset {
padding:0;
margin:0;
}
#commentform legend {
	font-family: Helvetica, Arial, Georgia, sans-serif;
	color : #333; 
	margin: 10px 0px 5px;
	padding:2px 0px;
	font-size:120%;
}
#commentform textarea {
width:90%;
}
#commentform label, #commentform textarea {
display:block;
}
#commentform input {
width:50%;
}
#commentform input.submit {
width:40%;
margin:2px 0px;
}
.approve {
border: 1pt solid #ccc;
background : #eee;
padding:5px;
font-size:90%;
}
.comment_time {
font-size:0.8em;
text-align:right;
clear:both;
}
#commentlist cite {
font-style:normal;
}

#commentbox {
border-top: 1pt solid #eee;
}
.avatar {
float:right;
border: 1pt solid #eee;
margin-left:10px;
padding:2px;
}

/*sidebar*/
#sidebar {
	background: #ACB097;
	padding: 10px 0 0 0;
	margin: 0px 0px 0px 0px;
	width: 292px;
	float:right;
}
#sidebar ul, #sidebar li{
	list-style-type: none;
	margin: 0px;
	padding:0px;
}
#sidebar li{
	margin:0px;
	padding: 2px 0px 2px 0px;
}
#sidebar div {
	margin: 2px;
	padding:0px;
}
#sidebar h2 {
	margin: 2px 0px 0px;
	padding: 0px 0px;
	font-size:100%;
}
#sidebar li a {
	border:none;
	padding: 0px 2px 0px 40px;
	color: #FFF;
}

#sidebar li a:hover {
	text-decoration: none;
	border:none;
	padding: 0px 2px 0px 40px;
	color: #905722;
}

#sidebar li li {
	border-bottom: 1pt solid #BCC0AB;
}
#sidebar li li li {
	list-style:circle inside;
	border:none;
	margin-left:0px;
}

/*searchform*/
#searchform label {
font-weight:normal;
}
#searchform input#s {
	width:50%;
	margin: 0 0 0 17px;
}
#searchform input.submit {
width:30%;
}

/*Widgets fixing*/
.widget_rss h2 a {
color:#333;
font-weight:normal;
}
.widget_rss img {
margin:0px;
}

/*Calendar*/
#wp-calendar a {
font-weight:normal;
}
#today {
background:#eee;
}

/*footer*/
#footer {
	background: #F7FAF4;
	height: 60px;
	margin:0px 0px 20px 0px;
	clear: both;
	padding:5px 10px;
	text-align: center;
}
#footer ul{
margin: 20px;
padding:0px;
}
#footer li{
display: inline;
margin:0px 3px;
}

/*forms*/
input , textarea, select, option {
	font-family: Helvetica, Arial, Georgia, sans-serif; 
	font-size:100%;
	padding: 2px;
	background: #eee;
	color: #111; 
	border: 1px solid #ccc;
	margin: 2px;
}
fieldset, legend {
	background:transparent;
	color : #111; 
	border: none;
	padding: 5px;
}
label, legend {
	font-weight:normal;
}

/*lists*/
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 5px 2em;
	padding:2px;
}
ol { 
	list-style-position: outside;
	margin: 5px 2em;
	padding:2px;
}

/*tables*/
table {
	color : #111; 
	width: 90%;
	margin: 5px auto;
	padding: 0px;
	font-size:1em;
}
caption {
	color: #333;
	font-weight: normal;
	padding: 5px;
}
td, th, tr {
	padding: 5px;
	text-align:left;
}


