/*
Theme Name: Digital Life
Theme URI: http://blog.pirajafisken.net/
Description: 
*/

/* -------------------------------- */
/* HTML RESET 						*/
/* -------------------------------- */

@import "reset.css";

/* -------------------------------- */
/* STANDARD TAG DEFINITION			*/
/* -------------------------------- */

body {
	width: 100%;
	background: url(img/dark.png) 50% repeat-y;
	font: normal 14px Georgia, Times New Roman, serif;
	color: #FFF;
}
a, a:visited {
	color: #202020;
	text-decoration: none;
	border: 0; 
}
a:hover { text-decoration: underline; }

h2 {
	font-family: "Minion Pro", "Minion", Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	font-weight: lighter;
	color: #202020;
}

/* -------------------------------- */
/* WRAPPERS							*/
/* -------------------------------- */

#wrapper {
	width: 960px;
	min-height: 700px;
	margin: 0 auto;
	padding: 50px 0;

}
#whitewrap {
	width: 960px;
	min-height: 200px;
	float: left;
	background: #FFF;
}

/* -------------------------------- */
/* HEADER							*/
/* -------------------------------- */

#top {
	width: 900px;
	height: 137px;
	margin-bottom: 15px;
	padding: 35px 30px 20px 30px;
	float: left;
}
#top h1 {
	width: 281px;
	height: 35px;
	float: left;
	background: url(img/logo3.png) no-repeat;
}
#top h1 a {
	height: 35px;
	display: block;
	text-indent: -9999px;
}
p.intro {
	width: 450px;
	margin-top: 32px;
	float: left;
	clear: left;
	font: 15px/29px Georgia, serif;
	color: #afafaf;
}
p.intro em {
	font-size: 13px;
	color: #cccccc;
}

/* -------------------------------- */
/* NAVIGATION						*/
/* -------------------------------- */

ul#navigation {
	width: 366px;
	height: 55px;
	list-style-type: none;
	padding-left: 50px;
	padding-top: 30px;
	border-left: 1px solid #646464;
	float: right;
}
#navigation li {
	float: left;
	margin-right: 28px;
	line-height: 18px;
}

#navigation li.rss { width: 16px; height: 16px; }
#navigation li.rss a {
	width: 16px;
	height: 16px;
	display: block;
	background: url(img/rss.png);
	text-indent: -9999px;
}
#navigation li.rss a:hover { border: 0; }
#navigation li a {
	color: #a6a6a6;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#navigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}

/* -------------------------------- */
/* CONTENT FIELD					*/
/* -------------------------------- */

#content {
	width: 589px;
	min-height: 700px;
	float: left;
	background-color: #FFF;
	padding-bottom: 40px;
	padding-left: 30px;
}
#content h2 {
	font-size: 30px;
	color: #000;
}
#content h2 a { padding-bottom: 1px; }
#content h2 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #d6d6d6;
}
#content h2.page {
	padding-bottom: 20px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 0px 5px 0px;
	font-weight: bold;
	color: #3b3b3b;
}
#content p.ingress {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 28px;
	color: #3f3f3f;
	font-weight: lighter;
	font-style: italic;
	letter-spacing: 0em;
}
#content p strong, .postend strong { font-weight: bold; color: #666; }
#content p a, #content li a, #sidebar p a, #sidebar li a { 
	border-bottom: 1px solid #c9c9c9; 
	padding-bottom: 1px; 
}
#content p a:hover, #content li a:hover, #sidebar p a:hover, #sidebar li a:hover { 
	border-bottom: 1px solid #969696; 
	text-decoration: none;
}
#content .post {
	width: 540px;
	min-height: 20px;
	padding: 30px 30px 0px 0px;
	float: left;
}
#content p, #sidebar p, #content li  {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 24px;
	color: #757575;
	font-weight: lighter;
}
#content hr {
	padding: 0;
	margin: 0;
	padding: 10px 0px 10px 0px;
	border: 0;
	background: 0;
	border-top: 1px solid #EEE;
}
#content .meta {
	padding: 13px 0px 14px 0px;
	color: #a3a3a3;
	font-style: italic;
	font-size: 13px;
	text-transform: uppercase;
}
.cimg, .cimg img, .cimg img a, #content img, #content img a {
	border: 0; 
	margin: 0;
	float: left;
	clear: both;
}
.cimg {
	width: 540px;
	padding: 8px 0px 10px 0px;
	text-align: center;
}
.cimg img, .cimg img a { padding: 0; }
#content img, #content img a {
	border: 1px solid #eee;
	padding: 2px;
	float: left;
	margin: 10px 0px 10px 0px; 
	text-align: center;}
#content small {
	padding: 8px 10px 8px 10px;
	margin: 1px 0;
	float: left;
	background: #f1f1f1;
	color: #5b5b5b;
	font: 0.8em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#content .postend {
	width: 520px;
	float: left;
	margin-top: 10px;
	padding: 6px 0px 7px 21px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background: url(img/commenticon.png) no-repeat; 
}
#content .postend p {
	font-family: Georgia, serif;
	font-size: 11px;
	margin: 0;
}
.comments { float: left; }
.readmore { float: right; }

/* -------------------------------- */
/* SIDEBAR							*/
/* -------------------------------- */

#sidebar {
	width: 340px;
	min-height: 500px;
	float: right;
	background-color: #FFF;
	border-left: 1px solid #ebebeb;
	border-bottom: 2px solid #EEE;
}
#sidebar h2, h4 {
	padding: 0px 0px 15px 0px;
	font-size: 18px;
	font-weight: lighter;
	color: #343434;
	text-transform: uppercase;
}
.sidebar { padding: 30px 30px 20px 30px; }
.sidebar ul, #content ul { padding-left: 14px; }
.sidebar ul { 
	list-style-type: circle;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 22px;
	color: #525252;
	text-transform: uppercase; 
}

.sidebar#recent h2 {
	color: #5d5d5d;
	font-size: 17px;;
	padding: 0;
	padding-bottom: 4px;
}

/* -------------------------------- */
/* LISTS							*/
/* -------------------------------- */

#content ul {
	padding-bottom: 10px;
	list-style-type: circle;
}
#categories li, #content li { color: #5b5b5b; margin-bottom: 10px; }
#categories li a, #content li a { color: #202020; }
#categories li a:hover, #content li a:hover { color: #202020; }

.sidebar#recent { padding: 0;padding-top: 15px; }
.sidebar#recent ol, .sidebar#worthalook ol { list-style-type: none; }
.sidebar#recent li {
	line-height: 24px;
	padding: 25px 30px 25px 30px;
	border-bottom: 1px solid #EEE;
}
.sidebar#recent li .date {
	color: #ababab;
	font-style: italic;
	font-size: 11px;
	text-transform: uppercase;
	padding: 13px 0px 13px 0px;
}
.sidebar#worthalook li a {
	font-size: 12px;
}
.sidebar#worthalook li a:hover {
}
.sidebar#worthalook li p {
	margin-top: 2px;
	font-size: 11px;
	font-style: italic;
}
.sidebar#worthalook li {
	margin: 0;
	padding: 7px 0px 7px 0px;
}

/* -------------------------------- */
/* ARCHIVES							*/
/* -------------------------------- */

.archives { width: 400px; }
.archives li {
	padding: 0px 0px 7px 0px;
	border-bottom: 1px solid #EEE;
}
.archives a.title, .archives .date { 
	font-size: 12px;
	text-transform: uppercase; 
	color: #4f4f4f;
}
.archives a.title { color: #4f4f4f; }
.archives .date {
	color: #989898;
	padding-right: 15px;
}
.archives li p {
	padding-top: 10px;
	font-size: 0.75em; 
	font-style: oblique; 
} 

/* -------------------------------- */
/* COMMENTS							*/
/* -------------------------------- */

#comments EEE
#content h2.comment, #footer h2 {
	font-size: 150%;
	margin-bottom: 20px;
	clear: both;
}
#comments ol {
	border-bottom: 1px solid #c2c2c2;
	float: left;
	margin: 10px 0px 40px 0px;
	width: 495px;
	list-style-type: none;
}
#comments li {
	padding: 10px 15px 10px 15px;
	margin: 0;
	border-top: 1px solid #C2c2c2;
	clear: both;
	float: left;
	list-style-type: none;
}
#comments li.odd { background-color: #F8F8F8; }
#comments li.sideforfatter { background-color: #ffffec; }
.commentcontent {
	float: left;
	width: 325px;
	color: #5b5b5b;
	padding-left: 10px;
}
.commentmeta cite { 
	color: #202020; 
	font-style: normal; 
}
#comments .type {
	clear: both;
	border-top: 1px solid #EEE;
	text-transform: uppercase;
	font-size: 0.7250em;
	padding: 5px 10px 0px 0px;
 color: #202020;
}
.commentmeta {
	float: left;
	width: 130px;
	text-transform: uppercase;
	font-size: 0.9em;
}
#comments li a { color: #202020; }
#comments fieldset { border: 0; }
#comments ol.form,
#comments ol.form li {
	margin: 0;
	list-style-type: none;
	border: 0;
}
#comments ol.form li { 
	border-bottom: 1px solid #EEE;
	padding: 5px 15px 15px 0px;
}
#comments label {
	background: 0;
	text-transform: uppercase;
	font: 0.8em/12px Georgia, "Times New Roman", Times, serif;
	color: #5b5b5b;
	clear: both;
	float: left;
	margin: 10px 0px 6px 0px;
}
#comments input,
#comments textarea {
	clear: both;
	float: left;
	border: 0;
	border: 1px solid #c2c2c2;
	padding: 5px;
	width: 300px;
	font: 0.8em/12px Georgia, "Times New Roman", Times, serif;
}
#comments textarea { width: 500px; }
#comments .submit { width: 80px; margin-top: 10px; }
#comments .req { color: #990000; }


.line {
	width: 100%;
	padding-top: 1px;
	border-top: 2px solid #EEE;
	border-bottom: 1px solid #EEE;	
}
#footer {
	border-top: 1px solid #FFF;
	width: 900px;
	height: 20px;
	float: left;
	margin-bottom: 70px;
	padding: 30px;
	text-align: center;
}
#footer p {
	font: 0.8125em Georgia, serif;
	color: #afafaf;
	font-weight: lighter;
	line-height: 1.9em;
}