﻿/*
Theme Name: deSIGN4porn
Theme URI: http://www.design4porn.com
Description: deSIGN4porn template 
Version: 2.9.2
Author: d4p
Author URI: http://www.design4porn.com
Tags: adult
*/

@import "reset.css";
/*@import "typography.css";
@import "layout.css"; */
body, html {
	height: 100%;
}
body {
	background:#000 url(images/bg.png) repeat-x;
}
body, td, th {
	font:14px Arial, Helvetica, sans-serif;
	color:#fff;
}
a, a:link, a:visited {
	color:#fd9e2d;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	color:#FFF;
	background: url(images/bg-h.png) 0 15px no-repeat;
	padding:0 0 10px 20px;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:10px;
}
h1 { font-size:24px; }
h2 { font-size:20px;margin-top:20px; }
h3 { font-size:18px;margin-top:20px; }
h1, h2, h3 a {
	text-decoration:none;
}
h1, h2, h3 a:hover {
	text-decoration:none;
}
sup {
	font-size:9px;
	vertical-align:top;
}
small {
	font-size:75%;
}
/* forms START */
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text], input[type=password] {
	/*background: url(images/bg-forms.gif) repeat-x;*/
	
}
input[type="submit"] {
	background:#fd9e2d url(images/bg-forms.gif) 0 -40px repeat-x;

	color:#000;
	border:none !important;
}
input[type="submit"]:hover {
	background:#fd9e2d url(images/bg-forms.gif) 0 -80px repeat-x;
	color:#000;
}
input[type=text], input[type=password], textarea {
	width:200px;
}
label {
	vertical-align:middle;
}
.default-value {
	color:#8c8c8c;
}
#si_contact_form1 textarea, #si_contact_form1 input {
	width:300px;
}
#si_contact_form1 textarea {
	height:100px;
	width:300px;
	
	
}
#si_contact_form1 label {
margin:10px 0 10px 0;
display:block;
}
#si_contact_form1 label.error {
	display:block;
}
#si_contact_form1 span.required, #si_contact_form1 small.required {
	font-size:11px;
}
input, button, textarea, select, option, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
	padding:5px;
	border:none;
	margin-bottom:10px;
	color:#000;
}

input[type="submit"] {
	color:#000;
	}
label.error {
	padding-left:10px;
	color:red !important;
}
/* forms END */
.clear {
	clear:both;
	height:0;
	visibility:hidden;
}
.error {
	color:red;
}
.zero {
	margin:0;
	padding:0;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.float-left {
	float:left;
}
.center-margin {
	margin:auto;
}
.float-right {
	float:right;
}
.nospace {
	margin:0 !important;
	padding:0 !important;
}
div.hr {
	height: 20px;
	background: url(images/bg-h.png) bottom no-repeat;
}
div.hr hr {
	display: none;
}
ul.ul-reset {
	margin:0;
	padding:0
}
ul.ul-reset li {
	margin:0;
	padding:0;
	list-style:none;
}
/* page layout */
.wrap_page {
	width:980px;
	height:100%;
	margin:0 auto;
	background:#000 url(images/bg-main.png) 0 140px no-repeat;
}
.wrap_page_front {
	background:#000 url(images/bg-main-front.png) 0 140px no-repeat;
	}
.wrap_page_front  h2 { font-size:24px; }
.wrap {
	margin:0 20px;
}
.wrap p{
	text-align:justify;
}

#header {
	height:180px;
	position:relative;
	background:url(images/bg-header.jpg) no-repeat;
}
#logo {
	left:135px;
	top:0;
	position:absolute;
	background:no-repeat;
}
#logo a { 
	display:block;
	/*z-index:15;*/
	}
#flash {
	width:310px;
	height:140px;
	right:0;
	top:0;
	position:absolute;
	z-index:5 !important;
}
#flash  object{
	z-index:5 !important;
	}
/* main menu START*/
ul#menu {
	margin:0;
	padding:0;
	top:100px;
	left:0;
	position:absolute;
	background:url(images/bg-divider.gif) left 0 no-repeat;
}
ul#menu li {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
ul#menu li a {
	font-size:24px;
	display:block;
	color:#464646;
	padding:10px 14px 6px 14px;
	text-decoration:none;
	background:url(images/bg-divider.gif) right 0 no-repeat;
	text-transform:uppercase;
}
ul#menu li a:hover {
	color:#FFF;
	background:#000 url(images/bg-divider.gif) right 0 no-repeat;
	text-decoration:none;
}
/* second level menu*/
#menu li ul {
	margin:0;
	padding:0;
	position: absolute;
	left:0px;
	width:980px;
	visibility: hidden;
	background:#ffb700 url(images/bg-submenu.gif);
	/*z-index:-2;*/
}
#menu li ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	background:none;
}
#menu li ul li a {
	padding:8px 14px 6px 14px;
	width: auto;
	background:url(images/bg-divider.gif) right 0 no-repeat;
}
#menu li ul li a:hover {
	background:#000 url(images/bg-divider.gif) right 0 no-repeat;
}
#promo {
	padding:0 0 0 190px;
	margin:35px 20px 0 30px;
	text-align:center;
	color:#9d9d9d;
	font-size:26px;
	z-index:2 !important;
}
/* content area columns START*/
#content {

}
#leftcol {
	width:280px;
	float:left;
	margin:0;
}
#leftcol  h1, #leftcol  h2{
	background-image:url(images/bg-h-left.png);
	margin-bottom:10px;
	}
#rightcol {
	width:700px;
	float:left;
}
#rightcol  h1, #rightcol  h2{
	background-image:url(images/bg-h-right.png);
	margin-bottom:10px;
	}
#content p, #content ul {
	line-height:1.5;
}
#rightcol li {
	padding-top:5px;
	padding-bottom:5px;
}
/* sidebar */
#sidebar small {
	color:#8c8c8c;
}
/* main content styling START*/

/* main content styling END */
/* footer START */
#footer {
	width:980px;
	height:15px;
	background: url(images/bg-h.png) 0 0px no-repeat;
	padding:20px;
	margin-top:10px;
	text-align:center;
	font-size:14px;
	position:relative;
}
#footer a {
	left:20px;
	top:20px;
	position:absolute;
}
#footer p {
right:50px;
	top:20px;
	position:absolute;
}
#footer div {
	left:410px;
	
	top:20px;
	position:absolute;


}
/* footer END */
.width48 {
	width:48%;
}
.date {
	font-size:10px;
	margin-top:-10px
}

/* custom css */
.post-edit {
	display:block;
	padding:5px;
	position:fixed;
	left:0px;
	top:0px;
	background:#333;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}
.post-edit a {
	color:#FFF;
}
a.more-link  {
display: block;
color:#FFF;
padding:3px 10px;
background:#000000 url("images/bg-forms.gif") 0 -40px repeat-x;
}
/* Jcarousel MAIN */
.jcarousel-skin-main {
	/*background:url(images/bg.jpg);*/
	float:left !important;
	width:700px !important;
}
#carousel_main  li{
	padding-top:0;
	padding-bottom:0;
}
.jcarousel-skin-main .jcarousel-container {
width: 700px;
}
.jcarousel-skin-main .jcarousel-container-horizontal {
	width: 650px;
	padding:0 20px;
	height:500px;
	overflow:hidden !important;
}
.jcarousel-skin-main .jcarousel-clip-horizontal {
	width:650px;
	height:500px;
	overflow:hidden !important;
}
.jcarousel-skin-main .jcarousel-item {
	width: 650px;
	height: 500px;
	background:url(images/loading.gif) center center no-repeat;
}
.jcarousel-skin-main .jcarousel-item-horizontal {
	/*margin:0 5px; rozostupy */
	
}
.jcarousel-skin-main .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-main .jcarousel-next-horizontal {
	position: absolute;
	top:220px;
	right:0px;
	width: 20px;
	height: 65px;
	cursor: pointer;
	background:url(images/controls.png) no-repeat -77px 0;
}
.jcarousel-skin-main .jcarousel-next-horizontal:hover {
	background-position: -77px -65px;
}
.jcarousel-skin-main .jcarousel-next-disabled-horizontal, .jcarousel-skin-main .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-main .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -77px -65px;
}
.jcarousel-skin-main .jcarousel-prev-horizontal {
	position: absolute;
	top:220px;
	left:0px;
	width: 20px;
	height: 65px;
	cursor: pointer;
	background:url(images/controls.png) no-repeat 0px 0px;
}
.jcarousel-skin-main .jcarousel-prev-horizontal:hover {
	background-position:0 -65px;
}
.jcarousel-skin-main .jcarousel-prev-horizontal:active {
	background-position: 0 -65px;
}
.jcarousel-skin-main .jcarousel-prev-disabled-horizontal, .jcarousel-skin-main .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-main .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	/*filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;*/
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top:0px;
	right:0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background:url(images/btn-carousel-sociable.png) no-repeat -20px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top:0px;
	left:0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background:url(images/btn-carousel-sociable.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position:0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
}
/* contact page */
ul.contact-list {
	margin:0 20px 20px 20px;
	padding:0;
	height:80px;
	background:url(images/contact.jpg) no-repeat;
}
ul.contact-list li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	width:235px;
}
ul.contact-list li div{
padding:30px 0 0 55px;
}
/* main profolio page */
ul#portfolio_main {
background:url(images/portfolio.jpg) no-repeat;
height:300px;
margin:0 20px;
padding:0;
}
ul#portfolio_main  li{
float:left;
padding:0;
margin:0px;
list-style:none;
}
ul#portfolio_main  li h2 {
background:none;
margin:0;
padding:0;
}
ul#portfolio_main li h2 a{
display:block;
text-decoration:none;
color:#010000;
width:313px;
height:150px;
text-indent:-3000px;
background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}
ul#portfolio_main li h2 a:hover{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
/* portfolio list CSS */
.banners-showcase  {
border:collapse;
border:0px none;
vertical-align:top;
}
.banners-showcase td{
padding:0;
border:collapse;
border:0 none;
vertical-align:top;
}
.banners-showcase td img{
vertical-align:top;
}
.banners-showcase div img{
vertical-align:top;
}
.banners-showcase img{
margin-bottom:15px;

}
ul.ul-portfolio li {
	float:left;
}
ul.ul-portfolio li h2 {
	font-size:12px;
	background:none;
	font-weight:normal;
	text-align:center;
	text-transform:none;
	margin:0;
}
ul.ul-portfolio li h2 a {
	text-decoration:none;
	text-align:center;
}
ul.logos li h2 {
	display:none !important;
}
ul.logos li {
	width:160px;
	height:160px;
	padding:13px;
	background:url("images/bg-loading.png") right top no-repeat;
}
ul.logos li a{
	width:160px;
	height:160px;
	border:2px transparent solid;
	display:block;
	overflow:hidden !important;
	text-align:center;

}
ul.logos li a:hover {
	border:2px #35384d solid;
}
ul.banners {
	margin-left:0px;
	}
ul.banners li {
	width:196px;
	vertical-align:top;
}
ul.banners li h2  {

}
ul.banners li h2 a {
	display:block;
	padding:2px 5px 2px 5px;
	text-align:left;
	font-size:13px;
}
ul.banners li h2 a sup {
	color:#9d9d9d;
}
ul.banners li h2 a:hover {
	color:#000;
	background:#fd9e2d url(images/bg.png) 0 -100px repeat-x;
}
ul.pageads li {
	width:160px;
	height:120px;
	padding:14px;
	background:url("images/bg-loading.png") right top no-repeat;
}
ul.pageads li h2 {
	display:none !important;
}
ul.pageads li a {
	width:160px !important;
	overflow:hidden !important;
	height:120px;
	display:block;
	text-align:center;
	border:2px transparent solid;
	}
ul.pageads li a:hover{
	border:2px #35384d solid;
}

ul.galleries li {
	width:160px;
	height:145px;
	padding:14px;
	background:url("images/bg-loading.png") right top no-repeat;
}
ul.galleries li h2 {
	display:none !important;
}
ul.galleries  li a {
	width:160px !important;
	overflow:hidden !important;
	height:145px;
	display:block;
	text-align:center;
	border:2px transparent solid;
	}
ul.galleries li a:hover{
	border:2px #6e6e6e solid;
}

ul.websites li {
	width:160px;
	height:200px;
	padding:14px;
	background:url("images/bg-loading.png") right top no-repeat;
}
ul.websites li h2 {
	display:none !important;
}
ul.websites  li a {
	width:160px !important;
	overflow:hidden !important;
	height:200px;
	display:block;
	text-align:center;
	border:2px transparent solid;
	}
ul.websites li a:hover{
	border:2px #35384d solid;
}
ul.misc  li  {
height:160px;
}
ul.misc  li a {
height:160px;
}
.print-sample  {
height:250px !important;}
.print-sample ul.websites li {
width:690px;
height:241px;
}
.print-sample ul.websites  li a {
width:690px !important;
max-height:241px;
height:241px;
}
/**  styling price table */
.pretty-table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: 1px dotted #030B3B; /* solid */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #000;
}
.pretty-table caption {
	caption-side: top;
	font-style: italic;
	text-align: right;
	padding: 0.5em 0;
}
.pretty-table th, .pretty-table td {
	border: 0px dotted #030B3B !important;
	padding: 0.5em;
	text-align:left;
	background:#000 url("images/bg-forms.gif") 0 -165px repeat-x;
}
.pretty-table td {
padding-top:10px;
padding-bottom:10px;
}
.pretty-table th[scope=col] {
	color: #000;
	background:#fd9e2d url("images/bg-forms.gif") 0 -40px repeat-x;
	text-transform: uppercase;
	border-bottom: 0;
	border-right: 1px dotted #030B3B;
}
.pretty-table th+th[scope=col] {
	color: #000;
	background:#fd9e2d url("images/bg-forms.gif") 0 -40px repeat-x;
	border-right: 1px dotted #030B3B;
}
.pretty-table th[scope=row] {
	background-color: #000;
	border-right: 1px dotted #030B3B;
	border-bottom: 0;
}
.pretty-table tr.alt th, .pretty-table tr.alt td {
	color: #2a4763;
}
.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td {
	background:#4D4D4D url("images/bg-forms.gif") 0 -40px repeat-x;
	color: #000;
}
.pretty-table tr:hover th[scope=row] a, .pretty-table tr:hover td a {
	color: #000;
	text-decoration:underline;
}
.pretty-table tr th.contact {
	color:#FFF !important;;
	text-align:center;
	font-size:20px;
	padding:25px 0px;
	background:none !important;
	}
.pretty-table tr:hover th.contact a {
color:#FD9E2D;
}
.pretty-table sup {
}
.pretty-table td.price {
	text-align:right;
}
.pretty-table td.description {
	font-size:12px;
	/*color:#8c8c8c;*/
}
.pretty-table td.sample {
	font-size:12px;
}
.price-more {
	padding:25px 0 0 30px;
	margin-top:0px;
	font-size:20px;
	width:390px;
	text-align:center;
}
.price-more p {
	padding:0px 0;
	margin:0px 0;
}
.price-more ul {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
/* link  blogroll */
ul.blogroll {
	margin-left:0;
}
ul.blogroll li {
	margin:0 12px 12px 0;
	padding:0;
	list-style:none;
	float:left;
}
#leftcol ul.blogroll li {
	padding-left:20px;
}
/* IE7 */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
	background:#000;
}
#colorbox {
}
#cboxContent {
	margin-top:20px;
}
#cboxLoadedContent {
	background:#000;
	padding:5px;
}
#cboxTitle {
	position:absolute;
	top:-20px;
	left:0;
	color:#ccc;
}
#cboxCurrent {
	position:absolute;
	top:-20px;
	right:0px;
	color:#ccc;
}
#cboxSlideshow {
	position:absolute;
	top:-20px;
	right:90px;
	color:#fff;
}
#cboxPrevious {
	position:absolute;
	top:50%;
	left:5px;
	margin-top:-32px;
	background:url(images/controls.png) top left no-repeat;
	width:28px;
	height:65px;
	text-indent:-9999px;
}
#cboxPrevious.hover {
	background-position:bottom left;
}
#cboxNext {
	position:absolute;
	top:50%;
	right:5px;
	margin-top:-32px;
	background:url(images/controls.png) top right no-repeat;
	width:28px;
	height:65px;
	text-indent:-9999px;
}
#cboxNext.hover {
	background-position:bottom right;
}
#cboxLoadingOverlay {
	background:#000;
}
#cboxLoadingGraphic {
	background:url(images/loading.gif) center center no-repeat;
}
#cboxClose {
	position:absolute;
	top:5px;
	right:15px;
	display:block;
	background:url(images/controls.png) top center no-repeat;
	width:38px;
	height:19px;
	text-indent:-9999px;
}
.page-id-49 #cboxClose {
	right:-1px;
	}
#cboxClose.hover {
	background-position:bottom center;
}
iframe img {
	margin:auto;
}
/* link page */
.table-font-11 td, .table-font-11 th {
font-size:11px;	
}

