/* @override http://butler.local/studiotandem.si/design2009/html/css/st-layout.css */

/*! Copyright Boris Jerenec / studiotandem.si */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	background: url(../ui/smear-bg.png) fixed;
}

:focus { outline: none; }


#backstage {
	background: url(../ui/logo-bw.gif) no-repeat 55px 70px;

	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
}

/* @group Main Menu */

#menu {
	float:left;
	margin-left: 40px;
}

#menu ul, #menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 2px 0;
}

#menu a {
	display: block;
	background-color: #000;
	color: #ccc;
	text-decoration: none;
	font-size: 18px;
	height: 24px;
	line-height: 23px;
	font-weight: normal;
	width: 90px;
	padding: 5px 15px;
	
	
	-moz-border-radius-topleft:16px;
	-webkit-border-top-left-radius:16px;
	-moz-border-radius-bottomleft:16px;
	-webkit-border-bottom-left-radius:16px;

}

#menu .selected a {
	color: #fff;
}

#menu a:hover {
	color: #fff;
}

/* @end */

/* @group Content */

#content {
	position: fixed;
	top: 150px;
	left: 60px;
}

#intro {
	width: 230px;
	float: left;
	margin-top: 10px;
	height: 250px;
}

#intro p {
	color: #333;
	font-size: 13px;
	line-height: 130%;
}

#intro h1, #intro h3 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 130%;
}

#slider {
	position: absolute;
	left: 430px;
	z-index: 100;
	width: 580px;
	min-height: 100%;
}



.content-frame {
	/*background-color:#fff;*/
	/*border-left: 1px solid #000;*/
	/*-moz-border-radius:4px;
	-webkit-border-radius:4px;
	*/
	/* -webkit-box-shadow: -10px 0 10px #ccc; */
	padding: 10px 20px;
	margin-left: 10px;
}

.block a {
	color: #000;
}



.block {
	/* position: relative; */
	padding:60px 0 0 0;
	margin-bottom: 50px;

	min-height: 450px;
}

.portfolio {
	height: 530px;
}

.block .image {
	height: 1px;
}

.block h1 {
	font-size: 32px;
	font-weight: normal;
	margin-left: 10px;
	margin-top:  20px;
}

.block p, .block h2  {
	margin-left: 10px;
	line-height: 130%;
}

.block p {
	margin: 0 0 5px 10px;
	font-size: 14px;
	color: #333;
}


.block p span {
	font-size: 18px;
}

.block h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	font-weight: normal;
	font-size: 20px;
}


.block ul {
	margin: 0 0 0 10px;
	padding: 0;
}

.block li {
	margin: 0;
}

.block .info, 
.block .image {
	position: relative;
}

.block .new {
	height: 18px;
	width: 50px;
	background: url(../ui/new-tag.gif) no-repeat;
}

/* My Comment */

.block .info {
	top: -180px;
	padding: 5px;
	border: 1px dashed #aaa;
	width: 300px;
	background-color: #fff;
	opacity: 0.8;
}


.block .info h3 {
	background-color: #fff;
	padding: 2px 4px;
	display: inline;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	color: #000;
	
}

.block .info h3 a {
	text-decoration: none;
	color: #000;
}

.block .info h3 a:hover {
	background-color: #000;
	color: #fff;
}

.block .info .url {
	color: #999;
	font-size: 10px;
}

.block .info h4 {
	margin: 4px;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	width: 300px;
}

.block .tech-info {
	margin: 4px;
	font-size: 10px;
	color: #666;
}

.block .tech-info a {
	color: #666;
}

.block .tech-info a:hover{
	color: #000;
}

.block .tech-info strong {
	display: block;
	float: left;
	width: 45px;
	margin-right: 4px;
}

.col2 {
	float: left;
	width: 250px;
	margin-right: 10px;
}

.col2.last {
	margin: 0;
}

.cb {
	clear: both;
}

ul.morelist{
	margin: 0;
	padding: 0;
}

ul.morelist li  {
	padding-left: 0px;
	margin-left: 10px;
	font-size: 14px;
	list-style: none;
}



.morelist .moreinfo, .morelist .moreinfo p {
	margin-left:0 !important
}

.moreinfo {
	padding-bottom: 10px;
}



#services h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
}

#services h3 a {
	color: #fff;
	background-color: #333;
	padding: 2px 4px;
	text-decoration: none;
}

#services h3 a:hover {
	background-color: #111;
}

/* @end */

/* too old ie */
#bad-ie a {
	color: #fff;
}

/* @group twitter area */

#twitter{
	position: fixed;
	top: 370px;
	left: 40px;
	width: 250px;
	clear: both;
	
	
	Xbackground: url(../ui/twitter-bg.png) no-repeat 0px -15px;
	padding: 5px 20px;
}

#twitter h3 span a{
	color: #fff;
	background-color: #000;
	text-decoration: none;
	font-size: 9px;
	padding: 2px 4px 4px 4px;
	text-transform: uppercase;
}

#twitter h3 {
	margin: 0;
	color: #666;
}

#twitter h3 span {
	display: none;
}

.tweet {
	padding: 5px 0;
}
.tweet p {
	margin: 0 0 1px 0;
	font-size: 11px;
	color: #555;
}

.tweet .info {
	font-size: 11px;
	color: #999;
}

.tweet a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dashed lightblue;
}

.tweet a:hover {
	color: #333;
	border-bottom: 1px solid lightblue;

}

/* @end */

/* @group Footer */

#footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	padding: 10px 60px;
	font-size: 10px;
}

#footer p {
	margin: 0;
}

/* @end */

/* @group Navigation */

#navigation {
	position: fixed;
	top: 150px;
	left: 985px;
	padding: 10px 15px 10px 25px;
	/* background-color: #fff; */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	

	text-align: center;
	
	font-size: 9px;
	text-transform: uppercase;
	
}



#navigation h3 {
	font-size: 10px;
	font-weight: bold;
	font-weight: normal;
	padding-left: 10px;
	margin:0;
}


#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#navigation li {
	list-style: none;
	margin: 2px 0 ;
	text-align: center;
	
}

#navigation li a {
	display: block;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color:  #333;
	background-color: #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#navigation li.selected a {
	background-color: #222;
	color: #fff;
} 

#navigation li a:hover {
	background-color: #000;
	color: #fff;
}

#navigation #next, 
#navigation #prev {
	color: #000;
	text-decoration: none;
	
}

#navigation #next:hover, 
#navigation #prev:hover {
	color: #000;
	text-decoration: underline;
}

#navigation #numbering {
	font-size:14px;
	color: #999;
	margin: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

/* @end */

/* @group vCard */
.vcard {
	margin: 0px 0 ;
}

.vcard a {
	color: #000;
	text-decoration: none;
}

.vcard a.email {
	text-decoration: underline;
}

.vcard a.org {
	/*font-size: 14px;*/
	font-weight: bold;
	display: block;
}

.vcard .adr {
	margin-top: 10px;
}

/*
.vcard .label {
	display: block;
	float: left;
	width: 70px;
	
}
*/

.introduction p {
	font-size: 16px;
	color: #000;
}

/* @end */

/*
.image.print {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	width: 500px;
	height: 375px;
	margin-left: 21px;
	overflow: hidden;
	
	-webkit-box-shadow: 0 0 25px #ccc;
}
*/

.image.print img {
	width: 538px;
	height: 404px;

}

.image.web, .image.print {
	width: 560px;
	height: 450px;
	padding: 13px 0 0 22px;
	overflow: hidden;
	background: url(../ui/image-web-bg.png) no-repeat;
	
}

.image.print {
	padding-top: 14px;
	padding-left: 23px;
	background: url(../ui/image-print-bg.png) no-repeat;

}

.clue img {
	/* outline: 1px solid #f00; */
	-webkit-box-shadow: 0 0 20px #f99;
	-moz-box-shadow: 0 0 20px #f99;
}

/* fooling around 3d transforms  and regular scale ... */
@media all and (-webkit-transform-3d) {
	.block {
		-webkit-perspective: 1000;
	}	
	
	.block .image, .block .info {
		-webkit-transform: rotateY(0deg);
		-webkit-transition: -webkit-transform 0.2s;
	}
	
	.clue .image, .clue .info {
		-webkit-transform: scale(1.05) rotateY(-5deg);
		-webkit-transition: -webkit-transform 0.2s;
	}
}

#loading {
	position: fixed;
	z-index: 110;
	background: url(../ui/loading-bg.png) no-repeat 0 0;
	width: 100px;
	height: 70px;
	
	top: 25px;
	left: 170px;
	
}

#worksheet {
	margin-top: 25px;
	margin-left: 10px;
	border: 1px solid #aaa;
	padding: 10px;
	background-color: #ddd;
}

#worksheet h2 {
	margin:0;
	font-size: 16px;
}

#worksheet p {
	margin: 0;
	margin-top: 6px;
	color: #000;
}
