/*  
Theme Name: picoclean
Theme URI: http://picomol.de/picoclean/
Description: picoclean is a clean, elegant, minimalistic and fast WordPress-Theme. You can change your color scheme und upload your own favicon. Furthermore you can set background and the menu bar.
Version: 0.4.5
Author: Valentin
Author URI: http://picomol.de/about/
Tags: light, two-columns, right-sidebar, custom-menu, fixed-width, custom-colors, custom-background, custom-menu, theme-options, translation-ready

License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/



/* Get Ubuntu fonts */
@font-face {
  font-family: 'Ubuntu';
  src: url('ubuntu-r.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* Styles*/
body {
	font-family: Arial,sans-serif; 
	margin:0 auto;
	font-size:14px;
	background: #F0F0F0;
	}
	
img { 
	border:0;
	}

a, input { 
	outline: none;  
	}

a:link ,a:active ,a:visited { 
	text-decoration: none; 
	border: none;
	text-decoration: none;
	}

p a:link, p a:active, p a:visited, .entry li a:link, .entry li a:active, .entry li a:visited {
	text-decoration: underline;
	}

a:hover { 
	text-decoration: underline;
	color : #8B6914; 
	border: none;
	}

p a:hover, .entry li a:hover {
	text-decoration: none;
	}

textarea {
	border: 1px solid #F0F0F0;	
	width: 80%;
	font-family: Arial,sans-serif; 
	font-size: 13px;
	}
	
input {
	width: 150px;
	}

input:focus {
	outline: none;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered,img.aligncenter {
	display: block;
	margin:0 auto;
	margin-bottom: 10px;
	overflow:hidden;
	padding: 5px;
	}
	
img.alignright {
	padding: 5px;
	margin: 5px 0 5px 10px;
	display: inline;
	#border:1px solid #B9B9B9;
	}
	
img.alignleft {
	padding: 5px;
	margin: 5px 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
	
.center {
	text-align: center;
	}
	
.hidden {
	display: none;
	}
	
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* Main Elements */

#wrapper {
	margin:0 auto;
	width: 975px;
	background: #FFF;
	padding: 25px;
	}
			
#wrapper #main {
	clear:both;
	overflow:hidden;
	margin-top: 15px;
	}

#wrapper #header #image {
	text-align: center;
	}

#wrapper #header {
	height: 100%;
	padding-bottom: 11px;
	}

#wrapper #header, #wrapper #footer {
	font-family: Ubuntu, Arial, 'sans serif';
	color: #fff;
	text-shadow: 0 0 3px #000;
	padding-top: 2px;
	}

#wrapper #header h1 {
	font-weight: normal;
	font-size: 48px;
	margin: 0;
	padding: 10px 0 0 15px;
	}

#wrapper #header h1 a {
	text-decoration: none;
	color: #fff;
	text-shadow: 0 0 5px #000;
	}

#wrapper #header h1 a:hover, #wrapper #header h1 a:active {
	text-shadow: 0 0 5px #fff;
	}

#wrapper #header .description {
	clear: left;
	font-size: 20px;
	margin: 0 0 0 70px;
	text-shadow: 0 0 3px #000;
	}
	
#wrapper #footer { 
	height: 40px;
	margin-top: 30px;
	padding-top: 8px;
	}

#footer a {
	color: #fff;
	text-decoration: underline;
	}

#wrapper{
	width: 970px;
	}

#main #content {
	width:630px; 
	float:left;
	margin-top: 10px;
	}
	
#main #sidebar {
	width:302px;
	float:right;
	line-height:18px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 10px;
	color: #292929;
	}

#main #sidebar a:link, #main #sidebar a:visited {
	text-decoration: none;
	}

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

#footer .left {
	float:left; 
	width:55%;
	margin: 10px;
	}
	
#footer .right { 
	float:right; 
	width:40%; 
	text-align:right;
	margin: 10px;
	}

#footer .right a:link, #footer .right a:visited {
	text-decoration: none;
	}

#footer .right a:hover, #footer .right a:active {
	text-shadow: 0 0 5px #fff;
	}

#logo {
	width: 500px;
	}

/* Navigation
--------------------------------------------- */
#mainnav {
	float: right;
	font-size: 15px;
	width: 500px;
	height: 90px;
	}

#mainnav ul {
	padding: 0;
	margin: 0;
	float: right;
	}

#mainnav ul li {
	float: left;
	list-style: none;
	position: relative;
	padding: 12px;
	}

#mainnav ul ul li {
	padding: 0;
	}

#mainnav ul ul li a {
	padding: 5px 10px;
	}

#mainnav ul li a {
	margin: 0;
	display: block;
	color: #fff;
	text-shadow: 0 0 3px #000;
	}

#mainnav ul li:first-child {
	}

#mainnav ul li a:hover {
	text-decoration: none;
	text-shadow: 0 0 3px #fff;
	}

#mainnav ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2.3em;
	left: 0;
	z-index: 500;
	font-size: 14px;
	padding: 0;
	border-top: 3px solid rgba(0, 0, 0, 0.25);
	}

#mainnav ul ul ul {
	left: 100%;
	top: 0;
	font-size: 13px;
	}

#mainnav ul ul a {
	width: 9em;
	height: auto;
	}
	
#mainnav li:hover > a, #mainnav ul ul :hover > a {
	}
	
#mainnav ul ul a:hover {
	}
	
#mainnav ul li:hover > ul {
	display: block;
	}

/* Widget-Styles */

.widget { 
	overflow:hidden;
	clear:both;
	margin-bottom: 10px;
	font-size: 13px;
	}

.widget .textwidget, .widget .tagcloud {
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
	}

.widget table {
	padding: 0 0 10px 10px;
	margin-right: 10px;
	}
	
.widget h4 { 
	font-size:14px;
	margin: 0 0 10px 0; 
	padding: 8px 5px 5px 8px;
	background: #F0F0F0;
	border-radius: 0 0 7px 0;
	-moz-border-radius: 0 0 7px 0;
	-webkit-border-radius: 0 0 7px 0;
	}
	
.widget ul {
	margin: 0;
	padding: 0;
	}
	
.widget ul li {
	background:url(images/icon_bullet.png) 5px 2px no-repeat; 
	padding:0 7px 7px 24px;
	list-style-type: none;
	}
	
.widget_categories ul li { 
	width:40%; 
	float:left; 
	margin:0;
	}
	
.widget select {
	margin: 10px;
	}

.widget_search form { 
	padding:0 10px;
	}
	
.widget_search input{
	width:65%;
	padding:5px; 
	margin:0 5px 10px 0;
	background-color: #FFF;
	border: none;
	}
	
.widget_search input#searchsubmit { 
	width:25%;
	margin-top:10px; 
	color: #292929;
	background: #FFF;
	border: none;
	}

#sidebarsearch {
	background: #f0f0f0;
	padding: 0 0 0 10px;
	}
	
.post .title, .pages .title { 
	width:623px; 
	float:left; 
	padding: 12px 5px 0 5px;
	margin: 0 0 5px 0;
	border-radius: 0 0 7px 0;
	-moz-border-radius: 0 0 7px 0;
	-webkit-border-radius: 0 0 7px 0;
	text-shadow: 0 0 3px #000;
	}

.post .title h1, .pages .title  h1, .post .title h2, .pages .title h2 { 
	font-size: 22px;
	margin: 0;
	padding: 0 0 7px 10px;
	}

.post .title a, .pages .title a {
	color: #fff;
	text-shadow: 0 0 3px #000;
	}
	
.post .title a:hover, .post .title a:active, .pages .title a:hover, .pages .title a:active {
	text-shadow: 0 0 3px #fff;
	text-decoration: none;
	}
	
.post .meta, .pages .meta { 
	font-size: 13px;
	padding: 0 0 7px 15px;
	margin-bottom: 10px;
	background: #F0F0F0;
	width:618px; 
	border-radius: 0 0 7px 0;
	-moz-border-radius: 0 0 7px 0;
	-webkit-border-radius: 0 0 7px 0;
	text-shadow: 0 0 3px #fff;
	}

.post .thumbnail {
	float: left;
	margin: 15px 15px 10px 10px;
	}
	
.post .entry, .pages .entry {
	line-height:24px;
	display:block;
	clear:both;
	overflow:hidden;
	color:#292929;
	text-align: justify;
	margin-bottom: 35px;
	}
 
.post p, .pages p {
	margin:0;
	padding: 10px 10px 10px;
	}
	
.post blockquote, .pages blockquote {
	background:transparent url(images/quote.png) no-repeat scroll 0 0;
	font-style:italic;
	margin:5px 0 5px 0;
	padding:10px 15px 10px 60px;
	}

.post ul.split3cols,.post ul.split2cols,.pages ul.split3cols,.pages ul.split2cols  {
	font-size: 13px;
	overflow:auto;
	width:520px;
	}
	
.post ul, .pages ul {
	list-style-type:none;
	margin:10px 0;
	padding:0 0 0 10px;
	}

.post ul.split3cols li, .pages ul.split3cols li {
	float:left;
	width:155px;
	margin-right:5px;
	}
	
.post ul.split2cols li, .pages ul.split2cols li {
	float:left;
	width:240px;
	margin-right:5px;
	}

.pages ul.split3cols,.pages ul.split2cols {
	font-size: 13px;
	overflow:auto;
	width:520px;
	}
	
.pages ul {
	list-style-type:none;
	margin:10px 0;
	padding:0 0 0 10px;
	}

.post ul li, .pages ul li {
	background:url(images/icon_bullet.png) 5px 2px no-repeat; 
	line-height: 20px;
	margin:4px 0;
	padding:0 0 0 25px;
	}

.post .entry h1,.post .entry h2,.post .entry h3,.post .entry h4, .pages .entry h1,.pages .entry h2,.pages .entry h3,.pages .entry h4, #comment-form h3, .commentform h3 {
	background: #F0F0F0;
	padding: 5px 5px 2px 5px;
	border-radius: 0 0 7px 0;
	-moz-border-radius: 0 0 7px 0;
	-webkit-border-radius: 0 0 7px 0;
	}

h1, h2, h3, h4 {
	font-family: Ubuntu, Arial, 'sans serif';
	font-weight: normal;
	}
	
.post .entry h1, .pages .entry h1 {
	font-size:20px;
	}
	
.post .entry h2, .pages .entry h2, #comment-form h3,.commentform h3 {
	font-size:18px;
	margin-top: 20px;
	}
	
.post .entry h3, .pages .entry h3 {
	font-size:16px;
	margin-top: 20px;
	}
	
.post .entry h4, .pages .entry h4 {
	font-size:14px;
	margin-top: 5px;
	}

.pages h1,.pages h2,.pages  h3,.pages h4 {
	margin: 10px 0 5px 0;
	padding: 5px 0 0 5px;
	color: #292929;
	}

.pagelinks {
	clear: both;
	}

#comments, #respond h3, #respond h3 a {
	font-size: 20px; 
	padding: 10px 7px 7px 10px;
	margin-bottom: 0;
	color: #fff;
	border-radius: 0 0 7px 0;
	-moz-border-radius: 0 0 7px 0;
	-webkit-border-radius: 0 0 7px 0;
	}

.commentlist {
	padding: 5px; 
	list-style:none; 
	overflow:hidden;
	clear:both; 
	padding-top:20px;
	}

.commentlist li {
	padding-top: 10px;
	list-style:none;
	border-top: 3px solid #F0F0F0;
	}

.commentlist .children li {
	border: 0px;
	border-top: 3px solid #F0F0F0;
	}

.commentlist .children p {
	clear: left;
	}

.commentlist p {
	color:#292929;
	line-height:24px;
	clear: left;
	}

.comment-body {
	padding: 3px 0px;
	margin-left: 80px;
	margin-bottom: 10px;
	}

.comment-body ul li {
	list-style-type: disc;
	}

.comment-body ol li {
	list-style-type: decimal;
	}

.comment-body ul, .comment-body ol {
	margin-top: 15px;
	}

.comment-body li {
	border: none;
	padding:0 7px 7px 4px;
	margin: 0 0 0 10px;
}

.commentlist .comment-author {
	color:#292929;
	position: relative;
	left: -76px;
	}

.comment-author .fn {
	font-size: 15px;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	}

.commentlist .comment-author .avatar {
	float: left;
	margin: -25px 10px 0 0;
	background: #f0f0f0;
	border: 3px solid #f0f0f0;
	}


.commentlist .comment-meta a {
	font-size: 12px;
	position: relative;
	left: -76px;
	color: #7F7F7F;
	}

.commentlist .reply {
	padding:0px 5px 5px 10px;
	text-align:right;
	font-size: 13px;
	}

#comment-form, #respond {
	background: #f0f0f0;
	}

a:link#cancel-comment-reply-link {
	font-size: 14px;
	background: none;
	}

#commentform {
	padding: 5px 20px 10px 20px;
	}

#comment-form span .required {
	width: 20px;
	}

#comment-form input, #respond input {
	display: block;
	border: 3px solid #f0f0f0;
	background: #fff;
	padding: 5px;
	margin: 5px 5px 5px 0;
	width: 300px;
	color: #7F7F7F;
	}

#comment-form #submit, #respond #submit {
	background: #123756 url(images/gradient.png) 0 -8px repeat-x;
	border: none;
	color: #fff;
	text-shadow: 0 0 3px #000;
	width: 250px;
	height: 30px;
	}
	
#comment-form input:focus, #respond input:focus {
	border: 3px solid #fff;
	color: #292929;
	}

#comment-form #submit:hover, #respond #submit:hover {
	text-shadow: 0 0 3px #fff;
	}

#comment-form textarea, #respond textarea { 
	width: 95%;
	padding: 5px; 
	border: 3px solid #f0f0f0;
	margin: 5px 5px 5px 0;
	color: #7F7F7F;
	}

#comment-form textarea:focus, #respond textarea:focus {
	outline: none;
	border: 3px solid #fff;
	color: #292929;
	}

.comment-notes {
	font-size: 0.9em;
	}

.comment-nav { 
	padding:0px; 
	}

.wp-caption {
	text-align: center;
	background: #FFF;
	padding-top: 4px;
	margin: 10px;
	color: #7F7F7F;
	max-width: 100%;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 95%;
	}

.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 17px;
	padding: 5px;
	margin: 0;
	}

.more-link {
	font-size: 0.9em;
	}

.form-allowed-tags {
	font-size: 0.9em;
	}

.sticky {
	}
	
.gallery-caption {
	}

.bypostauthor {
	}

.nocomments {
	margin-left: 10px;
	color: #7F7F7F;
	}

.results {
	background: #f0f0f0;
	padding: 5px 15px 5px 15px;
	margin: 0 0 10px 0;
	}




/* tables */


.post table th, .pages table th, .comment table th {
	font-size: 13px;
	font-weight: normal;
	color: #808080;
	text-transform: uppercase;
    padding: 2px 4px;
    text-align: left;
	}

.post table, .pages table, .comment table {
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
	}

.post td, .pages td, .comment td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 2px 4px;
	}


.post .title a, #wrapper #header a, #footer a, .pages .title a, #comment-form #submit, #comment-form input, #comment-form textarea, #respond input, #respond textarea {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	}
