/*styles for projects page--*/

#containerproj {
width: 780px;
height: 100%;
margin: 0 0 0 0;
background: #fff url(images/projects.jpg) top right no-repeat;
padding: 50px 10px 10px 10px;
}
#containerproj p {
font-size: 12px;
color: #683a45;
background: transparent;
text-align: justify;
font-weight: normal;
}
#containerproj a, #containerproj a:visited {
color: #797d5a;
font-weight: bold;
text-decoration: none;
}
#containerproj a:hover {
color: #d3383c;
font-weight: bold;
text-decoration: none;
}
#sidenavprj {
font-size: 12px;
float: left;
width: 160px;
padding: 10px;
background: #d3383c url(images/navbak-proj.jpg);
margin-bottom: 10px;
margin-right: 10px;
border: 3px solid #8a8b60;
}
#sidenavprj p {
color: #eee3cf;
background: transparent;
margin: 0;
padding: 0;
text-align: left;
line-height: 13px;
}
#sidenavprj a, #sidenavprj a:visited {
color: #eee3cf;
text-decoration: none;
}
#sidenavprj a:hover {
color: #d0b082;
text-decoration: none;
}
#sidenavprj h6 {
color: #811b26;
background: transparent;
font-size: 18px;
letter-spacing: -1px;
font-weight: bold;
font-variant: small-caps;
margin-top: 1px;
margin-bottom: 3px;
}
#sidenavprj h4 {
color: #d0b082;
background-color: #811b26;
font-size: 22px;
letter-spacing: -1px;
font-weight: normal;
margin-top: 5px;
margin-bottom: 5px;
padding: 2px;
}
.lineprj {
background-color: #e88b52;
width: 100%;
height: 1px;
margin-top: 4px;
margin-bottom: 4px;
}
.brun {
color: #683a45;
}
.redorng {
color: #d3383c;
}
.grn {
color: #8a8b60;
}
.orgtan {
color: #e88b52;
}
.boldprj {
font-weight: bold;
font-style: italic;
font-size: 16px;
color: #e88b52;
font-family: Georgia, serif;
}
.aside {
margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background: transparent;
font-family: Georgia, serif;
font-size: 18px;
line-height: 30px;
letter-spacing: 3px;
font-style: italic;
font-weight: 500;
color: #683a45;
}
.pictures {
margin-top: 10px;
margin-bottom: 10px;
font-size: 10px;
color: #000;
font-family: 'Trebuchet MS', sans-serif;
}
.pictures img {
float: left;
margin: 6px;
border: 1px solid #000;
}