/*   
Theme Name: bbulb
Theme URI: http://bbulb.com
Description: bbulb website.
Author: Christian Areas
Author URI: http://christianareas.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/3c-r-fixed-primary.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* General */

body, input, textarea {
    color:#000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	line-height:20px;
	}

body {
	background:url(images/background.png) top center no-repeat;
	}

p, ul, ol, dd, pre {
    margin-bottom:15px;
	}

pre, code {
	font:10px Monaco, monospace;
	line-height:20px;
	}


/* Links */

a:link, a:visited {
	color:#3366CC;
	text-decoration:none;
	}

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


/* Header */

#branding {
	display:none;
	}

.menu ul {
	display:none;
	}

#access {
	border-bottom:none;
	}

#bbulbheader {
	width:940px;
    margin:0 auto;
	padding-top:10px;
	}

.bbulblogo, .bbulbhome, .bbulbshop, .bbulbcontact {
	display:block;
	text-indent:-10000px;
	float:left;
	}

.bbulblogo {
	background:url(images/bbulb.png) no-repeat top center;
	width:268px;
	height:65px;
	margin:0 40px 0 0;
	}

.bbulbhome {
	background:url(images/button_home.png) no-repeat top center;
	width:124px;
	height:73px;
	margin:5px 0 0 75px;
	}

.bbulbshop {
	background:url(images/button_shop.png) no-repeat top center;
	width:107px;
	height:73px;
	margin:5px 0 0 75px;
	}

.bbulbcontact {
	background:url(images/button_contact.png) no-repeat top center;
	width:178px;
	height:73px;
	margin:8px 0 0 70px;
	}


/* Main */

#main {
	padding-top:25px;
	}


/* Layout */

#container {
    width:430px;
    float:left;
	}

#content {
	overflow:hidden;
	padding:0 15px 0 0;
	}

#primary {
    width:230px;
    float:left;
    margin:0;
	}

#secondary {
    width:280px;
    float:left;
    margin:0;
	}


/* Page Navigation */

.navigation {
	font-size:10px;
	line-height:20px;
	padding-left:5px;
	}


/* Footer */

#footer {
	width:940px;
	margin:auto;
	border-top:1px solid #ccc;
	}

.footer {
	color:#999;
	font-size:10px;
	line-height:20px;
	text-align:right;
	}


/* Featured Content Gallery */

.fcg {
	padding: 0 0 40px 0;
	}


/* Digg Digg */

.digg {
	float:left;
	padding:0 10px 10px 0;
	}


/* Posts */

.post-title {
	color:#FFF;
	font-size:15px;
	line-height:68px;
	padding:0 0 0 22px;
	background:url(images/posttitlebackbround.png) no-repeat left;
	}

a.post-title-link:link, a.post-title-link:visited	{
	color:#FFF;
	text-decoration:none;
	}

.post-header {
	min-height:30px;
	}

.post-date {
	float:left;
	display:inline;
	padding:0 10px 0 0;
	font-size:10px;
	line-height:16px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	}

.post-info {
    color:#999;
    font-size:10px;
    line-height:16px;
	}
	
.post-info a:link, .post-info a:visited {
	color:#999;
	}

.post-info a:hover {
	color:#F00;
	}

.entry-content {
	padding-top:15px;
	}

.excerpt-read-more {
	font-weight:bold;
	}

.post-footer {
    font-size:10px;
    line-height:16px;
	}

.post-comments {
	float:right;
	}

.post-tags {
    color:#C3C3C3;
    font-size:10px;
    line-height:16px;
	border-top:#E5E5E5 1px solid;
	padding-top:8px;
	}

.post-tags a:link, .post-tags a:visited {
	color:#C3C3C3;
	}

.post-tags a:hover {
	color:#F00;
	}
	

/* Single Page */

.post-title-adjust {
	margin-bottom:0;
	}

.post-date-adjust {
	float:left;
	display:inline;
	padding:25px 10px 0 5px;
	font-size:10px;
	line-height:16px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	}

.post-info-adjust {
	padding-top:25px;
	}

.alignnone {
	border:#E5E5E5 1px solid;
	}


/* Share */

.share {
	padding:10px 0 35px 0;
	}


/* Comments */

#comments-list li {
    background:#FFF;
    }

#comments-list li.bypostauthor {
    background:#FFF;
	}

#comments .n {
	font-size:10px;
	line-height:20px;
	}

#comments .comment-meta {
	color:#999;
	font-size:10px;
	line-height:20px;
	}
	
#comments a:link, #comments a:visited {
	color:#3366CC;
	text-decoration:none;
	font-style:normal;
	}

#comments a:hover {
	color:#F00;
	text-decoration:none;
	font-style:normal;
	}

.comment-content {
	font-size:10px;
	line-height:20px;
	}

.unapproved {
	color:#999;
	font-size:10px;
	line-height:20px;
	font-style:italic;
	}	
	
#comments code {
    font:10px Monaco, monospace;
	line-height:20px;
	}

.comment-reply-link {
	padding-bottom:5px;
	}

#comment-notes {
	font-size:10px;
	line-height:20px;
	}

#respond {
	padding-top:0;
	}

#comments h3 {
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:10px;
    line-height:20px;
	font-weight:bold;
    padding:0 0 15px 0;
	}

#comments input {
    font-size:10px;
    line-height:20px;
	}

#comments textarea {
    font-size:10px;
    line-height:20px;
	}
	
#form-allowed-tags p {
	color:#999;
	font-size:10px;
	line-height:20px;
	}

#login {
	font-size:10px;
    line-height:20px;
	}

.fieldsmarked {
	font-size:10px;
	line-height:20px;
	font-style:italic;
	}

.requiredfield {
	color:#F00;
	}

.pingback {
	font-size:10px;
	line-height:20px;
	}

#trackbacks-list {
	padding-bottom:20px;
	}


/* Widget General */

.main-aside ul {
    padding:0 15px;
	}

#content .aside {
    border:#E5E5E5 1px solid;
    margin:0 0 20px 0;
    padding:20px 0 0 0;
	}

#primary {
    border:none;
    margin-bottom:20px;
	padding:0;
	}

#secondary {
    border:none;
    margin-bottom:20px;
	padding:0;
	}

.textbox {
	padding:10px;
	border:#E5E5E5 1px solid;
	}

.textwidget {
	padding-bottom:20px;
	}

.yg_tags_widget {
	padding-bottom:20px !important;
	}


/* Widget Headers */

.widget_tag_cloud, .yg_tags_widget, .widget_thematic_search, .widget_categories, .widget_recent_entries, .widget_archive, #text-428221741, .widget_stnl, .widget_twitter, #text-402966911 {
	padding:1px 0 0 15px;
	}
	
.widget_tag_cloud, .yg_tags_widget, .widget_thematic_search, .widget_categories, .widget_recent_entries, .widget_archive {
	background:url(images/widgetheaderbackgroundbrown.png) no-repeat top left;
	}

#text-428221741 /*links*/ {
	background:url(images/widgetheaderbackgroundblue.png) no-repeat top left;
	}
	
.widget_stnl {
	background:url(images/widgetheaderbackgroundred.png) no-repeat top left;
	}
	
.widget_twitter {
	background:url(images/widgetheaderbackgroundtwitter.png) no-repeat top left;
	}

#text-402966911 /*skype*/  {
	background:url(images/widgetheaderbackgroundgreen.png) no-repeat top left;
	}


/* Widget Fonts */

.aside h3 {
	color:#FFF;
	font-size:11px;
    line-height:28px;
	font-style:normal;
    padding-bottom:5px;
	}
	
a.twitter_title_link, a:hover.twitter_title_link, a:visited.twitter_title_link {
	color:#FFF;
	font-size:11px !important;
    line-height:28px !important;
    padding-bottom:10px !important;
	}
	
#primary a, #secondary a {
	font-size:10px;
	line-height:20px;
	}

p.textwidgetfont {
	color:#666;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	line-height:20px;
	}

.textwidget li {
	font-size:10px;
	line-height:20px;
	}


/* Search */

#searchform input {
	width:100%;
	color:#666;
	font-size:10px;
	font-style:italic;
	}

#noresults-searchform input {
	color:#666;
	font-size:10px;
	font-style:italic;
	}


/* Newsletter */

.subscribeform label {
	font-size:11px;
	}

.stnewslettererror, .stnewsletternormal {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	line-height:20px;
	}

.stnewslettererror {
	color:#F00;
	font-style:italic;
	}

.stnewsletternormal {
	color:#0F0;
	}

#shiftthis-subscribe h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	line-height:20px;
	color:#0F0;
	margin-bottom:0;
	padding-bottom:22px;
	}


/* Widget Icons */

img.rss, img.twitter, img.facebook {
	padding:0 5px 5px 0;
	}

.skypeborder {
	padding:10px 0 10px 10px;
	border:#E5E5E5 1px solid;
	}


/* Twitter */

ul.twitter {
	color:#666;
	font-size:10px;
	line-height:20px;
	font-style:italic;
	}

.twitter-timestamp {
	font-size:8px;
	line-height:18px;
	}


/* Contact Form */

.pagetitle {
	color:#FFF;
	font-size:15px;
	line-height:68px;
	margin-bottom:0;
	padding:0 0 0 22px;
	background:url(images/posttitlebackbround.png) no-repeat left;
	}

.contactform {
	margin:0 0 18px 0;
    width:98%;
	}


/* Coming Soon */

.comingsoon {
	padding:50px 0 0 65px;
	}