﻿.fullscreen
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,.8);
    color: White;
    z-index: 1000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 1px 1px 20px rgba(0,0,0,.8);
}
.fullscreen header h1
{
    text-align: center;
}
.fullscreen header button
{
    position: absolute;
    top:0;
    left: 0;
}
.fullscreen input[type="search"]
{
    width: 100%;
}
.fullscreen .search
{
    z-index: 10;
    text-align: center;
}
.fullscreen .search input
{
    width: 300px;
    font-size: 2em;
}
.fullscreen ul
{
    list-style-position: inside;
    list-style-type: none;
    max-height: 300px;
    overflow: auto;
    
}
.fullscreen ul li
{
    display: inline-block;
    min-height: 130px;
    height: 130px;
    overflow: hidden;
    width: 19%;
    border: solid 1px #F2F2F2;
    cursor: pointer;
    text-align:center;
    vertical-align: top;
}

.fullscreen figure
{
    text-align: left;
}
.fullscreen figure img
{
    width: 75px;
    float: left;
}
.fullscreen figure figcaption
{
    margin-left: 80px;
    padding-right: 7px;
}
.fullscreen .list ul
{

}
.fullscreen .list ul li
{
    width: 135px;
    height: 230px;
}
.fullscreen .list ul li:nth-child(2n) 
{
    color: #555;
	    
}
#recommended-articles li button
{
    display: none;
}
#recommended-articles li img
{
    border: 4px solid transparent;
}
#recommended-articles li:hover img
{
    border: 4px solid #289dcc;
}
    
    
#recommended-articles
{
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    width: 610px;
    height: 220px;
    position: relative;
    margin: 0 auto;
    padding: 5px 5px 5px 20px;
}
.recommend-post-title {
	font-family:Arial,Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	line-height:17px;
	letter-spacing:0px;
	word-spacing:0px;
	border: solid 3px transparent;
}
aside footer
{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    text-align: right;
    border-radius: 5px;
    padding: 5px;
}
.off aside footer
{
    background: rgba(255, 255, 255, .5);
}
aside footer .message
{
    position: absolute;
    left: 10px;
    top: 9px;
    color: white;
    background: black;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    margin: 0;
    font-weight: bold;
}
.off aside footer .message
{
    color: Black;
    color: White;
}
#recommended-articles header
{
    margin-bottom: 5px;
}
#recommended-articles h2
{
    background:  black none repeat scroll 0 0;
    border: medium none;
    color: white;
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
    margin: 10px 0 0 0;
    padding: 0 8px;
    text-transform: lowercase;
}

#recommended-articles ul
{
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 197px;
    overflow: hidden;
}
#recommended-articles ul li
{
    float: left;
    width: 135px;
    padding: 0 8px 0 8px;
}
#recommended-articles .frame
{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
#recommended-articles.editing .frame
{
    overflow: visible;
}
    
#recommended-articles .jcarousel-container div:nth-child(2)
, #recommended-articles .jcarousel-container div:nth-child(3)
{
    position: absolute;
    top: 50px;
    left: -7px;
    height: 0;
    width: 57px;
    background: transparent url("http://media1.gameinformer.com/images/blogs/curtis/skins/prev-horizontal.png") no-repeat 0 0;
    padding-top: 21px;
    overflow: hidden;
    cursor: pointer;
}
#recommended-articles .jcarousel-container div:nth-child(3)
{
    right: -52px;
    left: auto;
    background: transparent url("http://media1.gameinformer.com/images/blogs/curtis/skins/next-horizontal.png") no-repeat 0 0;
}
#recommended-articles footer
{
    display: none;
}
#recommended-articles:hover footer
{
    display: block;
}
