/*
Theme Name: Desktop
Theme URI: http://wangenweb.com/wordpress/themes/basic2col/
Description: Based on Basic2Col, 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 (edited by Sjoerd Tuinema)
Author URI: http://wangenweb.com/
Tags: white, two column, basic, minimalistic, elastic width, custom page templates, right sidebar
*/

/*general layout*/
body {
background: #FFF ;
color : #666 ; 
font-family : Helvetica, Arial, Sans-Serif ;
margin:0 ;
padding:0 ;
font-size: 80% ;
text-align:center;
}

h1 { fonts-size:2em }
h2 { font-size:1.5em }
h3 { font-size:1.3em }
h4 { font-size:1em; text-transform: uppercase }

strong {
font-weight: bold;
}
div#wrap {
}
hr {
border: 1px solid #ccc;
} 
blockquote, code, pre {
font-style:italic;
}
code, pre {
font-family:Courier,  'Lucida Console','Courier New', Sans-Serif;
}

/*font styles*/
p, ul, ul li ul {
font-size : 1em;  
line-height: 1.7em ;
}
.strikethrough {
text-decoration: line-through ;
}
ul {
list-style: circle;
list-style-position:inside;
padding:0;
}
h2.posttitle a,
h2#pagetitle a {
text-decoration: none ;
color: #333 ;
font-family: 'Signika', Helvetica, Arial, sans-serif;
font-weight: 300;
font-size: 18pt ;
}
	h2.posttitle a:hover,
	h2#pagetitle a:hover {
		color: #FF004C;
	}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
margin-bottom: 0.5em;
color: #333 ;
}

p, ul {
margin-bottom: 1em ;
}

.more-link {
clear: both ;
margin-top: 1em ;
display: block ;
font-size: 12pt ;
}

/*linkcolor*/
a:link, a:visited {
font-weight:normal;
color : #0F9994;
text-decoration : underline; 
}

a:hover, a:active {
text-decoration : none;
}

/*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 {
background : transparent;
width:870px; 
margin:0 auto 5px auto;
padding:0px;
text-align:left;
}

/*header*/
#header {
margin:30px 0;
}
#header h1,
#header h2 {
display: inline ;
margin: 0 ;
}
div#header h1 a {
text-decoration: none ;
font-family: 'Signika', Helvetica, Arial, sans-serif;
font-weight: 600;
font-size:24pt ;
color: #FF004C ;
margin-right: 10px ;
}
div#header h2 {
font-size: 12pt ;
font-family: 'Signika', Helvetica, Arial, sans-serif;
font-weight: 300;
color: #666 ;
}

/*content and post settings*/

#content{
width: 65%;
float: left;
}
.archives h3, .search h3 {
border-bottom: 1pt solid #eee;
}
.postmeta {
clear:both ;
padding: 1em 0 ;
font-size: 8pt ;
border-top: 1px solid #ccc ;
text-align: right ;
}
/*postnav*/
#postnav {
clear:both;
}
#postnav li {
display:inline;
}

/*comments*/
#commentbox {
clear:both;
margin:1em 0;

}
ol#commentlist  {
list-style-position: inside;
margin:2px 0px;
padding:0px;
}
#commentlist li{
border-bottom:1pt solid #eee;
margin: 10px 0px;
}
#commentform fieldset {
}
#commentform legend {
margin: 10px 0px 5px;
padding:2px 0px;
}
#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 {
width: 30%;
float:right;
}
#sidebar ul,
#sidebar ul li p {
list-style:none;
font-size: 9pt;
}
#sidebar ul li {
margin-bottom: 1em;
}
#sidebar ul li ul li {
margin-bottom: 0;
}
#sidebar h2 {
font-size: 10pt;
}

/*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 {
border-top:1px solid #ccc;
font-size: 10pt ;
margin:2em 0 4em 0 ;
padding-top: 1em ;
clear: both;
text-align:center;
}

	#footer span#fin {
		font-family: Georgia, "Times New Roman", Times, serif ;
		font-style: italic ;
		font-weight: bold ;
	}

div#pagenav a span {
font-size: 12pt ;
font-weight: bold ;
margin: 2em 0 3em 0 ;
}

/*forms*/
input , textarea, select, option {
font-size:100%;
padding: 2px;
background : #eee;
color : #111; 
border: 1px solid #ccc;
margin: 2px;
}
input {
cursor: pointer;
}
fieldset, legend {
background:transparent;
color : #111; 
border: none;
padding: 5px;
}
label, legend {
font-weight:normal;
}

/*tables*/
table {
width: 90%;
margin-bottom:1em;
font-size:9pt;
border:1px solid #ccc ;
}
caption {
color: #333;
}
td, th, tr {
padding: 5px;
}

/* Just added */

div#bioText {
	padding: 9px 12px;
	margin: 0;
	border: 1px solid #d6f1f0;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #d6f1f0;
}

	div#bioText h1 {
		font-family: 'Signika', Helvetica, Arial, sans-serif;
		font-weight: 600;
		font-size: 12pt;
		text-transform: uppercase;
	}

	div#bioText p {
		padding: 0;
		margin-bottom: 0.8em;
		font-style: italic;
		font-size: 14pt;
		line-height: 1.7em;
	}

img#bioFooter {
	padding: 0;
	margin-top: -1px;
}
