/*
Theme Name: Wox Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://darken.hu/">darken.hu/wpthemes</a>.
Version: 1.0
Author: Attila Sági
Author URI: http://darken.hu/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: darken

	Darken v1.0
	 http://darken.hu/

	This theme was designed and built by Attila Sági,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/*h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}*/

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

/*h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}*/

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/*a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
/*h1 {
	padding-top: 70px;
	margin: 0;
	}*/

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

/*#commentform p {
	margin: 5px 0;
	}
*/
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #d4d6d4;
	text-align: center;
	background-color: #d4d6d4;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

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


/* CSS Document */

/* common ------------------------------------------------------------------- */

body {background: #eeefee; font-family: verdana; font-size: 12px; margin: 0 auto; padding: 0; text-align: center;}
p, h1, h2, h3 {margin: 0; padding: 0; font-weight: normal;}
div, ul, li, input {margin: 0; padding: 0;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

#wrapper { margin: 0 auto;}
.main {width: 1000px; margin: 0 auto; background: url(img/banner.jpg) no-repeat;}

/* header ------------------------------------------------------------------- */

.header {width: 1000px; height: 350px; text-align: center;}

.header .top-container {width: 1000px; height: 100px;}
.header .top-container #logo {float: left; display: block; width: 312px; height: 22px; background: url(img/site_logo_default.png) no-repeat; position: relative; top: 10px; left: 25px;}
.header .top-container #webshop {float: right; display: block; width: 170px; height: 47px; position: relative; top: 90px; left: 308px;}
.header .top-container #search {float: right; display: block; width: 170px; height: 40px; background: url(img/searchbg.png) no-repeat; margin: 5px 150px 0 0; text-align: left;}
.header .top-container #search input {border: 0 none; background: transparent none; width: 125px; color: #6a6a6a; margin: 9px 0 0 7px; font-size: 11px;}

.header #top-menu {font-family: georgia; font-size: 18px; width: 1000px; margin: 0 auto; text-align: left;}
.header #top-menu ul {list-style-type: none; width: 1000px; margin-top: 167px; margin-left: 10px;}
.header #top-menu ul li {float: left; margin: 0 9px 0 9px;}
.header #top-menu ul li a {display: block; width: 171px; height: 47px;}
.header #top-menu ul li a:hover, .header #top-menu ul li a.active, .header #top-menu ul li a.active {}

/* static page ------------------------------------------------------------------- */

.mypage {width: 1000px; min-height: 500px; text-align: left; bborder: 1px solid red;}
.mypage .col-left {float: left; width: 365px; margin: 10px 0 0 0;}
.mypage .col-right {float: left; width: 600px; margin: 10px 0 0 0;}
.mypage .col-right p {width: 600px; margin-bottom: 20px;}
.mypage h1 {color: #89C000; font-size: 18px; font-family: verdana; margin-bottom: 20px;}
.mypage p {color: #434343; font-size: 12px; line-height: 1.4;}
.mypage #rita {border: 10px solid #fcf0d9; margin: 0 0 0 60px;}
.mypage .sep {display: block; width: 523px; height: 7px; margin: 30px auto; background: url(img/sep.png) no-repeat;}
.single-page {width: 800px; margin: 0 auto; margin-top: 40px;}

.mypage .image-left {float: left; width: 365px; margin: 10px 0 0 0;}
.mypage .image-right {float: left; width: 570px; margin: 10px 0 0 0;}
.mypage .image-right .image-box {width: 570pxpx;}
.image-box ul {list-style-type: none;}
.image-box ul li {float: left; margin-bottom: 20px;}
.image-box ul li img {width: 60px; margin: 0 10px 0 0;}

.mypage .image-left .image-container {display: block; width: 300px; height: 300px; overflow: hidden; border: 10px solid #fcf0d9; margin: 0 0 0 30px;}
/* footer ------------------------------------------------------------------- */

.footer {width: 1000px; min-height: 366px; *height: 366px; bborder-top: 1px solid #fcf0d9; text-align: center; margin: 0 auto; background: url(img/footerbg.jpg) no-repeat bottom; margin-top: 30px;}
.footer .footer-cont {width: 990px; margin: 0 auto;}
.footer .box-left {width: 630px; float: left; text-align: left; font-size: 11px; margin-top: 20px; background: url(img/footer_sep.gif) no-repeat top right; min-height: 320px;}
.box-left img {float: left; margin-left: 53px;}
.box-left #roviden {margin-bottom: 15px;}
.box-left .text {float: left; color: #FFF; width: 300px; margin-left: 25px; margin-top: 10px;}
.box-left .text p {margin-bottom: 10px;}
.box-left .link {color: #FFF; margin-right: 40px;}
.box-left .link a {color: #FFF; text-decoration: underline;}
.box-left .link a:hover {text-decoration: underline;}

.footer .box-right {float: left; width: 300px; margin-top: 20px; text-align: left; margin-left: 35px; font-size: 11px;}

.box-right .links-block {float: left; width: 330px; height: 60px; background: url(img/footer_sep2.gif) no-repeat left bottom; padding-bottom: 15px; margin-top: 20px;}
.links-block .link-logo {float: left; display: block; width: 60px; height: 50px; margin: 0 2px; text-align: center;}
.links-block a {color: #FFF; font-size: 10px; text-decoration: none;}
.links-block a:hover {text-decoration: none;}
.links-block span {position: relative; top: 50px; color: #FFF;}
.links-block span:hover {text-decoration: underline;}
.links-block #facebook {background: url(img/facebook.png) no-repeat center; }
.links-block #flickr {background: url(img/flickr.png) no-repeat center; }
.links-block #rss {background: url(img/rss.png) no-repeat center; }
.links-block #youtube {background: url(img/youtube.png) no-repeat center; }
.links-block #twitter {background: url(img/twitter.png) no-repeat center; }

.box-right .links {list-style: none outside; margin-top: 15px; float: left; color: #FFF;}
.box-right .links span {color: #FFF;}
.box-right .links a {color: #FFF; text-decoration: underline;}
.box-right .links a:hover {text-decoration: underline;}
.box-right .links img {border: 0 none; margin: 10px 0;}
.box-right .links #copy {margin-top: 10px; color: #FFF; margin-left: 77px;}

/* post page ------------------------------------------------------------------- */

.col-left-post {float: left; width: 600px; min-height: 500px;}
.col-right-post {float: left; width: 345px; margin-left: 40px; margin-top: 40px; }

.col-left-post .post {margin: 0 20px 60px 60px;}
.col-left-post .not-first {border-top: 1px solid #F1DED1; padding-top: 10px;}

.col-left-post .page-title {margin: 0 0 0 55px; height: 40px;}
.page-title h2 {font-family: verdana; color: #434343;}
.page-title h2 span {color: #89C000;}

.post .post-title {}
.post .post-title h1 {color: #434343; margin-bottom: 5px; border-bottom: 1px solid #d6d7d6; padding-bottom: 5px; }
.post .post-title h1 a {color: #434343; text-decoration: none;}
.post .post-title h1 a:hover {text-decoration: none;}
.post .post-title p {color: #7c7c7c; font-size: 11px;}
.post .post-title p a {color: #89c000; text-decoration: none;}
.post .post-title p a:hover {text-decoration: underline;}
.post .post-title p span {color: #89c000; margin-left: 5px;}

.post .post-content {margin-top: 10px;}
.post .post-content p {margin: 10px 0 10px 5px;}
.post .post-content p a {color: #89c000; text-decoration: none;}
.post .post-content p a:hover {text-decoration: underline;}
.post .post-content .more-link {display: none;}

.post .post-bottom {font-size: 11px;}
.post .post-bottom p {margin-left: 5px; font-size: 11px; color: #89c000;}
.post .post-bottom a {color: #89c000; text-decoration: none; font-size: 11px;}
.post .post-bottom p span {text-decoration: none;}
.post .post-bottom p a {text-decoration: underline;}
.post .post-bottom p a:hover {text-decoration: underline;}
.post .post-bottom p img {vertical-align: middle; margin: 0 5px;}

.col-left-post .navigation { display: block; text-align: center; margin: 10px 20px 10px 60px; font-size: 11px; border-top: 1px solid #D6D7D6; padding-top: 5px; color: #434343; overflow: auto;}
.navigation a { color: #434343; text-decoration: none; font-family: verdana; font-size: 13px; margin-top: 5px;}
.navigation a:hover { text-decoration: underline; }
.navigation .right {text-align: right;}
.navigation .left {text-align: left;}

/* right side ------------------------------------------------------------------- */

.col-right-post .block {font-size: 11px; border-bottom: 1px solid #d6d7d6; padding-bottom: 20px; margin-bottom: 20px; margin-left: 20px;}
.col-right-post .last {border-bottom: 0 none;}
.col-right-post .block .block-content {}

.block a {color: #89c000; text-decoration: none;}
.block a:hover { text-decoration: underline;}
.block h1 {color: #316d00; font-family: verdana; font-size: 16px; margin-bottom: 10px;}

.block .recent {}
.block .recent ul {list-style-type: none;}
.block .recent ul li {width: 320px; margin-bottom: 3px;}
.block .recent span {color: #347200;}

.block .archives {}
.block .archives a {color: #434343;}
.block .archives ul {list-style-type: none;}
.block .archives ul li {margin-bottom: 3px;}
.block .archives span {color: #cf9f9d;}

.block .last-comments {}
.block .last-comments a {color: #434343; font-size: 11px;}
.block .last-comments ul {list-style-type: none;}
.block .last-comments ul li {margin: 20px 0;}
.block .last-comments {color: #89c000;}
.block .last-comments .date {color: #497d20;}
.block .last-comments p {margin-top: 5px;}

.no-background {background: none;}
.block .twitter-block {background: #e9e9e9; padding: 10px; border: 1px solid #e2e2e2;}
.block .twitter-block img {vertical-align: middle; margin-right: 5px;}
.block .twitter-block h1 {font-size: 14px; color: #316d00;}
.block .twitter-block h1 a {text-decoration: underline; font-size: 10px; margin-top: 8px; *margin-top: 10px; color: #316d00;}
.block .twitter-block a {color: #4a4a4a; font-size: 11px;}
.block .twitter-block p {margin: 10px 0;}
.block .twitter-block span {color: #96c620; font-size: 10px;}

:focus
{
  -moz-outline-style: none;
}

a
{
  outline: none;
}


.comment-list {margin: 0 0 0 60px;}
.comment-list h2, #you-come {color: #434343; font-size: 16px;}
.comment-list #you-come {margin-top: 20px;}
.comment-list ul {list-style-type: none;}
.comment-list ul li {margin: 0;}
.comment-list .comment-row {float: left; margin: 20px 0 0 0;}

.comment-row .comment-avatar {float: left; width: 85px;}
.comment-row .comment-text {float: left;}

.comment-list a, .comment-row a {color: #89C000; text-decoration: none;}

.comment-avatar img {width: 70px; height: 70px; border: 1px solid #ebe6dc;}
.comment-avatar p {color: #cfcfcf; }

.comment-text {display: block; width: 415px; min-height: 107px; background: #FFF; margin: 0 0 0 25px; border: 1px solid #cfcfcf;}
.comment-text .arrow { position: relative; top: 10px; left: -29px;}
.comment-text .comment-content { margin: -23px 0 10px 15px; width: 395px; min-height: 100px; overflow: auto;}
.comment-content p {color: #948b9d; margin-bottom: 10px; }

.comment-content textarea {width: 395px; border: 0 none; font-size: 11px; color: #948b9d; font-family: verdana; *width: 375px;}
.comment-row input {width: 415px; border: 1px solid #a9a2b1; color: #a9a2b1; margin: 10px 0 0 112px; height: 16px; padding: 2px 0 0 2px; font-size: 11px; font-family: verdana;}
.comment-row #submit {float: right; display: block; width: 98px; height: 26px; background: url(img/submit.jpg) no-repeat; color: #5ca300; margin: 18px 0 0 0; cursor: pointer; font-weight: bold; padding: 0; *margin-right: 70px;}

.comment-row .comment-login {margin: 5px 0 5px 112px;}
.comment-login a {color: #89C000; text-decoration: none;}
.comment-row label {float: left; margin: 5px 0 -5px 112px}