body
{
	background-image:url("../img/background.jpg");
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:top center;
}

body .container
{
}

.myblack
{
	border-radius: 6px 6px 6px 6px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}

.language-flag
{
	margin:2px;
	width:16px;
	height:16px;
}

.banner
{
    background-image:url("../img/OOJ_LOGO_FINAL.png");
    background-repeat:no-repeat;
    background-attachment:none;
    background-position:center;
    height:120px;
    overflow:none;
    margin-left:-10px;
    margin-top:30px;
    margin-bottom:10px;
    margin-right:-10px;
}

.mybox
{
	margin-top:10px;
	background-color: black;
	border-radius: 6px 6px 6px 6px;
}

.mybox_t
{
	margin-top:10px;
	border-radius: 6px 6px 6px 6px;
}

.myinside
{
	margin:5px;
}

.around
{
padding:10px;
}

.twentypx
{
    margin-top:20px;
}

/* .content-wrap */
/* { */
/* padding:10px; */
/* } */

div.content-wrap div.well
{
    margin-bottom:0px;
}


.carousel .item {
    height: 200px;
    position: relative;
}

.well .left-column
{
    height:100%;
}


html body div.container div.container-fluid div.row-fluid div.span6 div.row-fluid div.span9 div.well
{
    height:100px;
}

.accordion-toggle.btn.playlist
{
    text-align:left;
}

.accordion-toggle.btn.playlist .right-caret
{
    display:inline;
    position:relative;
    right:0px;
}

h1.event
{
color:#0088CC;
}