/*  
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

*/



/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Float Clearing
  Footer



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

* { 
	margin: 0;
	padding: 0;
	} 

body, html {
	min-height:101%;
	}
	
body {	
	color:#000000;
	background: #ffffff;
	}

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

p {	
	margin: 15px 0;
	line-height:145%;
	}
		
a, a:visited {
	text-decoration:none;
	color:#000000;	
	}

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

ol {
	margin: 15px 15px 15px 35px;
	}
	
a img, fieldset {
	border:none
	}

*:focus {
	outline:none
	}
	
		
		

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

#top {
	background-color:#FFFFFF;
	padding-bottom:0px;
	}

.wrapper {
	margin: 0 auto;
	font-size: 1em;
	width: 960px;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	}

#home #top .wrapper {
	border-left: 1px solid CECECE;
	border-right: 1px solid CECECE;
	background:#FFFFFF;
	}

#interior #top .wrapper {
	background:#FFFFFF;
	}

#main {
	background:#FFFFFF;
	padding:17px 0 32px 0px;
	margin-bottom:0px;
	}

#content {
	float:left;
	width:549px;
	padding:15px 30px 20px;
	}

#interior #sidebar {	
	background:#FFFFFF;
	border-color:#CECECE -moz-use-text-color #CECECE #CECECE;
	border-style:solid none solid solid;
	border-width:1px medium 1px 1px;
	float:right;
	padding:15px 24px 20px;
	width:294px;
	}
						   
#masthead {
	background: url(images/bg_masthead.jpg);
	height: 100px;
	}

.left {	
	float:left;
	}

.right {	
	float:right
	}
	
#branding {
	text-align:center;
	height:102px;
	background: #FFFFFF url(images/ban.jpg);
	background-repeat:no-repeat;
	margin: 0 0 50px 0;
	}
	
#description {
	text-transform:uppercase;
	font:.8em 'Lucida Grande','Lucida Sans Unicode',Arial;	
	color:#A57F88;
	padding-top:5px;
	letter-spacing:0.6em;
	}	

#menu{
		float: left;
		width:589px;
		margin: 0 0 20px 0;
		padding: 0 30px 0 30px;
}

#interior #menu{
		float: left;
		width:549px;
		margin: 0 0 20px 0;
		padding: 0 30px 0 30px;
}

#flickr_ban{
		margin: 30px 0 40px 0;
		width: 589px;
		float: left;
		padding: 0 30px 0 30px;
}

#flickr_ban a{
		display:block;
		float:left;
		margin:0 5px 0 0;
}


/* ---------- @ Social icons -----------*/

#social_icon li{
	float:left;
	padding: 0 5px 0 0;
	list-style:none;
}

#facebook a{
	display:block;
	background:url(images/social_icons/facebook.jpg) no-repeat center;
	width:44px;
	height:55px;
}
#facebook a:hover{
	display:block;
	background:url(images/social_icons/facebook_over.jpg) no-repeat center;
	width:44px;
	height:55px;
}

#flickr a{
	display:block;
	background:url(images/social_icons/flickr.jpg) no-repeat center;
	width:44px;
	height:55px;
}
#flickr a:hover{
	display:block;
	background:url(images/social_icons/flickr_over.jpg) no-repeat center;
	width:44px;
	height:55px;
}

#rss a{
	display:block;
	background:url(images/social_icons/rss.jpg) no-repeat center;
	width:44px;
	height:55px;
}
#rss a:hover{
	display:block;
	background:url(images/social_icons/rss_over.jpg) no-repeat center;
	width:44px;
	height:55px;
}

#youtube a{
	display:block;
	background:url(images/social_icons/youtube.jpg) no-repeat center;
	width:44px;
	height:55px;
}
#youtube a:hover{
	display:block;
	background:url(images/social_icons/youtube_over.jpg) no-repeat center;
	width:44px;
	height:55px;
}

#twitter a{
	display:block;
	background:url(images/social_icons/twitter.jpg) no-repeat center;
	width:44px;
	height:55px;
}
#twitter a:hover{
	display:block;
	background:url(images/social_icons/twitter_over.jpg) no-repeat center;
	width:44px;
	height:55px;
}
	
	
		
/* ---------- @ Headings -----------*/

		   
h1 {
	font: normal 2.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.05em;
	}

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

h2, h3, h4 {
	letter-spacing:0.025em;	
	}
		
h3 {	
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color:#B8CF2E;
	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:#82435A;
	}

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:#000000;
	}

.commentcount a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#E30040;
	}
	
.module {
	background: #FFFFFF;
	border: 2px solid #B8CF2E;
	padding:12px;
	overflow:auto;
	font-size:0.8em;
	margin-bottom:10px;
	}

.module img {
	padding:0;
	border:0;
	margin:0 13px 7px 0;
	}

.module p {
	margin:0;
	text-align:justify;
	font-size:0.9em;
	}

/*	
.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-top:20px;
	}
	
.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:#DFDFDF;
	}
		
.pagenavigationbox a:hover, .pagenavigationbox a:active {
	background:#B8CF2E;
	text-decoration:none;
	}
	
.pagenavcurrent {
	background:#E30040;
	}
	
			
	
/*Widgets*/					
.widget {
	margin-bottom:30px;
	font-size:0.8em;
	}	

.widget li {
	border-bottom:1px solid #B8CF2E;
	padding:10px 0 13px 0;
	list-style:none;
	line-height:135%;
	}
	
#wp-calendar {
	width:100%;
	font-size:0.7em;
	}

#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:#B8CF2E;
	padding:2px 4px
	}

.textwidget {
	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:#B8CF2E;
	letter-spacing:.08em;	
	}

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

#tagcloud a {
	line-height:150%;
	padding-right:6px;
	}
				
#sidebar li  {
	list-style:none;
	}


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

#s{
	background:none repeat scroll 0 0 #FFFFFF;
	color:#DFDFDF;
	font-family:Verdana,Helvetica,Sans-Serif;
	font-size:12px;
	margin:0;
	padding:0;
	width:80%;
	border:0px;
}

#button_search{
	border:0 none;
	margin-left:5px;
	vertical-align:middle;
}
	
#searchform .field {
	padding:3px;
	width:90px;
	font-size:1em;
	}

#searchform .button {
	margin:0;
	padding:3px;
	font-size:1em;
	}
		
.button {
	background: url(images/carre_semi_transparent_60.png) repeat ! important;
	border:none;
	font-size:0.8em;
	color:#B8CF2E;
	padding:4px;
	margin-top:7px;
	border-top:1px solid #B8CF2E;
	border-left:1px solid #B8CF2E;
	border-bottom:2px solid #B8CF2E;
	border-right:2px solid #B8CF2E;
	}

a.button, a.button:visited {
	color:#B8CF2E;
	width:100px;
	margin:18px 0 0 0;
	display:block
	}

a.button:hover, a.button:active {
	text-decoration:none
	}
	
.button:focus, .button:hover {	
	background-color: #B8CF2E ! important;
	color:#FFFFFF;
	}

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

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

.field#user-name:focus {	
	background: #DFDFDF url(images/user-name.gif) 5px 4px no-repeat ! important;
	border:1px solid #BBBBBB;
	}
		
.field#user-email {	
	background: url(images/user-email.gif) 5px 7px no-repeat ! important;
	width:118px;
	border:1px solid #BBBBBB;
	}		

.field#user-email:focus {	
	background: #DFDFDF url(images/user-email.gif) 5px 7px no-repeat ! important;
	border:1px solid #BBBBBB;
	}	

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

.field#user-comment:focus {
	background: #DFDFDF url(images/user-comment.gif) 5px 6px no-repeat ! important;
	border:1px solid #BBBBBB;
	}

.field#user-url {	
	background: url(images/user-url.gif) 4px 8px no-repeat ! important;
	border:1px solid #BBBBBB;
	}		

.field#user-url:focus {	
	background: #DFDFDF url(images/user-url.gif) 4px 8px no-repeat ! important;
	border:1px solid #BBBBBB;
	}	
	
#interior .field#user-name, #interior .field#user-email,
#interior .field#user-url, #interior .field#user-url {
	width:260px
	}

#interior .field#user-comment {
	width:320px;
	height:150px;
	}	

			

/* ---------- @ 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;
	border: none;
	}
	
	

