/* HTML / Body styles */
html
	{

	}

body
	{
	color: #F5F5F5;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	}
	
/* hide the skip to content link */
#tools
	{
	position:absolute;
	left:-9999px;
	}
	
#header
	{
	height: 150px;
	position: relative;
	padding: 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: 20px;
	margin-left: 15px;
	}

#site_title a
	{
	position: absolute;
	background-image: url(../images/bng.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 150px;
	width: 960px;
	top: -20px;
	left: -25px;
	}
	
#studio21_body {
	clear: both;
	float: left;
	width: 960px;
	background-image: url(../images/png.png);
}
	
#content
	{
	width: 550px;
	overflow: hidden;
	float: left;
	color: #012B7F;
	padding-top: 25px;
	padding-right: 25px;
	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;
}	

/* Block styles */
#content_blocks
	{
	float:right;
	width: 350px;
	color: #012B7F;
	line-height: 160%;
	position: relative;
	padding-top: 55px;
	}
#map_canvas {
	padding: 5px;
	margin: 5px;
}

#map_canvas2 {
	padding: 5px;
	margin: 5px;
}

#contact {
	margin: 5px;
	padding: 10px;
}
.phone-number {
	font-weight: bold;
	color: #DA6603;
	font-size: 1.4em;
}

#address {
	padding: 10px;
	margin: 5px;
}
#credits {
	margin: 5px;
	padding: 10px;
}



	
.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;
}

/* Strapline */
#site_strapline
	{
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	border: 0;
	position: absolute;
	left: 0;
	top: 70px;
	display: none;
	}
	
/* Placeholder */
#placeholder
	{
	width: 960px;
	margin: 0px auto;
	position: relative;
	}

/* 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
	{
	width: 960px;
	clear: both;
	padding: 0px;
	font-size: 87%;
	color: #282828;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#credits li
	{
	list-style: none;
	display: block;
	margin-right: 15px;
	color: #666;
	padding: 0px 0px 10px 10px;
	}
	
#footer a
	{
	color: #F60;
	}
	
#footer a:hover
	{
	text-decoration: underline;
	}
