/*
Theme Name: Paradoxx
Description: Custom theme for Paradoxx site
Author: Frank Wawrzak
Author URI: http://wawrzak.com/
Version: 1.0
*/

/* http://meyerweb.com/eric/tools/css/reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/* simplest */
dt {margin:1em 0; font-weight:bold;}
dd {margin:0 1em; padding-left:1em; border-left:1px solid #ddd;}
th, td {padding:0.5em; border:1px solid #ddd;}
blockquote {margin:0 1em; padding-left:1em; border-left:1px solid #ddd;}
pre {font-family:monospace; background:#f8f8ff; padding:0.5em; overflow:auto;}
sup, sub {height:0; line-height:1; vertical-align:baseline; position:relative; font-size:10px;}
sup {bottom:1ex;}
sub {top:0.5ex;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}


.widgets {margin-bottom:2em; border-bottom:1px solid #ddd;}
.widget {margin-bottom:2em;}

.alignleft {display:inline; float:left; margin:0 1em 1em 0;}
.alignright {display:inline; float:right; margin:0 0 1em 1em;}
.aligncenter {display:block; margin:1em auto;}
.wp-caption {text-align:center; padding:0.5em; background:#ddd;}
.wp-caption-text, .gallery-caption {font-size:0.7em; margin:3px 0;}

#comments {margin-bottom:2em; border-bottom:1px solid #ddd;}
#comments h3, #respond h3 {margin-bottom:2em;}
#comments li {list-style-type:none; margin:0 0 2em 0;}
#comments .avatar {vertical-align:middle; margin-right:2px; padding:2px; border:1px solid #ddd;}
#comments .comment-author {margin-bottom:1em;}
#comments .comment-author cite {font-weight:bold; font-style:normal; margin-top:1em;}
#comments .comment-meta {margin-bottom:1em;}
#comments .reply a {font-size:0.7em;}
#comments .children {margin:2em;}
#comments .pagination {margin-bottom:2em;}

#respond label {display:block;}
#respond .required {display:none;}
#respond #closed {font-style:italic;}
#comments li.comment #respond {margin:2em;}
#comments li.comment #respond h3 {padding-top:2em; border-top:1px solid #ddd;}
#comments li.comment #respond #cancel-comment-reply-link {font-size:0.7em; margin-left:1em;}

/* Paradoxx */

html, body {
	height: 100%;
	background-color: #1D1C1C;
}
html, body, h1, h2, h3, h4, h5, h6, p, div, small, big, th, td, ul, ol, dl, form, img {
	margin: 0;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, sans-serif;
	color: #cccccc;
}
font, th, td, p {
	font-size: 12px;
}
li {
	margin-left: 0em;
	padding-bottom: 0.75em;
}
h1, h2, h3, h4, h5, h6, p {
	padding-bottom: 0.75em;
}

a:link {
	color: #ffffff;
	background-color: transparent;
}
a:visited {
	color: #ffffff;
	background-color: transparent;
}
a:active {
	color: #C6C1E0;
	background-color: transparent;
}
a:hover {
	color: #C6C1E0;
	background-color: transparent;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	border: 1px solid #747476;
	border-top: none;
	height: 140px;
	background-color: #3A3838;
	overflow: hidden;
	padding: 24px;
}

#header .lefthead {
	float: left;
	margin-left: 228px;
}
#header .righthead {
	float: right;
}
#header h1 {
	color: #8B82BD;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

#layout {
	border: 1px solid #747476;
	border-top: none;
	background-color: #3A3838;
	overflow: auto;
}

#left {
	float: left;
	width: 180px;
	padding: 24px 20px 24px 24px;
}
#body {
	margin-left: 225px;
	border-left: 1px dashed #747476;
	padding: 24px;
	min-height: 640px;
	width: 724px;
	font-size: 13px;
}

#footer {
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 12px;
}

/* nav list styles */
#left ul {
	list-style-type: none;
	margin-bottom: 30px;
}
#left ul li {
	margin-left: 0;
	margin-bottom: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
#left ul li a {
	color: #ffffff;
	text-decoration: none;
}
#left ul li a:hover, #left ul li a:active {
	color: #C6C1E0;
	text-decoration: underline;
}
#left ul ul {
	list-style-type: disc;
	margin-bottom: 0;
}
#left ul ul li {
	margin-left: 12px;
	margin-top: 4px;
	margin-bottom: 0;
	color: #8B82BD;
	font-weight: bold;
	font-size: 11px;
}
#left ul ul li a {
	color: #8B82BD;
	text-decoration: none;
}
#left ul ul li a:hover, #left ul ul li a:active {
	color: #C6C1E0;
	text-decoration: underline;
}

div.tcp_product {
	margin-top: 22px;
	overflow: auto;
}

div.tcp_product h3 {
	margin-top: 10px;
}

div.tcp_product div.thumb {
	float: right;
	border: 2px solid white;
}

/* right-aligned images */
div.r_clr {
	clear: right;
}
.clr {
	clear: both;
}
div.r_img {
	float: right;
	padding-bottom: 18px;
}
div.r_img p {
	float: left;
	text-align: left;
	font-size: 0.9em;
	font-style: italic;
}
div.r_imgpad {
	float: left;
	width: 24px;
}
div.r_img img, .iborder {
	border: 2px solid #ffffff;
}

.col {
	width: 477px;
}

.col1 {
	width: 220px;
}


/* page intro */
h1.intro {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

h2.intro {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

/* breakout box */
div.box {
	width: 204px;
	#height: 240px;
	border: 2px solid #ffffff;
	padding: 8px;
	background: #E9EAF6;
	font-style: normal;
	overflow: auto;
	color: #000000;
    	font-size: 12px;
}
div.box h1, div.box h1 a {
	color: #8B82BD;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	text-decoration: none;
}
div.box h1 a:hover, div.box h1 a:active {
	text-decoration: underline;
}
div.box p {
	color: #000000;
	font-size: 12px;
	font-style: normal;
}
div.box td {
	color: #000000;
	font-size: 12px;
	font-style: normal;
}
div.box p a {
	color: #8B82BD;
	text-decoration: none;
}
div.box p a:hover, div.box p a:active {
	text-decoration: underline;
}


/* Common styles */

h1 {
	font-size: 20px;
	font-weight: normal;
}

h2, h2 a:link, h2 a:visited {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
h2 a:active, h2 a:hover {
	text-decoration: underline;
}

h3, h3 a:link, h3 a:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
h3 a:active, h3 a:hover {
	text-decoration: underline;
}

.big {
	font-size: 115%;
}

.bbb {
	color:#D4D5D6;
	font-size: 115%;
	font-weight: bold;
}

.red {
	color: #ff9999;
}

.rule {
	background-color: #747476;
}

table.workshops td {
	vertical-align: top;
}

.new {
	color: #ff9999;
	font-weight: bold;
}


div.type-page img {
	border: 2px solid white;
}


div.type-page hr {
	height: 1px;
	background-image: url('img/ruleh.gif');
	border: none;
	margin: 24px 0;
}


div.spacing {
	padding:5px;
}


ul#products {
	overflow: hidden;
}

ul#products li {
	float:left;
	width: 231px;
	margin: 0px;
	padding: 4px;
	border-bottom: 1px dashed #555;
	border-right: 1px dashed #555;
	text-align: center;
}
ul#products li.firstRow {
	border-top: 1px dashed #555;
}

ul#products li.pleft {
	border-left: 1px dashed #555;
}

ul#products li div.imgwrap {
	width: 225px;
	height: 225px;
	line-height: 225px;
	overflow: hidden;
}
ul#products li img {
	vertical-align: middle;
}

ul#products li a.nodeco {
	text-decoration: none;
}
ul#products li div.ctnt {
	height: 94px;
	overflow: auto;
}



div.tcp-add-to-cart {
	display: none;
}


