/* @override http://localhost/chyrp/trunk/themes/default/stylesheets/screen.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	line-height: 1.7;
	text-rendering: optimizeLegibility;
}
body
{
	background-image: url(http://ignorethecode.net/blog_images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;

	color: #555;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
a {
	color: #4E261D;
	border-bottom: 1px dotted #CDBBB5;
	padding-bottom: 1px;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #ccc;
	color: #222;
}
/*
#paragraph indent
p + p {
	text-indent:1em;
}
*/

/* main layout */
div#content {
	width:880px;
	margin-left:auto;
	margin-right:auto;
}
div#posts {
	margin-top:100px;
	margin-right:150px;
	float:left;
	width: 500px;
}
div#sidebar {
	margin-top:90px;
	float:right;
	width: 230px;
}
div#sidebar div.title {
	margin-top:15px;
	margin-bottom: 50px;

	font-size: 51px;
	font-weight: lighter;
	line-height: 45px;
	font-style:normal;
	
	color:#777;
}
div#sidebar div.title * {
	font-size: 51px;
	font-weight: lighter;
	font-style:normal;
	line-height: 45px;
	color:#777;
	text-decoration: none;
	border-style: none;
	display:block;
}
div#sidebar div.title #titlecode {
	line-height: 32px;
}
div#sidebar div.byline {
	margin-top:15px;
	margin-bottom: 260px;

	font-size: 15px;
	line-height: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
div#sidebar div.info {
	margin-top: 500px;
}
div#sidebar div.search {
	margin-top: 100px;
}

/* post */
div.post {
}

img.swirly {
	display:block;
	margin-top:100px;
	margin-bottom:100px;
	margin-left:auto;
	margin-right:auto;
	border-style:none;
}

div.shorturl {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:30px;
	border: 1px solid #ECEDEE;
	padding:8px;
	padding-left:12px;
	background-color:#F3F4F5;
}
div.shorturl * {
	margin:0;
	padding:0;
	font-size:12px;
	line-height: 14px;
	color:#444;
}
div.shorturl h2 {
}
/* images */
div.post img {
	margin: 10px 0 15px 0;
}

/* headers */
div.post h1 {
	font-size: 1.4em;
	font-weight: lighter;
	padding: 20px 0 6px 0;
	border-bottom: 1px solid #e4e4e4;
	font-family: 'Droid Sans', Helvetica, Verdana, Arial, sans-serif;
}
div.post h1 a {
	font-size: 1.2em;
	color: #444;
	border-bottom-style:none;
	font-family: 'Droid Sans', Helvetica, Verdana, Arial, sans-serif;
}
div.post h2 {
	font-weight: lighter;
	font-size: 1.2em;
	padding: 20px 0 6px 0;
	border-bottom-style:none;
	font-family: 'Droid Sans', Helvetica, Verdana, Arial, sans-serif;
}
div.post blockquote
{
	background-image: url(http://ignorethecode.net/blog_images/quotes.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:40px;
	padding-top:5px;
}
div.post blockquote p {
	padding-right: 10px;
}
div.post blockquote p:last-child {
	padding-bottom: 16px;
	background-image: url(http://ignorethecode.net/blog_images/quotes_close.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.post h1.posttitle {
	margin-top:0;
	padding-top:0;
}

div.post img {
	max-width:500px;
}

div.date, div.date * {
	text-decoration:none;
	border-style:none;
	font-size:12px;
	color:#AAA;
	margin:0;
	padding:0;
}

span.info, span.info * {
	color:#AAA;
	font-size:12px;
	font-weight:normal;
	font-style:default;
}

pre {
	margin-left: 20px;
}

/* floating footnote div */
#footnotediv {
	position:absolute;
	width:400px;
	overflow:visible;
}
#footnotediv div {
	background-color:white;
	padding:3px;
	padding-left:12px;
	padding-right:12px;
	border:1px solid #CDBBB5;
	box-shadow:#555 0 0 10px;
	-webkit-box-shadow:#555 0 0 10px;
	-moz-box-shadow:0 0 10px #555;
}
a.footnotebacklink {
	border-bottom:none;
}
a.footnotebacklink img {
	margin:0;
	padding:0;
	border:0;
}

.picturelink {
	font-size:12px;
	font-style:italic;
}


/* admin */
div.controls {
	position:absolute;
	top:0;
	left:0;
	background-color:white;
	border:1px solid black;
	opacity:0.5;
}



/* remove prev and next link */
div#posts a.right { display:none; }
div#posts a.prev_page { display:none; }
div#posts a#next_page_page { display:block; }
div#posts a#prev_page_page { display:block; }


/* fusion ad styles */
.carb {
	min-height:200px;
}
/*
	span.fusionentire {
	display: block;
	margin-top: 220px;
	margin-bottom: 0px;
	width: 220px;
	text-align:left;
}

img.fusionimg {
	border: 2px solid white;
}

span.fusiontext {
	line-height:1.7;
	text-align:left;
}
*/

/* image links shouldn't be underlined */

a.img {
	border-bottom:none;
}

/* fix sup breaking line heights */
/* https://gist.github.com/413930 */

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

sup a {
	margin:-10px;
	padding:10px;
	text-decoration:none;
	border-bottom:none;
}