/* Start of CMSMS style sheet 'default' */
/*************** KULTIVATION CSS************/

/* Created by João filipe Cunha*/

/* If you came here its because you are interested in the css style.*/
/* its a good way to learn*/
/* all the CSS is break in sections and commented,*/ 
/* so is gone be easy to understand*/
/* please do not imitate, but use it with creativity*/
/* do not use any image, graphic in any kind of media without my written permission*/
/* respect copyrights*/
/* CARPE DIEM*/

/* CSS REFERENCES*/
/* www.alistapart.com*/
/****************************************/


body {
	font-family:Arial, Helvetica, sans-serif;
        font-size: 0.7em;
	background-image: url(uploads/images/bk.jpg);
	margin: 0px;
	min-width: 770px ;
	max-width: 4000px ;
	width:auto !important;
}
/*GENERAL*/
h1   {
            font-size: 1em;
	margin: 0;
	color: #6F4F02;
	text-align: justify;
	padding-top: 5px;
	padding-left: 16px;
	font-weight: normal;
	line-height: 1.5em;
}
h2 { 
	font-size: 1em;
	color: #6F4F02;
	font-weight: bolder;
}
p {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}
a {
             color: #CC6600;
             text-decoration: none;
}

a:hover {
	color: #336666;
}
ul {
	padding: 0;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 11px;
	color: #336666;
}
ul li {
	padding-bottom: 5px;

}
ul li a {
	color: #336666;
	text-decoration: none;
	padding-bottom: 10px;

}
ul li a:hover {
	color: #CC6600;

}
a img {
	border: none;
}
img.right {
	float: right;
	margin: 5px 0 0 20px;
}
img.projects {
	margin-left: 10px;
	overflow:hidden;
}
fieldset{
border:0;
}
/* LAYOUT BOXES */
#outer { /*this is the spiral image wrapper*/
	width:100%;
	position:relative;
	background-image: url(uploads/images/spiral.jpg);
	background-position: center 10px;
	background-repeat: no-repeat;
}
#inner { /*this is the content wrapper*/
	margin:0 auto;
	width:705px;
	position:relative;
}

/* MAIN CONTENT */
#box { /* where top, header and all content reside */
	margin:0 auto;
	height:800px;
	width:617px;
}
#top {
	text-align: center;
}

/* MAIN STRUCTURE */
/* The next styles creates the borders and body of the main structure */
/* more details at http://info.netxpect.com/2007/03/css-boxes-with-outside-frame-rounded-or.html */
.wraper {
	position: relative;
	padding-left: 20px;
	padding-right: 27px;
	margin-left: 40px;
	background-position: 10px -10px;
	background-image: url(uploads/images/contenbk.jpg);
	background-repeat: repeat-y;
}
.size {
	width: 490px;
}
.top_left {
	position: absolute;
	top: -22px;
	left: 0px;
	width: 20px;
	height: 22px;
}
.top {
	position: absolute;
	top: -22px;
	height: 20px;
}
.top_right {
	position: absolute;
	top: -22px;
	right: 0px;
	width: 27px;
	height: 20px;
}
.bottom_left { position: absolute; bottom: -27px; left: 0px; width: 20px; height: 27px; }
.bottom { position: absolute; bottom: -27px; height: 27px; }
.bottom_right {	position: absolute;	bottom: -27px; right: 0px; width: 27px; height: 27px; }
.insidePNG_left {
	position: absolute;
	left: 0px;
}
.insidePNG_right {
	position: absolute;
	right: 0px;
}
.innerdiv {
	position: relative;
	overflow: hidden;
	margin-right: -27px;
	margin-left: -20px;
	padding-left: 20px;
	padding-right: 27px;
}
.header {
	background-image: url(uploads/images/logobk.jpg);
	background-repeat: no-repeat;
	background-position: -37px -5px;

}
.position { top: 23px; }
.clear { font-size: 0; line-height: 0; height: 0; padding: 0; margin: 0; clear: both; }

/* LOGO */
#logo {
	height: 80px;

}
/* MENU */

#navigation {
	height: 100px;
	margin-top: 24px;
}
#navigation ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#navigation li {
	display: inline;
}

#navigation a {
	color: #FFFF99;
	display: block;
	float: left;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-decoration: none;
	background-color: #6F4F02;
}

#navigation a:hover {
	background-position: left bottom;
	color: #6F4F02;
	text-decoration: none;
	background-color: #FFFF00;
}
/* MAIN TEXT */
#textbox {
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(uploads/images/textbk.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#textbox #title{
	background-image: url(uploads/images/textheader.jpg);
	background-repeat: repeat-y;
	height: 48px;
	width: 100%;
}
#textbox #title_pt{
	background-image: url(uploads/images/textheader_pt.jpg);
	background-repeat: repeat-y;
	height: 48px;
	width: 100%;
}
#textbox #title_fr{
	background-image: url(uploads/images/textheader_fr.jpg);
	background-repeat: repeat-y;
	height: 48px;
	width: 100%;
}
#textbox #profile{
	background-image: url(uploads/images/profile.jpg);
	background-repeat: repeat-y;
	height: 48px;
	width: 100%;
}
#textbox #profile_fr{
	background-image: url(uploads/images/profile_fr.jpg);
	background-repeat: repeat-y;
	height: 48px;
	width: 100%;
}
#textbox #colA {
	float: left;
	width: 250px;
}

#textbox #colB {
	float: right;
	width: 170px;
        padding-right: 25px;
	padding-top: 8px;
}
/* NEWS */
#newstitle{
	background-image: url(uploads/images/newsheader.jpg);
	background-repeat: repeat-y;
	height: 48px;
	width: 100%;
	background-position: 10px;
	margin-bottom: 10px;
}
#newstitle_fr{
	background-image: url(uploads/images/newsheader_fr.jpg);
	background-repeat: repeat-y;
	height: 48px;
	width: 100%;
	background-position: 10px;
	margin-bottom: 10px;
}
#newstitle_pt{
	background-image: url(uploads/images/newsheader_pt.jpg);
	background-repeat: repeat-y;
	height: 48px;
	width: 100%;
	background-position: 10px;
	margin-bottom: 10px;
}
.news {
	background-image: url(uploads/images/news_bk2.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 12px;
	margin-left: 10px;
	padding-bottom: 20px;
}
.news .cA {
	float: left;
	width: 230px;

}
.news .cB {
	float: right;
	width: 200px;
        margin-top: 10px;
	padding-right: 30px;

}
.news_fr {
	background-image: url(uploads/images/news_bk2_fr.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 12px;
	margin-left: 10px;
	padding-bottom: 20px;
}
.news_fr .cA {
	float: left;
	width: 230px;

}
.news_fr .cB {
	float: right;
	width: 200px;
        margin-top: 0px;
	padding-right: 30px;

}
.news_pt {
	background-image: url(uploads/images/news_bk2_pt.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 12px;
	margin-left: 10px;
	padding-bottom: 20px;
}
.news_pt .cA {
	float: left;
	width: 230px;

}
.news_pt .cB {
	float: right;
	width: 200px;
        margin-top: 0px;
	padding-right: 30px;

}
.nav {
	height: 20px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

.nav li {
	padding: 0;
	list-style: none;
	display: inline;
	}

.nav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win only */
	}
	
.nav a:hover {
	background-position: 0 -20px;
	}
.img1 a  {
	width: 20px;
	background: url(uploads/images/news_nav1.jpg) top left no-repeat;
	}
.img2 a  {
	width: 20px;
	background: url(uploads/images/news_nav2.jpg) top left no-repeat;
	}
.img3 a  {
	width: 20px;
	background: url(uploads/images/news_nav3.jpg) top left no-repeat;
	}
.img4 a  {
	width: 20px;
	background: url(uploads/images/news_nav4.jpg) top left no-repeat;
	}
.img5 a  {
	width: 160px;
	background-image: url(uploads/images/projects_about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.img5_pt a  {
	width: 160px;
	background-image: url(uploads/images/aboutproject_pt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.img5_fr a  {
	width: 160px;
	background-image: url(uploads/images/aboutproject_fr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.img6 a  {
	width: 20px;
	background: url(uploads/images/news_nav5.jpg) top left no-repeat;
	}
.img8 a  {
	width: 20px;
	background: url(uploads/images/news_nav6.jpg) top left no-repeat;
	}
.img7 a  {
	width: 114px;
	background-image: url(uploads/images/visitwebsite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.img7_pt a  {
	width: 114px;
	background-image: url(uploads/images/visitwebsite_pt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.img7_fr a  {
	width: 114px;
	background-image: url(uploads/images/visitwebsite_fr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
/*PROJECTS SET */
.about {
	background-image: url(uploads/images/projects_about_bk.jpg);
	background-repeat: no-repeat;
	height: 40px;
	background-position: 25px 0px;
	padding-left: 40px;
	padding-top: 4px;
}
#leftCol {
	width: 340px;
}
#rightCol {
	float: right;
	width: 170px;
}
#rightCol a  {
	background-image: url(uploads/images/projects_about.jpg);
	background-repeat: no-repeat;
	height: 46px;
	}
#rightCol a:hover {
	background-position: 0 -24px;
	background-image: url(uploads/images/projects_about.jpg);
	}
	#end{
	height: 10px;
	}
.Col {
	float: right;
	width: 170px;
}
#projectsbox {
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(uploads/images/textbk.jpg);
	background-repeat: repeat-y;

}
#projectsbox #bk{
	background-image: url(uploads/images/latest_works_header.jpg);
	background-repeat: repeat-y;
	height: 48px;
	width: 100%;

}
#projectsbox #bk_pt{
	background-image: url(uploads/images/latest_works_header_pt.jpg);
	background-repeat: repeat-y;
	height: 48px;
	width: 100%;

}
#projectsbox #bk_fr{
	background-image: url(uploads/images/latest_works_header_fr.jpg);
	background-repeat: repeat-y;
	height: 48px;
	width: 100%;

}
.project {
	position:relative;
	height: 100%;
}	
.slidercontainer {
	position:absolute;
	top:153px;
	left:35px;
	width:400px;
}
 
.description {
	color: #660000;
	margin: 0px;
	width: 340px;
	background-color: #FFFFFF;
	background-image: url(/uploads/images/description_bk.jpg);
	background-repeat: repeat-x;
	height: 85px;
	padding-top: 45px;
	padding-left: 10px;
	padding-right: 50px;
	text-decoration: none;
}
.description_pt {
	color: #660000;
	margin: 0px;
	width: 340px;
	background-color: #FFFFFF;
	background-image: url(/uploads/images/description_bk_pt.jpg);
	background-repeat: repeat-x;
	height: 85px;
	padding-top: 45px;
	padding-left: 10px;
	padding-right: 50px;
	text-decoration: none;
}
.description_fr {
	color: #660000;
	margin: 0px;
	width: 340px;
	background-color: #FFFFFF;
	background-image: url(/uploads/images/description_bk_fr.jpg);
	background-repeat: repeat-x;
	height: 85px;
	padding-top: 45px;
	padding-left: 10px;
	padding-right: 50px;
	text-decoration: none;
}
#portraitcol {
	margin-bottom: 20px;
	height: 106px;
	width: 173px;
	position: relative;
	right: 0px;
	top: 0px;
}
.myphoto {
	position: relative;
}
/* FOOTER */
#footer {
	height: 160px;
	background-image: url(uploads/images/footerbk.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
#footer #clA {
	float: left;
	width: 300px;

}
#footer #clB {
	float: left;
	width: 150px;
             font-size: 11px;
	margin-top: 120px;
	margin-left: 130px;
	height: 20px;
	color: #666600;
}
#footer ul {
	list-style: none;
	line-height: normal;
	padding-top: 112px;
	padding-right: 78px;
	padding-bottom: 0;
	padding-left: 60px;
}
#footer li {
	display: inline;
	padding-left: 10px;
}
#footer copyright {
	color: #00FF00;
}
/* End of 'default' */

