/*
Theme Name: OldAlex
Description: Derived from Twenty Eleven
Author: OldAlex
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");
/*----------------------------------------
	Using Google Fonts for titles
-----------------------------------------*/
h1,h1.entry-title,h2,h3,h4,h5,h6 {
	font-weight: normal;
	text-decoration: none;
	text-shadow: 1px 4px 6px rgba(0,0,0,0.2),0px -5px 35px rgba(255,255,255,0.3);
}
h1.entry-title  a {
	font-weight:normal;
	font-size:24px;
	text-shadow: 1px 4px 6px rgba(0,0,0,0.2),0px -5px 35px rgba(255,255,255,0.3);
}
h3.widget-title {
	font-size:14px;
	text-shadow: 1px 4px 6px rgba(0,0,0,0.2),0px -5px 35px rgba(255,255,255,0.3);
}
.entry-title {
	font-weight:normal;
	font-size:24px;
	text-shadow: 1px 4px 6px rgba(0,0,0,0.2),0px -5px 35px rgba(255,255,255,0.3);
}
#site-title a {
	font-size: 28px;
	font-weight: normal;
	color:#272727;
	text-shadow: 1px 4px 6px rgba(0,0,0,0.2),0px -5px 35px rgba(255,255,255,0.3);
	text-decoration: none;
}
/*-------------------------------------
	Reduce whitespace in header
---------------------------------------*/
#site-description {
	color: #7A7A7A;
	font-size: 14px;
	margin: 0 270px 1.65625em 0;
}
#site-title {
	margin-right: 270px;
	padding: 1.65625em 0 0;
}
#branding #searchform {
	position: absolute;
	right: 7.6%;
	text-align: right;
	top: 2.8em;
}
/* increase width of search in header */
/*#branding #s { width: 115px; }
#branding { border-top: none; } /* remove top header border */

/* change hentry bottom border color */
.hentry, .no-results {
	border-bottom: 1px dotted #bebebe;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
/*---------------------------------------------------
	Recent Related posts style
---------------------------------------------------*/
#recent {
	font-size: 12px;
	padding-left: 7px;
	display: block;
	margin-top: 15px;
	color: #666666;
	width: 130px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear:both;
}
#related {
	/*margin-bottom: 230px;*/
	border: 1px solid #E8E8E8;
	clear:both;
}
#related h2 {
	text-transform: uppercase;
	font-size: 0.9em;
	margin-bottom: 2px;
	line-height: 1.2em;
}
#related .date {
	font-size: 0.7em;
	color: #999999;
	margin-top: -3px;
	margin-bottom: 10px;
}
#related p {
	font-size: 13px;
	line-height: 1.4em;
}
#related .story1 {
	width: 45%;
	float: left;
	margin: 10px 0;
	border-right: 1px solid #E8E8E8;
	padding-right: 20px;
}
#related .story2 {
	width: 45%;
	margin: 10px 0 10px 12px;
	float: right;
}
#branding img {height: 60px; margin-bottom: -7px; margin-left: 0px;margin-top: 0px;width: 1000px;}
/*
#site-title {margin-right: 270px; padding: 2em 0 0;}
#site-description {color: #7A7A7A; font-size: 14px; margin: 0 270px 1em 0;}
#branding #searchform {position: absolute; right: 7.6%; text-align: right; top: 3em;}
*/
#site-generator {
    display: none;
    }
