/*
Theme Name: rNw
Theme URI: http://porre.org/
Description: My Photoblog
Version: 1.0
Author: Bjarke Roennow
Author URI: http://blog.porre.org
Tags: photoblog

*/

/* RESET */
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;
}
ol, ul {
	list-style: none;
}
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; }

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#container {overflow:auto;
	padding-bottom: 15px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -15px; /* negative value of footer height */
	height: 15px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


/* LAYOUT*/
body {font: 0.81em 'Helvetica Neue', Helvetica, Verdana, Arial, Sans-Serif;background: #181818;color: #FFF;}
a {color: #FFF; text-decoration:none;}
a:hover {color: #999;}
small {font-size: 0.85em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
img#wpstats{display:none}
#container {width:916px; margin: 20px auto;}
#footer {background: #333; border-top: 1px solid #444; padding: 10px 25px; font-size: 0.85em;}
#header {background: #333; border-bottom: 1px solid #444;}
#header h1 {font-size: 1.15em; font-weight:bold; float:left;}
#header h1 a {display:block;line-height: 35px;}
#navigation {float:right;}
#navigation li {float:left; margin-left: 10px;}
#navigation li a {display:block;line-height: 35px;}
#navigation li.current_page_item a {text-decoration:underline;}
.clear {clear:both;}
.wrapper {width:916px;margin: 0 auto;}

/* POST */
#content p {margin: 10px 0;}
#content ul {list-style: disc outside;}
#content ul li {margin-left: 15px;}
.photo {text-align:center; margin-bottom: 25px;}
.photo a {outline:none;}
.entry-meta {margin: 5px 0; color: #999;}
.photoQExifInfoItem {float:left; margin-right: 3px;}
.photoQExifValue { color: #666;}
.photoQImg {border: 1px solid #111; background: #FFF; padding: 7px;}
a:hover .photoQImg { background: #999;}
/* ARCHIVE */
#archive img { margin-right: 10px;margin-bottom: 10px;}

/* COMMENTS */
#comment {padding: 3px;}
#comments,#respond {margin-top:20px;}
#commentform p {margin: 5px 0;}
.comment {margin: 10px 0;}
.even {background: #333; border: 1px solid #444;}
.odd {background: #222; border: 1px solid #333;}
.comment-author-admin {background: #444; border: 1px solid #555;}
.comment-author {float:left;width: 120px; padding: 10px;}
.comment-body {float:left; width: 754px; padding: 10px;}
.comment-meta {font-size: 0.85em;}
.avatar {margin: 0;border: 1px solid #111; background: #FFF; padding: 7px;}
.alignleft {float:left;}
.alignright {float:right;}
.warning {color: #600; font-weight:bold; background: #FBB; border: 1px solid #600; padding: 5px;}
