/**
 * @author Fabio Cazzadore
 * @version 0.5
 * @date 24/07/2009
 */
/**
 * GENERAL DEFINITIONS
 */
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #2b2b2b url(/images/bck_body.gif) repeat-y center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
}

a {
    color: #0089c4;
    text-decoration: none;
    outline: none;
}

a:hover {
    border-bottom: 1px dashed #b7b7b7;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
    padding: 25px;
    font-size: 30px;
    font-weight: normal;
    color: #0089c4;
}

p {
    margin: 0;
    padding: 0;
}

.clearer {
    clear: both;
    display: block;
    line-height: 1px;
    height: 1px;
    font-size: 1px;
}

.hide {
    display: none;
}

.loading {
    background: #fff url(/images/loader.gif) no-repeat center;
}

.cl_blue {
    color: #0089c4;
}

.cl_darkgray{
	color:#666;
}
/**
 * CSS PAGE BASE
 */
#header {
    background: #2b2b2b url(/images/bck_header.gif) repeat-x;
    width: 100%;
    height: 298px;
    text-align: center;
    overflow: hidden;
}

#menuContainer {
    text-align: right;
}

#menuContainer a {
    color: #fff;
    font-size: 18px;
    padding: 0 0 5px 0;
}

#menuContainer a:hover, #menuContainer li.selected a {
    border-bottom: 1px dashed #fff;
	display:inline-block;
}

#menuContainer ul {
    float: right;
    padding: 0 7px 0 0;
}

#menuContainer li {
    float: left;
    padding: 0 10px 0 20px;
    background: url(/images/bck_menuItem.gif) no-repeat 0 5px;
}

#menuContainer li.first {
    background: transparent;
}

#container {
    background: #fff url(/images/bck_container.png) no-repeat;
    width: 800px;
    margin: auto;
}

#content {
    padding: 0 6px;
}

#footer {
    background: #fff url(/images/footer.gif) no-repeat center;
    height: 36px;
    padding: 0 0 6px 0;
    text-align: center;
    color: #fff;
}

#footer p {
    margin: 0;
    padding: 20px 0 0 0;
}

/**
 * PROJECTS
 */
#pointer img {
    display: none;
}

.projectContainer {
    padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	border-bottom:1px dashed #d9d9d9;
}

.projectContent {
    background: #fff url(/images/bck_singleProjectMain.gif) repeat-y;
}

.projectHeader {
    background: url(/images/bck_singleProjectHeader.gif) no-repeat;
    height: 35px;
    font-size: 22px;
    color: #b7b7b7;
    padding: 10px 27px 0 27px;
}

.projectHeader h2 {
    display: inline;
    color: #0089c4;
    font-weight: normal;
    font-size: 22px;
}

.projectHeaderRight {
    float: right;
    padding: 0 10px 0 0;
}

.projectHeaderLeft {
    padding: 2px 0 0 0;
}

.projectHeaderLeft img {
    float: left;
}

.projectBody {
    padding: 10px 27px;
}

.projectFooter {
    background: url(/images/bck_singleProjectFooter.gif) no-repeat;
    height: 79px;
}

.projectFooterContent {
    padding: 15px 127px 0 27px;
    line-height: 16px;
}

.projectMultimedia {
    position: relative;
}

.panel {
    padding: 10px 0 10px 10px;
    margin: 0 0 10px 0;
    border: 1px dashed #b7b7b7;
    position: relative;
}

.mediaActive img {
    border: 2px solid #0089c4;
}

.mediaDetails {
    width: 712px;
    height: 70px;
    background: #222;
    filter: alpha( opacity = 80);

-moz-opacity:
    0.8;

-khtml-opacity:
    0.8;

opacity:
    0.8;

text-align:left;

position:absolute;

top:
    100%;

left:
    10px;

margin:
    -80px 0 0 0;
}

.mediaDetails h2 {
    font-size: 16px;
}

.mediaDetails h2, .mediaDetails p {
    padding: 7px 7px 3px 7px;
    margin: 0;
    color: #fff;
}

ul.thumbsContainer {
    text-align: center;
    padding: 5px 0;
}

ul.thumbsContainer li {
    display: inline;
    text-align: center;
}

a.openCloseWholeProject {
    border: 0;
    background: url('/images/closeProject.gif') no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.projectClosed {
    display: none;
}

a.openCloseWholeProject:hover {
    border: 0;
}

a.closed {
    background: url('/images/openProject.gif') no-repeat;
}

/**
 * CONTATCS
 */
.contactHeaderContainer {
    padding: 0;
}

.contact {
    display: inline-block;
    padding: 3px 0 0 10px;
}

.contact h2 {
    padding: 0 0 0 10px;
}

