body {
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size:12px;
    color:rgb(88,88,99);
}

a {
    text-decoration:none;
    outline:none;
    color:rgb(88,88,99);
}


p a {
    color:rgb(88,88,99);
}

h4 a {
    color:rgb(88,88,99);
}


a:hover,h4 a:hover ,p a:hover  {
    color:rgb(0,173,238);
}

a:active,h4 a:active ,p a:active {
    color:gray;
}

#content {
    min-height:700px;
}

#language-switch{
    margin-top:22px;
    margin-bottom:3px;
    text-align:right;
    float:right;
    margin-right:2px;
}

body{
    background-color:rgb(215,215,215);
    background-image:url(../images/background.png);
    background-repeat:repeat-y;
    background-position:50% 0%;   
}


/* Header */

#header{
    border-top:3px solid black;
    background:transparent url(../images/header.png) no-repeat;
    height:43px;
    border-bottom:1px solid black;
}

h1 a {
    display:block;
    text-decoration:none;
    outline:none;
    width:100%;
}

h1 a span{
    display:none;
    text-decoration:none;
}

/* Navigation */

#navigation {
    height:63px;
}

#navigation ul{
    list-style-type:none;
    padding-top:3px;
    float:right;
    margin-right:-1px;
}

#navigation ul li a {
    text-decoration:none;
    color:gray;
    outline:none;
}

#navigation ul li a:hover {
    color:black;
}

#navigation ul li a:active {
    color:rgb(204,204,204);
}

#navigation ul li.current a{
    color:rgb(0,192,255);
}

#navigation ul li{
    display:inline;
    border-right:1px solid gray;
    padding:0 3px 0 7px;
}

#navigation ul li.last-item{
    border-right:0;
}



/* Content */

h2{
    font-size:16px;
    font-weight:bold;
    padding-left:3px;
    margin-bottom:0px;
}

h2 {
    display:inline;
}


h3{
    font-size:16px;
    line-height:18px;
    color:rgb(88,88,99);
    padding-left:3px;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:2px;
}

h4{
    font-size:15px;
    color:rgb(88,88,99);
    line-height:18px;
    padding-left:3px;
    margin-top:0px;
    margin-bottom:0px;
}

p{
    margin-top:9px;
    font-size:12px;
    line-height:18px;
    padding-left:3px;
    padding-right:2px;
    margin-bottom:12px;
}

ul{
    padding:0;
    margin:0;
}

ul li a{
    text-decoration:none;
    color:gray;
    outline:none;
}

ul li a:hover {
    color:black;
}

ul li a:active {
    color:rgb(204,204,204);
}

ul li.current a {
    color:rgb(0,173,238);
}

.date {
    color:rgb(88,88,99);
    padding-left:3px;
    font-size:11px;
    padding-top:0px;
    height:13px;
}

#contentheader{
    border-bottom:1px solid black;
    height:26px;
    margin-bottom:9px;
}


/* SPLASH */

#splash {
/*    margin-bottom:9px;*/
    height:441px;
    border-bottom:1px solid rgb(211,211,211);
}

#splash a{
    font-size:0px;
}


/* HOME PAGE */

.home-item {
    height:116px;
}

.home-item h4 {
    padding-top:5px;
}


.home-item h4, .home-item p{
    z-index: 3;
    position: relative;
}

.home-item{
    border-bottom:1px solid rgb(211,211,211);
}

.home-item-background {
    background-color: rgb(0,192,255);
    margin-bottom:-116px;
    filter:alpha(opacity=0);
    opacity: 0.0;
    height: 116px;
    z-index: 2;
    position: relative;
}


/* PROJECTS */

#contentheader span {
    margin-left:9px;
}

span a {
    text-decoration:none;
    color:gray;
    outline:none;    
}

#contentheader .grid-list a:hover {
    color:black;
}

#contentheader .grid-list a:active {
    color:rgb(204,204,204);
}

#contentheader .grid-list a.current{
    color:rgb(0,173,238);
}



/* PROJECTS GRID VIEW */

.project-item {
    height:242px;
}

.project-item .span-4 {
    height:242px;
}

.project-item{
    margin-bottom:9px;
    border-bottom:1px solid rgb(211,211,211);
}

.project-item h4{
    padding-top:5px;
}

.project-item p{
    margin-top:-4px;
}

.project-item h4, .project-item p {
    z-index: 3;
    position: relative;
}

.project-item img {
    z-index: 2;
    position: relative;
}

.project-item-background {
    background-color: rgb(0,192,255);
    margin-bottom:-242px;
    filter:alpha(opacity=0);
    opacity: 0.0;
    height: 242px; /* 27*9 */
    z-index: 2;
    position: relative; 
}



/* PROJECTS LIST VIEW */

/* change this to the specific body */
.projectlist #contentheader {
    margin-bottom:0px;
}

.projectlist-item {
    height:27px;
/*    position:relative;*/
}

.projectlist-item-background {
    background-color:rgb(0,192,255);
    margin-bottom:-26px;
    filter:alpha(opacity=0);
    opacity: 0.0;
    height: 27px;
    z-index: 5;
/*    position:relative;*/
}


.projectlist-item {
    border-bottom:1px solid rgb(211,211,211);
}


.projectlist-item span {
    padding-left:3px;
    padding-right:3px;
}


.client, .title, .category{
    padding-top:3px;
}

.projectlist .client span a, .projectlist .title span a, .projectlist .category span a{
    font-size:12px;
}

.projectlist-item span a {
    color:rgb(88,88,99);
}

.projectlist-item .category {
    text-align:right;
}


/*.projectlist-item a:active .span-12 {
    opacity:0.6;
}
*/

/* PROJECT DETAIL */
.project-detail h3, .project-detail p{
    padding-left:2px;
}

.project-detail-thumbnails img {
    margin-bottom:9px;
    height:45px;
    width:63px;
    margin-left:-3px;
}


.project-detail-thumbnails img {
    border:1px solid rgb(211,211,211);
    margin-bottom:9px;
    height:43px;
    width:61px;
    margin-left:-3px;
}


.project-detail-thumbnails .current img {
    border:3px solid rgb(0,192,255);
    height:39px;
    width:57px;
}



/* NEWS LIST */

.news-item p{
    margin-top:2px;
    margin-bottom:12px;
    font-size:12px;   
}

.news-item h4{
    font-size:16px;
}

.news-item{
    border-bottom:1px solid rgb(211,211,211);
    margin-top:4px;
    margin-bottom:9px;
}

.news-item img {
    float:right;
    margin-top:-5px;
    margin-bottom:9px;
    margin-left:9px;
}

.news-item a {
    text-decoration:none;
    outline:none;
}

.year-archive{
    margin-top:5px;
}

.year-archive ul{
    list-style-type:none;
    padding-left:3px;
}


/* NEWS DETAIL */

.news-detail{
/*    border-bottom:1px solid rgb(211,211,211);*/
    margin-top:4px;
    margin-bottom:9px;
    padding-bottom:4px;
}

.news-detail h3{
    font-size:18px;
}

.news-detail p {
    font-size:12px;
    line-height:20px;
}


/* CLIENTS */

.clients ul {
    list-style: none outside url(../images/list_bullet.png);
    line-height:18px;
    margin-bottom:12px;
    margin-top:9px;
}

.clients ul li {
    margin-left:18px;
}

.clients {
    margin-bottom:3px;
}


/* ABOUT US */

.employee-item {
    border-bottom:1px solid rgb(211,211,211);
    margin-bottom:9px;
}

.employee-item.odd img {
    margin-left:15px;
    float:right;
    margin-bottom:9px;
}

.employee-item.even img {
    margin-right:15px;
    float:left;
    margin-bottom:9px;
}



/* SEARCH RESULTS */

.search-results {
    margin-top:2px;
    margin-bottom:10px;
}

.result-item {
    border-bottom:1px solid rgb(211,211,211);
    margin-bottom:12px;
    padding-bottom:12px;
}

.result-item h3 {
    
    margin-bottom:2px;    
}

.result-item p {
    margin-top:0px;
    margin-bottom:0px;
}

.result-item span a {
    padding-left:3px;
    padding-bottom:12px;
}

.search-results .result-prev-next {
    margin-top:-15px;
}



/* FILTER PROJECTS */

#filter {
    position:relative;
    z-index:10000;
    float:right;
    padding-top: 0px;
    margin-top: -6px; 
    margin-right: 1px;
}

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    border-color:#B5B8C8;
}


#filter select {
    width:142px;
    height:20px;
    padding:1px;
    font:normal 12px 'Helvetica Neue',Arial,Helvetica,sans-serif;
    color:gray;   
}

#filter select option {
    outline:none;
    padding-top:2px;
    padding-bottom:2px;
}


/* SEARCH BOX */

form#search .text {
    border: none;
    color:gray;
    float:left;
    font:12px "Helvetica Neue",Arial,Helvetica,sans-serif;
    outline:none;
    margin:0;
    padding:2px 2px;
    width:118px;
}


form#search {
    border:1px solid #B5B8C8;
    height:19px;
    width:140px;
    float:right;
    margin-top:6px;
    margin-right:1px;
}


form#search img {
    float: right;
    margin-right: 2px;
    margin-top:1px;
}


/* PREVIOUS NEXT */

#content .prev-next{
    float:right;
    padding-top:9px;
    padding-right:1px;
}



/* FOOTER */
#footer {
    margin-top:96px;
    margin-bottom:48px;
    border-bottom:3px solid black;    
}

#mobile-switch span{
    float:right;
    margin-top:-46px;
     
}


@media screen and (max-device-width: 480px){
    body {
        -webkit-text-size-adjust:none;
        font-family:Helvetica, Arial, Verdana, sans-serif;
    }
}




