div.tabs {
    display: none;
}

#footer p {
    display: none;
}

#content-area {
    border-top: 1px solid #CCC;
    margin-top: 10px;
    padding-top: 20px;
}

h1.title {
    display: inline;
    text-transform: uppercase;
}

.toggle-wrapper {
    float: right;
    font-family:helvetica, arial;
    font-size: 14px;
}

.toggle-wrapper a {
    display: inline-block;
    border: 1px solid #E0E0E0;
    margin: 0;
    padding: 7px 0;
    min-width: 140px;
    text-align: center;
    color: #6d6d6d;
    background-color: #F3F3F3;
    text-decoration: none;
}

.toggle-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
}

.toggle-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
}

.toggle-wrapper a.toggle-selected, .toggle-wrapper a:hover {
    color: #000;
    border-color: #c5c5c5;
    background-color: #f5f5f5;
    text-decoration: none;
}

.toggle-wrapper a.toggle-selected {
    cursor: default;
}

img.imagecache-themepage {
    box-shadow: 1px 2px 6px #818181;
}

#image-view {
    background-image: url("../images/gallery-view-static.png");
    background-repeat: no-repeat;
    width: 42px;
    height: 35px;
    display: inline-block;
}

#image-view.selected {
    background-image: url("../images/gallery-view-hover-selected.png");
}

#image-view:hover {
    background-image: url("../images/gallery-view-hover-selected.png");
    cursor: pointer;
}

#image-view.selected:hover {
    cursor: default;
}

#list-view {
    background-image: url("../images/list-view-static.png");
    background-repeat: no-repeat;
    width: 42px;
    height: 35px;
    display: inline-block;
    margin-right: 20px;
}

#list-view.selected {
    background-image: url("../images/list-view-hover-selected.png");
    cursor: default;
}

#list-view:hover {
    background-image: url("../images/list-view-hover-selected.png");
    cursor: pointer;
}

#list-view.selected:hover {
    cursor: default;
}

.indented-works {
    margin-left: 20px;
}

.worktitle {
    color: #18498C;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    padding-top: 10px;
    border-top: 1px solid #D4D4D4;
    width: 100%;
    clear: left;
}

.worktitle:first-child {
    border: none;
}

.worktitle a {
    color: #18498C;
}

.worktitle span {
    color: #8C8C8C;
    font-weight: normal;
    font-size: 12px;
}

a.titlelink {
    color: #18498C;
    font-size: 14px;
    font-weight: bold;
}

.texts-work-row {
    font-size: 13px;
}

.creatorpicture, .worktitle img {
    float: left;
    margin: 0 10px 20px 0; 
}

.workinfo {
    color: #8C8C8C;
    font-family: helvetica, arial;
}

h1.theme_title{
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    line-height:23px;
    float:left;
    margin-right:20px;
}

#themepage_picture {
    float: left;
    width: 356px;
}


#themepage_picture img{
    height:100%;
    width:100%;

}
#theme_body{
    border-top: 1px solid #DDDDDD;
    margin-top: 13px;
    padding-top: 0;
    clear: both;
}

#theme_rightCol{
    float: right;
    width: 580px;
}

#theme_rightCol.picturefound {
    width: 100%;
    padding: 10px 0 0 10px;
}

#texts-work {
    padding-top: 20px;
    float: left;
}

#texts-creator {
    float: left;
}

.usual ul {
    border-bottom: 1px solid #c4c4c4;
    height: 39px;
    font-family:helvetica, arial;
}

.usual ul li a{
    border:1px solid #c4c4c4;
    display:block;
    background-image:url('/sites/all/themes/camelot/images/projects/tab_bkgd.jpg');
    background-position:bottom left;
    background-repeat:repeat-x;
    background-color:white;
    padding: 9px 20px;
}


.usual ul li a:hover{
    background-color: white;
    background-image: url("/sites/all/themes/camelot/images/projects/tab_bkgd.jpg");
    background-position: left bottom;
    background-repeat: repeat-x;
    opacity:0.7;
}


.usual ul a.selected {
    background-color:white;
}


.usual ul a.selected:hover{
    opacity:1;
    background-color:white;
    background-image:none;
}

.views-summary a {
    color: #2261BE !important;
    font-size: 18px;
    padding: 1px;
    text-decoration: none;
}


.view-content ul.links a{
    font-family: georgia;
}


.view-content h3{
    display:block;
    background:#e7e7e7;
}

#images-work-list, #images-work-gallery, #images-creator-gallery {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 20px;
}

#images-creator-gallery .worktitle {
    clear: both;
    float: left;
}

.image-list-item {
    display: block;
    float: left; 
    clear: both;
    height: 90px;
    width: 100%;
}

.image-list-item img {
    float: left;
    margin: 5px 10px 10px 0;
}

.image-works {
    width: 50%;
    float: left;
}

.images-creator-list-row {
    display: block;
    clear: both;
}

#images-creator-list .worktitle {
    clear: both;
}

.gallery-view-image {
    float: left;
}


/* ibox stuff*/
#images-creator-gallery img, #images-work-gallery img{
    float:left;
    height:130px;
    margin:4px;
    padding:0px;
}
#ibox{
    position:absolute;
    overflow-y:none;
    background:#fff;
    border:0px solid #ccc;
    z-index:1001;
    display:none;
    padding:0px;
    -webkit-box-shadow: 0px 0px 10px 0px #000;
    -moz-box-shadow: 0px 0px 10px 0px #000;
    box-shadow: 0px 0px 10px 0px #000;
}
#ibox img{
    border:0px solid #444;
    margin: 0;
    padding: 0;
}
#ibox br{
    clear:both;
}

#ibox .ibox-caption {
    width: 90%;
    position: absolute;
    bottom: 0;
    height: 60px;
    z-index: 1002;
    background-image: url("../images/iboxshadow.png");
    background-repeat: repeat-x;
    color: #FFF;
    padding: 5px 5%;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 14px;
}

#ibox .caption-desc {
    max-height: 42px;
    overflow: hidden;
    display: block;
}

#ibox .caption-date {
    display: block;
    font-family: helvetica, arial;
}