/*
Theme Name: Twenty Eleven Child
Theme URI:  http://wordpress.org/extend/themes/twentyeleven
Author:     Trevor Namaste
Author URI: http://trevornamaste.nl
Description: Childtheme of Wordpress Twenty Eleven
Template:   twentyeleven
Version:    1.4
*/

@import url("../twentyeleven/style.css");

#access {
	background: #5573AC; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#5573AC, #E1E9F4);
	background: -o-linear-gradient(#5573AC, #E1E9F4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5573AC), to(#E1E9F4)); /* older webkit syntax */
	background: -webkit-linear-gradient(#5573AC, #E1E9F4);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}

#access div {
	margin: 0px 1%;
}

#access a {
	color: rgb(255, 255, 255);
}

#access ul {
	font-size: 14px;
}

#branding {
	border-top: none;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}

#branding img {
	height: 150px;
	margin-bottom: -1px;
	width: 870px;
}

#branding #searchform { display:none; }

.singular #content, .left-sidebar.singular #content {
    margin: 0px 10%;
    position: relative;
    width: 100%;
}

.left-sidebar #secondary {
	float: left;
	margin-left: 0%;
	margin-right: 0px;
	width: 22%;
}

.left-sidebar #content {
	margin: 0px 2% 0px 26%;
	width: auto;
}

#branding .with-image #searchform {
	top: auto;
	float: right;
	bottom: -27px;
	max-width: 195px;
}

#branding .only-search + #access div {
	padding-right: 150px;
}

#top-right-icons {
	float: right;
	margin: 0px;
	width: 127px;
	height: 150px;
	padding: 0px 0px 0px 0px;
	z-index: 9999;
	display: block;
}

#top-right-img {
	background: url('/_wp/wp-content/uploads/2012/11/twitter-edit.jpg');
	float: right;
	height: 150px;
	text-indent:-9999px;
	width: 127px;
	display: block;
}

/* Wordpress Icon */
#access .nav-wordpress {
	width: 50px;
	text-align: center;
	float: right;
}
.nav-wordpress,
#access .nav-twitter:hover >a,
#access .nav-twitter a:focus
{
	background: url('/_wp/wp-content/uploads/2012/11/wordpress-surv-icon.jpg');
	background-repeat: no-repeat;
	padding: 0;
}
.nav-wordpress a
{
color: transparent !important;
	padding: 0;
}

.widget {
	clear: both;
	margin: 0px 0px 0.8em;
	background: #EFF3F9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#EFF3F9, #eef5ff);
	background: -o-linear-gradient(#EFF3F9, #eef5ff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EFF3F9), to(#eef5ff)); /* older webkit syntax */
	background: -webkit-linear-gradient(#EFF3F9, #eef5ff);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
}

.widget-title {
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.1em;
	padding: 8px 15px;
	text-transform: uppercase;
	background: #5573AC; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#5573AC, #E1E9F4);
	background: -o-linear-gradient(#5573AC, #E1E9F4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5573AC), to(#E1E9F4)); /* older webkit syntax */
	background: -webkit-linear-gradient(#5573AC, #E1E9F4);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
}

.widget ul li {
	color: rgb(119, 119, 119);
	font-seize: 15px;
	padding: 8px 15px;
	letter-spacing: 0px;
	line-height: 1em;
}

.widget ul {
	font-size: 20px;
}

.widget_search #s {
	width: 82%;
}

ul {
	list-style: none outside none;
}

.entry-title, entry-title a {
	color: rgb(58, 105, 186);
	font-size: 28px;
}

.entry-content h1, .entry-content h2, .entry-comment h1, .entry-comment h2 {
	clear: both;
	color: rgb(58, 105, 186);
	font-weight: bold;
	font-size: 24px;
	display: inline;
	line-height: 1.5em;
}

.entry-content, .entry-summary {
	padding: 0em 0px 0px;
}

a {
	color: rgb(58, 105, 186);
}

img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
    border: 0px solid rgb(221, 221, 221);
    padding: 6px;
}

#colophon {
clear: both;
background-color: #89FF00;
}

#site-generator {
background-color: #FFFFFF;
} 

.hentry, .no-results {
    border-bottom: 0px solid rgb(221, 221, 221);
    margin: 0px 0px 1.625em;
    padding: 0px 0px 1.625em;
    position: relative;
}

.threadauthor small a {
display: none;
}