/* WEBSITE LAYOUT */

@import url(http://fonts.googleapis.com/css?family=Cinzel+Decorative:400,900,700);

body {
}

.container {
	width:100%;
	max-width: 90%;
	min-width:950px;
	margin:0 auto;
	text-align:left;
}

/* HEADER ELEMENTS */

#header {
    background: none repeat scroll 0 0 #B9090B;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
}

#header a img,
#header a h1 {
	border: none;
	text-decoration:none;
}

#logo {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 4px solid #FFFFFF !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
    display: inline-block;
    height: 54px;
    margin-left: 50px;
    margin-top: -14px;
    position: absolute;
    z-index: 99;
}

.logofriend {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-left: 9px;
    margin-top: -6px;
    position: absolute;
    z-index: 9;
}
.logofriend.right {
    margin-left: 121px;
    margin-top: -9px;
}

a:hover #logo,
a:hover .logofriend {
	background:#fff !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

a:hover #logo {
	background:#ddd !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

#website-title {
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Cinzel Decorative', cursive;
    font-size: 40px;
    font-variant: small-caps;
    line-height: 44px;
    margin: 0 0 0 200px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

/* MAIN ELEMENTS */

#main {

}

#sidebar {
	width:200px;
	float:left;
}
#sidebar .sideTitle {
    background: none repeat scroll 0 0 #B9090B;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-top: 5px;
    padding: 0 7px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    width: 174px;
}
#sidebar .sideTitle a {
	color: #FFFFFF;
	text-decoration:none;
}
#sidebar .sideTitle table {
	color: #FFFFFF;
	font-weight: bold;
}
#sidebar .sideContent {
    background-color: #EEEEEE;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #333333;
    font-family: Arial;
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 1px;
    padding: 7px 5px 5px;
    width: 176px;
}
#sidebar .sideContent a {
    color: #99090B;
	font-weight:bold;
    font-size: 11px;
	text-decoration:none;
}
#sidebar .sideContent td {
	font-size: 11px;
}
#sidebar .sideContent #email, #sidebar .sideContent #password {
	width: 175px;
}

#content {
    margin-left: 200px;
    padding: 1px 0;
}

.page-digitalvideos #content {
    margin-left: 0px;
    padding: 20px 0 0;
}

/* FOOTER ELEMENTS */

#footer {
    border-top: 3px solid #B9090B;
    color: #555555;
    font: 10px arial;
    margin: 40px 0px;
	padding: 16px 20px
}




.sideSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 3px;
	width: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
}
.sideSubTitle a {
	color: #FFFFFF;
}
.sideSubTitle table {
	color: #FFFFFF;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	margin-bottom: 0px;
	margin-top: 5px;
}
.note {
	font-size: 11px;
	color: #336699;
	font-weight: normal;
}
li.listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	list-style-type: none;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
ul.listing {
	padding-left: 0px;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 15px;
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
input {
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
select {
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.small {
	font-size: 10px;
}
p {
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center top;
	background-repeat: no-repeat;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.member_menu_item {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
.member_menu_item_crossed {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
	color: #666666;
}
.cal_today {
	font-weight: bold;
	color: #FFFFCC;
	border: 1px solid #003366;
	background-color: #6699FF;
}
.cal_text {
	font-size: 10px;
	display: inline;
	color: #006600;
	width: 80px;
}

.day {
	border-bottom: 1px solid grey;
	margin-top: 10px;
	cursor: pointer;
}

.day_block {
	border-bottom: 1px solid grey;
	padding-bottom: 10px;
}

.entry {
	position: relative;
	margin: 3px;
	cursor: pointer;
}

.details {
	position: relative;
	margin-left: 15px;
}

div.imdb_result {
    border-top: 1px solid #CCCCCC;
    margin: 5px 0 0;
    padding: 20px 0 0;
}

div.visuallisting {
    float: left;
    margin: 5px 0px 5px 5px;
    text-align: center;
    width: 143px;
	height:260px;
}
div.visuallisting a {
	text-decoration:none;
}
div.visuallisting a span.title {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
}

img.video,
img.bordered {
    border: 1px solid #CCCCCC;
    padding: 3px;
	background:#fff;
}
a:hover img.video,
a:hover img.bordered {
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    border: 1px solid #999;
	background:#B9090B;
}

.link {
	font-weight:bold;
	cursor:pointer;
	color:#441414;
}
.link:hover {
	color:#A11313;
}


a img.play-hover {
    display: none;
    margin: 56px 0 0 28px;
    position: absolute;
}
a:hover img.play-hover {
	display:block;
}
