/*
Theme Name: Creatoria3 Template
Theme URI: http://wcreatoria3.com/
Description: Creatoria3 Graphic Design Studio.
Version: 1.0 beta
Author: Piotr Falba
Author URI: http://creatoria3.com/
Tags: custom background, gray, dark
*/

body {
	background: #000 url(gfx/background.jpg) no-repeat fixed center top;
	/* background: #222; */
	color: #fff;
}

#logo {
	background: url(gfx/creatoria.png) no-repeat center 12px;
	height: 136px;
	width: 190px;
	/* position: fixed; */
}

span.blue, h4 {
	color: #33ccff;
}

#slider {
	width: 614px;
	margin: 0px -10px;
} 

.macbook {
	background-image: url(gfx/macbook.png);
	margin: 25px 50px 25px 0px;
	width: 614px;
	height: 277px;
	float: left;
}

.tv {
	background-image: url(gfx/tv.png);
	margin: 25px 50px 25px 0px;
	width: 614px;
	height: 277px;
	float: left;
}

.blackboard {
	background-image: url(gfx/blackboard.png);
	margin: 25px 50px 25px 0px;
	width: 614px;
	height: 277px;
	float: left;
}


.columnLeft {
	margin-top: 108px;
	float: left;
	width: 30px;
}

.columnRight {
	margin-top: 90px;
	float: Right;
	width: 30px;
}

.columnLeft a, .columnRight a {
	border: 0;
}

.columnLeft a:hover, .columnRight a:hover {
	border: 0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#portfolio img {
	border: 5px solid #fff;
}

.post {
	margin-top: 10px;
	margin-bottom: 30px;
}

.post h3, .double_2 h3 {
	float: left;
}

.post h3 a, .double_2 h3 a {
	color: #fff;
	border: 0;
}

.post h3 a:hover, .double_2 h3 a:hover {
	color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

p.postmetadata {
	text-indent: 0px;
	text-transform: uppercase;
	font-size: 9px;
}

p.postmetadata a {
	color: #fff;
}

p.postmetadata a:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

p.logged_as {
	text-indent: 0;
	text-transform: uppercase;
	font-size: 10px;
}

p.logged_as a {
	color: #fff;
}

p.logged_as a:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

div.navigation {
	width: 100%;
}

div.navigation div.alignleft {
	width: 49%;
	float: left;
}

div.navigation div.alignright {
	width: 49%;
	float: right;
	text-align: right;
}

div.navigation a {
	color: #000;
	padding: 2px;
	text-transform: uppercase;
	font-size: 12px;
	background: #33ccff;
}

div.navigation a:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.single p {
	text-indent: 0;
}

span.comment {
	display: block;
	background: url(gfx/commenticon.png) no-repeat;
	line-height: normal;
	font-size: 9px;
	width: 15px;
	height: 15px;
	text-align: center;
	padding: 4px;
	float: left;
	position: relative;
	top: 12px;
	left: 6px;
	overflow: hidden;
}

span.comment a {
	color: #fff;
	text-decoration: none;
}

.comment {
	margin-top: 5px;
	margin-bottom: 10px;
}

.comment h5 {
	margin: 0px;
	background: url(gfx/comment.png) no-repeat bottom left;
	padding-bottom: 7px;
	padding-left: 50px;
	font-size: 10px;
}

.comment h5 a {
	color: #fff;
}

.comment h5 a:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.comment p {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-indent: 0;
	padding: 7px 10px;
	font-size: 11px;
}

.comment_form {
	text-indent: 0;
}

label {
	text-transform: uppercase;
	font-size: 11px;
}

input, textarea {
	display: block;
	border: 1px solid #fff;
	background: none;
	color: #fff;
	padding: 3px;
	width: 625px;
	font-size: 11px;
}

input.submit {
	margin-top: 10px;
	width: 633px;
	cursor: pointer;
}

input.submit:hover {
	background: #fff;
	color: #000;
	margin-top: 10px;
	width: 633px;
}

img { border: 0 }

a:hover {
	border: 0;
}

input[type=hidden] {
	display: none;
}

div#michal {
	width: 615px;
	height: 300px;
	clear: both;
	position:relative;
	background: url(../gfx/banner_shadow.png) repeat-x 0 bottom;
}

div#michal div {
    position:absolute;
	width: 615px;
	height: 300px;
    top:0;
    left:0;
    z-index:8;
}

div#michal div.active {
    z-index:10;
}

div#michal div.last-active {
    z-index:9;
}