/*
Theme Name: Wonco v.5
Author: Wonco Photography (wonco.de)
Author URI: http://www.wonco.de/
Description: Check <a href="http://wordpress.site5.com/designpile/doc/">DesignPile Documentation</a> in case you need directions</a>.
*/

/* -------------------------------
BODY STYLES
----------------------------------*/

* {
	margin: 0;
	padding: 0;
	}

body {
	color: #333;
	background: #101010 url(images/main-bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
	}

/*----------------------------------------------------
BASIC HTML ELEMENTS STYLES
------------------------------------------------------*/



a:hover {
	text-decoration: none;
	}

a:focus {
	outline:none;
	}

h1 {
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	color: #2E3942;
	}

h1 a {
	color: #2E3942;
	text-decoration: none;
	}

h1 a:hover,
h2 a:hover {
	border: none;
	color: #E80000;
	}

h2 {
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	padding: 10px 0;
	color: #2E3942;
	}

h2 a {
	color: #87980d;
	}

#archive-title, .searchQuery {
	}

ul {
	list-style:none;
	}

p {
	margin:0.7em 0;
	}

a {
	color: #E80000;
	text-decoration: none;
	}


/* -------------------------------
EXTERNAL
--------------------------------*/

.blogPost a[href^="http:"],
.blogPost a[href^="https:"] {
	background: url(images/external.gif) right 0 no-repeat;
	padding-right: 17px;
	}

.blogPost .photo_container a,
.blogPost a[href^="http://blog.wonco.de"],
.blogPost a[href^="http://clients.wonco.de"],
.blogPost a[href^="http://shop.wonco.de"],
.blogPost a[href^="http://www.wonco.de"],
.blogPost a.noicon {
	background: transparent;
	padding-right: 0px;
	}


/* -------------------------------
LAYOUT STRUCTURE
--------------------------------*/

#mainWrapper {
	margin: 0;
	padding: 0;
	}

#wrapper {
	width: 960px;
	margin: 0 auto;
	}

#header {
	width: 960px;
	height: 222px; /* 272px */
	position: relative;
	margin-left: -1px;
	}

#content {
	}

#colLeft {
	float: left;
	}

#colLeftInner {
	width: 632px;
	background: #fff;
	padding: 0px 24px 10px; /* 0 24px 35px */
	min-height: 500px;
	}

#colRight {
	float: left;
	width: 280px;
	border-top: 1px solid #1d1d1d;
	}

#footer {
	background: url(images/bk_footer.png) 0 0 repeat-x;
	padding-top: 40px;
	padding-bottom: 25px;
	margin-top: 15px;
	}

#footerInner {
	width: 960px;
	margin: 0 auto;
	color: #797979;
	}

#copyright {
	border-top: 1px solid #1D1D1D;
	background: #000608;
	}

#copyright a {
	color: #C7D82D;
	}

#copyrightInner {
	width: 960px;
	font-size: 11px;
	color: #515151;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
	}

#copyrightInner ul {
	}

#copyrightInner ul li {
	display: inline;
	padding: 0 0 10px 20px;
	}

#copyrightInner ul li.flags div#translation_bar {
	display: inline;
	float: right;
	}

#copyrightInner ul li.flags a img {
	background: transparent;
	border: 2px solid transparent;
	/*
	opacity: .5;
	filter: alpha(opacity = 50);
	*/
	}

#copyrightInner ul li.flags a:hover img {
	border: 2px solid #C7D82D;
	/*
	opacity: 1;
	filter: alpha(opacity = 100);
	*/
	}


/* -------------------------------
HEADER ELEMENTS
----------------------------------*/

#logo {
	position: absolute;
	right: 60px;
	top: 60px;
	text-align: right;
	}

#logo img {
	border: none;
	}

#logo h1 {
	text-align: right;
	margin: 10px 158px 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	color: #FCA714;
	text-transform: uppercase;
	letter-spacing: 0px;
	}

#logo h1.blog {
	text-align: right;
	margin: -12px 33px 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	color: #c0c0c0;
	text-transform: uppercase;
	letter-spacing: 0px;
	}

#logo h2 {
	text-align: right;
	margin: 0px 7px 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
	color: #909090;
	text-transform: uppercase;
	letter-spacing: 0px;
	}

/* Top menu */

#topMenuCont {
	height: 68px;
	padding: 0 0 0 25px;
	position: absolute;
	right: 0;
	top: 175px;
	}

#topMenuCont ul {
	padding-top: 13px;
	}

#topMenuCont ul li {
	float: left;
	padding: 11px 10px 0;
	height: 20px;
	}

#topMenuCont ul li a {
	color: #2E3942;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	}

#topMenuCont ul li a:hover {
	color: #E80000;
	}


/*--------------------------------
CONTENT ELEMENTS
----------------------------------*/
#archive-title, .searchQuery {
	font-size: 10px;
	color: #b2b2b2;
	display: block;
	padding-left: 16px;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 10px;
	}

.searchQuery span {
	color: #E80000;
	font-weight: bold;
	}

.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
	}

.alignright {
	float: right;
	margin: 5px 0 5px 10px;
	}

#colLeft img {
	border: none;
	}

span.author, span.author a {
	color: #333;
	}

.navigation {
	width: 675px;
	}

/* HOMEPAGE FEATURED POST */

.featuredPost {
	margin-bottom: 20px;
	}

.featuredPost .date {
	background-image: url(images/bk_date.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 54px;
	height: 42px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 8px;
	line-height: 120%;
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;
	}

.featuredPost .date span {
	font-size: 20px;
	font-weight: bold;
 	color: #E80000;
	/* text-shadow: 0 0.5px 0 #e7e7e7; */
	}

.featuredPost .label {
	background: url(images/bullet_star_featured.png) 0 50% no-repeat;
	font-size: 10px;
	color: #b2b2b2;
	display: block;
	padding-left: 16px;
	line-height: 100%;
	}

.featuredPost .meta {
	font-size: 11px;
	color: #999;
	padding-bottom: 25px;
	}

.featuredPost a.author {
	color: #333;
	}

.featuredPost .featuredDetails {
	border-bottom: 1px dotted #434343;
	padding: 10px 0;
	font-size: 12px;
	}

.featuredPost .featuredDetails p {
	margin: 0 0 15px;
	}

.featuredPost .featuredDetails a img {
	border: none;
	}

/* HOMEPAGE POSTS LIST */

.homePost {
	float: left;
	width: 300px;
	height: 200px;
	padding: 0 10px 20px 0;
	border-bottom: 1px dotted #b2b2b2;
	border-right: 1px dotted #b2b2b2;
	margin-top: 10px;
	min-height: 200px;
	}

.homePost .date {
	width: 54px;
	height: 42px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 18px;
	line-height: 120%;
	float: left;
	margin-right: 10px;
	background-image: url(images/bk_date.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

.homePost div {
	margin: 0.5em 0;
	}

hr {
	border: 0;
	border-top: 1px dashed #d0d9e0;
	margin: 20px 0;
	}

.homePost h2 {
	padding-top: 0;
	padding-bottom: 5px;
	line-height: 110%;
	height: 45px;
	}

.homePost h2 a {
	color: #2E3942;
	text-decoration: none;
	}

.homePost h2 a:hover {
	color: #E80000;
	}

.homePost .date span {
	font-size: 20px;
	font-weight: bold;
	color: #E80000;
	/* text-shadow: 0 1px 0 #E7E7E7; */
	}

.homePost .meta {
	font-size: 11px;
	color: #999;
	padding-bottom: 6px;
	padding-top: 6px;
	}

.folder {
	display: inline;
	float: left;
	}

.folder a {
	text-decoration: none;
	color: #999;
	}

.postTags a,
.com a {
	text-decoration: none;
	color: #eee;
	background-attachment: scroll;
	background: #2E3942 url(images/bullet_arrow.png) 0 50% no-repeat !important;
	padding: 2px 3px 2px 10px !important;
	}

.postTags a {
	padding: 2px 6px 2px 10px !important;
	}

.com a:hover {
	text-decoration: none;
	color:#fff;
	}

.folder a:hover {
	text-decoration: none;
	color: #E80000;
	}

.com {
	display: inline;
	float: right;
	}

.homePost a.author {
	color: #333;
	}

#colLeftInner .even {
	border-right: none;
	padding-right: 0;
	padding-left: 20px;
	}

.homePost div img {
	background: transparent url(images/bk_thumb.png) 0 0 no-repeat ;
	float: left;
	margin: 0 10px 30px 0;
	padding: 2px 4px 4px;
	border: none;
	}

/* GENERAL POSTS LIST AND SINGLE POST */

.blogPost {
	margin-bottom: 20px;
	/* border-bottom: 1px solid #D7D7D7; */
	}

.flattr {
	margin: -1px 3px 3px 3px;
	padding: 0px 3px 0px 3px;
	}

.tweetmeme_button {
	margin-right: -20px;
	display: inline;
	float: right;
	}

.blogPost .meta {
	font-size: 11px;
	color: #999;
	padding-bottom: 15px;
	padding-left: 87px;
	padding-top: 1px;
	margin-bottom: 20px;
	background: url(images/ico_author.gif) 65px 0 no-repeat;
	}

.blogPost .meta a {
	color: #999;
	}

.blogPost .meta a:hover{
	color: #E80000;
	}

.blogPost a.author {
	color: #333;
	}

.blogPost .date {
	background: url(images/bk_date.jpg) left bottom no-repeat;
	width: 54px;
	height: 42px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 8px;
	line-height: 120%;
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;
	}

.blogPost .date span {
	font-size: 20px;
	font-weight: bold;
	color: #E80000;
	}

.blogPost p, #colLeftInner .page p {
	font-size: 13px;
	line-height: 1.5em;
	margin: 1em 0;
	}

.page ul,
.blogPost ul {
	list-style-type: none !important;
	}

.page ul li,
.blogPost ul li,
.page ol li,
.blogPost ol li {
	background: url(images/ico_bullet.png) left top no-repeat;
	padding: 0 0 10px 30px;
	}

#colLeftInner .page {
	font-size: 14px;
	}

.blogPost .postTags {
	font-size: 13px;
	background: url(images/ico_tag.png) 0 50% no-repeat;
	padding-left: 30px;
	margin: 25px 0 20px;
	}

.blogPost p.imageBox {
	width: 570px;
	margin: 0 auto 0 auto;
	}

.blogPost .photo_container {
	float: left;
	margin-right: 6px;
	margin-bottom: 2px;
	border-bottom: 4px solid transparent;
	}

.blogPost .photo_container:hover {
	border-bottom: 4px solid #c7d82d;
	}

.blogPost .photo_container a {
	}

.blogPost .photo_container img {
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
	}

a.more-link {
	background: url(images/but_readmore.png) 0 0 no-repeat;
	display: block;
	width: 91px;
	height: 28px;
	text-indent: -9999px;
	clear: both;
	border: none;
	margin: -5px 0 15px;
	}


/* POST AUTHOR */

.postauthor {
	margin: 0 0 40px -24px;
	width: 545px;
	height: 135px;
	border-top: 1px dashed #d0d9e0;
	border-right: 1px dashed #d0d9e0;
	border-bottom: 1px dashed #d0d9e0;
	background: #e5efef;
	}

.postauthor #authorAvatar {
	float: left;
	width: 100px;
	height: 135px;
	background: #c0c9d0;
	}

.postauthor #authorInfo {
	float: left;
	padding: 13px 20px;
	width: 390px;
	}


/* POST SOCIAL SHARE */

.social {
	margin: 20px 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #D7D7D7;
	}

.social a:hover img {
	margin-top: -4px;
	}

.social img {
	border: none;
	vertical-align: middle;
	}

.social strong {
	padding-right: 20px;
	}

.navigation .alignleft a {
	display: block;
	width: 123px;
	height: 30px;
	background: url(images/but_prev.png) 0 0 no-repeat;
	margin-top: 15px;
	text-indent: -9999px;
	}

.navigation .alignright a {
	display: block;
	width: 127px;
	height: 30px;
	background: url(images/but_next.png) 0 0 no-repeat;
	margin-top: 15px;
	text-indent: -9999px;
	}

#colLeftInner ul {
	list-style-type: disc;
	list-style-position: inside;
	}

#colLeftInner ol {
	list-style-position: inside;
	}

blockquote {
	border-left: 1px dashed #aaa;
	padding-left: 15px;
	padding-right: 50px;
	margin: 15px 0 15px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: url(images/bk_blockquote.jpg) 95% 0 no-repeat;
	color: #4E5962;
	}


/*--------------------------------
BLOG SOCIAL ICONS
--------------------------------*/

.blogSocials {
	clear: left;
	/*
	opacity: .3;
	filter: alpha(opacity = 30);
	*/
	}

.blogSocials ul {
	padding-top: 20px;
	list-style-type: none !important;
	}

.blogSocials ul li {
	float: left;
	padding: 0 8px;
	}


/*--------------------------------
SOCIAL BUTTONS (BOTTOM)
--------------------------------*/

.mySocials {
	width: auto;
	float: right;
	}

.mySocials ul {
	list-style-type: none !important;
	}

.mySocials ul li {
	float: right;
	background: url(images/pixel.png) repeat;
	padding: 6px;
	margin-left: 1px;
	line-height: 20px !important;
	height: 20px;
	}

.mySocials ul li:hover {
	background: #C7D82D;
	}

.mySocials ul li img {
	border: none;
	}

.mySocials ul li.info {
	background: #fff;
	padding: 6px 10px;
	}

/*--------------------------------
COL RIGHT
--------------------------------*/

.boxRight {
	border-left: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}

.boxRightInner {
	padding: 0 10px 15px 10px;
	color: #999;
	}

.boxRightInner p {
	padding: 0 0 0 10px;
	}

.boxRightInner select {
	margin-left: 7px;
	}

.boxRight h2 {
	display: block;
	margin-right: -13px;
	height: 38px;
	line-height: 30px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	font-size: 13px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	}

.boxRight h2,
.boxRight h2 a {
	color: #c7d82d;
	}

.boxRight ul li {
	padding: 8px 6px 8px 8px;
	border-bottom: 1px solid #434343;
	}

.boxRight ul li a {
	text-decoration: none;
	/* display: block; */
	color: #999;
	}

.boxRight ul li a:hover {
	color: #d1d1d1;
	}


/*--------------------------------
FOOTER
--------------------------------*/

#footerInner .boxFooter {
	float: left;
	width: 295px;
	padding-right: 25px;
	}

#footerInner h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	border-bottom: 1px solid #363636;
	padding: 7px 0 7px 16px;
	margin-bottom: 7px;
	color: #fff;
	background: url(images/bullet_h2_footer.png) 0 50% no-repeat;
	}

#footerInner .boxFooter ul li {
	padding: 5px 6px 5px 18px;
	border-bottom: 1px solid #292929;
	}

#footerInner .boxFooter ul li a {
	text-decoration: none;
	display: block;
	color: #D1D1D1;
	}

#footerInner .boxFooter ul li a:hover {
	color: #E80000;
	}


/* RECENT COMMENTS
----------------------------------------*/

#footerInner .boxFooter ul li.recentcomments a {
	text-decoration: none;
	display: inline !important;
	color: #D1D1D1;
	}

#footerInner .boxFooter ul li.recentcomments a:hover {
	color: #E80000;
	}


/* COMMENTS
----------------------------------------*/

h2.comments {
	display: block;
	background: url(images/ico_h2_comments.png) 0 50% no-repeat;
	padding: 15px 0 15px 40px;
	}

h2#commentsForm {
	display: block;
	background: url(images/ico_h2_form.png) 0 50% no-repeat;
	padding: 10px 0 15px 40px;
	}

.subscribe-to-comments input {
	float: left;
	margin: 6px 12px 6px 6px;
	}

.subscribe-to-comments label {
	}

#colLeft ul.commentlist {
	list-style: none;
	list-style-position: outside;
	display: block;
	margin: 20px 0 0;
	}

#colLeft ul.commentlist ul {
	list-style-type: none;
	list-style-position: outside;
	}

#colLeft ul.commentlist li {
	padding: 12px 20px;
	position: relative;
	border: 1px dashed #ccc;
	margin-left: 15px;
	margin-bottom: 20px;
	}

#colLeft ul.commentlist li .comment-meta, #colLeft ul.commentlist li .text  {
	margin-left: 20px;
	}

#colLeft ul.commentlist li .comment-meta span {
	font-size: 11px;
	color: #999;
	}

#colLeft ul.commentlist li .avatar {
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	position: absolute;
	left: -15px;
	top: -7px;
	}

#colLeft ul.commentlist .reply {;
	margin-left: 20px;
	margin-top: -5px;
	}

#colLeft ul.commentlist .reply a {
	font-size: 11px;
	color: #3293C2;
	}

#colLeft ul.commentlist .authcomment {
	background: #f0f5f9;
	}

#colLeft ul.commentlist .modcomment {
	background: #fbfadb;
	}

#colLeft ul.commentlist li .children li {
	background: #fff;
	margin-left: 20px;
	margin-top: 15px;
	}


/* TRACKBACKS
-------------------------------------------*/

.trackbackList {
	list-style-type: none !important;
	margin: 0 0 0 50px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ddd;
	}

.trackbackList li {
	padding: 4px 0 6px 0;
	}

.trackbackList li p {
	margin: 0;
	padding: 0;
	}

.trackbackList li p.meta {
	color: #999;
	font-size: 11px;
	}


/* ABOUT-BOX
-------------------------------------------*/
#aboutBox {
	background: #fff url(images/wonco-photography.jpg) top right no-repeat;
	margin: -1px 1px 1px 0px;
	min-height: 150px;
	padding-right: 40px;
	padding-bottom: 15px;
	}

#aboutBox h1 {
	font-size: 22px;
	letter-spacing: -1px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	color: #2E3942;
	}

#aboutBox a {
	color: #777;
	}


/* FORMS
-------------------------------------------*/
#searchBox {
	padding: 10px 0px 20px 10px;
	background: url(images/pixel.png) repeat;
	margin-bottom: 20px;
	}

#searchform input {
	border:none;
	background: url(images/pixel.png) repeat;
	padding: 7px;
	color: #fff;
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-top: 6px;
	}

#searchform input#searchsubmit {
	background: url(images/but_search.png) 0 50% no-repeat;
	width: 21px;
	height: 30px;
	border: none;
	cursor: pointer;
	padding: 0;
	}


/* Post comment */

#commentform p {
	margin: 0 15px;
	}

#commentform label {
	display: block;
	padding: 5px 0;
	}

#commentform input, #commentform textarea {
	border: 1px dashed #ccc;
	padding: 8px;
	width: 300px;
	margin-bottom: 10px;
	}

#commentform textarea {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

#commentform input#submit{
	background: url(images/but_post_comment.png) 0 0 no-repeat;
	border: none;
	width: 116px;
	height: 35px;
	margin-top: 10px;
	cursor: pointer;
	}


/* Contact Form */

#contact label {
	display: block;
	padding: 5px 0;
	}

#contact input, #contact textarea {
	border: 1px dashed #ccc;
	padding: 8px;
	width: 300px;
	margin-bottom: 10px;
	}

#contact textarea {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

#contact input.submit{
	background: url(images/but_send.png) 0 0 no-repeat;
	border: none;
	width: 202px;
	height: 34px;
	margin-top: 10px;
	cursor: pointer;
	text-indent: -9999px;
	}

.errormsg, .successmsg{
	background: #FEF4F1;
	border: 1px dotted #F7762A;
	color: #DA4310;
	padding: 10px;
	}

.successmsg {
	background: #F5FAF1;
	border: 1px dotted #C2E1AA;
	color: #8FA943;
	}


/* -------------------------------
CLEARING
----------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	float: none;
	}

.clearfix {
	display: block;
	}


/* Hide from IE-mac \*/
* html .clearfix { float: left; height: 1%; }
/* End hide from IE-mac */


/* WP-Paginate */

.wp-paginate { padding: 10px 10px 0px 16px; margin:0; font-size: 10px; }
.wp-paginate li { display: inline; list-style: none; }
.wp-paginate a { background:#c7d82d; border: 1px solid #b7c81d; color: #202020; margin-right: 4px; padding: 2px 4px; text-align: center; text-decoration: none; }
.wp-paginate a:hover, .wp-paginate a:active { background:#d7f84d; color:#202020; }
.wp-paginate .title { color:#555; margin-right:4px; }
.wp-paginate .gap { color:#999; margin-right:4px; }
.wp-paginate .current { color:#202020; background:#fff; border:1px solid #000; margin-right:4px; padding:3px 6px; }
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}


/* -------------------------------
WP-CAPTION
------------------------------- */

.wp-caption {
	text-align: center;
	}

.wp-caption img {
	border: 1px solid #ddd;
	background-color: #eaeaea;
	padding: 4px;
	}

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

.alignleft {
	float: left;
	margin-right: 10px;
	}

.alignright {
	float: right;
	margin-left: 10px;
	}

.aligncenter {
	margin: 0 auto;
	}


/* -------------------------------
MATH-ANTI-SPAM
------------------------------- */

#secureimgdiv {
	}

#securitycode {
	width: 60px !important;
	margin-right: 6px;
	}
