/*
Theme Name:     Twenty Eleven Roberts
Description:    Twenty Eleven theme adapted for JudsonRoberts.com
Author:         Luc Reid
Template:       twentyeleven
*/

@import url("../twentyeleven/style.css");

#branding { background-image: url('/media/redbg.jpg') !important;}

/* From background-color of #page to .left-sidebar #content is to make left sidebard
with stone background and content with white */
#page {margin-top:0; background-color: transparent !important;}

#content {background-color: #FFFFFF !important;}

.widget-title {color: #000000; font-size: 9pt; font-weight: bold;}

.hentry {padding: 4em;}

.left-sidebar #content {
    margin: 0 0 0 25%;
    width: 75%;
}

.left-sidebar #secondary {
    float: left;
    margin-left: 0%;
    margin-right: 0;
    width: 18.8%;
}

.widget ul li {
    list-style: none;
}

.widget-title {
	font-size: 12pt;
	line-height: 1.3em;
	text-transform: none;
	-webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

div.comments-link a {margin-right: 1em;}

#main {
    padding: 0 0 0;
}

.entry-title-landing {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1em;
	padding-bottom: 0em;
	padding-top: 0px;
}


.entry-title-landing,
.entry-title-landing a {
	color: #222;
	text-decoration: none;
}

.singular .entry-title-landing {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}

.entry-title-landing a:hover,
.entry-title-landing a:focus,
.entry-title-landing a:active {
	color: #1982d1;
}