/*
 Author: Boris Biserov Delev
 Web: www.studiox.bg
 Date: 2010.1.24
 
 Legend:
 	[1] Global
	[2] Master elements
		- wrapper
		- header
		- footer
	[3] Pages elements
*/


/*menu
 * Global
 */

body, html {
    background: #E1E0DE url(../images/live/background.jpg) repeat center top;
    font: 11px Tahoma, Geneva, sans-serif;
	color: #69696A;
}

a {
	color: #69696A;
}

.clear {
	clear: both;
}

.hide {
    display: none;
}

input,
textarea,
select,
button {
	font: 11px Tahoma, Geneva, sans-serif;
}

input,
textarea {
	padding: 4px 3px;
	outline: none;
	color: #B2B2B2;
}

h1, h2, h3, h4, h5, h6, .slogan, #footer .contacts {
    font-weight: bold;
    font-size: 12px;
}

/*
 * Master elements
 */
 
#wrapper {
    width: 990px;
    margin: 0 auto;
    background: white;
    color: #010000;
}

#header,
#base,
#footer {
    overflow: hidden;
}

#base {
    background: url(../images/live/bg-content.png) repeat-y center top;
}

#footer {
    padding: 20px 0;
    background: #191919;
    text-align: center;
}

    #footer .banner { padding-top: 30px; }

#sidebar {
    overflow: hidden;
    float: right;
    width: 300px;
    padding: 25px 15px 15px 0;
}

    #sidebar h6 {
        margin: 20px 0 10px 0;
        padding: 5px 0 5px 0;
        font-size: 14px;
        border-bottom: 1px solid #525252;
    }

#content {
    overflow: hidden;
    width: 630px;
    padding: 10px 0 0 15px;
}

    #header .facebook {
        float: right;
        overflow: hidden;
        width: 174px;
        height: 59px;
        margin: 55px 15px 0 0;
        
        background: url(../images/live/facebook.png) no-repeat center center;
        text-indent:  -9999px;
    }

    #header h1 {
        float: left;
        margin: 10px 0 20px 15px;
        background: url(../images/live/logo.png) no-repeat center center;
    }

        #header h1 a {
            display: block;
            overflow: hidden;
            width: 445px;
            height: 130px;
            text-indent: -9999px;
        }

    #header ul,
    #header ol {
        clear: both;
        overflow: hidden;
        display: block;
        background: url(../images/live/bg-header-ul.png) repeat-x center center;
    }

        #header ul li,
        #header ol li {
            float: left;
            height: 26px;
            padding: 11px 17px 0 15px;
            background: url(../images/live/bg-header-li.png) no-repeat right center;
        }
            #header ul li.last { background: none; }
        #header ul a, #header ol a {
            font-size: 12px;
            text-transform: uppercase;
            text-decoration: none; 
            color: white;
        }
            #header ul li.selected a { color: red; }

            #header ul li.submenu {
                border-left: 1px solid #474747;
                border-right: 1px solid #474747;
                background: #303030 url(../images/live/bg-header-submenu.png) repeat-x right top;
            }

    #header ol {
        height: 30px;
        background: #303030;
    }
         #header ol.gallery { padding-left: 690px;}

        #header ol li {
            height: auto;
            padding: 0 15px 0 0;
            margin: 8px 0 0 15px;
            border-right: 1px solid white;
            background: none;
        }
            #header ol li.selected a { color :red; }
            #header ol li.last { border: none; }

        #header ol a { text-transform: none; }


/*
 * Page elements
 */

#breadcrumbs {
    padding: 5px 0 15px 0;
    color: black;
}

    #breadcrumbs a { color: black; }

#sidebar .list {
    overflow: hidden;
}

    #sidebar .list li {
        float: left;
        padding-right: 2px;
        margin: 0 6px 5px 0;
    }
    #sidebar .list li.second { margin-right: 0; }

    #sidebar .list img {
        width: 145px;
    }

    #sidebar .list a {
        position: relative;
        display: block;
        width: 145px;
    }

    #sidebar .list span {
        position: absolute;
        overflow: hidden;
        width: 50px;
        height: 50px;
        top: 30px;
        left: 50px;
        background: url(../images/live/icon-video.png) no-repeat center center;
        text-indent: -9999px;
    }


/* Paginator */
.pagination {
    overflow: hidden;
    padding: 10px 0;
}

    .pagination li {
        float: left;
    }
        
    .pagination a {
        float: left;
        padding: 3px 5px;
        margin-right: 2px;
        border: 1px solid #666;
        background: #CCCCCC;
        text-decoration: none;
        color: white;
    }
        .pagination a.active { color: #333; }

#content .tabs {
    overflow: hidden;
    height: 24px;
    padding: 2px 0 0 4px;
    margin-bottom: 10px;
    background: url(../images/live/dot.png) repeat-x left bottom;
}

    #content .tabs li {
        float: left;
        margin-right: 5px;
    }

    #content .tabs a {
        float: left;
        position: relative;
        top: 1px;
        padding: 5px 10px;
        background: #191919;
        text-decoration: none;
        color: white;
    }
        #content .tabs li.selected a {
            top: -1px;
            background: white;
            padding: 5px 10px 6px 10px;
            color: black;
            border: 1px solid #ABABAB;
            border-bottom: 0;
        }

#gallery {
    overflow: hidden;
}

    #gallery li {
        float: left;
        margin: 0 14px 7px 0;
    }
        #gallery li.third { margin: 0 0 7px 0; }

    #gallery li img { width: 200px; height: 150px; }

    #gallery.video li {
        overflow: hidden;
        position: relative;
    }

    #gallery.video li span {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 200px;
        height: 150px;
        text-indent: -9999px;
        background: url(../images/live/icon-video.png) no-repeat center center;
    }

/* Text boxes */
.text {
    overflow: hidden;
    padding-bottom: 10px;
    font-size: 12px;
    color: #333333;
}

.boxed {
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #F1F1F1;
}

.home .h2 { border: none; text-transform: uppercase; font-size: 12px; }
.h2 {
    margin-bottom: 10px;
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #575757;
    color: black;
}
.nomargin { margin: 0; }

	.text a {
		color: #444;
		text-decoration: underline;
	}
        .text a:hover {
            text-decoration: none;
        }

	.text strong {
		font-weight: bold;
	}

	.text em {
		font-style: italic;
	}

	.text ul,
	.text ol {
		padding: 3px 0 3px 5px;
	}

		.text ol li {
			list-style: decimal;
			list-style-position: inside;
		}

		.text ul li {
			padding: 0 0 3px 13px;
		}

	.text p {
		padding-bottom: 5px;
	}

	.text h1,
	.text h2,
	.text h3 {
		font-size: 14px;
		padding-bottom: 5px;
        font-weight: bold;
        border-bottom: 1px solid #575757;
        color: black;
	}

    .text h2 {
        font-size: 14px;
    }

    .text h3 {
        font-size: 13px;
    }

	.text h4 {
		font-size: 12px;
	}

	.text h5 {
		font-size: 12px;
	}

	.text h6 {
		font-size: 12px;
	}

    .text .preview {
        float: left;
    }

    .text .full {
        float: none;
        display: block;
    }

    .text .preview img {
        margin: 0 15px 5px 0;
        background: white;
    }

    .text .date {
        display: block;
        padding-bottom: 5px;
        color: #B2B2B2;
        font-size: 10px;
        font-style: normal;
    }

.logos {
        
}

    .logos li {
        padding: 10px;
        overflow: hidden;
        background: white;
    }

    .logos li.second {
        background: #EEE;
    }

        .logos li .logo {
            float: left;
            width: 150px;
            text-align: center;
            margin-right: 10px;
        }

        .logos li .text {
            font-size: 11px;
        }

.table {
    width: 100%;
}

    .table strong { font-weight: bold; }

    .table tr th { padding: 5px; font-weight: bold; background: #494949; border: 2px solid white; color: white; }
    .table tr td { padding: 5px; border: 2px solid white; background: #F0EFEE; }

#studiox {
    clear: both;
    color: #999;
}