HTML, BODY
{
    background: #414141;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    color: #5f5f5f;
    font-family: 'Sans', 'Calibri', 'Arial';
    font-size: 12px;
}

a:link, a:visited
{
    color: blue;
    text-decoration: none;
}
a:hover
{
    color: black;
    text-decoration: none;
}

.customLink:link, .customLink:visited
{
    color: white;
    display: block;
    
}

.customLink:hover
{
    color: black;
}

div#centeredContainer
{
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

div#topLeft
{
    width: 30px;
    height: 137px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/top_left.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

div#topRight
{
    width: 30px;
    height: 137px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../images/top_right.png);
    background-position: top left;
    background-repeat: no-repeat;
}

div#headerContainer
{
    position: relative;
    height: 137px;
}

div#headerImageContainer
{
	margin-left: -6px;
	height: 137px;
	width: 313px;
	background-image: url(../images/bricks-os-logo.png);
	background-repeat: no-repeat;
}

div#menuBar
{
    height: 33px;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 2px;
    margin: 0 auto;
}

div.menuItem
{
    float: left;
    width: 150px;
    height: 33px;
    border-right: 1px solid #b73737;
    border-left: 1px solid #720e25;
    line-height: 33px;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
}

div.menuItem:hover
{
    background-image: url(../images/h_menu_hover.png);
    background-position: top center;
    background-repeat: no-repeat;
}

div#topRepeater
{
    height: 137px;
    position: absolute;
    top: 0px;
    left: 30px;
    right: 30px;
    background-image: url(../images/top_repeater.png);
    background-position: top left;
    background-repeat: repeat-x;
}


.imgLink, .imgLink:link, .imgLink:visited, .imgLink:hover
{
    border-style: none;
    border: 0px;
}

a.titleLink:link, a.titleLink:visited
{
	color: #d9ecff;
}

a.titleLink:hover
{
	color: white;
}

div#imgDesc
{
    padding-top: 5px;
    padding-bottom: 5px;
}

div#leftRepeater
{
    position: absolute;
    width: 17px;
    left: 0px;
    top: 137px;
    bottom: 0px;
    background-image: url(../images/left_repeater.png);
    background-position: top left;
    background-repeat: repeat-y;
}

div#rightRepeater
{
    position: absolute;
    width: 17px;
    right: 0px;
    top: 137px;
    bottom: 0px;
    background-image: url(../images/right_repeater.png);
    background-position: top right;
    background-repeat: repeat-y;
}

div#contentContainer
{
    position: relative;
    margin-left: 17px;
    margin-right: 17px;
    min-height: 300px;
    /* padding: 5px; */
    background: #FFF;
    background-image: url(../images/content_bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    overflow: hidden; /* Hack for inner divs with no solid base */
}

div#bottomLeft
{
    position: absolute;
    left: 0px;
    bottom: -41px;
    height: 41px;
    width: 30px;
    background-image: url(../images/left_bottom.png);
    background-position: top right;
    background-repeat: no-repeat;
}

div#bottomRight
{
    position: absolute;
    right: 0px;
    bottom: -41px;
    height: 41px;
    width: 30px;
    background-image: url(../images/right_bottom.png);
    background-position: top left;
    background-repeat: no-repeat;
}

div#bottomBlueRepeater
{
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -27px;
    height: 27px;
    background-image: url(../images/blue_bar_repeater.png);
    background-position: top left;
    background-repeat: repeat-x;
}

div#bottomRepeater
{
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -41px;
    height: 50px;
    background-image: url(../images/bottom_repeater.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

div#bottomContentContainer
{
    position: absolute;
    left: 19px;
    right: 19px;
    bottom: -27px;
    height: 27px;
    font-size: 10px;
    line-height: 27px;
    text-align: center;
    color: #b2c7dd;
}


/* SCREENSHOT BOX */
div.screenshotBox
{
    float: right;
    position: relative;
    width: 400px;
    height: 300px;
    background-color: red;
    margin-left: 5px;
    margin-bottom: 5px;
    display: block;
}

div.sc_topBar
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    text-align: center;
    line-height: 75px;
    height: 75px;
    background-color: purple;
    
}

div.sc_screenShot
{
    position: absolute;
    top: 75px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /* background-color: blue; */
    line-height: 225px;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

div.sc_top_leftArrow, div.sc_top_rightArrow
{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 15px;
    background-color: green;
}

div.sc_top_rightArrow
{
    left: auto;
    right: 0px;
}

/* SCREENSHOT CONTAINER (screenshots pagina) */
div#screenshotsContainer
{
    margin: 0 auto;
    width: 700px;
    overflow: hidden;
}

/* NEWS */
div#contentContentContainer
{
    margin:0 0 0 202px;
    padding: 15px;
    padding-top: 10px;
}

div.newsHeader, div.postedBy
{
    margin-left: 0px;
    font-style: italic;
}

div.newsHeader
{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    /* border-bottom: 2px solid gray; */
	color: #d9ecff;
    padding-left: 5px;
	/* background-color: #e7e7e7; */
    background-image: url(../images/blue_bar_repeater.png);
    background-position: top left;
    background-repeat: repeat-x;
}

div.pageHeader
{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
	border-bottom: 2px solid gray;
    padding-left: 5px;
}

div.newsFooter
{
    height: 20px;
	width: 100%;
	background-color: #e7e7e7;
	margin-top: 5px;
	border-top: 1px solid #c3c3c3;
}

div.newsContent
{
	padding-left: 3px;
	padding-right: 3px;
}

div.newsFooterContent
{
    height: 20px;
	width: 100%;
    line-height: 20px;
	padding-left: 5px;
    font-size: 12px;
}

span.newsDiscussRight
{
	float: right;
	padding-right: 5px;
}

div.postedBy
{
    text-align: right;
    font-size: 10px;
    padding-right: 5px;
}

div.item
{
    margin-bottom: 20px;
	padding: 1px;
	border: 1px solid #c3c3c3;
	background-color: #fdfdfd;
}

div.itemPage
{
    margin-bottom: 20px;
}

/* LEFT MENU */

div#lmContainer
{
    float: left;
    width: 206px;
}

div#lmScreenshotHeader
{
    position: relative;
    width: 202px;
    height: 20px;
    line-height: 22px;
    text-align: center;
}

div.lmHorLine
{
    position: relative;
    width: 202px;
    height: 4px;
    background-image: url(../images/h_line_mc.png);
    background-position: center left;
    background-repeat: repeat-x;
}

div#lmVertLine
{
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 201px;
    width: 4px;
    background-image: url(../images/v_line_mc.png);
    background-position: center top;
    background-repeat: repeat-y;
}

div#lmScreenshotContainer
{
    position: relative;
    width: 202px;
    height: auto;
    text-align: center;
}

div.lmMenuItem
{
    position: relative;
    width: 202px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
    background-image: url(../images/menu_normal_2.png);
    background-position: center left;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
}

div.lmMenuItem:hover
{
    background-image: url(../images/menu_hover_2.png);
    color: black;
}

div.actualScreenshot
{
    float: left;
    width: 50%;
    height: 200px;
    text-align: center;
}

div.screenshotText
{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

