h2
{
display: inline;
font-weight: bold;
}

.newsFooter
{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #EEEEEE;
}

.chartMoveUp
{
    background-color: #CCFFCC;
    padding: 2px;
}

.chartMoveDown
{
    background-color: #FFCCCC;
    padding: 2px;
}

.chartNoMove
{
    background-color: #EEEEEE;
    padding: 2px;
}

.chartNew
{
    background-color: #FFFFCC;
    padding: 2px;
}


.blogpost
{
line-height: 1.7;
font-size: 10px; 
padding: 5px;
}

.nojavascript
{
    margin: 2px;
    padding: 5px;
    border: 1px dashed #444444;
    background-color: #EEEEEE;
}

.norating
{
    display: inline;
    font-style: italic;
    color: #888888;
}

img.gamethumb
{
color: #000000;
padding: 0px;
border: 1px solid #000000;
}
img.gamethumb:hover
{
color: #000000;
border: 1px dotted #000000;
}

.opinion-frame
{
overflow: hidden;
border-radius: 25px 10px 25px 10px;
background: #ECECEC;
}

.opinion-navigation
{
border-radius: 10px;
padding: 3px 6px 3px 6px;
background: #ECECEC;
text-align: center;
margin-left: auto;
margin-right: auto;
display: block;
}

.opinion-title
{
width: 100%;
font-size: 14px;

}

.opinion-rating
{
font-weight: normal;
font-size: 20px;
position: relative;
top: -25px;
text-align: center;
background: rgba(0, 0, 0, 0.5);
color: white;
text-shadow: 0px 0px 4px white;
border-radius: 10px;
}

.opinion-date
{
float: right;
margin-right: 10px;
margin-bottom: 2px;
margin-top: 2px;
}

.opinion-data
{
margin-left: 105px;
margin-right: 5px;
}

.opinion-image
{
float: left;
height: 100px;
width: 100px;
border: 0px solid black;
border-radius: 25px 10px 10px 10px;
overflow: hidden;
}

.opinion-overview-image
{
border-radius: 10px;
}

.opinion-overview-imagebox
{
float: right;
display: inline;
width: 100px;
text-align: center;
}

.newsicon
{
display: inline;
vertical-align: text-bottom;
border: 0px;
}

.spacer
{
height: 1px;
}
.spacer2
{
height: 5px;
}
.spacer3
{
height: 10px;
}

.dottedspacer
{
height: 1px;
border-top: 1px dotted #DADCE5;
width: 100%;
}

.dottedspacer2
{
height: 1px;
border-top: 1px dotted #DADCE5;
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
}

.centered
{
text-align: center;
margin-left: auto;
margin-right: auto;
display: block;
}

.tag_arrow
{
width: 7px;
height: 10px;
background-repeat: no-repeat;
background-image: url(s_images/tag_arrow.png);
text-decoration: none;
}

.tag_arrow:hover
{
background-image: url(s_images/tag_arrow_gold.png);
}

.notify
{
background-color: #EEEEEE;
border: 1px dotted #CCCCCC;
margin: 5px;
padding: 5px;
}

.smiley
{
border: 0px;
display: inline;
vertical-align: bottom;
}


li
{
margin-left: 1.5em;
}


.projectInfoBlock
{
float: right;
border-left: 1px dotted #DADCE5;
width: 130px;
padding-left: 5px;
padding-bottom: 5px;
}

.imagebox
{
clear: both;
padding: 5px;
border: 1px dotted #DADCE5;
margin: 0 auto;
background-color: #EFEFEF;
}

.dateFloatRight
{
float: right;
display: inline;
}

/* TAG CLOUD */

.size7 { font-size: .9em; }
.size6 { font-size: 1.3em; }
.size5 { font-size: 1.7em; }
.size4 { font-size: 2.1em; }
.size3 { font-size: 2.5em; }
.size2 { font-size: 2.9em; }
.size1 { font-size: 3.3em; }


/* LIGHTBOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(s_images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(s_images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

