/*
Theme Name: Marketizer
Description: The default Marketizer theme
Version: 1.0
Author: Jeroen Bennenbroek
Author URI: http://bennenbroek.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial;
	background: url('images/bg_body.png') repeat top left transparent;
	color: #000;
    font-weight: bold;
}

#content {
	font-size: 1.3em;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	font-weight: bold;
    margin: 0 0 10px 0;
}

h1 {
	font-size: 1em;
    color: #00B6E8;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

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

.sticky h2 {
	padding-top: 10px;
}

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

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

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

a {
	color: #707173;
	text-decoration: underline;
}

strong {
    color: #00B6E8;
}

.narrowcolumn p {
    margin: 0px;
}
/* End Typography & Colors */



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

#page,
#header {
    width: 1000px;
}

#menuspacer {
	background: url('images/bg_spacer.png') repeat top left #fff;
    height: 44px;
    clear: both;
}

#subnavigation {
    width: 125px;
    float: left;
}

#content {
    width: 875px;
}

.narrowcolumn {
    float: left;
	padding: 0;
	margin: 0;
}

.post {
    background: url("images/bg_raster_spacer.png") repeat-x scroll left top transparent;
}

.post-nobg {
    background: none;
}

.post hr {
	display: block;
}

.entry {
    background-color: #fff;
    padding: 5px;
}

.clear {
	clear: both;
}

/* End Structure */



/* Begin Raster */

div.c1 {
    width: 875px;
}

div.c2 {
    padding-left: 125px;
    width: 750px;
}

div.c3 {
    padding-left: 250px;
    width: 625px;
}

div.c4 {
    padding-left: 375px;
    width: 500px;
}

div.c5 {
    padding-left: 500px;
    width: 375px;
}

div.r2 {
    background-position: left 44px;
    padding-top: 44px;
}

div.r3 {
    background-position: left 88px;
    padding-top: 88px;
}

div.r4 {
    background-position: left 132px;
    padding-top: 132px;
}

div.r5 {
    background-position: left 176px;
    padding-top: 176px;
}

div.r6 {
    background-position: left 220px;
    padding-top: 220px;
}

div.r7 {
    background-position: left 264px;
    padding-top: 264px;
}

div.r8 {
    background-position: left 308px;
    padding-top: 308px;
}

div.r9 {
    background-position: left 352px;
    padding-top: 352px;
}

div.r10 {
    background-position: left 396px;
    padding-top: 396px;
}

div.r11 {
    background-position: left 440px;
    padding-top: 440px;
}

div.r12 {
    background-position: left 484px;
    padding-top: 484px;
}

div.r13 {
    background-position: left 528px;
    padding-top: 528px;
}

div.r14 {
    background-position: left 572px;
    padding-top: 572px;
}

div.r15 {
    background-position: left 616px;
    padding-top: 616px;
}

div.r16 {
    background-position: left 660px;
    padding-top: 660px;
}

div.r17 {
    background-position: left 704px;
    padding-top: 704px;
}

div.r18 {
    background-position: left 748px;
    padding-top: 748px;
}

div.r19 {
    background-position: left 792px;
    padding-top: 792px;
}

div.r20 {
    background-position: left 836px;
    padding-top: 836px;
}

/* End Raster */



/* 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;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
/* End Entry Lists */



/* 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*/


/* Navigation */
ul.navigation,
ul.subnavigation {
    margin: 0px;
    padding: 0px;
}

ul.navigation li,
ul.subnavigation li {
    list-style-image: none;
    list-style-type: none;
    width: 119px;
    height: 30px;
    padding: 7px 3px;
    overflow: hidden;
}

ul.navigation li {
    float: left;
}

ul.subnavigation li {
    height: 30px;
    padding: 7px 3px;
}

ul.navigation li:first-child {
    background-color: #000;
    width: 240px;
    height: 30px;
    text-align: right;
    padding: 7px 5px;
}

ul.navigation li:hover,
ul.subnavigation li:hover {
    background-color: #000;
}

ul.navigation li.current_page_item,
ul.navigation li.current_page_parent,
ul.subnavigation li.current_page_item {
    background-color: #707173;
}

ul.navigation li.current_page_item:first-child {
    background-color: #000;
}

ul.navigation li a,
ul.subnavigation li a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3em;
    width: 119px;
    height: 30px;
    display: block;
}

ul.navigation li:first-child a {
    color: #fff;
    font-weight: normal;
    font-size: 2.6em;
    display: inline;
}

ul.navigation li:first-child a span.color-logo-text {
    color: #00b6e8;
}

ul.navigation li:hover a,
ul.subnavigation li:hover a {
    color: #fff;
}

ul.navigation li.current_page_item a,
ul.navigation li.current_page_parent a,
ul.subnavigation li.current_page_item a {
    color: #fff;
}
/* End Navigation */

/* language widget (wrapper) */
.language-switcher {
    float: right;
    position:relative;
    text-transform:lowercase;
    top:16px;
}
.icl-en {
    border-right: 2px solid #000;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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 */
