/*   
Theme Name: Thematic Basic Site
Theme URI: 
Description: 
Author: Daniel Koch
Author URI: http://dk-n.com/
Template: thematic
Version: 0.1
Tags: Thematic Basic BusinessGigant
*/

/* 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/2c-r-fixed.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');

#branding {
	background:url(img/businessgigant-logo.png) no-repeat -9px 5px;
	padding: 88px 0 15px;
}

#branding #searchform {
	position:absolute;
	top:0px;
	right:0px;
	background:#E0EEE0;
	padding:10px;
}
#branding #searchform label {
    display:none;
}
#branding #searchform input {
    font-size:13px;
    line-height:18px;
}
#branding #searchform input#s {
    width:280px;
}
#branding #searchform input#searchsubmit {
    display:none;
}

#blog-title {
	margin-top:38px;
	font-size:14px;
}

#blog-title a{
padding-top: 120px;
padding-right:250px;
}
#blog-title a:active, #blog-title a:hover {
color:#1E90FF;
}

#blog-description {
	margin-top:-12px;
	width:600px;
}

#access {
background:#1E90FF;
border-bottom:2px solid #cccccc;
}

#main{
	padding:40px 0 22px;
}

.entry-title{
	border-bottom:3px solid #E0EEE0;
	padding:5px;
}
.entry-title a:active, .entry-title a:hover {
color:#1E90FF;
}

.entry-meta{
	padding-top:3px;
}
.entry-meta a:active, .entry-meta a:hover {
color:#1E90FF;
}

.entry-content{
	padding-top:15px;
}

.entry-utility a {
color:#666666;
font-style:italic;
text-decoration:none;
}
.entry-utility a:active, .entry-utility a:hover {
color:#1E90FF;
}

#tag_cloud-3 h3 {
	display:none;
}

#form-allowed-tags {
	display:none;
}

.aside a {
color:#666666;
}
.aside a:active, .aside a:hover {
color:#1E90FF;
}
#respond h3 {
	display:none;
}

.form-label label  {
	display:none;
}

#comments-list li.bypostauthor {
background:none repeat scroll 0 0 #CAFF70;
color:#006400;
}

span#exyarp p {
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}
