/*
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 : #333333; 
font-family :Helvetica 'Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
font-style : normal;
padding:2px 2em;
margin:0px;
line-height:1.5em;
font-size:70%;
text-align:center;
}
hr {
border: 1px solid #ccc;
} 
blockquote, code, pre {
color:#333;
}
code, pre {
font-family:Courier,  'Lucida Console','Courier New', Sans-Serif;
}

/*font styles*/
p {
font-size : 1em; 
font-style : normal; 
padding: 0px;
} 

h2 {
font-size : 14px; 
}
.pageBigTitle {
font-size: 18px;
font-weight:normal;
border-bottom: dotted 1px #333333;
padding-bottom:10px;
margin-top:35px;
}
.top {
margin-top:20px;
}
.sub {
font-size:34px;
padding: 0 0 0 130px;
font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
font-family :Helvetica 'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
color : #333; 
}

/*linkcolor*/
a:link, a:visited {
color : #333333;
text-decoration : none; 

}
a:hover, a:active {
color : #666; 
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:#333;
text-decoration:none;
border:none;
}
a:hover {
color:#009be2;
}


/*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 #eee;
}

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

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

#wrap {
width:650px; 
margin:5px auto;
padding:0px;
text-align:left;
}

/*header*/
#header {
height:160px;
}

#header h1{
font-weight:normal;
font-size:34px;
padding: 50px 0 0 0;
font-weight:bold;
line-height: 40px;
vertical-align:baseline;
}
#header h1 a:hover {
color:#009be2;
}
#header h1 img {
padding: 5px 0 0 0;
}

*html #header {
background: url(img/mhead.gif) no-repeat 0px 60px;
height:140px;
}
*html #header h1{
font-weight:normal;
font-size:34px;
padding: 60px 0 0 130px;
font-weight:bold;
}
/*content and post settings*/

#content{
padding: 5px 1em;
width: 500px;
float: right;
font-size:1.1em;
}

.post h2, .archives h3, .search h3 {
padding-top:15px;
font-weight:bold;
}
.post {
margin: 0px;
}
.post a {
text-decoration:underline;
}
.postmeta {
font-size:11px;
clear:both
}
div.postmeta p {
margin: 2px 0px;
padding:0px;
margin-bottom:30px;
color:#333333;
}
.postmeta {
margin: 10px 0px 5px;
}
.postmeta a {
text-decoration:none;
}
.postcontentTop {
padding-top:10px;
line-height:1.6em;
}
.postcontentBlog {
padding-top:15px;
line-height:20px;
font-weight:bold;
font-size:24px;
font-family :Helvetica 'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
		}
.postcontent {
padding:10px 0 20px 0;
line-height:1.6em;
border-bottom:dotted 1px #333;
font-family :Helvetica 'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
		}
.postcontentAbout {
padding-top:20px;
line-height:1.6em;
}
.postcontentSingle {
padding:15px 0 20px 0;
line-height:1.6em;
font-family :Helvetica 'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
		}
.postcontentWorkslist {
padding:10px 0 20px 0;
line-height:1.6em;
border-bottom:dotted 1px #333;
}
.postcontentWorkslistSingle {
padding:15px 0 20px 0;
line-height:1.6em;
}

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

#pagenav {
margin:0px 0 50px 0;
}

/*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 'Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, 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 : transparent;
width: 100px;
float:left;
}


#sidebar ul, #sidebar li{
list-style-type: none;
margin: 2px;
padding:0px;
}
#sidebar li{
margin:0px;
padding: 2px 0px;
}
#sidebar div {
margin: 2px;
padding:0px;
}
#sidebar h2 {
margin: 20px 0px 0px;
padding: 4px 0px;
font-size:130%;
}
#sidebar li a {
border:none;
font-size:16px;
line-height:1.5;
font-family :Helvetica,'Trebuchet MS', 'Lucida Sans',  'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
}
#sidebar li li {
}
#sidebar li li li {
list-style:circle inside;
border:none;
margin-left:0px;
}

/*searchform*/
#searchform label {
font-weight:bold;
}
#searchform input#s {
width:50%;
}
#searchform input.submit {
width:30%;
}

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

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



/*footer*/
#footer {
margin-bottom:10px;
clear: both;
padding:0 0 5px 140px;
text-align:left;
}
#footer p{
padding:0px;
}
#footer li{
}



/*forms*/
input , textarea, select, option {
font-family :Helvetica 'Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, 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*/
.postcontent table {
color : #333333; 
padding: 0px;
font-size:1em;
line-height:1.5;
vertical-align:top;
}
caption {
color: #333;
font-weight: normal;
padding: 5px;
}

.postcontent td, th, tr {
text-align:left;
border-top:1px dotted #cccccc;
font-weight:normal;
vertical-align:top;
line-height:2em;
}
.postcontentTop td, th, tr {
text-align:left;
border-top:1px dotted #cccccc;
font-weight:normal;
vertical-align:top;
line-height:2em;
}
.postcontentAbout td, th, tr {
text-align:left;
border-top:1px dotted #cccccc;
font-weight:normal;
vertical-align:top;
line-height:2em;
}
.postcontentWorkslist td, tr {
text-align:left;
font-weight:normal;
vertical-align:top;
line-height:1.7em;
}
.postcontentWorkslist th {
width:130px;
text-align:left;
font-weight:normal;
vertical-align:top;
line-height:1.7em;
border:none;
}
.postcontentWorkslistSingle td, tr {
text-align:left;
font-weight:normal;
vertical-align:top;
line-height:1.7em;
}
.postcontentWorkslistSingle th {
width:130px;
text-align:left;
font-weight:normal;
vertical-align:top;
line-height:1.7em;
border:none;
}
.date {
font-size:11px;
}
