/*

Theme Name: Glow Girl Fibers
Theme URI: http://6bdesign.com/
Description: The default WordPress theme based on the famous &lt;a href="http://binarybonsai.com/kubrick/"&gt;Kubrick</a>.
Version: 1.6
Author: Kristina Gogel // 6b Design
Author URI: http://6bdesign.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body, html {
	background-color:#080808;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
        margin: 0;
	text-align:center;
	}
#container {
	margin: 0 auto;
        width:820px;
        text-align:left;
        background-image: url(images/content-bg-2.png);
        background-repeat: repeat-y;
	}
#container-bottom {
	margin:0 auto 20px auto;
        width: 820px;
        height: 53px;
        background-image: url(images/content-bg-bottom-2.png);
        background-repeat: no-repeat;
	}
#header {
	width:820px;
        height: 215px;
	text-align: left;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
        margin: 15px auto 0 auto;
        background-image: url(images/header3.png);
        background-repeat: no-repeat;
	}
#header h1 {
	display: none;
        }
#tagline {
	float:left;
        width:230px;
        height:108px;
        margin-left: 185px;
        margin-top: 50px;
        }
#search label, .screen-reader-text {
	display: none;
        }
#tagline h2 {
        font-size: 20px;
        font-family:Arial, Verdana, Sans-Serif;
        margin:0;
        padding:0;
        line-height: 30px;
        }
#navcontainer {
        margin: 0px;
        height: 70px;
        width:100%;
        }
#navlist{
	float:left;
        }
#navlist li {
	display: inline;
	list-style-type: none;
        padding:0 15px 0 0;
        margin:0;
        }
#navlist li a {
	text-transform:uppercase;
        }
#navlist a {
	color: #ffffff;
        text-decoration:none;
        font-family: Arial, Verdana, Sans-Serif;
        font-size: 11px;
        text-transform:uppercase;
        }
#navlist a:hover {
	color:#cccccc;
        }
#rss {
	float:right;
        font-family: Arial, Verdana, Sans-Serif;
        font-size: 11px;
        text-transform:uppercase;
        margin:25px 30px 0 0;
        }
#rss img {
	vertical-align:middle;
        padding: 0;
        margin: 0;
        }
#rss a {
	color: #ffffff;
        text-decoration: none;
        }
#rss a:hover {
	color: #cccccc;
        }
#content {
        width:465px;
	text-align:left;
        margin: 0 auto;
        padding: 0 15px 0 30px;
        float: left;
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 11px;
        line-height: 20px;
        color: #cccccc;
	}
#content a {
	color:#ffffff;
        }
#content h2.post-title, h2.pagetitle {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-size: 18px;
        background-image: url(images/h2-bg-2.png);
        background-repeat: repeat-x;
        background-position: 0 30px;
        height: 40px;
        padding-left: 5px;
        font-weight: normal;
        color: #f1f1f1;
        margin: 10px 0 5px 0;
       }
#content h2 a {
	color: #FFFFFF;
	text-decoration: none;
	}
#content h2 a:hover {
	text-decoration:underline;
	}
.postmetadata {
        margin-bottom: 20px;
        }
.clear {
	clear:both;
       }

/* Forms */

input#news-name, input#news-email, #commentform textarea, #commentform input#author, #commentform input#email, #commentform input#url, input#contact-input, .wpcf7 textarea {
        background-color: #664059;
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 11px;
        line-height: 20px;
        border: 1px dashed #212E60;
        color: #ffffff;
        }
input#news-name:focus, input#news-email:focus, #commentform textarea:focus, #commentform input#author:focus, #commentform input#email:focus, #commentform input#url:focus, input#contact-input:focus, .wpcf7 textarea:focus {
	background-color:#856279;
        }
input#news-name, input#news-email, #commentform input#author, #commentform input#email, #commentform input#url, input#contact-input {
	height: 20px;
        vertical-align:middle;
        padding: 4px 4px 0 4px;
        }
#commentform textarea, .wpcf7 textarea {
	width:455px;
        padding:4px;
        }
#commentform label {
	margin-right:10px;
        }

/* Sidebar */

#sidebar {
	width:270px;
        padding: 0 30px 0 10px;
        float:right;
        text-align: left;
        margin-top: -5px;
        }
#sidebar h2 {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-size: 18px;
        background-image: url(images/h2-bg-2.png);
        background-repeat: repeat-x;
        background-position: 0 30px;
        height: 40px;
        padding-left: 5px;
        font-weight: normal;
        color: #f1f1f1;
        margin: 10px 0 5px 0;
        }
#sidebar ul, #sidebar ul ol {
	/* margin: 0; */
	padding: 0;
        }
#sidebar ul li {
	list-style-type: none;
        margin-top: 5px;
        margin-bottom: 5px;
        }
#sidebar ul li ul li a {
        background-image: url(images/stitch-3.png);
        background-repeat: no-repeat;
        background-position: 0 .4em;
        padding-left: 15px;
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 12px;
        text-decoration: none;
        color: #ffffff;
        }
#sidebar ul li ul li a:hover {
        background-image: url(images/stitch-3-over.png);
        background-repeat: no-repeat;
	background-position: 0px .4em;
	padding-left: 15px;
        text-decoration: underline;
        }
#archives-3 {
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 12px;
        text-decoration: none;
        color: #ffffff;
}
#text-7 img {
        padding-left:15px;
}

/* SimplePie Sidebar */

.simplepie img {
        height: 92px;
        width: 112px;
        border:0px;
        padding:3px 3px 0 3px;
        }
.simplepie ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.simplepie ol li {
	display: inline;
	float:left;
	margin: 10px 10px 3px 0;
	padding:0;
        background-color:#664059;
	}
.simplepie ol li:hover {
	background-color:#856279;
        }
.simplepie p a {
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 9px;
        text-decoration: none;
        color: #ffffff;
        }
.simplepie p {
	margin:0;
        padding: 3px;
        width: 112px;
        height:26px;
        }
.simplepie {
	margin-left:10px;
        }

/* Footer */

#footer {
	width:100%;
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 11px;
        line-height: 20px;
        color: #cccccc;
        padding-bottom: 20px;
        }
#footer a {
	color:#ffffff;
        }
#footer p {
	margin:0;
        }

/* Misc */

.alignleft {
	float:left;
        }
.alignright {
	float:right
        }
.navigation {
	padding: 10px 0 25px 0;
        }
#header #search {
	background-image:url(images/search.png);
        height: 98px;
        width:303px;
        float: right;
        margin-top: 35px;
        }
#header #search-text {
	background-color:#4e1139;
        border:0;
        color:#ffffff;
        margin:40px 0 0 40px;
        width:175px;
        }
#header #search-submit {
        background-image:url(images/search-glass.png);
        height: 37px;
        width: 37px; 
        border:0;
        background-color:#4e1139;
        cursor: hand;
        }

/* Images */
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
        }
.wp-caption {
	border: 1px solid #664059;
	text-align: center;
        background-color:#664059;
        padding-top: 4px;
	margin: 10px;
        }
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
        }
.wp-caption p.wp-caption-text {
	font-size: 9px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
        }

/* End captions */
/* Begin Images */

img.centered, img.aligncenter {
        margin: 0 auto;
        border: 0 none;
        padding:4px;
        background-color: #664059;
        }
.alignnone {
	margin:10px;
        padding:5px;
        background-color: #664059;
        }
img.alignnone {
	border:0 none;
        }
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
        background-color: #664059;
        border: 0 none;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
        background-color: #664059;
        border: 0 none;
        }
blockquote {
	background-image: url(images/blockquote.png);
        background-repeat: no-repeat;
        margin: 0;
        padding-left:55px;
        padding-right:15px;
        font-style: italic;
        }
#map {
	padding:10px 5px 5px 10px;
        background-color:#664059;
        }
#recaptcha_area {
        margin-bottom:15px;
}


