@charset "utf-8";

body{background:url(../../images/global/diagonal-lines.gif) top left repeat;}

.container{
	-webkit-box-shadow: 3px 0px 1px 0px rgba(0, 0, 0, .4), -3px 0px 1px 0px rgba(0, 0, 0, .4);
	box-shadow: 3px 0px 1px 0px rgba(0, 0, 0, .5),  -3px 0px 1px 0px rgba(0, 0, 0, .5);
	width:980px;
	margin:0 auto;
}

/* HEADER */

.header{
	height:240px;
	border-top:2px solid #666;
	border-bottom:2px solid #666;
	position:relative;
}

.header a.logo{
	position:absolute;
	top:30px;
	left:30px;
	display:block;
	width:400px;
	height:40px;
	text-decoration:none;
}

.headerBar{
	position:absolute;
	top:0px;
	border-bottom:1px solid #06622F;
	width:980px;
	height:26px;
	background-color:rgba(6, 38, 111, .7);
	font-weight:bold;
	color:#FFF;
}

.headerBar .regLink{
	position: absolute;
	top: 6px;
	right: 20px;
	font-size: 1.5em;
	font-weight: bold;
}

.headerBar form{
	padding:2px 0 0 12px;
}

.headerBar form select{
width: 130px;
height: 19px;
margin-top: 1px;
border:1px solid #000;
}

.headerBar form input[type=submit]{
	background:#FFF;
	border:1px solid #000;
	color:#000;
	font-weight:bold;
	padding:2px 8px 1px 8px;
	text-transform: uppercase;
	vertical-align: bottom;
	font-size: 110%;
}

.headerBar label{
	font-size: 1.5em;
	font-weight:bold;
	vertical-align: middle;
}

.headerBar .formInput{
	background:#fff;
	border:1px solid #000;
	font-size:10px;
	padding:2px 4px;
}

.headerBar a{
	font-size: 1.1em;
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
}

.headerBar .divider{
	margin:0 12px;
	font-size: 1.4em;
	font-weight:bold;
	color:#FFF;
}

.headerBar .errorText{
	position: absolute;
	top: 30px;
	font-size: 1.2em;
	background: #fff;
	border: 2px solid #900;
	line-height: 1.4em;
	color: #900;
	padding: 0px 5px;
	left: 70px;
}

#loggedInBar{
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	padding-top:5px;
	padding-left:20px;
}

#loggedInBar a{
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
}

#loggedInBar span.links{
	position:absolute;
	top:5px;
	right:20px;
	font-size: 14px;
	text-transform:uppercase;
}

#status-update{
	position: absolute;
	top: 32px;
	left: 452px;
	max-height: 120px;
	min-width: 280px;
	max-width: 490px;
	padding:3px 6px 14px 6px;
	background-color: #000;
	border: 1px solid #fff;
}

#status-update #last-status-update{
	line-height:1.2em;
}

#status-update #status-box-close{
	position: absolute;
	bottom: 3px;
	right: 5px;
	font-size: 10px;
}

#status-update #status-box-view-all{
	position: absolute;
	bottom: 3px;
	left: 5px;
	font-size: 10px;
	text-transform:uppercase;
}

#status-update #status{
	background:#fff;
	border:1px solid #000;
	font-size:10px;
	padding:2px 4px;
}

#status-update #status-submit{
	background:#fff;
	border:1px solid #000;
	font-size:9px;
	padding:3px 5px;
	text-transform:uppercase;
	font-weight:bold;
}

/* NAVIGATION */

.navBar{
	position:absolute;
	bottom:0px;
	width:980px;
	height:70px;
	background:url(../../images/global/nav-bar-bg.png) bottom center repeat-x;
	border-top:1px solid #000;
}

.navBar ul{
	list-style-type:none;
	margin:0;
	padding: 0 0 0 30px;
}

.navBar ul li{
	height:70px;
	line-height:70px;
	vertical-align:middle;
	font-size:24px;
	font-family:'VT323', cursive;
	color:#FFF;
	float:left;
	border-right:1px solid #aaa;
}

.navBar ul li a{
	padding:0 24px;
	display:block;
	color:#FFF;
	text-decoration:none;
}

.navBar ul li a.on, .navBar ul li a:hover{
	background:url(../../images/global/nav-bar-on-state.gif) top center repeat-x;
}

.navBar ul li:first-child{
	border-left:1px solid #aaa;
}

/* CONTENT CONTAINER */

.content{
	background:#FFF;
	min-height:600px;
}

.col2{
	min-height:600px;
	background:url(../../images/global/right-col-divider.png) top left repeat-y;
}

.col2Left{
	width:660px;
	float:left;
}

.col2Right{
	width:320px;
	float:right;
}

/* FOOTER STYLES */

.footer{
	border-top:1px solid #666;
	height:120px;	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #D9D9D9 0%, #B8B8B8 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #D9D9D9 0%, #B8B8B8 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #D9D9D9 0%, #B8B8B8 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D9D9D9), color-stop(1, #B8B8B8));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #D9D9D9 0%, #B8B8B8 100%);
}

.footer .footerCol{
	width:250px;
	margin-left:20px;
	float:left;
}

.footerCol p{
	font-size:1.2em;
	line-height:1.4em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:14px 0;
	color:#000;
}

.footerCol p a{
	color:#000;
	text-decoration:underline;
}

.footerCol p a:hover{
	color:#666;
	text-decoration:underline;
}

.interior p.formerror{
	color:#F00;
	font-style:italic;
}

.copyright{
	font-size:1.2em;
	line-height:1.4em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:2px 20px;
	color:#000;
}

/* PAGES */

/* HOMEPAGE */

.newBanner{
	padding:10px 0 0 0;
	text-align:center;
}

.newBanner img{
	border:1px solid #999;
}

.home h2{
	font-size:27px;
	font-family:'VT323', cursive;
	margin:12px 10px;
	color:#000;
}

.home h3{
	font-size:20px;
	font-family:'VT323', cursive;
	margin:12px 10px;
	color:#000;
}

.home p{
	font-size:1.5em;
	line-height:1.3em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	margin:12px 10px;
}

.homeCTAs{
	margin:4px 4px 0 4px;
}

.homeCTAs a{
	position:relative;
	border:1px solid #000;
	display:block;
	width:310px;
	height:150px;
	margin:3px;
	float:left;
}

.homeCTAs a span{
	display:block;
	width: 100%;
	color:#000;
	background:rgba(255,255,255,.8);
	font:11px Arial;
	position:absolute;
	bottom:0;
	left:0;
	text-indent:10px;
	line-height:1.5em;
}

.mostDiscussed, .latestDiscussion{
	margin:12px 10px;
}

.mostDiscussed div{
	width:60px;
	margin:3px;
	float:left;
}

.mostDiscussed > div > a{
	text-decoration:none;
	display:block;
}

.recentlyUpdated, .topRatedGames, .newUsers{
	margin:12px 10px;
}

.recentlyUpdated div, .topRatedGames div{
	width:42px;
	height:60px;
	float:left;
	text-align:center;
}

.recentlyUpdated div a, .topRatedGames div a{
	text-decoration:none;
}

.newUsers div{
	width:120px;
	height:70px;
	text-align:center;
	display:block;
	float:left;
	margin:3px;
}

.newUsers span a{
	display:inline-block;
	margin-top:3px;
	color:#000;
	text-decoration:none;
}

.home .comment_row{
	margin-bottom:2px;
}

.home .comment_row .comment_name_date{
	float:left;
	width:100px;
	text-align:center;
	margin:2px 0;
	overflow:hidden;
}

.home .comment_row .comment_name_date a{
	font:bold 10px Arial;
	text-decoration:none;
	line-height:1em;
}

.home .comment_row .comment_name_date span.name{
	display:block;
	font:bold 10px Arial;
	text-decoration:none;
	color:#000;
	margin:2px 0;
	line-height:1em;
}

.home .comment_row .comment_text{
	float:left;
	width:540px;
	background:url(../../images/global/commnet-bubble-middle.png) top left repeat-y;
}

.home .comment_text_bottom{
	background:url(../../images/global/commnet-bubble-bottom.png) bottom left no-repeat;
}

.home .comment_text_top{
	background:url(../../images/global/commnet-bubble-top.png) top left no-repeat;
	min-height:66px;
}

.home .comment_img{
	width:55px;
	margin:6px 0px;
	float:right;
	text-align:center;
}

.comment{
	display:block;
	padding:5px 0px 5px 34px;
	font-size:1.2em;
	line-height:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
}

.comment a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}

/* CONTENT PAGES */

.interior{
	padding:18px 30px;
}

.interior h1{
	font-size:3.7em;
	font-family:'VT323', cursive;
	margin:0 0 12px 0;
	color:#000;
}

.interior h1 a{
	text-decoration:none;
	color:#000;
}

.interior h2{
	font-size:2.7em;
	font-family:'VT323', cursive;
	margin:16px 0;
	color:#000;
}

.interior p{
	font-size:1.5em;
	line-height:1.3em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:16px 0;
	color:#000;
}

.interior label{
	font-size:1.5em;
	line-height:1.3em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
.interior ul{
	margin:16px 0;
}

.interior li{
	font-size:1.5em;
	line-height:1.3em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}

.interior p a, .interior li a{
	color:#000;
	text-decoration:underline;
}

.interior p a:hover, .interior li a:hover{
	color:#666;
	text-decoration:underline;
}

.interior p.footnote{
	font-style:italic;
	font-size: 1.2em;
}

.borderTop{
	padding-top:12px;
	border-top:1px solid #000;
}

.interior p.editLink a{
	display:inline-block;
	color:#000;
	padding:5px 10px;
	border:1px solid #000;
	border-radius:6px;
	font-family:'VT323', cursive;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

/* GAMES PAGE */

#games-selection-list{
	color:#000;
}

#games-selection-list #consoles-list{
	color:#000;
}

.consoleTable{
	width:100%;
	text-align:center;
}

.consoleTable td{
	border-collapse:collapse;
	border:1px solid black;
	width:50%;
}

.consoleTable h3{
	margin:4px 0;
	font-size:2em;
	font-family:'VT323', cursive;
	color:#000;
}

.consoleTable a{
	display:inline-block;
	/*width:130px;*/
	height:80px;
	text-align:center;
	text-decoration:none;
	font-size:2em;
	margin:0 16px;
	font-family:'VT323', cursive;
	color:#000;
}

.searchfield{
	border:1px solid #000;
	background:#FFF;
	color:#000;
	margin:0px;
	font-size:1.3em;
}

.searchsubmit{
	border:1px solid #000;
	background:#FFF;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	padding:1px 5px;
	margin:0px;
	font-size:1.3em;
}

/* REGISTRATION FORM */

#regForm label{
	width:27%;
	float:left;
	font-size: 1.2em;
}

#regForm input[type=text]{
	width:43%;
	float:left;
	font-size: 1.2em;
}
#regForm input[type=submit]{
	font-size:1.4em;
	padding:4px 16px;
	font-weight:bold;
	color:#000;
	border:1px solid #000;
	margin-left:27%;
}

/* FORGOT PASSWORD PAGES */

/* EDIT PROFILE */

.avatarSeriesSelect{
	width:260px;
	margin-right:40px;
	float:left;
}

#avatarSelectionBox{
	width:600px;	
	float:left;
	vertical-align: top;
}

#avatarSelectionBox img{
	width:50px;
	height:50px;
	display:block;
	float:left;
	padding:5px;
	cursor:pointer;
}

.editFields label{
	width:28%;
	float:left;
	font-size:1em;
}

.editFields input{
	width:65%;
	float:left;
	font-size:1em;
}

/* GAMES */

.tableRow {
	position:relative;
	height:125px;
}

.tableRow .overlay{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background:url(../../images/global/game-hover-bg.gif) center right no-repeat;
	color:#FFF;
	outline:1px solid #000;
	opacity:0;
	z-index: 100;
	transition: opacity .25s ease-in;
   -moz-transition: opacity .25s ease-in;
   -webkit-transition: opacity .25s ease-in;
}
.tableRow .overlay:hover{
	opacity:.9;					
}
.tableRow .overlay p{
	margin:16px 0 0 0;
	font-family: 'Source Code Pro', sans-serif;
	font-size:4.0em;
	font-weight:bold;
	color:#000;
}
.tableRow .overlay p.has{
	margin:4px 0;
	font-family: 'Source Code Pro', sans-serif;
	font-size:1.5em;
	color:#000;
}
.tableRow .data{
	position:relative;	
	width:73%;
	height:100%;
	float:left;
	border:1px solid #000;
}
.tableRow .tools{
	float:left;
	width:23%;
	height:100%;
	margin-left:2%;
	border:1px solid #000;
}
.tableRow .tools .loginMsg{
	margin: 46px 12px;
	font-size: 1.2em;
}

.tableRow .tools .cremove{
	display:block;
	border:1px solid #900;
	padding:5px 10px;
	margin:5px;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	color:#900;
}

.tableRow .tools .cadd{
	display:block;
	border:1px solid #060;
	padding:5px 10px;
	margin:5px;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	color:#060;
}

.tableRow .tools .game-rate{
	margin:3px 6px;
	font-size:1.1em;
	font-weight:bold;
}

.tableRow .data .image{
	width:90px;
	float:left;
	padding:10px 0;
	text-align:center;
}
.tableRow .data .image .inner{
	position:relative;
}
.tableRow .data .image img{
	
}
.tableRow .data .info{
	float:left;
	width:80%;
	padding:5px 0;
	font-size:18px;
	line-height:1.36em;
	color:#000;
}
.tableRow .data .info strong{
	text-decoration:underline;	
}
.tableRow .averageRating{
	position:absolute;
	bottom: -7px;
	left: 5px;
	width: 80px;
	height: 14px;
}
.star-rating0{background:url(../../images/global/star-scale.png) 0px -140px no-repeat;}
.star-rating1{background:url(../../images/global/star-scale.png) 0px -126px no-repeat;}
.star-rating2{background:url(../../images/global/star-scale.png) 0px -112px no-repeat;}
.star-rating3{background:url(../../images/global/star-scale.png) 0px -98px no-repeat;}
.star-rating4{background:url(../../images/global/star-scale.png) 0px -84px no-repeat;}
.star-rating5{background:url(../../images/global/star-scale.png) 0px -70px no-repeat;}
.star-rating6{background:url(../../images/global/star-scale.png) 0px -56px no-repeat;}
.star-rating7{background:url(../../images/global/star-scale.png) 0px -42px no-repeat;}
.star-rating8{background:url(../../images/global/star-scale.png) 0px -28px no-repeat;}
.star-rating9{background:url(../../images/global/star-scale.png) 0px -14px no-repeat;}
.star-rating10{background:url(../../images/global/star-scale.png) 0px 0px no-repeat;}

.tools .game-rate{
	width:250px;
	margin-top:8px;
	float:left;
}

.tools .game-rate span{
	display:block;
	width:78px;
	float:left;
	margin-top:2px;
	margin-left:20px;
	font-size:1.2em;
	font-weight:bold;
}

.tools .game-rate .star-scale{
	width:140px;
	height: 14px;
	float:left;
} 

.tools .game-rate .star-scale a{
	text-decoration:none;
	display:block;
	width:8px;
	height:14px;
	float:left;
	overflow:hidden;
}

/* GAME SUMMARY PAGE */

.leftColBG{
	background:url(../../images/global/left-col-divider.png) 0px 0px repeat-y #fff;
}

#game-summary-left{
	width:280px;
	float:left;
	padding:18px 0;
}

#game-summary-right{
	width:700px;
	float:left;
	padding:0 0 12px 0;
}

#game-summary-right h1{
	font-size:3.7em;
	font-family:'VT323', cursive;
	margin:.3em 20px .2em 20px;
	color:#000;
}

#game-summary-right .gameSummary{
	margin-top:12px;
}

#game-summary-right .gameSummary > div{
	font-size: 1.5em;
	line-height: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 20px;
	color: #000;
}

#game-summary-right .gameSummary p{
	font-size: 1.5em;
	line-height: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 16px 20px;
	color: #000;
}

#game-summary-right .gameSummary a{
	color:#000;
	text-decoration:underline;
}

#game-summary-left .gameSummaryInfo{
	margin-top: 14px;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.4em;
}

#game-summary-left .gameSummaryRating{
	margin-top: 14px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4em;
}

#game-summary-left .gameSummaryLinks{
	margin-top: 14px;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.7em;
}

#game-summary-left .gameSummaryRating .averageRating{
	display:inline-block;
	width:90px;
	height: 14px;
}

#game-summary-left .gameSummaryLinks a{
	display:block;
	text-align: center;
	color:#000;
	text-decoration:underline;
}

#game-summary-right h2{
	font-size:2.4em;
	font-family:'VT323', cursive;
	margin:.6em 20px;
	color: #000;
	display:block;
	border-bottom:3px double #666;
}

#game-summary-right .gameSummaryVideo{
	width:640px;
	overflow:hidden;
	margin:18px auto;
}

#game-summary-right .gameImages{
	margin:18px 20px;
}

#game-summary-right .gameImages a{
	display:inline-block;
	margin-bottom:10px;
}

#game-summary-right .rggSays{
	border:1px solid #999;
	background:#DEDEDE;
	border-radius:12px;
	padding:12px 18px;
	margin:14px 18px;
}

#game-summary-right .rggSays p{
	font-family: 'VT323', cursive;
	font-size:2em;
}

.gamePageTools .cremove{
	display:block;
	width:160px;
	float:right;
	padding:5px 10px;
	margin:5px 30px 5px 5px;
	border:1px solid #900;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	color:#900;
}

.gamePageTools .cadd{
	display:block;
	width:150px;
	float:right;
	border:1px solid #060;
	padding:5px 10px;
	margin:5px 30px 5px 5px;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	color:#060;
}

.gamePageTools .game-rate{
	width:250px;
	margin-top:8px;
	float:left;
}

.gamePageTools .game-rate span{
	display:block;
	width:78px;
	float:left;
	margin-top:2px;
	margin-left:20px;
	font-size:1.2em;
	font-weight:bold;
}

.gamePageTools .game-rate .star-scale{
	width:140px;
	height: 14px;
	float:left;
} 

.gamePageTools .game-rate .star-scale a{
	text-decoration:none;
	display:block;
	width:8px;
	height:14px;
	float:left;
	overflow:hidden;
}

.gameComments .comment_row{
	margin-bottom:2px;
}

.gameComments .comment_row .comment_name_date{
	float:left;
	width:100px;
	text-align:center;
	margin:2px 0;
	overflow:hidden;
}

.gameComments .comment_row .comment_name_date a{
	font:bold 10px Arial;
	text-decoration:none;
	line-height:1em;
}

.gameComments .comment_row .comment_name_date span.name{
	display:block;
	font:bold 10px Arial;
	text-decoration:none;
	color:#000;
	margin:2px 0;
	line-height:1em;
}

.gameComments .comment_row .comment_text{
	float:left;
	width:540px;
	background:url(../../images/global/commnet-bubble-middle.png) top left repeat-y;
}

.gameComments .comment_text_bottom{
	background:url(../../images/global/commnet-bubble-bottom.png) bottom left no-repeat;
}

.gameComments .comment_text_top{
	background:url(../../images/global/commnet-bubble-top.png) top left no-repeat;
	min-height:66px;
}

.gameComments .comment{
	display:block;
	padding:5px 14px 5px 34px;
	font-size:1.2em;
	line-height:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
}

.gameComments .comment a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}

.gameCommentsPagination{
	margin:0 64px 0 26px;
	font-size:1.2em;	
}

.gameCommentsPagination a{
	color:#000000;
	text-decoration:underline;
}

.gameComments > p{
	margin-left:20px;
	margin-right:20px;
	font-size:1.3em;
}

.contentHalfWidth{float:left;margin-right:5%;width:45%;}
.codesDivs p{margin: 10px 0 10px 20px;font-size: 1.3em;line-height: 1.2em;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}

#leave-a-comment {
	margin:12px 20px;
	font-weight:12px;
}
#leave-a-comment .comment-textarea{
	float:left;
	width:480px;
	padding-bottom:8px;
}
#newComment{
	width:460px;
	font-size:1.3em;
}
.gameComments > p.signInComment{
	margin:1em 20px;
}
#leave-a-comment .comment-submit{
	width:80px;
	float:left;
	padding-top:16px;
	text-align:center;
	
}
#leave-a-comment .comment-submit #new-comments-submit{
	background:#fff;
	border:1px solid #000;
	padding: 4px 11px;
	border-radius:12px;
	color:#000;
	font:bold 13px Arial;
}

/* GAMES PAGINATION */

.paginationCurrent{
	width:33%;
	float:left;
	margin:8px 0;
	font-size:1.2em;
	color:#000;
}

.paginationLinks{
	width:33%;
	float:right;
	margin:8px 18px;
	font-size:1.2em;
	text-align:right;
	color:#000;
}

.paginationLinks a{
	color:#000;
	text-decoration:underline;
}

/* USER PROFILE */

.profile-games{
	display:inline-block;
	margin:0 10px 10px 0;
}

.comment_row{
	margin-bottom:2px;
}

.comment_row .comment_name_date{
	float:left;
	width:100px;
	text-align:center;
	margin:2px 0;
	overflow:hidden;
}

.comment_row .comment_name_date a{
	font:bold 10px Arial;
	text-decoration:none;
	line-height:1em;
}

.comment_row .comment_name_date span.name{
	display:block;
	font:bold 10px Arial;
	text-decoration:none;
	color:#000;
	margin:2px 0;
	line-height:1em;
}

.comment_row .comment_text{
	float:left;
	width:540px;
	background:url(../../images/global/commnet-bubble-middle.png) top left repeat-y;
}

.comment_text_bottom{
	background:url(../../images/global/commnet-bubble-bottom.png) bottom left no-repeat;
}

.comment_text_top{
	background:url(../../images/global/commnet-bubble-top.png) top left no-repeat;
	min-height:66px;
}

.comment_img{
	width:55px;
	margin:6px 0px;
	float:right;
	text-align:center;
}

/* USER SECTIONS */

.statusMsg{
	margin:1.2em 0;
	font-size:1.7em;
}

.statusMsg em{
	font-size:.66em;
}

.newsRule{
	height:1px;
	overflow:hidden;
	background:#ccc;
}

/* */

.followingLastComment{
	display: block;
	font-size: 1.3em;
	padding-bottom: 8px;
}

.followingWishlistCollection{
	font-size:1.3em;
	line-height:2em;
	vertical-align:middle;
}

.followingWishlistCollection a{
	color:#000;
}

.followingUsername{
	font-family: 'VT323', cursive;
	font-size:28px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin-bottom:8px;
	color:#000;
}