/*
 Author: Boris Biserov Delev
 Web: www.studiox.bg
 Date: 2009.11.13
 
 Legend:
 	[1] Global
	[2] Master elements
	[3] Pages elements
*/


/*
 * Global
 */

body, html {
    overflow: hidden;
    height: 100%;
    
    background: white;
    
    font: 12px "Trebuchet MS", Tahoma, Geneva, sans-serif;
    color: black;
}

a {
	color: #666;
}

.clear {
	clear: both;
}

.hide {
    display: none;
}

input,
textarea,
select,
button {
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
}

button {
    font-size: 12px;
}

select,
input,
textarea {
	padding: 3px 2px;
	outline: none;
    border: 1px solid #808080;
    background: white;
    font-size: 10px;
	color: #B2B2B2;
}

/*
 * Master elements
 */
 
#wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#header {
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;

    background: url(../images/live/bg-head.png) repeat-x center top;
}

#madebybd {
    position: absolute;
    overflow: hidden;
    top: 3px;
    left: 10px;
    
    width: 19px;
    height: 19px;
    background: url(../images/live/icon-madebybd.png) no-repeat center center;
    text-indent: -9999px;
}

/*
 * Page elements
 */

.box {
    position: absolute;
    width: 300px;
    top: 35%;
    left: 50%;
    margin: 0 0 0 -150px;
}

    .box .holder {
        position: relative;
        display: block;
    }

    .box .wrapper,
    .box .top {
        padding: 0;
        background: url(../images/live/box.png) no-repeat left top;
    }

        .box .wrapper .wrapper {
            padding: 0 0 0 10px;
            background-position: left bottom;
        }

            .box .wrapper .wrapper .wrapper {
                padding: 0 10px 10px 0;
                background-position: right bottom;
            }
    
    .box .top {
        height: 10px;
        margin-left: 10px;
        background-position: right top;
    }

    .box .container {
        display: block;
        background: white;
    }

    .box .with_header {
        padding-top: 25px;
    }

    .box .header {
        display: none;
        position: absolute;
        width: 285px;
        top: 4px;
        left: 4px;
        
        padding-right: 7px;
        background: url(../images/live/bg-header.png) no-repeat right bottom;
        font-size: 14px;
        color: white;
    }
        .box .with_header .header {
            display: block;
        }

        .box .header a {
            overflow: hidden;
            position: absolute;
            right: 5px;
            top: 3px;
            width: 18px;
            height: 18px;
            background: url(../images/live/btn-close.png) no-repeat center center;
            text-indent: -9999px;
        }

        .box .header span {
            display: block;
            height: 23px;
            padding: 3px 0 0 7px;
            background: url(../images/live/bg-header.png) no-repeat left top;
        }
            .box .header.alt, .box .header.alt span { background-image: url(../images/live/bg-header-alt.png); }

    .box .icon {
        position: absolute;
        overflow: hidden;
        
        width: 48px;
        height: 48px;
        right: -20px;
        bottom: -20px;

        
        background-position: center center;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }
        #app_short_url .icon { background-image: url(../images/live/icons/short_url_big.png); }

        .box form legend {
            display: none;
        }

        .box form input {
            width: 275px;
        }

        .box .buttons {
            overflow: hidden;
            padding: 5px 0 0 0;
        }

            .box .buttons button {
                float: left;
                width: 90px;
                height: 27px;
                background: url(../images/live/btn.png) no-repeat center top;
                border: none;
                color: #444;
                cursor: pointer;
            }
            .box .buttons button:hover { background-position: center bottom; }
            .box .buttons span {
                float: left;
                display: none;
                overflow: hidden;
                width: 27px;
                height: 27px;
                background: url(../images/live/load.gif) no-repeat center center;
                text-indent: -9999px;
            }

    .box p {
        padding: 0 0 5px 0;
        color: #333;
    }

    .box .notify {
        margin-bottom: 5px;
        padding: 5px 5px 5px 27px;
        background: #ADEB0D url(../images/live/accept.png) no-repeat 5px center;
        color: white;
    }
        .box .notify.error {
            background: #FF571F url(../images/live/warning.png) no-repeat 5px center;
        }

        .box .notify strong {
            font-size: 14px;
            font-weight: bold;
        }


#app_short_url {}

#clock {
    width: 90px;
    top: 30%;
    left: 30%;
}
    #clock .container {
        text-align: center;
        font-size: 14px;
        color: #666666;
    }

    #clock .seconds {
        color: #1A8282;
    }

#tools {
    position: absolute;
    width: 268px;
    height: 65px;
    padding: 0 0 0 200px;
    bottom: 0;
    left: 50%;
    margin-left: -234px;
    background: url(../images/live/bg-tools.png) no-repeat center bottom;
}

    #tools a {
        float: left;
        width: 65px;
        height: 60px;

        background: url(../images/live/bg-icons.png) no-repeat left center;

        font-size: 10px;
        text-align: center;
        text-decoration: none;
        color: white;
    }
        #tools a.active { background-position: right center; }
        #tools a:hover { text-decoration: underline; }
        #tools a span { display: block; padding-top: 42px; background-position: center 7px; background-repeat: no-repeat }
        #tools a span.app_short_url { background-image: url(../images/live/icons/short_url.png); }

#links {
    top: 10%;
    right: 10%;
    left: auto;
}

#feeds {
    overflow: auto;
    height: 300px;
}
    #feeds li {
        display: none;
        padding: 5px 0;
    }
        #feeds li.loading {
            display: block;
            height: 290px;
            padding: 0;
            background: url(../images/live/load.gif) no-repeat center center;
        }
        #feeds li .tags { font-style: italic; color: #999; font-size: 10px; }
        #feeds li .tags a { color: #999; }

    #feeds em,
    #feeds .text {
        font-size: 10px;
    }

/* Text boxes */
.text {
    overflow: hidden;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 17px;
}

	.text a {
		color: #7A7A7A;
		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;
        color: #69696A;
	}

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

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

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

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

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

    .text .preview {
        float: left;
    }

    .text .preview img {
        padding: 1px;
        margin: 0 15px 5px 0;
        border: 6px solid #E9EBED;
        background: white;
    }

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

/* SuperSize */
#supersize {
    position: fixed;
}
#supersize img, #supersize a {
    height:100%;
    width:100%;
    position: absolute;
    z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img {
    z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img {
    z-index: 2;
}