/* @override http://perez.goartis.com/wp/wp-content/themes/blue-memories-11/style.css */

/*  
	Theme Name:Blue Memories
	Theme URI:http://iqwolf.org/posts/64
	Description:Two-column and widget-ready, just be simple.
	Version:1.1
	Author:iqwolf
	Author URI:http://iqwolf.org/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Some code comes from K2:
	http://getk2.com/
	
	This Theme also uses Fam Fam Fam Silk Icons:
	http://www.famfamfam.com/lab/icons/silk/
	
	Feel free to contact me if you have questions, my email: iqwolf@gmail.com.
*/

/* General */
*,html {
margin:0;
padding:0;
}

body {
font: 12px Tahoma, Verdana, sans-serif;
color: #919191;
text-align:left;
background:#f3eacb;
}

A 			{ color:#98393c; text-decoration:none; } 
A:link		{ color: #8a181e; text-decoration:none;
	font-family: "Courier New", Courier, mono;
} 
A:visited	{ color:#98393c; text-decoration:none;
	font-family: "Courier New", Courier, mono;
} 
A:active	{ color: #e91e09; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration:none; } 
A:hover		{ color: #d5230a; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration:underline; }
p {
line-height:150%;
margin:0 0 10px;
}

ul ul,ol ol,p ul,p dl,p ol {
margin-bottom:0;
}

ol li {
list-style:decimal outside;
}

acronym,abbr,span.caps {
cursor:help;
font-size:10px;
letter-spacing:.07em;
}

acronym,abbr {
border-bottom:1px dashed #999;
}

blockquote { padding-left:10px; margin:20px; border-left: 4px solid #f2ecdb; }

cite {
text-decoration:none;
}

code {
font:14px 'Courier New', Courier, sans-serif;
}

small {
font:10px Arial, Helvetica, Sans-Serif;
color:#777;
}

select,img {
border:none;
}

hr,#searchform br,.counter {
display:none;
}

h1,h2,h3,h4 {
font-family:"Trebuchet MS", "Times New Roman", times, serif;
font-weight:700;
}

h1 { font-size:24px; text-align:left; color:#f2ecdc; padding:80px 0 0 30px; }

h1 a,h1 a:link,h1 a:active,h1 a:hover,h1 a:visited {
color:#f2ecdc;
text-decoration:none;
}

h2,h3 {
	color: #7c7c7c;
	font: 14px "Courier New", Courier, mono;
}

h2.pagetitle {
margin-top: 10px;
text-align: left;
	margin-bottom: 10px;
	border-bottom: 1px dashed #c1b7a2;
	padding-bottom: 10px;
	color: #454545;
	font-size: 18px;
	font-weight: bold;
}

/* Structure Divs */
#header {
width:760px;
height:156px;
margin:0 auto;
background:url(images/bg_header.jpg) center top no-repeat;
}

#container {
width:760px;
margin:0 auto;
padding:0;
background:url(images/bg_content.jpg) left top repeat-y;
overflow:hidden;
}

#content { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; overflow:hidden; }

#footer {
clear:both;
margin:0 auto;
width:760px;
height:80px;
text-align:center;
background:url(images/bg_footer.jpg) right top no-repeat;
}

#sidebar {
float:left;
width:200px;
text-align:left;
margin:45px 15px 0;
padding:0;
border-left:1px solid #c1b698;
overflow:hidden;
}

/* Configure Divs */
	/* Headers and Navigation */
	.description {
	font-size:10px;
	text-align:left;
	color:#fff;
	padding:5px;
	}
	
	.nav { width:100%; background:transparent; letter-spacing:0.05em; margin-left: 20px;
	font: 11px/normal;
}
	
	.nav ul {
	list-style:none;
	margin:10px 0 0 15px;
	padding:2px;
	}

	.nav li	{
	width:100%;
	display:inline;
	}
	
	.nav li a {
	color:#777;
	padding:3px 5px;
	font-family: "Courier New", Courier, mono;
}
	
	.nav li.page_item a:link,.nav li.page_item a:visited {
	color:#98393c;
	text-decoration:none;
	}
	
	.nav li.page_item a:hover {
	color: #947f52;
	background:#fff;
	border-bottom: 1px solid #c1b7a2;
}

	.nav li.current_page_item a,.nav li.current_page_item a:visited,.nav  li.current_page_item a:hover { color:#777; background: #faf6eb; border-bottom: 3px solid white; }
	
	/* Entries */
	.narrowcolumn {
	float:left;
	width:470px;
	margin:10px 0 10px 15px;
	padding:20px 10px;;
	}
	
	.widecolumn {
	width:470px;
	margin:10px auto;
	}
	
	.entry {
	text-align: justify;
	margin:0;
	padding:20px 10px;
	}
	
	.widecolumn .entry {
	margin:0;
	}
	
	.entry li {
	padding-bottom:8px;
	margin:0;
	}
	
	.date-header { color:#c1b698; font-size: 11px; text-align:right; margin-top: 4px; margin-bottom: 10px; }
	
	.entry-header {
	font-size: 18px;
	border-bottom: 1px dashed #c1b698;
	font-weight: bold;
	padding-bottom: 5px;
}
.entry-header a:hover { color: #d5230a; text-decoration: none; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
.entry-footer {
	color:#c1b698;
	font-size: 11px;
	text-align:right;
	margin:0 0 20px;
	padding:4px 2px 2px;
	}
	
	.entry ul,.entry ol {
	margin:0 0 0 40px;
	padding:0;
	}
	
	/* Footer */
	#footer p {
	font-size: 11px;
	text-align:center;
	margin:0;
	padding:5px;
	}
	
	/* Sidebar */	
	#sidebar h2 { width:180px; font-size:12px; text-transform: uppercase; letter-spacing:0.05em; text-align:left; margin:15px 0 0 10px; padding:2px 8px; }
	
	#sidebar ul {
	list-style:none;
	}
	
	#sidebar li {
	width:100%;
	}
	
	#sidebar ul ul {
	margin:0;
	padding:0 0 10px;
	}
	
	#sidebar ul ul li {
	width:100%;
	margin:0 10px 1px;
	padding:2px 8px;
	}
	
	.intro {
	text-align:left;
	width:170px;
	margin:5px auto;
	padding:5px 10px;
	}
	
/* Search */
li#search {
width:100%;
margin:2px 8px 2px 12px;
}

#searchform {
color:#fff;
line-height:100%;
margin:0;
padding:10px 0;
}

#searchform #s {
width:174px;
height:18px;
border:1px solid #ccc;
background:url(images/bg_searchinput.gif) repeat-x top right #fff;
margin:5px;
padding:1px;
}

#searchform #s:focus {
border:1px solid #ffcc00;
background:url(images/bg_searchinput.gif) repeat-x bottom right #fff;
}

/* Comments and Trackbacks */
h4#comment-title {
margin:20px 20px 10px 20px;
color:#333;
	font: bold 18px "Courier New", Courier, mono;
}

#commentform {
width:100%;
background:#fff;
margin:15px 0;
padding:20px 0 10px 0;
}

input#author,input#email,input#url,textarea#comment {
border:1px solid #ccc;
padding:1px;
}

#commentform input:focus,#commentform textarea:focus {
border:1px solid #ffcc00;
}

#submit {
border:solid 1px #c1b698;
color:#ab9f7f;
background:#f2ecdb;
padding:0 2px;
}

#submit:hover { color: #fff; background:#ab9f7f; }

.comment-header {
font-size:18px;
color:#333;
}

.comment-header a,.comment-header a:active,.comment-header a:visited,.comment-header a:link { color:#333; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration:none; }

.comment-header a:hover { color: #d5230a; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration:underline; }

.commentlist,.pinglist {
list-style-type:none;
margin:15px 0;
}

.commentlist li {
width:450px;
list-style:none;
padding:5px;
}

.commentlist p {
margin:10px;
}

.class_comment1 { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border-bottom:3px solid #ab9f7f; }

.class_comment2 { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border-bottom:3px solid #ac585a; }

.authorcomment {
background:#f8f8f8;
}

.comment-footer {
font-size:10px;
text-align:right;
margin:4px 0;
}

.pinglist li { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width:460px; border-bottom:3px solid #ccc; list-style:none; text-align:left; }

.pinglist p {
margin:10px;
}

#leavecomment {
color:#ccc;
font-size:14px;
font-weight:700;
padding:20px;
text-align:center;
}

/* Classes */
.navigation {
display:block;
text-align:center;
padding:15px 0;
}

.metarss {
margin-left:100px;
text-align:center;
background:url(images/rss.gif) left no-repeat;
padding:1px 1px 1px 18px;
}

.metatrackback {
margin-left:5px;
text-align:center;
background:url(images/trackback.gif) left no-repeat;
padding:1px 1px 1px 18px;
}

.metacmt {
background:url(images/metacmt.gif) left center no-repeat;
padding-left:15px;
}

.metaedit {
background:url(images/metaedit.gif) left center no-repeat;
padding-left:15px;
}

.metapost {
background:url(images/metapost.gif) left center no-repeat;
padding-left:15px;
}

/* Images */
p img {
border:none;
max-width:100%;
margin:0;
padding:2px;
}

img.center {
display:block;
margin:auto;
}

img.alignright {
float:right;
display:inline;
margin:0 0 2px 7px;
padding:2px;
}

img.alignleft {
float:left;
display:inline;
margin:0 7px 2px 0;
padding:2px;
}

.feedlink img {
float:right;
height:12px;
width:12px;
border:0;
margin:-19px 0 0;
}

/* Text align */
.center {
text-align:center;
}

.item,.alignright {
text-align:right;
}

.alignleft {
text-align:left;
}

/* Div float */
div.floatleft {
float:left;
}

div.floatright {
float:right;
}

.clear {
clear:both;
}