/**
 * Basic 2 column (aside)(content) fixed layout
 * 
 * @package WPFramework
 * @subpackage Layouts
 * @beta
 */

.container { width: 1005px; margin: 0px auto; }
.hfeed { width: 600px; float: right; }
.aside { width: 300px; float: left; }
.footer { clear: both; position: fixed; bottom: 0px;font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
	width:1005px;
	position: absolute;
    top: 882px;
	}
	
.footer .copyrights{
	/*float:left;*/
	text-align:right;
}

#r-icon {
    width: 300px !important;
}

.social{
	float:right;
	font-size:32px;
	position: relative;
    bottom: 18px;
}

.whiteBg
{
	color:#fff;
}

.topZero
{
	top: unset !important;
}

#map
{
	top: 300px !important;
}

.bx{
	margin-bottom:5px;
}

#box00 {
    height: 236px;
    width: 190px;
    position: absolute;
}

#box01 {
    height: 236px;
    width: 190px;
    position: absolute;
    left: 205px;
    top: 0px;
}

#box02 {
    height: 236px;
    width: 190px;
    position: absolute;
    left: 410px;
    top: 0px;
}

#box03 {
    height: 236px;
    width: 190px;
    position: absolute;
	top:330px;
}

.box003 {
	top:295px !important;
}

#box04 {
    height: 236px;
    width: 190px;
    position: absolute;
    left: 205px;
    top: 330px;
}

.box004 {
	top:295px !important;
}

#box05 {
    height: 236px;
    width: 190px;
    position: absolute;
    left: 410px;
    top: 330px;
}

.box005 {
	top:295px !important;
}

#box06 {
    height: 236px;
    width: 190px;
    position: absolute;
	top:660px;
}

.box006 {
	top:585px !important;
}

#box07 {
    height: 236px;
    width: 165px;
    position: absolute;
    left: 200px;
    top: 660px;
}

#box08 {
    height: 236px;
    width: 165px;
    position: absolute;
    left: 410px;
    top: 660px;
}

.imdbImg{
    float: right;
    padding-top: 8px;
    padding-left: 7px;
}

.rbox-caption{
	width: 75%;
    text-align: center;
    margin: 0px auto;
    background-color: black;
    padding: 20px;
    font-family: arial;
}

.synopsis{
	text-align: center; 
	padding: 10px; 
	font-size: 18px;
}

.synopsis .left{
	padding-right:10px;
}

.synopsis .right{
	padding-left:10px;
}

a:hover {color:white !important;text-decoration:none !important;}