/*

Theme Name: Glow Girl Fibers
Theme URI: http://6bdesign.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">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 auto;
	text-align:center;
	}

#container {
	margin: 0 auto;
	width:960px;
	}


#content {
	background-image:url(images/content-bg-front.png);
	/* background-color:#4E1139; */
	background-repeat:no-repeat;
	width: 960px;
	height:535px;
	text-align:left;
	margin-top:40px;
	padding-top: 20px; 

	}

#content h2 {
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:30px;
	float:left;
	height: 40px;
	display:block;
	margin:0;
	padding:0;
	}

#content h2 a {
	color: #FFFFFF;
	text-decoration: none;
	}

#content h2 a:hover {
	text-decoration:underline;
	}
.description {
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	float:right;
	width:205px;
	text-align: right;
	height:40px;
	display:block;
	}
#navigation {
	height:40px;
	width:910px;
	margin: 0px 25px 0 25px;
}
#connect {
	height:63px;
	width:910px;
	margin: 15px 25px 0 25px
}

#left {
	float:left;
	margin: 10px 10px 0 30px;
	width:440px;
	}

#right {
	float:right;
	margin: 10px 30px 0 10px;
	text-align:left;
	width:440px;
	}
#right img, #left img {
	margin-top:12px;
}

.clr {
	clear:both;
}
#navlist {
	/* width: 50%; */
	float:left;
	margin:8px 0 0 0;
	padding: 0 0 0 10px;
}
#navlist ul {
	margin-left:0;
	padding-left:0;
        }
#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:13px 10px 0 0;
        }
#rss img {
	vertical-align:middle;
        /* padding: 0;
        margin: 0; */
        }
#rss a {
	color: #ffffff;
        text-decoration: none;
        }
#rss a:hover {
	color: #cccccc;
        }
#connect h3 {
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	height: 30px;
	font-weight: normal;
	color:#ffffff;
	margin:15px 0 0 5px;
	display: block;
	float:left;
}
#links {
	float:right;
}
#connect li {
	display: inline;
	list-style-type: none;
        padding:0 10px 0 50px;
        margin:0;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
}
#connect li a, #connect li a:visited {
	color:#ffffff;
	text-decoration:none;
}
#connect li a:hover {
	color:#cccccc;
}
#connect li a img {
	border:0;
	margin-right:10px;
	vertical-align:middle;
	
}