/*
Theme Name: Rob Twenty Eleven Child
Theme URI: 
Author: 
Author URI: 
Description: Child of twentyeleven
Template: twentyeleven
Version: 1.0
License: GNU General Public License
License URI: license.txt

*/

@import url("../twentyeleven/style.css");


#access {
    background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(43,179,223,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(43,179,223,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(43,179,223,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(43,179,223,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(43,179,223,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(43,179,223,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2bb3df',GradientType=0 ); /* IE6-9 */

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 6px;
    width: 100%;
}
.widget a {
    font-weight: normal;
    text-decoration: none;
	}
.widget-area {
    font-size: 10px;
	}
	.widget-title {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}
#page {
    background: none repeat scroll 0 0 #ffffff;
}

#page {
    margin: 2em auto;
    max-width: 1000px;
}

.hentry, .no-results {
background: -moz-linear-gradient(-45deg,  rgba(226,226,226,0.71) 0%, rgba(235,235,235,0.16) 32%, rgba(245,245,245,0.05) 65%, rgba(255,255,255,0.05) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(226,226,226,0.71)), color-stop(32%,rgba(235,235,235,0.16)), color-stop(65%,rgba(245,245,245,0.05)), color-stop(100%,rgba(255,255,255,0.05))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(226,226,226,0.71) 0%,rgba(235,235,235,0.16) 32%,rgba(245,245,245,0.05) 65%,rgba(255,255,255,0.05) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(226,226,226,0.71) 0%,rgba(235,235,235,0.16) 32%,rgba(245,245,245,0.05) 65%,rgba(255,255,255,0.05) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(226,226,226,0.71) 0%,rgba(235,235,235,0.16) 32%,rgba(245,245,245,0.05) 65%,rgba(255,255,255,0.05) 100%); /* IE10+ */
background: linear-gradient(-45deg,  rgba(226,226,226,0.71) 0%,rgba(235,235,235,0.16) 32%,rgba(245,245,245,0.05) 65%,rgba(255,255,255,0.05) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5e2e2e2', endColorstr='#0dffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



box-shadow: inset 0px 0px 10px 9px rgba(236, 236, 236, 0.75);
-moz-box-shadow: inset 0px 0px 10px 9px rgba(236, 236, 236, 0.75);
-webkit-box-shadow: inset 0px 0px 10px 9px rgba(236, 236, 236, 0.75);
outline:2.5px dashed #fefefe;
outline-offset:-3px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: .5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-content,
.entry-summary {
	padding: 1.625em .8em 0;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	padding-left: 1em;
}