/* Global
-----------------------------------------*/

body { background: #cbcbcb url(../Images/body_bg.jpg) repeat-y top center; text-align: center;}

#container_wrapper {	background: url(../Images/container_wrapper_bg.jpg) no-repeat top center;}

#container{
	width: 897px;
	text-align:left;
	margin: 0 auto;
	padding-top: 190px;
	position: relative;
}

#content{
	background: url(../Images/content_bg.png) no-repeat top center;
	padding: 7px 54px 150px 54px;
	min-height: 820px;
	overflow: hidden;
}

#dice_logo{
	background: url(../Images/dice_logo.png) no-repeat top center;
	position: absolute;
	top: 71px ;
	left: 73px;
	height: 92px;
	width: 288px;
	text-indent: -9999px;
}

#ea_logo{
	background: url(../Images/ea_logo.png) no-repeat top center;
	position: absolute;
	top: 20px ;
	left: 684px;
	height: 157px;
	width: 157px;
	text-indent: -9999px;
}

#copyright{
	position: absolute;
	bottom: 74px ;
	left: 0px;
	width: 100%;
	text-align: center;
}

#avatar{
	background: url(../Images/avatar.png) no-repeat top center;
	position: absolute;
	bottom: 50px ;
	left: -77px;
	height: 328px;
	width: 216px;	
	text-indent: -9999px;
}

/* Content
----------------------------------------------*/

/* blog posts */
#posts{
	float: right;
	padding: 35px 0 10px 17px;
	width: 453px;
	position:relative;
}

.post {
	margin-bottom: 25px;
	padding-bottom: 10px;
	width: 409px;	
}
.post .post_date{ margin-top:5px;}
.post .post_content p { margin-top:10px;}

.post_attachments {
	width: 409px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #c8c8c8;
	border-bottom-color: #c8c8c8;
	border-top-width: 1px;
	margin-top: 5px;
	padding-top: 5px;
}

/* Menu */
#blog_menu{
	float:right;
	padding: 35px 0 10px 21px;
	width:298px;
	position:relative;
}

.menu_nr_posts { margin-left: 5px;}

.menu_category{
	background: url(../Images/menu_bg_top.png) no-repeat;
	width:284px;
	padding-top: 7px;
	margin: 5px 0 10px 0;
}

.menu_bottom{
	background: url(../Images/menu_bg_bottom.png) no-repeat bottom left;
	padding-bottom: 7px;
}

.menu_content{
	background: url(../Images/menu_bg_content.png) no-repeat ;
	padding:0 15px 0 15px;
	height: 16px;
}

.menu_selected{
	background: url(../Images/menu_bg_content_selected.png) no-repeat ;
}


#search_container{margin:20px 0 0 2px;}
#search_input{
	border: 1px solid #c9c9c9;
	padding:4px;
	height:15px;
	width:196px;
	vertical-align:middle;
}
#search_btn{
	background: url(../Images/search_btn.png) no-repeat ;
	border:none;
	height:23px;
	width:23px;
	text-indent: -999px;
	vertical-align:middle;
}

#dice_back{	
	display: block;
	margin:25px 0 0 2px;
}

/* Misc Classes 
------------------------------------------------*/

.inline {
	display:inline;
	color: #85634d;
}


/*Clear fix*/
.selfClear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.selfClear { display: inline-block; }

/* Hide from IE-mac \*/
* html .selfClear { height: 1%; }

.selfClear { display: block; }
/* End hide from IE-mac */

