/* HTML / Body styles */
html
	{
	background-color: #F8ECDE;
	}

body
	{
	color: #F5F5F5;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #f8ecde;
	}
	
/* hide the skip to content link */
#tools
	{
	position:absolute;
	left:-9999px;
	}
	
#header
	{
	height: 105px;
	position: relative;
	padding: 0px;
	margin: 0px;
	}

/* General styles */
#site_title, #site_title a
	{
	font-size: 1.4em;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 0.1em;
	text-decoration: none;
	float: left;
	}
	
#site_title a:hover
	{
	color: #000;
	}	
	
#site_title
	{
	position: absolute;
	left: 10px;
	margin-top: 70px;
	}

#site_title a
	{
	position: absolute;
	background-image: url(../images/kosturando-logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 75px;
	width: 479px;
	left: 213px;
	top: -48px;
	}

/* Strapline */
#site_strapline
	{
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 689px;
	top: 83px;
	height: 365px;
	width: 252px;
	}
#site_menu
	{
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 25px;
	top: 0px;
	height: 203px;
	width: 192px;
	background-image: url(../images/menu-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}	
	
#studio21_body {
	clear: both;
	float: left;
	width: 940px;
	background-image: url(../images/bg-cont.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
	
#content
	{
	width: 640px;
	overflow: hidden;
	float: right;
	color: #5c4040;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 35px;
	padding-left: 25px;
	clear: both;
	margin: 0px;
	}
#content li {
	line-height: 16px;
	list-style-type: none;
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	list-style-position: outside;
	margin: 5px;
	padding-left: 21px;
}	

/* Trabalhos styles */
#trabalhos-recentes {
	margin:0px;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	color: #622a2a;
	clear: both;
	float: left;
}
#trabalhos-recentes ul {
	margin:0px;
	padding:0px;
}
#trabalhos-recentes li {
	list-style-type:none;
	float:left;
	margin:3px;
	position:relative;
	padding:0px;
	background-color: #FFF;
}
#trabalhos-recentes li img {
	border:0px;
	padding: 0px;
}
#trabalhos-recentes li a {
	border: 5px solid #FFF;
	display:block;
}
#trabalhos-recentes li a:hover {
	border: 5px solid #e6ceaf;
}


/* Block styles */
#content_blocks
	{
	float:left;
	color: #666;
	line-height: 160%;
	position: relative;
	width: 262px;
	background-image: url(../images/bg-col.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 494px;
	}

	
.block_header
	{
	position: relative;
	padding: 7px 24px 7px 10px;
	background: url(images/sidep-handle.gif) no-repeat 0 0;
	}

.block_body
	{
	margin: 0;
	padding: 5px 10px 9px 10px;
	background-color: #ffd52e;
	overflow: hidden;
	position: relative;
	top: -20px;
	}
	
.block h4
	{
	font-size: 1.2em;
	position: relative;
	top: -2px;
	margin-bottom: 15px;
	border: none;
	}
	
.block p
	{
	width: 190px;
	overflow: hidden;
	}
	
/* flickr block */
.flickr_badge_image img
	{
	width: 52px;
	height: 52px;
	display: inline;
	float: left;
	margin: 0px 5px 5px 0px;
	border: 3px solid #ccc;
	}
	
.flickr_badge_image img:hover
	{
	border: 3px solid #6699cb;	
	}


/* Portfolio Styles */
.portfolio_item {
	margin-bottom: 25px;
}

.portfolio_title {
}

.portfolio_description {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 60%;
}

.portfolio_info {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 40%;
}

.portfolio_tags {
}

.portfolio_linkview {
}

.portfolio_archive {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 165px;
	width: 165px;
}
	
/* Placeholder */
#placeholder
	{
	width: 940px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	}

/* Contato Form */
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/* Footer */

#footer-bg
	{
	clear: both;
	margin: 0px;
	}

#footer
	{
	width: 960px;
	clear: both;
	padding: 0px;
	font-size: 87%;
	color: #282828;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#credits
	{
	margin-top: 8px;
	}
	
#credits li
	{
	list-style: none;
	display: block;
	margin-right: 15px;
	color: #333;
	padding: 0px 0px 10px 10px;
	}
	
#footer a
	{
	color: #F60;
	}
	
#footer a:hover
	{
	text-decoration: underline;
	}

		.subcolumns { width: 100%; overflow:hidden; }
		.subcl { 
		padding: 0 1em 0 0; 
		overflow: hidden; 
		}
		.subcr { 
		padding: 0 0 0 1em; 
		overflow: hidden; 
		word-wrap: break-word;
		overflow:hidden;
		}
		.c25l, .c25r { width: 25%; display:inline; }
		.c25l { float: left }
		.c25r { float: right; margin-left: -5px }

