/*  

Theme Name: GrungePress

Theme URI: http://wordpress.jepson.no/GrungePress/

Description: A simple brown grungy theme

Version: 1.0

Author: Magnus Jepson

Author URI: http://www.jepson.no

*/



/*************************************

 +Containers

 *************************************/

body {
	background:#33281d url(images/bg.jpg) repeat-x top left;
	color:#150500;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:72.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:1019px;
}
#header {
	background:url(images/header.jpg) no-repeat;
	width:1019px;
	height:309px;
	padding:0;
}
#contentwrap {
	background:#fbf4d7;
	width:845px;
	padding:0px;
	margin:-120px 0 0px 85px;
}
#content {
	background:#fbf4d7;
	font-size:1.1em;
	float:left;
	padding:10px 1em 1em 30px;
	width:500px;
	margin-bottom:0px;
}
/*************************************

 +Search form

 *************************************/

.search-form {
	position:absolute;
	width:150px;
	height:90px;
	top:31px;
	left:775px;
}
.search-form input {
	width:132px;
	border:0px;
}
/*************************************

 +Footer

 *************************************/

#footer {
	clear:both;
	position:absolute;
	background:url(images/bg-footer.jpg) repeat-x;
	color:#d7d1b8;
	height:440px;
	width:1019px;
	margin:0;
	font-size:1.1em;
}
#footer a {
	color:#C0005A;
}
#footer a:hover {
	color:#fff;
}
#top-footer {
	margin:80px 0 0 110px;
	height:320px;
}
#top-footer ul {
	font-size:1.2em;
	list-style: none;
	padding:0;
	margin:1em;
	width:240px;
	height:270px;
	float:left;
}
#top-footer li {
	border-bottom:1px dotted #6C6C6C;
}
#credits {
	text-align:center;
	font-size:.9em;
	color:#d7d1b8;
	text-transform:uppercase;
	margin-left:80px;
	padding:1em 0;
	width:850px;
}
/*************************************

 +RSS Icon

 *************************************/

#rss-big {
	position:absolute;
	width:150px;
	height:90px;
	top:0px;
	left:540px;
}
#rss-big a {
	display:block;
	width:140px;
	height:90px;
}
/*************************************

 +Hn, a and p

 *************************************/

pre {
	max-width:500px;
}
a {
	color:#C0005A;
	text-decoration:none;
}
h1, h2, h3 {
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
.entrytitle h2 {
	font-size:2.4em;
	line-height:1.2em;
}
.entrytitle h2 a {
	color:#C0005A;
}
.entrytitle h2 a:hover {
	color:#424242;
}
.entrytitle h3 {
	margin-top:-10px;
	font-size:1.8em;
	color:#6F6F6F;
}
.entrybody a {
	text-decoration:underline;
}
.entrybody a:hover {
	text-decoration:none;
}
.entrybody h2 {
	font-size:1.8em;
	margin-top:.7em;
}
#header a {
	display:block;
	width:480px;
	height:170px;
}
blockquote {
	border-left:2px solid #333;
	display: block;
	padding: 0 1em;
}
/*************************************

 +Entry

 *************************************/

.entry {
	margin-bottom:1em;
}
.entry img {
	max-width:500px;
 width: expression(this.width > 500 ? 500: true);
	border:0px;
	padding:5px;
	background:#fff;
	border:1px solid #ccc;
}
#gallery-1 img {
	border:0px solid #ccc;
}
.entry code {
	background:#e3e7cb;
	color:#999;
	font-size:1.1em;
	padding:.2em;
}
.entrymeta {
	font-size:1.6em;
	padding-top:.2em;
	color:#424242;
}
.entrymeta a {
	color:#424242;
}
/*************************************

 +Sidebar

 *************************************/

#sidebar {
	font-size:1.1em;
	float:right;
	padding:0;
	margin:10px;
	width:260px;
}
#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	clear:both;
	margin-bottom:1em;
}
#sidebar ul li {
	margin:.3em;
	padding-left:40px;
	border-bottom:1px dotted #D5D5D5;
}
#sidebar ul a:hover {
	color:#424242;
}
#sidebar h2 {
	background:url(images/bg-sidebar-header.jpg) no-repeat;
	margin-left:0px;
	height:60px;
	width:258px;
	color:#424242;
	padding:25px 0 0 0px;
	font-size:1.6em;
	text-align:center;
}
#mc_signup_form legend {
	background:url(images/bg-sidebar-header.jpg) no-repeat;
	margin-left:0px;
	height:60px;
	width:258px;
	color:#424242;
	padding:25px 0 0 0px;
	font-size:1.6em;
	text-align:center;
}
/*************************************

 +Menu

 *************************************/

#menu {
	position:absolute;
	left:500px;
	top:125px;
}
#menu ul {
	font-size:1.5em;
	list-style: none;
	padding:0;
	margin:0;
}
#menu li {
	float: left;
	border-bottom:0px;
}
.menu-bg a {
	background:#100c07;
	color:#ffffff;
	padding:0.5em 1em 0.3em 1em;
	margin-left:0.4em;
	display:block;
}
#menu li a:hover {
	background:#fbf4d7;
	color:#C0005A;
}
#menu ul li ul {
	display:none;
}
.menu-hover a {
	background:#fbf4d7;
	color:#424242;
	padding:0.5em 1em 0.3em 1em;
	margin-left:0.5em;
	display:block;
}
/*************************************

 +Comments

 *************************************/

.commentsblock {
	font-size:1.0em;
	margin:0em;
	padding:1em;
}
.commentsblock textarea {
	width:35em;
}
.commentsblock input, .commentsblock textarea {
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus {
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus {
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor {
	display:block;
	font-size:1.5em;
}
ol.commentlist {
	font-size:1em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
ol.commentlist a {
	color:#C0005A;
}
ol.commentlist a:hover {
	color:#424242;
}
.commentlist li {
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt {
	background:#ece6ca;
	border-left:5px solid #333;
	border-bottom:1px dotted #333;
	border-top:1px dotted #333;
	padding:0.5em;
}
h3.comments {
	font-size:1.4em;
	color:#6C6C6C;
}
.count {
	float:right;
	font-size:4em;
	color:#333;
}
.mycount {
	float:right;
	font-size:4em;
	color:#C0005A;
}
/*************************************

 +Flickr

 *************************************/

#flickr {
	margin:0;
	padding:0em;
}
#flickr img {
	border:0px;
}
#flickr a {
	background:#FFF;
	border: 1px dotted #ccc;
	float: left;
	display: inline;
	margin:0.7em;
	padding:5px;
	width: 75px;
	height: 75px;
}
#flickr a:hover {
	border: 1px dotted #000;
	background:#000;
}
/*************************************

 +Misc

 *************************************/



#download {
	background:#e3e7cb url(./images/bullet.gif) no-repeat;
	background-position: 12px 12px;
	padding:1em;
	padding:10px 10px 10px 40px;
	margin: 0.5em 0 1em 0;
}
.post-date {
	position:absolute;
	font-size:18px;
	left:18px;
	width:67px;
	height:60px;
	font-weight:bold;
	padding-top:7px;
	background: #100c07;
	text-align:center;
}
.post-date .month {
	color:#D5D5D5;
}
.post-date .day {
	color:#fff;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#avatarcomment {
	font-size:9px;
	background-color:#000000;
	color:#FFFFFF
}
#avatarcomment a {
	color:#FFFFFF
}
.entrybody p {
	margin-bottom:10px;
}

ol.yearender_list {font-size: 25px; font-weight: bold;}
ol.yearender_list p {font-size: 12px; font-weight: normal; margin:0px;}

div.yearender_thumb {margin-top: 10px;}

ol.yearender_list li { 
padding:10px;
background-color: #FFF;
margin-bottom: 20px;
border: 1px solid #CCC;
}

ol.yearender_list li:last-child span { 
color:#C0005A;
}

ol.yearender_list iframe {margin-top: 20px;}
ol.yearender_list span {font-weight: bold; display: block;}

.gform_wrapper {background: white;
border: 1px solid #ccc;
padding:10px;
width: 490px !important;
}


