/*
Theme Name: Elements of Style

Description: Custom theme for Elements of Style Blog.
Version: 2.0

Author: JSGD 
Tags: custom

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


@font-face {
    font-family: 'BonvenoCFLight';
    src: url('/fonts/BonvenoCF-Light-webfont.eot');
    src: url('/fonts/BonvenoCF-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/BonvenoCF-Light-webfont.woff') format('woff'),
         url('/fonts/BonvenoCF-Light-webfont.ttf') format('truetype'),
         url('/fonts/BonvenoCF-Light-webfont.svg#BonvenoCFLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.linkwithin_text{
	font-family: 'BonvenoCFLight', Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	text-transform:uppercase;
}

.linkwithin_title{
	font-size:11px !important;
}

body {
	font-size: 12px;
	line-height:18px;
	font-family: "Georgia", Times New Roman, serif;
	background: url('/images/eos-moire.jpg');
	background-attachment:fixed;
	color: #777;
	margin: 0;
	}
	
#page {
	background: url('/images/eos-page.png') repeat-y;
	background-position:center;
	margin: 0px auto;
	padding: 0;
	width: 1200px;
	text-align: left;
}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 6px 0 0;
	width: 690px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 480px;
	}
	
.hide {
	display:none;
}

a:link {
	text-decoration:none;
	color:#007939;
}

a:visited {
	text-decoration:none;
	color:#007939;
}

a:hover{
	text-decoration:none;
	color:#000;
}

h3 {
	font-family: 'BonvenoCFLight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
}

#social{
margin:10px 0px 80px 12px;
}


/*header*/

#header {
	margin: 0 auto 30px auto;
	height: 186px;
	width: 1200px;
	}
	
#headerimg {
	margin: 0;	
	width: 100%;
	}


#header #menu {
	margin-bottom:10px;
    background: url("/images/eos-nav.png") no-repeat scroll 0 0 transparent;
	width:1200;
	height:54px;
	}

#header #menu ul {
	list-style-type: none;
	text-align:center;
	margin:0 auto ;
	padding-top:20px;
}
#header #menu ul li{
	display:inline;
	margin:12px;
	font-size:17px;
    font-style: italic;
	font-weight:normal;
	color:#fff;
}

#header #menu ul li.page_item a {
	color: #ffffff;

}

#header #menu ul li.page_item a:hover {
	color: #ddd;
	text-decoration:none;
}

#header #menu ul li.current_page_item a {
	color: #ddd;
}

#header #menu ul li a {
	color: #fff;

}

#header #menu ul li a:hover {
	color: #ddd;
	text-decoration:none;
}

/*end header*/

	
	
	


small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-top:3px;
	color:#999;
	}
	
	
	

/* sidebar */
	
#sidebar {
    padding: 20px;
    margin: 0 53px 0 0;
	width: 160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	line-height:15px;
	}
	
#sidebar2 {
    margin: 0 0 0 50px;
    padding: 20px;
    width: 160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	line-height:15px;
	}

.sidebarLeft {
	float:left;
	clear:left;
	}

.sidebarRight {
	float:right;
	clear:right;
	}
	
#sidebar h2, #sidebar2 h2 {
	font-family: 'BonvenoCFLight', Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight:normal;
	text-align:center;
	color:#929297;
	text-decoration:none;
	font-style:normal;
	border-bottom: 1px solid #ddd;
	margin:0 0 10px 0;
	padding:0 0 4px 0;
	}

#sidebar a, h2 a:hover, h3 a:hover{
	color:#666;
	}
	
#sidebar a:hover{
	color:#007939;
	text-decoration: none;
	}
	
#sidebar img{
	display: block;
	margin-left: auto;
	margin-right: auto;
    padding-bottom:-5px;
    padding-top:-5px;
	}
	
#sidebar2 img{
	display: block;
	margin: 0 auto;
    border: none;
	}
	
.textwidget {
	text-align: center;
}

#simpleimage-45{
	margin-top:-20px !important;
}

#text-12{
	margin-top:40px !important;
}

#text-22{
	margin-bottom:0px !important;
	}

.widget_simpleimage{
	margin-bottom:0px !important;
	}

#sidebar ul, #sidebar ul ol, #sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 50px;
	}


#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 0px 0 5px 10px;
	padding: 0;
    text-align: left;
	}

	
/*end sidebar*/



/*posts*/

.post {
	margin: 5px 0 80px;
	padding: 0 20px;
	text-align: left;
	}
	
.post h2 {
	font-family: 'BonvenoCFLight', Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height:26px;
	text-transform: uppercase;
	font-weight:normal;
	color:#666;
	text-decoration:none;
	font-style:normal;
	margin:0;
	padding:0;
	}
	
.pagetitle{
	font-family: 'BonvenoCFLight', Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight:normal;
	color:#929297;
	text-decoration:none;
	font-style:normal;
	margin:12px 20px 0;
	padding:0 0 4px;
	border-bottom:1px solid #ddd;	
}

.post h2 a:link{
	color:#666;
}

.post h2 a:visited{
	color:#666;
}

.post h2 a:hover{
	color:#007939;
}

.postmetadata {
	clear: both;
	border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: both;
    font-size: 10px;
    padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.entry p a:visited {
	color: #D67B22;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
	
.sticky h2 {
	padding-top: 10px;
	}
	
/*end posts*/	
	

/*comments*/

#comments {
	font-family: 'BonvenoCFLight', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-left:20px !important;
	font-weight:normal;
	}


.commentlist li {
	margin: 10px 20px;
	list-style: none;
	padding:20px 20px 10px;
	}

.commentlist li .avatar {
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	text-transform:uppercase;
	}

.commentlist p {
	font-weight: normal;
	font-size:12px;
	line-height: 16px;
	text-transform: none;
	}

#commentform p {
	font-family: 'BonvenoCFLight', Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	margin: 3px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	display: block;
	font-weight: normal;
	}
	
.comment-author{
	font-family: 'BonvenoCFLight', Arial, Helvetica, sans-serif;
	font-size:16px;
}

.says{
	display:none;
}

.thread-alt {}

.thread-even {}

.depth-1 {
	}

.even, .alt {
	padding: 20px;
	margin: 0;
}

.even {
	background: url('/images/eos-chevron.gif') repeat;
}
	
#commentform input {
	width: 170px;
	padding: 5px;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 5px;
	border:1px solid #ddd;
	}
	
#respond{
	margin:0 20px 20px;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}
	
.children { 
	padding: 0; 
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

.clear {
	clear: both;
	}

/*end comments*/



/*footer*/

#footer {
	background: url('/images/eos-chevron.gif') repeat;
	border-top:1px solid #ddd;
	padding: 10px 0 14px;
	margin: 10px auto 0;
	width: 1100px;
	}

#footer p {
	margin: 0;
	text-align: center;
	}
	
	
/* end footer */





/* images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


/* end lists */




/* Begin Form Elements */

input{
	border:1px solid #ddd;
	padding: 5px;
	}

#searchform {
	/*margin: 10px auto;
	padding: 5px 3px;*/
	text-align: left;
	}

#sidebar #searchform #s, #sidebar2 #searchform #s  {
	width: 86px;
	margin-right:4px;
	}

#sidebar #searchsubmit, #sidebar2 #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 160px;
    text-align: left;
	}


/* End Form Elements */





/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	margin: 10px 0px 50px;
	padding:0 20px;
	}

/* End Various Tags & Classes*/





/* Captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

/* End captions */
