*{
    margin: 0;
    padding: 0;
}

body {
    background: #1a1a1a;
}

#wrap {
    width: 1103px;
    height: 726px;
    margin: 20px auto 20px;
    background-color: #1a1a1a;
}

#logo {
    width: 1103px;
    height: 100px;
    background-color: #1a1a1a;
}

#leftmenu {
    float: left;
    width: 328px;
    height: 626px;
    background-color: #1a1a1a;
}  

#photomenu {
    text-align: right;
    float: right;
    width: 775px;
    height: 25px;
    background-color: #1a1a1a;
}
#photomenu span{
    position: relative;
    top: 5px;
}

#content {
    overflow: visible;
    position: relative;
    float: right;
    width: 775px;
    height: 601px;
    background-color: #1a1a1a;
}
#contenthidde {
    overflow: hidden;
    position: relative;
    float: right;
    width: 775px;
    height: 601px;
    background-color: #1a1a1a;
}

#content_right {
    float: right;
    width: 325px;
    height: 601px;
    background-color: #1a1a1a;
}
#content_left {
    float: left;
    width: 450px;
    height: 601px;
    background-color: #1a1a1a;
}

#topnavigation {float: left;}  

#galleries li {list-style-type: none; display: block; margin: 10px; margin-bottom: 25px;}

#captionarea {font-family: Times New Roman, Arial, Helvetica, Sans-Serif; font-style: normal; border:0px; background:#000;color:#FFF; position: absolut; font-size:0.9em;text-align: left;opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7;}
#captionarea p {margin: 10px;}

.contactsheet img {border: 5px solid #fff;}

a {color: white;}



/*
* VIDEO CAROUSEL DESIGN
*/

#videos {
    list-style: none;
    
}

#videos li p.description {
    font-size:15px;
    line-height:19px;    
    margin:10px 0;

}

#videos li p.date {
    color:#acacac;
}
.show-all {
    font-size:14px;
    margin:10px;

}

#videos li h2 {
    margin:0 0 5px 0;
    padding:0;
    font-size:19px;
}

#content h2 {
    font-size:22px;
}


#videos li div.video-description {

    padding:0 10px;
    margin:10px;
}

#videos .video-thumbnail {
    float:left;
    padding:10px;
}

#videos li img.thumbnail {    
    border-radius:10px;
    -moz-border-radius:10px;
}

#videos li.video {
    float:left;
    clear:both;
    background:black;
    width:100%;
    margin-bottom:10px;
    border:1px solid #333;
    border-radius:15px;
    -moz-border-radius:15px;
}

/*#videos .tags{
    margin:0;
    padding:0;
    list-style:none;
    float:left;
}

.tags li, .tags a{
    float:left;
    height:24px;
    line-height:24px;
    position:relative;
    font-size:11px;
}

.tags a{
    margin-left:20px;
    padding:0 10px 0 12px;
    background:#0089e0;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
}

.tags a:before{
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-12px;
    width:0;
    height:0;
    border-color:transparent #0089e0 transparent transparent;
    border-style:solid;
    border-width:12px 12px 12px 0;
}

.tags a:after{
    content:"";
    position:absolute;
    top:10px;
    left:0;
    float:left;
    width:4px;
    height:4px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #004977;
    -webkit-box-shadow:-1px -1px 2px #004977;
    box-shadow:-1px -1px 2px #004977;
}

.tags a:hover{background:#555;}
.tags a:hover:before{border-color:transparent #555 transparent transparent;}*/


#tags {
    background:black;
    border:1px solid #333;
    width:757px !important;
    padding:10px;
    border-radius:15px;
    -moz-border-radius:15px;
    margin-bottom:15px;
}



#videos .tags,#tags {
    list-style: none;
    float:left;
    width:60%;
}

#videos .tag,#tags .tag {
    float:left;
    background:gray;
    margin: 0 5px 5px 0;
    border-radius:2px;
    -moz-border-radius:2px;
}

#videos .tag a,#tags .tag a {
    display:block;
    padding:3px;
    text-decoration: none;
}

#videos .tag a:hover,#tags .tag a:hover {
    background:#acacac;
}

span.browse-tags {
    float:left;
    margin-right:10px;
}

#pager {
    width:100%;
    margin:20px 30%;
    float:left;
    clear:both;
}

#pager a.active {
    background:#acacac;
}

#pager a {
    display:block;
    float:left;    
    background:black;
    text-decoration:none;
    color:white;
    margin-right:5px;    
    height:16px;
    padding:12px 12px;
    font-size:18px;
    text-align: center;
}

#pager a:hover {
    background:#acacac;
}
