/*  
Theme Name: Agregado
Theme URI: http://www.smashingmagazine.com/2008/09/08/agregado-a-free-wordpress-theme/
Description: A lifestream theme for Wordpress
Version: 1.2
Author: Darren Hoyt & Matt Dawson
Author URI: http://www.smashingmagazine.com
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
If you remix and re-release similar versions of Agregado, 
please include links/credit to the original authors
*/


/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
} 

body, html {
	min-height:101%;
}

body, html {
	color:#3b2a2d;
	background: #f0e9d7;
}

body, select, textarea, input {	
	font: 100% Arial, Helvetica, sans-serif;
}

p {	
	margin: 15px 0;
	line-height:145%;
}

a, a:visited {
	text-decoration:none;
	color:#d6618c;	
}

a:hover, a:active {	
	text-decoration:underline;
}

ol {
	margin: 15px 15px 15px 35px;
}

ul {
	margin: 15px 15px 15px 35px;
}
ul li{
	font-size:0.9em;
}
a img, fieldset {
	border:none
}

*:focus {
	outline:none
}

/* ---------- @ Page Structure -----------*/


#top {
	background:#f0e9d7 url(images/bg_top.jpg) repeat-x;
	padding-bottom:0px;
}


.wrapper {
	margin: 0 auto;
	font-size: 1em;
	width: 960px;
}

#home #top {
        background:#f0e9d7 url("images/bg_flare.jpg");
        background-position: top;
        background-repeat: no-repeat;
}

#interior #top {
        background:#f0e9d7 url("images/bg_flare2.jpg");
        background-position: top;
        background-repeat: no-repeat;      
}

#main {
	background: url(images/lolbg.png) repeat;
	padding:10px 10px 0px 10px;
	margin-bottom:12px;
}

#interior #main {
	background: url(images/lolbg.png) repeat;
	padding:10px 10px 0px 10px;
	margin-bottom:0px;
}

#content {
	float:left;
	width:589px;
}

#interior #content {
        padding:0 0px 0px 0px;
	width:589px;
}

#interior #sidebar {
	background:#372529;
	float:right;
	width:298px;
	padding:15px 24px 20px 20px;
	background:#372529 url(images/bg_sidebar.jpg) no-repeat;
}

#masthead {
	background: url(images/bg_masthead.jpg);
	height: 100px;
}

.left {	
	float:left;
}

.right {	
	float:right
}

#branding {
	text-align:center;
	height:102px;
}

#description {
	text-transform:uppercase;
	font:.6em 'arial','Lucida Sans Unicode',Arial;	
	color:#d9c7af;
	padding-top:5px;
	letter-spacing:0.4em;
}	

/* ---------- @ Headings -----------*/

h1 {
	font: normal 1.7em Georgia, "Times New Roman", Times, serif; 
        line-height:110%;
	color:#c91d3f;
	padding: 4px 10px 0 10px;
}

h2 {	
        font: normal 1.7em Georgia, "Times New Roman", Times, serif; 
	line-height:110%;
	color:#d9c7af;
	padding-top:2px;
}

h2, h3, h4 {
	padding: 0px 10px 0 10px;
	letter-spacing:0.025em;	
}		

h3 {	
        font: 1.2em Georgia, "Times New Roman", Times, serif;
	color:#d6618c;
	font-weight:normal;
	margin-bottom:15px
}

#sidebar h3 {
	margin-bottom:7px;
}

.widget h3 {
	margin-bottom:7px;
	font-size:1.5em;}		

h4 {	
	font-size: 1.1em;
}

h4#pagetitle {
	margin-bottom:15px;
}

h5 {	
        font-size: 1em
}

h5 {	
	font-size: 0.9em
}

/* ---------- @ Content Styles -----------*/

h1 a, h1 a:visited {
	color:#c91d3f;
}

h1 a:hover, h1 a:active {
	text-decoration:none;
	border-bottom:1px solid #82435a;
}	

.commentcount {
	background:url(images/bubble.gif) no-repeat right;
	padding-right:12px;
	color:#d6618c;
}

.commentcount a {
	font-family:Georgia, "Times New Roman", Times, serif
}

.module {
	background:#301e22 url(images/bg_module.jpg) top right no-repeat;
	padding:12px;
	overflow:auto;
	font-size:0.8em;
}

.module img {
	padding:3px;
	border:1px solid #4f383d;
	float:left;
	margin:0 13px 7px 0;
}

.module p {
        margin:0;
}

/*
.drop {
	float: left;
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	margin:3px 8px 0 0;
	width:30px;
        text-align:center
}
*/

h3 em {
	font-style:italic;
	font-size:0.8em;
}

#archive-list li {
	width:165px;
	float:left;
	height:60px;
	font-size:0.9em;
	margin: 0 6px 0 25px;
	line-height:140%;
}	

.pagenavigationbox {
	color:#a19e94;
        margin:20px 0 0 10px;
}

.pagenavigationbox a, .pagenavigationbox a:visited, .pagenavigationbox span {
        width:24px;
	height:20px;
	display:block;
	float:left;
	font:0.7em Arial, Georgia, "Times New Roman", Times, serif;
	padding-top:4px;
	margin-right:4px;
	text-align:center;
	color:#a19e94;
}

.pagenavigationbox, .pagenavigationbox a, .pagnavigationbox a:visited {
	background:url(images/bg_pagelink.png) no-repeat;
}

.pagenavigationbox a:hover, .pagenavigationbox a:active {
	background:#e3dcca;
	text-decoration:none;
}

.pagenavcurrent {
	background:url(images/bg_current_pagelink.png) no-repeat;
}

/*Widgets*/					

.widget {
	margin-bottom:30px;
	font-size:0.9em;
}	

.widget li {
	background:url(images/bg_headline.gif) bottom no-repeat;
	padding:10px 0 3px 0;
	list-style:none;
	line-height:135%;
}

.widget li a {
        color:#ffffff;
}

#wp-calendar {
	width:100%;
	font-size:0.9em;
}

#wp-calendar caption {
	padding-bottom:5px;
}

#wp-calendar td, #wp-calendar th {
	text-align:center;
}

#wp-calendar #prev {
	text-align:right;
	}

#wp-calendar #next {
	text-align:left;
}

#wp-calendar th {
	background:#3e292e;
	padding:2px 4px
}

.textwidget {
        color:#ffffff;
	font-size:.9em;
	line-height:145%;
}

#recentcomments em {
	font:italic 0.9em Georgia, "Times New Roman", Times, serif;
	padding-right:19px;
        background:url(images/bg_recentcomment.gif) right no-repeat;
	color:#d6618c;
	letter-spacing:.08em;	
}

#recentcomments a, #recentcomments a:visited {
	color:#f2f0e9;
	font-size:0.9em;
}

#tagcloud a {
        color:#ffffff;
	line-height:150%;
	padding-right:6px;
}

#sidebar li, #interior #sidebar li  {
        list-style:none;
}

/* ---------- @ Forms -----------*/

#searchform {
	margin-left:11px;
}

#searchform .field {
	padding:3px;
	width:90px;
	font-size:1em;
}

#searchform .button {
	margin:0;
	padding:3px;
	font-size:1em;
}

.button {	
	background: #251116 url(images/bg_button.gif) no-repeat ! important;
	border:none;
	font-size:0.8em;
	color:#e0e5e9;
	padding:4px 18px;
	margin-top:7px;
	border-bottom:2px solid #251116;
	border-right:2px solid #251116;
}

a.button, a.button:visited {
	color:#e0e5e9;
	width:78px;
	margin:18px 0 0 30px;
	display:block
}

a.button:hover, a.button:active {
	text-decoration:none;
}

.button:focus, .button:hover {	
        background: #110307 url(images/bg_button.gif) no-repeat ! important;
}

.field {
	background:#412c31 ! important;
	border:none;
	padding:4px 4px 4px 22px;
	font-size:0.8em;
	color:#f2f0e9;
}

.field#user-name {	
	background: #412c31 url(images/user-name.gif) 5px 4px no-repeat ! important;
	width:118px;
	margin-right:5px;
}

.field#user-name:focus {	
	background: #4c353b url(images/user-name.gif) 5px 4px no-repeat ! important;
}

.field#user-email {	
	background: #412c31 url(images/user-email.gif) 5px 7px no-repeat ! important;
	width:118px;
}		

.field#user-email:focus {	
	background: #4c353b url(images/user-email.gif) 5px 7px no-repeat ! important;
	}	

.field#user-comment {	
	background: #412c31 url(images/user-comment.gif) 5px 6px no-repeat ! important;
	width:273px;
	height:120px;
	margin-top:8px;	
}	

.field#user-comment:focus {
	background: #4c353b url(images/user-comment.gif) 5px 6px no-repeat ! important;
}

.field#user-url {	
	background: #412c31 url(images/user-url.gif) 4px 8px no-repeat ! important;
}		

.field#user-url:focus {	
	background: #4c353b url(images/user-url.gif) 4px 8px no-repeat ! important;
}	

#interior .field#user-name, #interior .field#user-email,
#interior .field#user-url, #interior .field#user-url {
	width:118px
}

#interior .field#user-comment {
	width:273px;
	height:120px;
}	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
        content:".";
}

.clearfloat {
	display:inline-block
}

.clearfloat {
	display:block
}


/* ---------- @ Footer -----------*/

#footer {
        background:url(images/bg_footer.jpg) repeat-x;
}

#footer .wrapper {
	color:#916972;
	text-align:right;
	font:.65em 'Lucida Grande','Lucida Sans Unicode',Arial;
	text-transform:uppercase;
	letter-spacing:0.08em;
	padding: 46px 48px 40px 0;
	background:url(images/bg_flare_bottom.jpg) no-repeat right top;
}	

#lol {
        margin: 0 auto; 
        padding: 10px 10px 0px 10px;
	background: url(images/lolbg.png) repeat;
}	

#rev {
        background: url(images/lolbg2.png) repeat;
	float:left;
	width:588px;
        margin:0 0 10px 0px;
}

#rev p {
	font: italic 0.8em arial, "Times New Roman", Times, serif;  
	letter-spacing:0.05em;
        color: #4f383d;
        padding: 0px 10px 0 10px;
} 

#rev .style1 {	
        float: left;
	font: 2.4em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	margin:3px 8px 0 0;
	width:30px;
	text-align:center;
	}

#postarea {
        padding:0 0px 30px 0px;
	width:588px; 
	float:left;
        background: url(images/lolbg2.png) repeat;
}

#postarea p{
	font: 0.9em arial, "Times New Roman", Times, serif;  
	letter-spacing:0.05em;
        padding:0 10px 0px 10px;
}


#home #postarea p {
	font: 0.9em arial, "Times New Roman", Times, serif;  
	letter-spacing:0.01em;
        color: #4f383d;
        padding: 0px 10px 0 10px;
} 

/*
#post #postarea p {
	font: 0.9em arial, "Times New Roman", Times, serif;  
	letter-spacing:0.01em;
        color: #4f383d;
        padding: 0px 10px 0 10px;
} 

#postarea p {
	font-family: arial, Times New Roman, serif;  
	font-size: 0.9em;
	letter-spacing:0.05em;
        color: #4f383d;
        padding: 0px 10px 0 10px;
} 

*/

#postarea h1 {
	margin:20px 0 0 0px;
}

#postarea h1.a, {
	font: normal 0.7em arial, "Times New Roman", Times, serif;  
	line-height:110%;
	color:#c91d3f;
	padding: 4px 10px 0 10px;
}

#postarea p.postmetadata {
    	color:#a57f88;
	text-transform:uppercase;
	font:0.6em 'Lucida Grande','Lucida Sans Unicode',Arial;
	letter-spacing:0.2em;
	margin:10px 0 0 0;
}

#home #postarea p.postmetadata {
    	color:#a57f88;
	text-transform:uppercase;
	font:0.6em 'Lucida Grande','Lucida Sans Unicode',Arial;
	letter-spacing:0.2em;
	margin:10px 0 0 0;
}

#postarea #indexing {
display:block;
}

/*Contact Form*/

#contactform, #interior #contactform {
	width:294px;
	float:left;
	padding:5px 0px 5px 0px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	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;
	}
/* End Images */


