/*
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: #fff;
color: #787878; 
font-family: Helvetica, Verdana, Sans-Serif; 
font-style: normal;
line-height: 12px;
font-size: 11px;
letter-spacing: 0.8px;
margin:0px;

}

hr { border: 1px solid #BCE937;
} 
blockquote, code, pre { color:#333;
}
code, pre { font-family: Courier, 'Courier New', Sans-Serif;
}

/*font styles*/
p {
 font-size: 11px; 
 line-height: 12px;
 font-style: normal; 
} 

h2 {  /* entry title */
 font-size: 24px;
 line-height: 28px;
 color: #001363;
 font-weight: lighter;
 font-style: italic;
}

h3 { /* "comments" */ 
 font-size: 11pt; 
 line-height: 14pt;
 color: #999;
 font-style: normal; 
 padding: 0px;
}

h4, h5, h6 {  /* ??  */
 font-size: 14pt;
 line-height: 14pt;
 color: #999;
}


h2, h3, h1, h4, h5, h6 {
 font-family: 'Times New Roman', Georgia, Serif; 
 color: #999; 
 padding: 2px 0px;
 clear: both;
}

/*linkcolor*/
a:link, a:visited {
color: #666;
text-decoration: none; 
}
a:hover, a:active {
color: #666; 
background-color: #CCF000;
text-decoration: none;
border: none;
} 

#content h2 a:link, #content h2 a:visited, #header h1 a:link, #header h1 a:visited, #content h3 a:link, #content h3 a:visited  {
color: #000066;
font-weight: normal;
text-decoration: none;
border: none;
}

#content h2 a:hover, #content h2 a:active, #header h1 a:hover, #header h1 a:active, #content h3 a:hover, #content h3 a:active {
color:#000066;
}


/*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: 2px;
}
img.center, img.aligncenter, img.centered {
display:block;
margin:5px auto;
}
img.alignright, img.right {
margin-left: 5px;
}
img.alignleft, img.left  {
margin-right: 5px;
}
img.rssimg {
margin:0px;
}
.postcontent img {
max-width:100%;
overflow: hidden;
}
.wp-smiley {
border:none;
margin:0px;
}


/*border-colors*/
.postcontent img {
border:1pt solid #fff;
}
.border {
border: 1px solid #999;
}

/*wrap and header*/
#accessnav {
display:none;
}
#wrap {
background: transparent;
max-width: 65em; 
margin: 4px auto;
padding: 0px;
text-align: left;
}

/*header*/
#header {
background: transparent;
border-bottom: 4px solid #CCCCFF;
border-top: 2px solid #ADFF2F;
padding: 36px 0px 6px 12px;
text-align:right;
}
#header h1{
padding: 0px;
font-size: 36px;
line-height: 8px;
display: inline;
}
#header p {
margin: 2px 10px;
font-size: 14px;
line-height: 8px;
display: inline;
color: #CCCCFF;
}

/*content and post settings*/

#content{
background: transparent;
padding: 2px;
width: 550px;
float: left;
}

.post h2, .archives h3, .search h3 {
border-bottom: 1pt solid #eee;
}

.post {
margin: 2px;
}

.postmeta {
font-size: 11px;
line-height: 12px;
color: #999;
border-top: 1pt solid #ddd;
padding:2px 2px;
clear: both
}

div.postmeta p {
font-size: 11px;
line-height: 12px;
color: #999;
margin: 4px 4px;
padding: 0px;
}

.postmeta {
margin: 5px 0px 2px 0px;
}

.postcontent {
line-height: 12px;
padding:2px 2px 4px 2px;
}


/*postnav*/
#postnav {
clear:both;
margin:0px;
}

#postnav li {
display:inline;
margin: 2px 0px;
}

/*comments*/
#commentbox {
background : transparent;
clear:both;
margin:5px 0px;
}

ol#commentlist  {
list-style-position: inside;
margin:2px 0px;
padding:0px;
}

#commentlist li{
border-bottom: 1pt solid #eee;
margin: 5px 0px;
}

#commentform fieldset {
padding: 0;
margin: 0;
}

#commentform legend {
font-family: Helvetica, Verdana, Sans-Serif; 
color: #999; 
margin: 5px 0px 4px;
padding: 2px 0px;
font-size: 90%;
}
#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:2px;
font-size:90%;
}
.comment_time {
font-size:10px;
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:5px;
padding:2px;
}

/*sidebar*/
#sidebar {
background: transparent;
padding: 2px 0px;
margin: 0px;
width: 150px;
float: right;
}
#sidebar ul, #sidebar li{
list-style-type: none;
margin: 2px;
padding: 0px;
}
#sidebar li{
margin: 2px;
padding: 2px 0px;
}
#sidebar div {
margin: 2px;
padding: 0px;
}
#sidebar h2 {
font-size: 10pt; 
color: #999;
margin: 0px;
padding: 2px 0px;
}

#sidebar li a {
border: none;
}

#sidebar li li {
border-bottom: 1pt solid #CCCCFF;
}

#sidebar li li li {
list-style: circle inside;
border: none;
margin-left: 0px;
}

/*searchform*/
#searchform label {
font-size:8px;
font-weight:lighter;
}
#searchform input#s {
width:50%;
}
#searchform input.submit {
width:30%;
}

/*Widgets fixing*/
.widget_rss h2 a {
color:#999;
}
.widget_rss img {
margin:0px;
}

/*Calendar*/
#wp-calendar a {
font-weight:bold;
}
#today {
background:#eee;
}



/*footer*/
#footer {
background: transparent;
border-top: 1px solid #CCCCFF;
margin: 2px;
clear: both;
padding: 2px 5px;
text-align: right;
}
#footer ul{
margin: 2px 2px;
padding: 0px;
}
#footer li{
display: inline;
margin:0px 2px;
}



/*forms*/
input , textarea, select, option {
font-family: Verdana, Sans-Serif; 
font-size:100%;
padding: 2px;
background: #eee;
color: #333; 
border: 1px solid #CCCCFF;
margin: 2px;
}
fieldset, legend {
background:transparent;
color: #333; 
border: none;
padding: 4px;
}
label, legend {
font-weight:normal;
}


/*lists*/
ul {
list-style-type: square;
list-style-position: outside;
margin: 4px 2em;
padding:2px;
}
ol { 
list-style-position: outside;
margin: 4px 2em;
padding:2px;
}

/*tables*/
table {
color : #111; 
width: 90%;
margin: 4px auto;
padding: 0px;
font-size: 11pt;
}
caption {
color: #333;
font-weight: normal;
padding: 4px;
}
td, th, tr {
padding: 5px;
text-align:left;
}



