﻿#top-wrap > div {
    vertical-align: top;
}

#Themes {
    display: inline-block;
    width: 256px;
    background-color: White;
    /*float: left;*/
    /*margin-left: 5px;*/
    margin-top: 0px;
}

#themesSlider {
    margin-top: 10px;
}

.themeCaption
{
    background-color:#000;
    background-image: url(../img/portal/vgrad1.gif);
    background-position:0px 0px;
    background-repeat:repeat-x;    
    position:relative;
    top:182px;
    left:0px;
    width:236px;
    height:54px;
    z-index:100;
    color:White;
    padding:10px;
    text-align:center;
    opacity:0.9;    
    overflow:hidden;
}

.themeHeadline
{
    /*float:left;*/
    /*height:1.5em;*/
    width:100%;

    color:Orange;
    font-weight:bold;
}

/*.themeHeadline a
{
    color:Orange;
    font-weight:bold;
}*/

.themeHeadline a:hover
{
    text-decoration:underline;
}

.themeDesc
{
    float:left;
    height:1.5em;
    color:White;
    font-weight:normal;
    width:100%;
}

.themeBox
{
    width:256px;
    height:256px;
    background-color:#000;
    float:left;
    margin-bottom:19px;
    cursor:pointer;
    -moz-box-shadow:0 0 10px #333333;
    box-shadow: 0 0 10px #333333;
    -webkit-box-shadow: 0 0 10px #333333;    
}