/*
Theme Name:   Swayspace 01
Theme URI:    http://swayspace.com
Description:  A clean, organized theme by <a href="http://swayspace.com">Swayspace</a> based on one by <a href="http://powazek.com">Derek Powazek</a>.
Version:      0.5
Author:       Willy Schwenzfeier
Author URI:   http://swayspace.com
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff;
    color: #222;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-family: Optima, Verdana, 'Lucida Grande', sans-serif;
}

img#wpstats { width:0px; height:0px; overflow:hidden; }

a { color:#B90065; text-decoration: none; }
a:hover { color:#777; text-decoration: none; }

p, ul, ol, li { 
    margin-bottom: 18px; 
}

blockquote { 
    margin: 0 18px 18px 18px;
    font-size:12px;
    font-color:#333;
}

ul {
    list-style-type: none;
    line-height: 1em;
    margin-left: 0em;
}

ol {
    margin-left: 0em;
}

.container-blog {
    margin: 30px auto 0 auto;
    padding: 0;
    width: 840px;
	font-family: 'Optima', 'Verdana', 'sans-serif';
	font-size: 15px;
	line-height: 22px;
}

h1 { 
	font-color: #B90065;
    font-size: 30px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h3 { 
    font-size: 18px; 
    line-height: 18px;
    margin-bottom: 20px;
}


/* HEADER */

.header {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #666;
    text-align:left;
}

.header h1 {
    font-size: 29px;
    color: #B90065;
    font-weight: normal;
}

.header span {
    font-size: 14px;
    color: #777;
    font-weight: normal;
}

.header a {    color: #B90065; }
.header a:hover { color: #777; }

.search {
    padding:11px 0 0 20px;
    background:url('images/search.gif') 0 14px no-repeat;
    float:right;
}

.search input {
    width:150px;
}


/* POSTS */

small.fey { color: #ccc; }

.firstpost {
    text-align:left;
    width: 668px;
    padding: 28px 0 18px 0;
}

.post {
    text-align:left;
    width: 668px;
    padding: 27px 0 7px 0;
    border-bottom: 1px solid #ccc;
}

.postnoline {
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

.posttopline {
    border-top: 1px solid #ccc;
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

span.edit a { 
    float:right;
    font-weight:normal; 
    font-size:11px; 
    color:#666; 
    border:1px solid #ccc; 
    padding:0 4px; 
}

.metainfo {
    float:left;
	width: 152px;
    font-size: 12px;
    color: #666;
    padding: 3px 0;
}

.metainfo a { font-weight:bold }

.content-blog {
    margin-left:177px;
    width: 480px;
    text-align:left;
}

.content-blog a { font-weight:bold }

.previously {
   text-align:left;
    width: 668px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

.previously a { font-weight:bold }

.text_area { width: 480px !important; }

.postform { width:150px; margin: 0;} 

/* FOOTER */

.footer-blog {
    padding: 22px 0 10px 5px;
    border-top: 1px solid #666;
    text-align:left;
    font-size: 12px;
    color: #666;
}

.footer-blog div {
    width:152px;
    margin: 0 20px 0 0;
    float:left;
}

.footer-blog img {
    border:0;
}

.footer-blog div.last {
    width:142px;
    margin: 0 0 0 0;
}

.copyright-blog {
    margin:12px 0 12px 0;
    padding: 0;
    border-top: 1px solid #666;
    font-size: 12px;
    color: #666;
}

