/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html -------------------------------------------------------------- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } h1, h2, h3, h4, h5, h6 { 	font-weight: normal; 	clear: both; } blockquote { 	quotes: none; } blockquote:before, blockquote:after { 	content: ''; 	content: none; } del { 	text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; } a img {     border: none;  } 
/* =Clearfix (all browsers)--------------------------------*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */ * html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;}

body {
	margin: 0;
	padding: 0;

	font-family: Arial,FreeSans,sans-serif;
	line-height: 1.5;
	font-size: 14px;
	color: #000;
	overflow: hidden;

}
#content-wrapper {
    height: 100%;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
}


#supersize img, #supersize a{  
    height:100%;  
    width:100%; 
}  

img {
	border: 0;
}

a {
	color: #5991AE;
	text-decoration: none;
}

a:hover {
	color: #b0070a;
	text-decoration: underline;
}

#wrapper {
	height: 100%;
	overflow: auto;
}

.wrapper {
	margin: 0 auto;
	width: 970px;
}

#header {
	background-color: #000;
	color: #fff;
	padding: 20px 40px;
	font-size: 90%;
	text-transform: uppercase;
}
#header h1 {
	font-size: 90%;
	display: inline;
	float: left;
}

#header span {
	color: #ccc;
}

#header div {
	font-size: 90%;
	display: inline;
	float: right;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header li {
	float: left;
	margin-left: 10px;
}

#header a {
	color: #fff;
	text-decoration: none;
	font-size: 90%;
}

#header a.current_page,#header .current_page_item a {
	color: black;
	background-color: #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px 2px 5px;
}

#header a.current_page:hover, #header .current_page_item a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}

#header a:hover {
	color: white;
	text-decoration: none;
}

.content {
	float: left;
	width: 620px;
}
.post {
	margin: 40px 0 0 0;
	padding: 20px;
	background-color: #fff;
	background-image: url(./images/bg_posts.png);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	
	font-family: Arial;
	color: #424242;
	letter-spacing:0.1em;
	line-height: 145%;
}

.post .attachment-572x900000 {
	border: 4px solid white;
}

.post p {
	margin-bottom: 20px;
}

.post h2 {
	margin: 20px 0 20px 0;
	font-size: 180%;
}

.ribbon {
	background-image: url(images/bookmark.png);
	background-repeat: no-repeat;
	background-position:  bottom center;
	width: 70px;

	position: relative;
	z-index: 20;
	left: 525px;
	top: 0px;
	
	text-align: center;
	padding: 40px 0 50px 0;
	
	color: #fff;
	text-shadow: 0px 1px 0px #000;
}

.post blockquote {
	font-family: "Adobe Caslon Pro", "Hoefler Text", 'Old Standard TT', Georgia, Garamond, Times, serif;
	font-size: 24px;
	margin: 30px 30px 5px 30px;
	background-color: #e7e8d4;
	padding: 20px;
	color: #a41515;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 1.5em;
}

.post cite {
	display: inline;
	float: right;
	background-color: #e7e8d4;
	padding: 3px;
	margin-right: 30px;
	font-size: 12px;
	font-style: italic;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.post .main {
	z-index: 10;
	position: relative;
}

.post .meta {
	font-size: 10px;
	padding: 20px;
	font-family: Arial;
	color: #5991AE;
}


.post .social {
	z-index: 9999;
	position: absolute;
	left: -75px;
	top: 50px;
	width: 55px;
	padding: 10px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	overflow: hidden;
	background: black;
}

.post .social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.post .social li {
	padding-left: 80px;
}


#sidebar {
	float: right;
	width: 300px;
	margin: 40px 0 0 0;
}

#sidebar li {
	color: gray;
	border-bottom: 1px solid #dddddd;
	height: 20px;
	padding: 5px 5px 2px 5px;
	font-weight: 200;
}

#sidebar li a {
	font-weight: 800;
}

#sidebar li:hover {
	background-color: white;
}

#sidebar .box {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.80);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	margin: 10px 0 10px 0;
	border: 1px solid #dddddd;
}

#sidebar .box h3 {
	color: #b0070a;
	background: none !important;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

#footer {

	background-color: #000;
	color: #fff;
	margin: 40px 0 0 0;
	font-size: 60%;
	text-transform: uppercase;
	text-align: center;
}
