/*
Theme Name: Twenty Eleven CSN
Author: CSN
Description: Child theme for the twentyeleven theme
Template:       twentyeleven
*/

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

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

p, li {
    font-size: 120%;
    line-height: 1.7em;
}

div {
}

blockquote {
    margin: 20px;
    background-color: #f5f5f5;
    padding: 20px;
}

blockquote div {
    font-size: 110%;
    line-height: 1.5em;
}

.menu li {
    font-size: 100%;
    line-height: 1.5em;
}

#site-title {
	margin-right: 270px;
	padding: 0.5em 0;
}

#headerimg {
        width: 500px;
	height: auto;
}

#access {
	background: #fff; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#fff, #F5F7FA);
	background: -o-linear-gradient(#fff, #F5F7FA);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#F5F7FA)); /* older webkit syntax */
	background: -webkit-linear-gradient(#fff, #F5F7FA);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	clear: both;
	display: block;
	float: left;
	margin: 5px auto 6px;
	width: 100%;
}

#access a {
        color: #1982d1;
        display: block;
        line-height: 3.333em;
        padding: 0 0.6em;
        text-decoration: none;
	font-weight: bold;
}

#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #1982d1;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}

#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #1982d1;
}

.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 5px;
}

.singular .hentry {
	border-bottom: none;
	position: relative;
}

.singular.page .hentry {
	padding: 0 0;
}

.entry-title {
	clear: both;
	color: #222;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 0;
}

.entry-title,
.entry-title a {
	color: #1982d1;
	text-decoration: none;
}

.singular .entry-header {
    width: 90%;
}

.singular .entry-header {
    width: 90%;
}
.singular .entry-title {

	color: #70B1E0;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5em;
}

.singular .entry-content {
    width: 90%;
}

.wp-caption .wp-caption-text {
    padding-left: 20px;
}

.wp-caption .wp-caption-text:before {
    content: '';
}

#respond {
    width: 90%;
}

.single-post .entry-header {
	margin-top: -65px;
}



body, input, textarea {
	color: #373737;
	font: 13px "Arial", Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.2;
}

.widget {
	clear: both;
	margin: 0 0 1.2em;
        border: 1px solid #9BCDF2;
	padding: 0 5px 10px 5px;
}

.widget-title {
	margin: 5px 0;
	padding-left: 5px;
	background-color: #70B1E0;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-transform: uppercase;
}

.widget ul li {
        margin-left: 15px;
        color: #777;
        font-size: 13px;
}

#nav-single .nav-next {
	padding-left: 0;
}

#reply-title {
	color: #373737;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.entry-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
	font-size: 18px;
}
.entry-content h3 {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
