/*
Theme Name: Basic2Col Child
Theme URI: http://wangenweb.com/wordpress/themes/basic2col/
Description: Child of Basic2col
Version: 0.0.1
#Author: Kristin K. Wangen
#Author URI: http://wangenweb.com/
Template: basic2col
Tags: white, two column, basic, minimalistic, elastic width, custom page templates, right sidebar
*/

@import url("../basic2col/style.css");

body {
font-size:82%;
}

/*linkcolor*/
a:link, a:visited {
color : #0079C1;
}

#sidebar li li li {
color:#6DA4D8;
}

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

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */

