/*  
	Theme Name: Aggregat
	Theme URI: http://experimental.peteramende.de/aggregat/

	Author: Peter Amende
	Author URI: http://www.peteramende.de/

	License: Creative Commons
	License URI: license.txt

	Version: 1.0
	Description: The Theme is written by <a href="http://www.peteramende.de">Peter Amende</a> for Pavel Mayer.
	Tags: html5, css3, widget sidebar, custom menu, responsive, banner widget
*/ 

	  /* ============= */
	 /* === FONTS === */
	/* ============= */


	  /* ============= */
	 /* === RESET === */
	/* ============= */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
* {outline: 0;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6, h7 {}
a, a:active, a:visited { color: inherit; text-decoration: none;}
a:hover {}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after, .clear { clear: both; }
.clearfix { zoom: 1; }



	  /* ============= */
	 /* === PRINT === */
	/* ============= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


	  /* ================== */
	 /* === ALIGNMENTS === */
	/* ================== */


.center {
	text-align: center;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

figure.alignleft, img.alignleft, img[align="left"] {
	float:left;
	margin: 20px 30px 15px 0px;
}

.alignright {
	float: right;
}

figure.alignright, img.alignright, img[align="right"] {
	float:right;
	margin: 20px 0px 15px 30px;
}

	  /* ============== */
	 /* === PRESET === */
	/* ============== */

body,
input,
select,
textarea {
	font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	word-wrap: break-word;
}
a, a:visited {
	color: #c31;
}
a:hover {
	color: #38a;
}
a:active {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	padding: 5px 0;
	text-transform: uppercase;
	line-height: 100%;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}

p {
	margin: 20px 0;
}
em, i {
	font-style: italic;
}
ul, ol {
	margin: 20px 0 20px 2em;
}
ul {
	list-style-image: url(images/icon_arrow.png);
}
li {
	margin: 5px 0;
}
blockquote {
	margin: 20px 0;
	font-style: italic;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.wp-caption {
	max-width: 100%;
	height: auto;
}
.wp-caption .wp-caption-text {
	display: block;
	text-align: right;
	
	margin: 2px 0 0;
	padding: 2px 0 0;
	
	font-style: italic;
	
	border-top: 1px dotted #000;
}

	  /* ================== */
	 /* === NAVIGATION === */
	/* ================== */

	/* ------------------------------ Main Navigation */

#navigation {
	margin: 1px 0 0;
	background: #000;
	overflow: auto;	
	
	text-transform: uppercase;
}
.menu-navigation-container {}
#navigation ul {}
#navigation ul li.menu-item {
	float: left;
}
#navigation ul li.menu-item a {
	display: block;
	padding: 1px 12px;
	
	height: 24px;
	line-height: 24px;
	
	color: #fff;
	border-right: 1px solid #fff;

}
#navigation ul li.menu-item a:hover {}


#navigation ul li.current-menu-item {}
#navigation ul li.current-menu-item a {}


	/* ------------------------------ Searchform inside the Main Navigation */

#navigation ul li.menu-item-search {
	float: right;
}
#navigation ul li.menu-item-search .searchform {
	overflow: auto;
}
#navigation ul li.menu-item-search .searchinput {
	display: block;
	float: left;

	height: 24px;
	padding: 0 4px;
	margin: 1px;
	
	border: 0;
	background: #eee;
}
#navigation ul li.menu-item-search .searchinput:hover,
#navigation ul li.menu-item-search .searchinput:focus {
	background: #fff;
}

#navigation ul li.menu-item-search .searchsubmit {
	display: block;
	float: left;

	height: 26px;
	padding: 0 4px;
	margin: 0;

	border: 0;
	border-left: 1px solid #fff;
	
	background: #c31;
	color: #fff;
	text-transform: uppercase;
}
#navigation ul li.menu-item-search .searchsubmit:hover {background: #38a;}
#navigation ul li.menu-item-search .searchsubmit:active {background: #000;}



	/* ------------------------------ Breadcrumb Navigation */

#breadcrumb {
	overflow: auto;
	margin: 10px 0;
	font-style: italic;
}
#breadcrumb a {}
#breadcrumb .current {}


	/* ------------------------------ Pagination */

.pagination {
	overflow: auto;
	float: none;
	clear: both;
	
	
	text-align: center;
	margin: 0 0 70px;
	padding: 10px 0 80px;
	
	background: url(images/icon_end.png) center bottom no-repeat scroll;
}
.pagination a,
.pagination .dots {
    background: #c31;
    color: #fff!important;
    font-size: 14px;
    margin: 0 0 0 1px;
    padding: 10px 15px;
}
.pagination a:hover {background: #38a;}
.pagination a:active,
.pagination a.current-page {background: #000;}


	  /* ============== */
	 /* === LAYOUT === */
	/* ============== */

body {}
#wrapper {
	width: 960px;
	margin: 100px auto;
	overflow: auto;
}
	/* ------------------------------ Header */
#header {
	width: 960px;
	height: 240px;
}
#header > * {
	display: block;
	
	float: left;
	clear: left;
	
	text-transform: uppercase;
	
	background: #fff;
}
#header #blog_name {
	font-size: 36px;
	
	padding: 15px 10px;
	margin: 50px 0 0;
}
#header #blog_description {
	font-size: 18px;

	padding: 10px;
	margin: 10px 0 0;
}

	/* ------------------------------ Main */

#container {
	overflow: auto;
	padding: 50px 0;
}
#sidebar {
	float: right;
	width: 240px;
	padding: 0 0 0 80px;
}

#main {
	float: left;
	width: 640px;
}
#full {
	float: none;
	width: 960px;
}

	/* ------------------------------ Footer */

#footer {
	overflow: auto;
}
#end {
	text-align: center;
}
.copy {
	padding: 0 0 0 14px;
	background: url(images/icon_copy.png) left center no-repeat scroll;
}
.feed {
	padding: 0 14px 0 0;
	background: url(images/icon_rss.png) right center no-repeat scroll;
}


	/* ------------------------------ Introduction for Archive, Search, 404 */

#introduction {
	margin: 0 0 70px;
	padding: 0 0 70px;
	background: url(images/icon_end.png) center bottom no-repeat scroll;
}
#introduction > .title {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #000;
}
#introduction .intro {
	font-style: italic;
}
#introduction .intro > p {
	margin: 0;
}
#introduction > * > .title {
	margin: 50px 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #000;
}

	/* ------------------------------ Introduction for the Archives */

#introduction .search ul {
	margin: 0;
	list-style: none;
	overflow: auto;
}
#introduction .search ul li {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
#introduction .search ul li a {
	display: block;
	padding: 6px 12px;
	
	background: #eee;
}


	/* ------------------------------ Introduction for Searchform */


#introduction .search .searchform {
	padding: 1px;
	overflow: auto;
	background: #000;
}
#introduction .search .searchinput {
	display: block;
	float: left;

	height: 24px;
	padding: 0 4px;
	margin: 0;
	
	border: 0;
	background: #eee;
}
#introduction .search .searchinput:hover,
#introduction .search .searchinput:focus {
	background: #fff;
}

#introduction .search .searchsubmit {
	display: block;
	float: right;

	height: 24px;
	padding: 0 4px;
	margin: 0 0 0 1px;

	border: 0;
	background: #c31;
	color: #fff;
	text-transform: uppercase;
}
#introduction .search .searchsubmit:hover {background: #38a;}
#introduction .search .searchsubmit:active {background: #000;}




	  /* =============== */
	 /* === WIDGETS === */
	/* =============== */

.widget {
	overflow: auto;
	margin: 0 0 40px;
}
.widget .title {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #000;
}

	/* ------------------------------ Calender Widget */

#calendar_wrap {}

#wp-calendar {
	width: 100%;
	text-align: center;
}
#wp-calendar caption {
	margin: 0 0 8px;
}
#wp-calendar thead {
	background: #000;
	color: #fff;
}
#wp-calendar tfoot {}

#wp-calendar tbody {}

#wp-calendar tr {}
#wp-calendar td,
#wp-calendar th {
	padding: 8px 0;
	border: 1px solid #fff;
}

#wp-calendar #today {
	background: #eee;
}

#calendar_wrap .pad {}
#calendar_wrap #prev {}
#calendar_wrap #next {}



	  /* ============ */
	 /* === POST === */
	/* ============ */

.post,
.page {
	overflow: auto;
	margin: 0 0 70px;
	padding: 0 0 70px;
	background: url(images/icon_end.png) center bottom no-repeat scroll;
}


	/* ------------------------------ Post Title */

.header {}

.header .title {
	margin: 10px 0;
}

	/* ------------------------------ Page Title */

.page .header .title {
	margin: 10px 0;
	border-bottom: 1px dotted #000;
}

	/* ------------------------------ Post Meta Information */
	
.meta {
	overflow: auto;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

.meta > * {
	display: block;
	float: left;
	
	height: 24px;
	line-height: 24px;
	
	font-size: 10px;
	
	padding: 0 10px 0 20px;
	
	border-right: 1px dotted #999;
}
.meta .date {
	background: url(images/icon_date.png) 5px center no-repeat scroll;
}
.meta .author {
	background: url(images/icon_author.png) 5px center no-repeat scroll;
}
.meta .replys {
	background: url(images/icon_reply.png) 5px center no-repeat scroll;
}
.meta .category {
	background: url(images/icon_category.png) 5px center no-repeat scroll;
}
.meta .tags {
	background: url(images/icon_tag.png) 5px center no-repeat scroll;
	border: 0;
}

	/* ------------------------------ Content */
	
.content {
	overflow: auto;
}
.content .postimage img {
	float: left;
	margin: 20px 20px 20px 0;
}

	/* ------------------------------ Bottom of the Post */

.footer {
	overflow: auto;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
.footer > * {
	padding: 8px 10px 0;
}
.footer .addthis_toolbox {
	float: left;
}
.footer .continue {
	display: block;
	float: right;
}
.footer .continue > * {
	margin: 0 0 8px;
	padding: 2px 8px 4px;
	background: #eee;
}

	/* ------------------------------ Post & Page Links */

.page-links {
	text-align: center;
	border-top: 1px dotted #000;
	margin: 20px 0;
}
.page-links .links {
	position: relative;
	top: -9px;
	padding: 0 3px;
	
	background: #fff;
}

	/* ------------------------------ Extra Field under single Post */

#extra {}

	/* ------------------------------ Comments */

#comments {
	margin: 60px 0 20px;
}
ol.commentlist {
	margin: 0;
	list-style: none;
}
ol.commentlist li {
	border-top: 1px dotted #000;
	padding: 20px;
}
ol.commentlist li ul {
	margin: 0;
	list-style: none;
}
ol.commentlist li ul li {
}


.comment-body {
	padding: 0 0 0 60px;
	margin: 20px 0 40px;
}
.vcard .avatar {
	position: absolute;
	margin: 0 0 0 -60px;
}

	/* ------------------------------ Comments Formular */
	
#respond {
	overflow: auto;
	padding: 0 20px 20px;
	margin: 20px 0 0;
	background: #f4f4f4;
}
#commentform,
#commentform p {
	overflow: auto;
}
#commentform label {
	padding: 0 0 0 10px;
}
#commentform input[type="text"] {
	border: 0;
	background: #fff;
	padding: 10px 0;
	width: 40%;
}
#commentform textarea {
	border: 0;
	background: #fff;
	padding: 10px 0;
	width: 100%;
}
#commentform input[type="submit"] {
	float: right;
	padding: 10px 15px;
	background: #c31;
	color: #fff;
	border: 0;
	
	/*-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;*/
}
#commentform input[type="submit"]:hover {background: #38a;}
#commentform input[type="submit"]:active {background: #000;}





	  /* ===================== */
	 /* === MEDIA QUERIES === */
	/* ===================== */



	/* ------------------------------ Tablet */
	
@media only screen and (max-width: 990px) {

	/* ========== Layout */
	#wrapper {
		width: 640px;
		margin: 50px auto;
	}

	/* ========== Header */
	#header {
		width: 100%;
	}

	/* ========== Main */
	#container {
		padding: 50px 0;
	}
	#sidebar {
		width: 100%;
		margin: 100px 0 0;	
		float: none;
		padding: 0;
		
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}

	#main {
		float: none;
		width: 100%;
	}
	#full {
		float: none;
		width: 100%;
	}
}


	/* ------------------------------ Smartphone */
	
@media only screen and (max-width: 670px) {

	/* ========== Navigation */
	#navigation ul li.menu-item {
		float: none;
	}
	#navigation ul li.menu-item a {
		padding: 8px 24px;
		border: 0;
		border-bottom: 1px solid #fff;
	}
	#navigation ul li.menu-item-search {float: right;}
	
	/* ========== Layout */
	#wrapper {
		width: 90%;
		margin: 20px 5%;
	}

	/* ========== Header */
	#header {
		width: 100%;
	}

	/* ========== Main */
	#container {
		padding: 50px 0;
	}
	#sidebar {display: none;}

	#main {
		float: none;
		width: 100%;
	}
	#full {
		float: none;
		width: 100%;
	}
	
	/* ========== Post */
	.footer .addthis_toolbox {display: none;}
}

