/* Logo link */
a img {
    border: none;
}

a {
    text-decoration: none;
    color: #1B3998;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a.externalUrl {
    padding-right: 10px;
    background: url('images/externalUrl.png') right top no-repeat;
}

a.pdfLink {
    padding-left: 18px;
    background: url('images/pdf-icon.png') left center no-repeat;
}

a.archiveLink {
    padding-left: 18px;
    background: url('images/archive-icon.png') left center no-repeat;
}

a.closeLink {
    padding-right: 12px;
    background: url('images/close.png') right center no-repeat;
}

/* Main layout */
* {
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
}
body {
    background: #dfdfdf url("images/bggradient.png") top repeat-x;
}

em {
    color:#000033;
    font-weight: 600;
    font-style: normal;
}

.projectDetailsSectionHeader {
    margin-top: 18px;
    margin-left : 20px;
    font-size: 15px;
    font-weight: bold;
}

ul.list {
    margin-top: 8px;
    list-style-image: url("images/featureListImage.png");
    list-style-position: outside;
    clear:both;
    line-height: 1.5;
    padding-left:22px;
    margin-left: 22px;
    margin-right: 22px;
}


#container {
    width: 980px;
    margin: 0 auto;
    background: white;
    overflow:hidden;
}

/* Index page: big logo and menu */
#menu h1 {
    float: left;
    display: block;
    height: 49px;
    width: 393px;
}

#menu ul {
    display: block;
    padding-top : 18px;
    /*


    :) This file



    8) has style.




    * YEEEAAAAAH *


    */ /* border-bottom: 1px solid #000; */
}

#menu li {
    display: inline;
    margin-left: 52px;
}

#menu a {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

#menu ul a img {
    border: none;
    vertical-align: top;
    margin-top: 0px;
}
#menu ul a img.lite {
    /* this might need some tuning */
    margin-top: -9px;
    margin-left: -10px;
    margin-right: -11px;
}

#content p#contact {
    clear: both;
    width: 364px;
    margin: auto;
    margin-top: 44px;
}

#menu {
    margin: auto;
    padding-top: 150px;
    width: 830px;
    height: 140px;
}

#menu.small {
    padding-top: 50px;
    height: 110px;
}

/* index page text */
#content {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 13px;
    margin: auto;
    width: 840px;
    position: relative;
    text-align: justify;
    padding-bottom: 20px;
}

#content .project h3 {
    font-size: 21px;
    padding: 0px 7px;
}

#content .project .roundprojectheader {
    margin-bottom: 20px;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; CCborderRadius: 5px;
    background-color: #F0F0F0;
    margin-top: 13px;
}

#content .project {
/*    overflow:hidden;*/
    position: relative;
    width:840px;
    padding-bottom:20px;
}

#content .project .projectData {
    position: relative;
    margin-left: 255px;
    margin-right: 8px;
    min-height: 230px;
    height: auto !important;
    height: 230px;
}

#content .project .date {
    font-weight: bold;
}

#content .project .extra {
    margin-top: 10px;
}

#content .project .extra div {
    position: relative;
    margin: 2px;
}

#content .project .extra p {
    margin-left: 186px;
}

#content .project .readMore {
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    display: block;
    margin-top: 20px;
    min-height: 20px;
    margin-right:22px;
}

#content .project .backToList {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

#content .project .arrow {
    font-size: 15px;
}

#content .project .moreContainer{
    margin-left: 8px;
    margin-right: 8px;
    overflow: hidden;
/*    margin-bottom: 80px;*/
/*    padding-bottom: 20px;*/
}

#projectList {
    position: relative;
}

.loadingBox {
    padding-left: 20px;
    background: url("images/loadingIndicator.gif") left center no-repeat;
    color:#dddddd;
    font-weight:bold;
}

#content .thumbnail {
    float: left;
    left: 10px;
    margin: 0;
}

#content .thumbnail img {
    border: 1px solid #D0D0D0;
}

#content h4 {
    font-size: 13px;
    position: absolute;
    left: 0px;
    width: 180px;
    text-align: right;
    margin: 0px;
}

#content p {
    margin-left: 22px;
    margin-right: 22px;
    margin-top:8px;
    margin-bottom:8px;
}

#lowfoot {
    width: 980px;
    margin: 0 auto 20px auto;
    height: 40px;
    background-image: url("images/lowfoot.png");
    background-repeat: repeat-x;
}

.b1 {
    position: relative;
    top: 6px;
}

/* Project information */

.project .moreContainer .featureList li {

}

/* Project filters */

.filterArea {
    margin: auto;
    width:100%;
    vertical-align: top;
    text-align: center;
    /*overflow: hidden;*/
}

.filterArea * {
    text-align: left;
}

#filterSelector {
    display : inline-block;
    position: relative;
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; CCborderRadius: 10px;
    border: 1px solid #ddd;
}

.filterCategory {
    width : auto;
    display : inline-block;
    padding: 6px 10px;

    vertical-align: top;
    position: relative;

    /*Strech the columns to make the height equal*/
    padding-bottom: 2006px;
    margin-bottom: -2000px;

    cursor: pointer;
}

.filterHighlight {
    background-color : #F0F0F0;
    padding : 0px;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; CCborderRadius: 5px;
}

.filterProjectLink {
    display:block;
    margin-top: 4px;
    position:relative;
}

.filterTitle {
    color:#000033;
    font-weight: 600;
    font-style: normal;
    margin: auto;
    text-align: center !important;
    display:inline-block;
    margin-top:3px;
    vertical-align: top;
}

.filterProjectList {
    display:inline-block;
    margin-left: 6px;
    margin-right: 2px;
    margin-bottom: 6px;
}

/*.filterSelectorLabel {
    margin-top:-16px;
    height:14px;
    text-align: right;
    margin-right: 10px;
    color: #ddd;
    padding-left: 12px;
    float:right;
    background: url('images/filter.png') left bottom no-repeat;
    position:relative;
}*/

.filterRemoveLink {
    margin-top:-16px;
    text-align: right;
    margin-right: 10px;
    float:right;
    position:relative;
}

/* Frontpage carousel */

.nivo-prevNav {
    width : 24px;
    height : 20px;
    cursor: pointer;
    background: url("scripts/jquery.nivo.slider/prev.png") no-repeat;
}

.nivo-nextNav {
    width : 24px;
    height : 20px;
    cursor: pointer;
    background: url("scripts/jquery.nivo.slider/next.png") no-repeat;
}

#gallery_wrap {
    width: 820px;
    height: 280px;
    padding-top: 12px;
    
    -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; CCborderRadius: 10px;
    border: 1px solid #DDD;
}

.galleryview {
	margin: 0 auto !important;
}

#galleryGoesHere {
    width:820px;
    text-align:center;
    margin-bottom: 20px;
}