/*  
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:#333;
	background: #fff;
	}

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

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

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

ol {
	margin: 15px 15px 15px 35px;
	}
	
a img, fieldset {
	border:none
	}
	
object {
	float:left;
	margin:20px 14px 30px 0;
	border:3px solid white;
	padding:6px;
	}

*:focus {
	outline:none
	}
	
		
		

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

#top {
	padding-bottom:28px;
	}

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

#home #top .wrapper {
	background:transparent;
	}

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

#main {
	background:#fff;
	padding:17px 0 32px 30px;
	margin-bottom:12px;
	}

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

#interior #sidebar {
	background:#f5f5f5;
	float:right;
	width:242px;
	padding:17px 20px 20px 20px;
	margin:3px 0 0 20px;	
	}
						   
#masthead {
	background: url(images/bg_masthead.jpg);
	height: 100px;
	}

.left {	
	float:left;
	}

.right {	
	float:right
	}
	
#branding {
	height:102px;
	background: url(images/logo-top.gif) top left no-repeat;
	}
	
#toaster {
	height: 70px;
	width: 80px;
	background: url(images/logo_toast.png) bottom left no-repeat;
	float: left;
	display: inline;
	margin-left: 25px;
}
	
#description {
	text-transform:uppercase;
	font:.6em 'Lucida Grande','Lucida Sans Unicode',Arial;	
	color: #333333;
	padding-top:50px;
	padding-left: 120px;
	letter-spacing:0.4em;
	}	

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

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

h2 {	
	font: bold 2.5em "Helvetica Neue",Helvetica,Arial,sans-serif; 
	line-height:110%;
	color: #333333;
	padding-top:2px;
	letter-spacing: -0.05em!important;
	}

h2, h3, h4 {
	letter-spacing:0.025em;	
	}
		
h3 {	
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight:normal;
	margin-bottom:15px
	}

#sidebar h3 {
	padding-top: 10px;
	margin-bottom:12px;
	color: #666;
	}
	
#sidebar h3.bird{
	background: url(images/bg_twitter_bird.png) no-repeat top left;
	padding-left: 50px;
	height: 48px;
	margin-bottom: -12px;
	}
	
.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 -----------*/

.fbc_loginstate_top {
	width: 100%;
	background-color: #333;
	position: fixed!important;
	bottom:0;
	top:auto!important;
	left: auto;
	border-top: 1px solid #fefefe;
}

.fbc_loginstate_top a:link, .fbc_loginstate_top a:visited {
	color: #ccc;
}

.fbc_loginstate_top .fbc_profile_pic {
	background: url(images/facebook_16.png) top center;
	width: 16px;
	height: 16px;
	float:left;
	padding:0!important;
	margin-right: 20px;
	margin-top: 7px;
}

.fbc_loginstate_top a.FB_Link img {
	width: 16px;
	height: 16px;
	visibility: hidden;
}

.fbc_loginstate_top .fbc_profile_header {
	background: #333 none repeat scroll 0 0 !important;
	color: #999;
	border: 0!important;
	padding:3px!important;
	text-align:left !important;
	width:960px !important;
	margin: 0 auto;
	text-shadow: 1px 1px #000;
}

#games {
	margin-top: 20px;
}

#games h3 {
	padding-left: 30px;
}

#games ul li {
	float: left;
	padding-left: 30px;
	padding-right: 10px;
	list-style: none;
}


h1 a, h1 a:visited {
	color: #206CFF;
	}

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

.comment-bubble {
	display: inline;
	float: right;
	color: #666;
	background: url(images/bg_comment_bubble.gif) no-repeat top right;
	height: 50px;
	width: 44px;
	padding-top: 9px;
	text-align: center;
}

.comment-bubble a:link, .comment-bubble a:visited {
	color: #666;
	font-weight: bold;
}



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

.commentcount a {
	font-family:Georgia, "Times New Roman", Times, serif
	}
	
.module {
	background:#206CFF;
	color: #fff;
	padding:12px;
	overflow:auto;
	font-size:0.8em;
	}

.module img {
	border:3px solid #fff;
	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-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: no-repeat;
	}
		
.pagenavigationbox a:hover, .pagenavigationbox a:active {
	background:#cccccc;
	text-decoration:none;
	}
	
.pagenavcurrent {
	color: white!important;
	background-color: black!important;
	background: no-repeat;
	}
	
			
	
/*Widgets*/					
.widget {
	margin-bottom:30px;
	font-size:0.85em;
	}	

.widget li {
	padding:10px 0 13px 0;
	list-style:none;
	line-height:135%;
	border-bottom: 1px dashed #ccc;
	}
	
h3.senf{
	background: url(images/bg_senf.png) no-repeat top left;
	padding-left: 50px;
	height: 48px;
	padding-top: 10px;
	}
	
h3.more{
	background: url(images/bg_more.png) no-repeat top left;
	padding-left: 50px;
	height: 48px;
	padding-top: 2px!important;
	}
	
.widget h3.tags{
	background: url(images/bg_tags.png) no-repeat top left;
	padding-left: 50px;
	height: 48px;
	padding-top: 10px;
	}
	
#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:#ebebeb;
	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) top right no-repeat;
	color: #206CFF;
	letter-spacing:.08em;	
	line-height: 16px;
	height: 20px;
	}

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

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


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

	
h3.kontakt{
	background: url(images/bg_email.png) no-repeat top left;
	padding-left: 50px;
	height: 48px;
	padding-top: 10px;
	}

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

#searchform .button {
	margin:0;
	padding:3px;
	font-size:1em;
	}
		
.button {	
	border-style: none;	
	background: #206CFF! important;
	font-size:0.8em;
	color: white;
	padding:4px 18px;
	margin-top:7px;
	}

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

a.button:hover, a.button:active {
	text-decoration:none
	}
	
.button:focus, .button:hover {	
	background: #110307 no-repeat ! important;
	}

.field {
	background:white ! important;
	border:none;
	padding:4px 4px 4px 22px;
	font-size:0.8em;
	color: #333333;
	border: 3px solid #eee;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;	
	}

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

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

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

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

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

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

.field#user-url:focus {	
	background: white 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:300px
	}

#interior .field#user-comment {
	width:586px;
	height:300px;
	}	

.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { display: block; background: #e7f3df; border: 1px solid #8ccc79; padding:10px; }

/*****Forms*****/
ol.forms { list-style: none; margin: 0; background-color: #ebebeb; padding: 30px;}
ol.forms li { 
	margin-bottom: 18px; 
	position: relative;
}
ol.forms label {
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding-right: 20px;
	width: 300px;
}

ol.forms input#contactName {
	background: white url(images/user-name.gif) 5px 4px no-repeat ! important;
	padding-left: 30px;
	width: 65%;
}

ol.forms input#email {
	background: white url(images/user-email.gif) 5px 4px no-repeat ! important;
	padding-left: 30px;
	width: 65%;
}

ol.forms textarea#commentsText {
	background: white url(images/user-comment.gif) 5px 4px no-repeat ! important;
	padding-left: 30px;
	width: 65%;
}

ol.forms input, ol.forms textarea {
	border-style: none;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 214px;
}
ol.forms textarea { height: 300px; width: 334px; }
ol.forms input:focus, ol.forms textarea:focus { border-color: #206CFF; }
.error { color: #ff8588;}
ol.forms li .error { background-color: #fff6fc; font-size: 12px; border: 1px solid #ffaaad; padding: 10px;}
ol.forms li.textarea .error {
	border: 1px solid #ffaaad;
}
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons button {
	background: #206CFF;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	overflow: hidden;
	padding: 6px 6px 6px 6px;
	width: auto;
}
ol.forms li.buttons button:hover { color: #fff; background-color: #000; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline { width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { width: auto; }
			

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

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

.clearfloat {
	display:block
	}



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

#footer {
	background: #fff;
	}
	
#footer .wrapper {
	color:#666;
	text-align:right;
	font:.65em 'Lucida Grande','Lucida Sans Unicode',Arial;
	text-transform:uppercase;
	letter-spacing:0.08em;
	padding: 46px 48px 40px 0;
	}
	
	
