g/*
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 */
html {
height:100%;
}

body {
margin:0px;
background:#140b03;
background-image:url(../../../images/gradient.jpg);
background-repeat:no-repeat;
background-position:top center;
color : #140b03; 
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
line-height: 18px;
text-align:center;
}

h2 {
	text-transform:uppercase;
}

h1 {
	text-transform:uppercase;
	line-height:26px;
}

h3 {
	text-transform:uppercase;
}

/* LINK COLOR */

a { text-decoration:none;color:#681205;}
a:focus { outline:none; }
a:link { color: #681205; }
a:visited {	color: #681205; }
a:hover { color: #681205; text-decoration:underline; }
a:active { color: #681205; }

.sidebar a {
	color: #fff;
}

#footer a {
	color: #fff
}

/* CLASSES - these are also located in classes.css so child themes don't lose them*/
.center, .aligncenter, .centered {
text-align: center;
}

.right, .alignright {
float: right;
}

.right {
	margin: 10px 30px;
}

.left, .alignleft {
float: left;
}

.left {
	margin: 10px 30px;
}

.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-color: #681205;
}

/*.postcontent img {
max-width:100%;
overflow: hidden;
}
.wp-smiley {
border:none;
margin:0px;
}*/

/* WRAP */
#accessnav {
display:none;
}

#wrap {
background-image:url(../../../images/bkg_wrapper.gif);
background-repeat:repeat-y;
max-width:1013px; 
margin:0px auto;
padding:0px;
text-align:left;
}

#wrap2 {
background-image:url(../../../images/bkg_wrapper.gif);
background-repeat:repeat-y;
max-width:1013px; 
margin:0px auto;
padding:0px;
text-align:left;
float:left;
}


/* HEADER */
#header {

}

/* CONTENT */

#content{
width:725px;
float: left;
font-size:14px;
line-height:18px;
background-image:url(../../../images/bkg_main.jpg);
background-repeat:no-repeat;
}

#content2 {
background-image:url(../../../images/bkg_main.jpg);
background-repeat:no-repeat;
float:left;
min-height:450px;
}

#content3 {
padding: 0px 30px;
margin: 0px;
float:left;
}

.wp-caption {
	margin:inherit;
}

.wp-caption-text {
	text-align:center;
	font-size:12px;
	font-style:italic;
	margin:0px;
}

.post {
margin: 0px;
}

.date {
	margin: -18px 0px 0px 0px;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

.postmeta {
font-size:0.9em;
clear:both
}

div.postmeta p {
margin: 2px 0px;
padding:0px;
font-weight:bold;
}

.postmeta {
margin: 0px;
}

.postcontent {
line-height:1.6em;
}


 POSTNAV 

#postnav {
clear:both;
margin:0px;
}

#postnav li {
display:inline;
margin: 0px;
}

/* COMMENTS */

#commentbox {
background : transparent;
clear:both;
margin:10px 0px;
border: 0px;
}

ol#commentlist  {
	list-style-type:none;
list-style-position: inside;
margin:2px 0px;
padding:0px;
}

#commentlist li{
border-bottom:1pt solid #681205;
margin: 10px 0px;
}

#commentform fieldset {
padding:0;
margin:0;
border: 0px;
}

#commentform legend {
font-family: Arial, Helvetica, sans-serif;
margin: 10px 0px 5px;
padding:2px 0px;
font-size:120%;
border: 0px;
font-weight:bold;
}

.small {
	font-weight:bold;
}

#commentform textarea {
width:90%;
}

#commentform label, #commentform textarea {
display:block;
}

#commentform input {
width:50%;
}

#commentform input.submit {
width:40%;
margin:2px 0px;
}

.approve {
border: 0px;
padding:5px;
font-size:90%;
}

.comment_time {
font-size:0.8em;
text-align:left;
clear:both;
}

.comment_author {
	font-weight:bold;
}

#commentlist cite {
font-style:normal;
}

#commentbox {
	border: 0px;
/*border-top: 1pt solid #eee;*/
}

.avatar {
float:right;
border: 0px;
margin-left:10px;
padding:2px;
}

/* SIDEBAR */

.sidebar {
background-image:url(../../../images/bkg_sidebar.jpg);
background-repeat:no-repeat;
width:288px;
float:right;
color: #cec1b0;
font-size:12px;
line-height:16px;
}

#sidebar2 {
background-image:url(../../../images/bkg_sidebar.jpg);
background-repeat:no-repeat;
min-height:450px;
width:288px;
text-align:center;
}

.sidebar ul {
list-style-type: none;
width:220px;
margin: 0px;
padding: 0px 0px;
text-align:left;
}

.sidebar li{
list-style-type: none;
width:220px;
margin: 15px 17px;
padding: 0px;
}

.sidebar div {
text-align:center;
}

.sidebar h2 {
margin: 10px 17px;
padding: 0px;
text-align:left;
font-size: 17px;
font-weight:bold;
text-transform:uppercase;
}

.sidebar li a {
border:none;
}

.sidebar li li {
/*border-bottom: 1pt solid #eee;*/
}

.sidebar li li li {
list-style:circle inside;
border:none;
}

/* TWITTER WIDGET */

.time-meta {
	text-align:right;
	float:right;
}

.twitter-avatar {
	float:left;
}

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

/* WIDGETS FIXING */
.widget_rss h2 a {
color:#cec1b0;
font-weight:bold;
}

.widget_rss img {
margin:0px;
}

/* CALENDER */

#wp-calendar a {
font-weight:bold;
}

#today {
background:#eee;
}

/* FOOTER */
#footer {
clear:both;
position:relative;
background-image:url(../../../images/bkg_footer.jpg);
background-repeat:no-repeat;
margin:0px;
padding:0px;
text-align:center;
float:center;
}

#footer2 {
background-image:url(../../../images/bkg_footer.jpg);
background-repeat:no-repeat;
background-color:#140b03;
margin:0px;
padding:10px;
float:center;
text-align:center;
color: #cec1b0;
font-size:12px;
line-height:18px;
}

#footer ul{
margin: 0px;
padding:0px;
}

#footer li{
display: inline;
margin:0px;
}

/* FORMS */


input.btn {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
background : #eae2d8;
color : #600; 
border: 1px solid #600;
}

input.btn:hover {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
background : #600;
color : #cec1b0; 
border: 1px solid #cec1b0;
}

/*input.field {
	background:#f9e9d0;
	color:#dc6500;
	border: 1px solid; 
	border-color: #dc6500;
}*/

/*textarea {
	background:#f9e9d0;
	color:#dc6500;
	border: 1px solid; 
	border-color: #dc6500;
}*/

/* LISTS */
ul {
list-style-type: disc;
list-style-position: outside;
}

ol { 
list-style-position: outside;
}

/* TABLES */
/*table {
color : #111; 
width: 90%;
margin: 5px auto;
padding: 0px;
font-size:1em;
}*/

caption {
	font-size:10px;
	font-style:italic;
}

/*td, th, tr {
padding: 5px;
text-align:left;
}*/

/* MUSIC DISCOGRAPHY PAGE */


/*h1.group-title a:link, a:visited {
color : #681205;
text-decoration : none;
}

h1.group-title a:hover, a:active {
color : #681205; 
text-decoration : underline;
} */

/*#song-actions a:link, a:visited {
color : #681205;
text-decoration : none;
}

#song-actions a:hover, a:active {
color : #681205; 
text-decoration : underline;
} */