/*#############################################################
Name: Blue Sky
Date: 2006-07-12
Author: Viktor Persson

#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #39F;
}
a:hover {
	color: #06F;
}

body {
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #246;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #8D8D8D;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 630px;
}

/* title */
.title {
	text-align: center;
	width: 153px;
	top: 8px;
	height: 89px;
	left: 142px;
	float: left;
	position: absolute;
}
.title img {
	border: none
}


/* navigation */
.navigation {
	height: 100px;
	float: none;
	background-image: url(img/holder_logo.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.navigation a {
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #FFF;
	color: #999;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	text-align: center;
	text-decoration: none;
	padding-top: 58px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.navigation a:hover {
	background: #FFF url(img/navhover.gif) repeat-x;
	color: #28E;
	padding-top: 56px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* holders */
.holder {
	background: url(img/bgholder.jpg) repeat-y;
	padding: 0 32px;
	font-family: Tahoma;
	font-size: 12px;
	color: #8D8D8D;
	line-height: 2em;
}
.holder #iframe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}


.holder h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
	color: #8D8D8D;
}



.portfolio {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #D1D1D1;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-color: #D1D1D1;
}

.holder_top,.holder_bottom {
	background: url(img/holder.jpg) no-repeat;
	height: 40px;
	text-align: center;
	clear: both;
}
.holder_top,.holder_bottom {
	height: 40px;
	clear: both;
}
.holder_bottom {
	background-position: left bottom;
}

/* footer */
.footer {
	color: #666;
	font-size: 1.1em;
	text-align: center;
}

.colunas {
	width: 560px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.colunas #coluninha {
	font-family: Tahoma;
	font-size: 12px;
	color: #8D8D8D;
	width: 270px;
	float: left;
	padding: 5px;
	line-height: 2em;
}
.colunas #coluninha h1 {
	font-size: 1.7em;
	margin-bottom: 4px;
	font-family: Tahoma;
	color: #8D8D8D;
	line-height: 2pc;
}
