/* @override http://g4li.org/wp-content/themes/g4li/style.css */



/*
Theme Name: g4li
Version: 0.1
Author: Kirk Mueller, Nathan Mueller, Clement Valla
Date: August 2009
*/







html {
	margin: 0;
	padding: 0;
	font: 11px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	height:100%;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	height:100%;
}

.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

a, a:link, a:visited, a:hover, a:active a:focus{ text-decoration: none; color: #000; outline: none;}

img {border-color: transparent;}

h1 { font: 16px/22px "Courier New", Courier, mono;
	margin: 5px 0 0;
}

h2 { font: 14px "Courier New", Courier, mono; margin: 0 0 5px; }

h3 { font: 10px "Courier New", Courier, mono; letter-spacing: 1px; margin: 5px 0; }

h4 { font: 10px "Lucida Grande", Lucida, Verdana, sans-serif; text-transform: uppercase; margin: 0px 0 3px;
}

h5 { font: 9px "Courier New", Courier, mono; margin:0; height: 20px;}



p { color: #797979;
	font-size: 12px;
}

pre{
	width: 100%;
	display: block;
	direction: ltr;
	white-space: normal;
}

#header {
	height: 75px;
	overflow: hidden;	
}

#top-nav {
	height: 50px;
	background-color: #454547;
}

#logo {
	width: 302px;
	height: 20px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	background: url(images/logo-g4li.png) no-repeat;
}

#content {
	width: 1000px;
	margin: 65px auto 100px;
	padding-bottom: 20px;
}

#wrapper {
	display: inline-block;
}

#content-homepage {
	width: 100%;
	padding-top: 60px;
	clear: none;
	display: inline-block;
	padding-bottom: 100px;
}

#left-column {
	width: 600px;
	
	padding: 15px 20px 15px 15px;
	display: inline-block;
}

#left-column p {
	color: #797979;
	font-size: 12px;
	line-height: 16px;
}

#full-column{
	width: 95%;
	float: left;
	padding: 15px 20px 15px 15px;
}

#breadcrumbs {
	display: block;
}



/* @group HomePage */

.contentColumn{
	width:100%
	float:left;
	height:100%
}

#content-homepage-bottom p {
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	color: #929292;
}

#content-homepage-bottom p a{
	color: #929292;
}

#column-1 {
	width: 210px;
	float: left;
	padding: 10px;
	
}

#column-2 {
	width: 210px;
	float: left;
	padding: 10px;
}

#column-3 {
	width: 210px;
	float: left;
	padding: 10px;
}

/* @end */



/* @group Navigation */

.navigation{
	float: left;
	padding-top: 30px;
	height: 80px;
}

#navigation {
	float: right;
	height: 80px;
}

#top-nav-centered {
	width: 1000px;	
	margin-left: auto;
	margin-right: auto;
}

#navigation ul {
	list-style: none;
	display: block;
	width: 300px;
	margin: 2px 0 0;
	float: left;
}

#navigation ul li {
	display: inline-block;
	width: 19%;
	height: 70px;
	float:left;
}

#navigation ul li a {
	list-style: none;
	width: 50px;
	height: 0;
	float: left;
	padding-top: 65px;
	overflow: hidden;
}

.nav-about { background: url(images/navigation.png) no-repeat 0 0; }
.nav-games { background: url(images/navigation.png) no-repeat -56px 0; }
.nav-news { background: url(images/navigation.png) no-repeat -111px 0; }
.nav-research { background: url(images/navigation.png) no-repeat -166px 0; }
.nav-login { background: url(images/navigation.png) no-repeat -227px 0; }
.nav-search {

 }

.nav-about a:hover { background: url(images/navigation.png) no-repeat 0 -65px; }
.nav-games a:hover { background: url(images/navigation.png) no-repeat -56px -65px; }
.nav-news a:hover { background: url(images/navigation.png) no-repeat -111px -65px; }
.nav-research a:hover { background: url(images/navigation.png) no-repeat -166px -65px; }
.nav-login a:hover { background: url(images/navigation.png) no-repeat -227px -65px; }

.nav-about.active { background: url(images/navigation.png) no-repeat 0 -65px; }
.nav-games.active { background: url(images/navigation.png) no-repeat -56px -65px; }
.nav-news.active { background: url(images/navigation.png) no-repeat -111px -65px; }
.nav-research.active { background: url(images/navigation.png) no-repeat -166px -65px;}
.nav-login.active { background: url(images/navigation.png) no-repeat -227px -65px; }

/* @end */




/* @group SubNavigation */

#sub-navigation { height: 25px; width: 100%;}
#sub-navigation-centered { width: 1000px; margin-left: auto; margin-right: auto;}
#sub-navigation-rss { position: absolute; right: 5px; }
#sub-navigation ul { list-style: none; padding: 0; margin: 0; height: 25px;}
#sub-navigation ul li { height: 15px;list-style: none; float: left; margin: 0 0 0 15px; text-transform: uppercase;
	padding: 5px;
}
#sub-navigation ul li.active { background-color: #fff; color: #000; }

#sub-navigation h3{ margin:0; padding:0; }

.about { background-color: #fcd300; }
.games { background-color: #c7e4f1; }
.news { background-color: #e6e501; }
.research { background-color: #ea1c24; }
.research a { color: #fff; }
.login { }

.searchFormTop{
	float:left;
	width: 210px;
	padding-top: 15px;
	margin-left: 10px;
}

.searchFormTop button.searchbutton{
	margin-top: 2px;
	float: left;
}

.searchFormTop input{
	float: left;
}


#sub-navigation-search form.searchFormTop input {
	float: left;
}



/* @end */















/* @group GAMES SCROLLER */

.scrollable-games{
	height: 85px;
	width: 100%;
	opacity: 0;
}

.scrollable-games-title {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 0 5px 35px;
} 


#gamesLeft{
	position:absolute;
	background-color: #f3f3f4;
	float: left;
	width: 35px;
	height: 85px;
	left: 0px;
	z-index: 1000;
}

#gamesRight{
	position:absolute;
	background-color: #f3f3f4;
	float: right;
	width: 35px;
	right: 0px;
	height: 85px;
	z-index: 1000;
}

.scrollable{
	width:100%;
	float:left;
	position:relative;
	margin:0 30px;
}

.scrollable .items { 
	height:60px;
	overflow: hidden;
	width: 10000px;
    position: absolute;
} 

.scrollable img {
	float:left;
	cursor:pointer;
	margin: 5px;
}

.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

#gamesRight a.right {
	float: right;
	margin-top: 45px;
	margin-right: 7px;
    height:18px; 
	width: 18px; 
	cursor:pointer; 
	background: url(images/right.png) no-repeat 0px 0px;
}
#gamesRight a.right:active {background: url(images/right.png) no-repeat 0 -18px;} 

#gamesLeft a.left{
	margin-left: 7px;
	margin-top: 45px;
	float: left;
    height:18px; 
	width: 18px; 
	cursor:pointer; 
	background: url(images/left.png) no-repeat 0px 0px;
}
#gamesLeft a.left:active{ background: url(images/left.png) no-repeat 0 -18px;}

a.disabled {
	visibility:hidden !important;		
} 	

/* @end */






/* @group HOMEPAGE SCROLLER */
.scrollableContainer{
width:100%;
height: 375px;
}

#scrollableMain { 
    position:relative; 
    overflow:hidden; 
    width: 700px; 
    height:375px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
} 

#scrollableMain .items{
	width:20000em; 
    position:absolute; 
}

#scrollableMain img{
	width:700px;
	height: 375px;
}

#scrollableMain .items div { 
	float: left;
}

#mainprev{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 120px;
	z-index: 100;
	opacity: 0;
}

#mainnext{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 120px;
	z-index: 100;
	opacity: 0;
}

#mainnext a{
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 160px;
	margin-right: 50px;
	background:url(images/hori_large.png) no-repeat 0 -30px;
}

#mainprev a{
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 160px;
	margin-left: 50px;
	background:url(images/hori_large.png) no-repeat -30px 0;
}

/* My Comment */

.navi {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
}

.navi a{
	width:8px; 
    height:8px; 
    float:left; 
    margin:3px; 
    background:url(images/navigator.png) 0 0 no-repeat; 
    display:block; 
    font-size:1px; 
}

.navi a:hover { 
    background-position:0 -8px;       
} 
 
.navi a.active { 
    background-position:0 -16px;      
}

.scrollable-home-title {
	color: #ffffff;
	width: 650;
	height: 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 15px "Courier New", Courier, mono;
	display: block;
	background-color: #000;
	padding: 15px;
	margin-top: -3px;
}



div.scrollableContainer {
	width: 100%;
	display: inline-block;
	clear: both;
}

#column-container {
	display: inline-block;
	clear: both;
}

/* @end */























/* @group MAIN SCROLLER */

div#scrollable-home { 
    position:relative; 
    overflow:hidden; 
    width: 700px; 
    height: 370px; 
    margin-left: auto;
    margin-right: auto;
} 

#scrollable-home img{
	width:700px;
	height: 310px;
}

#content-homepage div#scrollable-home div.items div a img {
	width:  700px;
	height:  310px;
}



div#scrollable-home div.items { 
    width:20000em; 
    position:absolute; 
} 

div#scrollable-home div.items div { 
    float:left; 
    width: 700px;
} 
 
div.items div.active { 

}

/* @end */


















































































































































































/* @group Games */



/* GAMES MAIN LANDING PAGE */

#sort-navigation {
	min-width: 500px;
	background-color: #f3f3f4;
	height: 23px;
}

#sort-title {
	float: left;
	padding-left: 15px;
}

.game-image{
}



#sort-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}

#sort-navigation ul li {
	list-style: none;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
}

#sort-navigation ul li.active {
	border: 1px solid #000;
}

.game-module {
	width: 170px;
	height: 220px;
	margin: 15px;
	padding:10px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

.front {
	width: 150px;
	height: 200px;
	padding: 10px;
	background-color: #f3f3f4;
	position:absolute;
}

.back {	
	background-color: #47a3c2;
	width: 150px;
	height: 200px;
	padding: 10px;
	position:absolute;
	color: white;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	
}

.game-title{
	height:30px;
	overflow:hidden;
	font: 11px "Courier New", Courier, mono; margin: 5px 0;
}


.back-rating h3{
	position: absolute;
	width: 150px;
	bottom: 0;	
}

.back-author h3, .back-downloads h3, .back-rating h3{
	font-size: 9px;
}

.back-author{
	height: 65px;
}

.back-downloads{
	padding-bottom: 15px;
}

.searchbutton {
	height: 21px;
	background-color: #f3f3f4;
	border: 1px black solid;
	cursor: pointer;
	float: right;
}

	
.searchForm{
	float:left;
	width: 210px;
	margin-left: 10px;
}



.showall{
	float: left;
	margin-left: 50px;
}

/* INDIVIDUAL GAMES PAGE */

#gamepage {
	width: 800px;
	margin-bottom: 100px;
	display: inline-block;
	padding: 25px 10px 0 15px;
}

.game-single-module-container{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.game-single-module{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.game-large-image{
	float: left;
	width: 625px;
	max-height: 400px;
	overflow: hidden;
}

.game-single-info{
	float: right;
	color: #666;
	width: 150px;
}

.game-single-info h3{
	flaot:left;
	width: 100%;
	font-size: 10px;
	color:black;
	margin: 0;
}

.game-meta{
	float: left;
	width: 100%;
	color: #b2b5b4;
	font-size: 10px;
	padding-bottom: 15px;
}
.game-meta a {
	color: #b2b5b4;
}

.game-single-title h1{
	font-size: 25px;
	width: 100%;
	color: #616363;
}

.game-single-description {
	width: 100%;
	line-height: 16px;
	font-size: 12px;
	color: #656867;
	padding-bottom: 35px;
	border-bottom: 2px #b2b5b4 dotted ;
	border-color: #c7cccc;
	display: inline-block;
}

div.game-ratings-module {
	width: 500px;
	float: left;
}

.game-download a{
	background-color: #e70001;	
	width: 100px;
	height: 18px;
	float: left;
	color: white;
	padding: 8px;
	text-align: center;
	font-size: 18px;
}

.game-download{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 40px;
	display: inline-block;
}

div.download-times {
	float: left;
	color: #656867;
	margin-left: 30px;
	font-size: 14px;
	padding-top: 8px;
}

.game-single-title{
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.rate-module{
	float: right;
	height: 25px;
}

.rate-module-title{
	font: 10px;
	float: left;
	padding-right: 20px;
}

.rate-module-stars{
	color: #fff;
	float: left;
	overflow: hidden;
	width: 100px;
}

div.rate-button {
	float: left;
	padding: 10px;
	background-color: #e70001;	
	color: white;
	height: 15px;
	font-weight: bold;
}


div.rategame{
	width: 100%;
	padding-top: 20px;
	display: inline-block;
	height: 50px;
}

.download-label{
	float: left;
	width: 100%;
	height: 22px;
	font-size: 12px;
	text-transform: uppercase;
	color:  black;
}

.download-value{
	float: left;
	width: 100%;
	height: 25px;
	padding-bottom: 20px;
	color: #666;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

.game-run{
	width:  200px;
	height: 25px;
	float: left;
	text-align: center;
	padding-top: 10px;
	background-color: red;
	color: white;
	
}


/* @end */





/* @group Footer */

#footer {
	width: 100%;
	background-color: #f3f3f4;
	position: fixed;
	bottom: -61px;
	height: 90px;
}

.closed {
}

.logo-microsoft {
	display:none;
	position: absolute;
	top: -25px;
	left: 30px;
}

.footerItem{
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

/* @end */







































/* @group News and Events */


ul.ec3_events {
	list-style: none;
	padding: 0;
}
ul.ec3_events li {
	list-style: none;
	margin-bottom: 10px;
	margin-left: 0;
}

.post {
	display: inline-block;
	border-bottom: 2px dotted #a9a9a9;
	padding: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ec3_publish {

}

#wp-calendar {
	width: 100%;
}

#calendar h2 {
	background-color: #e6e532;
	padding: 5px;
}



#wp-calendar table tbody tr td {
	background-color: #f3f3f4;
	width: 27px;
	height: 27px;
	text-align: center;
	border: 2px solid #fffeff;
}

#wp-calendar table tbody tr td.pad {
	background-color: #ffffff;
}

#wp-calendar table tbody tr td.pad:hover {
	background-color: #ffffff;
}

#wp-calendar table caption {
	background-color: #f3f3f4;
	padding: 5px;
}

#wp-calendar table tbody tr td#today {
	border: 2px solid #e6e532;
}

#wp-calendar table tbody tr td.ec3_eventday{
	background-color: #e6e532;
	padding: 0;
}

#wp-calendar table tbody tr td a{
	color: #000;
	text-decoration: none;
}


#wp-calendar table tbody tr td:hover {
	background-color: #e6e532;
}

td#prev {
	top: 35px;
	float: left;
	position: relative;
	overflow: hidden;
}

a#ec3_prev {
	margin: 0;
	padding: 1px 1px 1px 37px;
}

#ec3_prev {
	overflow: hidden;
	background: url(images/prev.png) no-repeat 0 0;
	padding-left: 33px;
	padding-top: 1px;
	height: 45px;
}



td#next {
	top: 35px;
	float: right;
	position: relative;
	overflow: hidden;
}

a#ec3_next {
	margin: 0;
	padding: 2px 2px 2px 32px;
}

#ec3_next {
	overflow: hidden;
	background: url(images/next.png) no-repeat 12px 1px;
	padding-left: 33px;
	padding-top: 1px;
	height: 20px;
}



#event-calendar h2.widgettitle {
	display: none;
}



#wp-calendar table caption {
	margin-bottom: 10px;
}

#wp-calendar table.nav tbody tr td {
	background-color: transparent;
}

#ec3_publish {
	display: none;
}

a#ec3_publish {
	display: none;
}

#wp-calendar table.nav {
	margin-top: -32px;
}

#ec3_spinner {
	margin-left: 122px;
}







h2.widgettitle {
	width: 100%;
	background-color: #e6e532;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}





/* @end */




































/*
#g4linavigation {
	background: #fff;
	padding: 10px 5px 5px 5px;
}

#g4liavigation a {
	text-decoration: none;
    color: #000000;
    font-weight: normal;
    font-size: 11px;
}

#g4linavigation a:hover {
	text-decoration: none;
}

#g4linavigation form {
	margin: 0 0 0 0px;
	text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}

#g4linavigation input#s {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	
}

#g4linavigation ul {
	display: inline;
	color: #000000;
    font-weight: bold;
    font-size:12px;
	list-style-type: none;
}

#g4linavigation ul li {
	list-style-type: none;
}






#home_news {
	width: 200px;
}

.home_news_entry {
	margin-bottom: 10px;
}

#home_events {
	
}

#home_events ul{
	list-style-type: none;
}

*/





/* @group Side Bar */


#sidebar {
	width: 250px;
	float: right;
	margin: 0 15px 15px;
	padding: 0;
	display: inline-block;
}

#sidebar a {
	text-decoration: none;
    color: #5e5e5e;
    font-weight: normal;
    font-size: 10px;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar form {
	margin: 0 0 0 0px;
	text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}

#sidebar input#s {
	width: 60%;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	
}

#sidebar ul {
	display: inline;
	color: #000;
    font-weight: bold;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li {
	list-style-type: none;
	font-size: 10px;
	color: #5e5e5e;
}

li.ec3_list.ec3_list_day {
	margin-left: 2px;
	color: #000;
	font-weight: bold;
}


#sidebar ul li ul a {
	line-height: 3px;
	padding-left: 0px;
}

#sidebar ul li ul li a {
	line-height: 19px;
}


#sidebar ul li ul a li p {
	margin-top: 0px;
	color: #5e5e5e;
}

#sidebar ul li ul a li {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}


.sidebar-title {
	height: 20px;
	padding: 1px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	clear: both;
	display: block;
	text-transform: uppercase;
}

.sidebar-title h3{
	float: left;
 	margin-top: 3px;
}


#sidebar ul li ul.sidebar-topics-list {
	width: 245px;
	display: inline-block;
	clear: both;
}

ul.sidebar-topics-list li a {
	width: 120px;
	float: left;
}

.sidebar-game-thumb {
	float: left;
	padding: 6px;
}

.sidebar-game-thumb a {
	float: left;
}

.chevron{
	float:right;
	width: 14px;
	height: 14px;
	background: url(images/rightchev.png);
}

#sidebar ul li .bordered {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	padding-bottom: 5px;
	border-width: 1px;
}


/* @end */



/* @group login */

#accountOverlay {
	padding: 30px;
	display: none;
	width: 370px;
	background: black;
	overflow:hidden;
}


#loginform input{
	font: 22px "Courier New", Courier, mono;
	width: 350px;
	padding: 5px;
	margin-bottom: 25px;
}

.rememberMe{
	padding-top: 2px;
	color: white;
	font: 18px "Courier New", Courier, mono;
	float: left;
	width: 200px;
}

input#rememberme {
	width:21px;
	float: left;
	padding: 0;
	margin: 0;
	background: white;
	height: 22px;
	
}



#loadingAccount{
	height:30px;
	color: white;
	text-align:center;
	font: 28px "Courier New", Courier, mono;
	letter-spacing: 2px;
	background:black;
}

#account-overlay-container {
	display:none;
	width: 450px;
	height:100%;
	padding: 20px;
}

#accountWrapper{
	height: 100%;
	float: left;
	background: black;
}

.add-label {
	width: 175px;
	color: white;
	letter-spacing: 1px;
	font-size: 18px;
	margin-bottom: 5px;
}

input#wp-submit{
	cursor: hand;
	cursor:pointer;
	background-color: white;
	font: 18px "Courier New", Courier, mono;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: right;
	width: 100px;
	text-align: center;
	border: 1px solid black;
}

/* @end */




/* @group Messy */

.inline_title {
	font-size: 14px;
	font-weight:bold;
}

acronym, abbr {

}

acronym, abbr, span.caps {
	font-size: 11px;

}

acronym, abbr {
	cursor: help;
	border:none;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 18px;
	padding-left: 10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-bottom: 30px;
}

.alignright {
	float: right;
	margin-bottom: 30px;
}

cite {
	font-size: 11px;
	font-style: italic;
	color: #a9a9a9;;
}

#small {
	font-size: 10px;
}




ol#comments li p {
}

#commentlist li{
	margin-left:-22px;
	border-bottom: 1px dotted #d5d5d5;
	margin-bottom: 15px;
}

p, li, .feedback {
	color: #333333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	
}

/* @end */


/* @group Classes used by the meta() */

ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	clear:both;
	color: #666;
	font-size: 10px;
	padding: 50px 0 0 0;
	margin: 0 0 20px 0;
	text-align: left;
}

.credit a:link, .credit a:hover {
	color: #666;
}

.feedback {
	color: #666;
	text-align: right;
	font-size:11px;
	clear: both;
}

.meta {
	font-size: 10px;
}

.meta2 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	letter-spacing: -1.5px;
}

.meta2 a {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	letter-spacing: -1.5px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.entry img {
	max-width:600px;
}

#comments{

	padding-top:18px;

}

.commentby {
	padding-bottom:8px;
}

#postcomment{
	margin-top:24px;

}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.meta2, .meta2 a {
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

.storycontent a {
	text-decoration: none;
        color: #ffffff;
        font-background: #626262;
        background: #626262;
}

.storycontent a:hover {
	text-decoration: none;

}

.storycontent {
	margin-bottom:10px;
        margin-top:0px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
}

#commentform textarea {
	width: 98%;
}

#commentlist li ul {
	font-size: 11px;
	list-style-type: none;
	color: #666;
}


.columntitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1.5px;
	font-weight: bold;
        font-size: 14px;
}


#simpost {
	font-family: helvetica, arial;
	font-size: 12px;
	color: black;
	font-weight: normal;
        float: left;
	background: #fff;
	padding:5px 0 5px 0;
	margin:0px 0 5px 0;
	
}

#simpost a {
	font-family: helvetica, arial;
	font-size: 9px;
	color: #ffffff;
	font-weight: normal;
        font-background: #F48282;
        background: #F48282;
}

#desc {
        font-family: georgia, sans-serif;
        font-style: italic;
	float: left;
	font-size: 12px;
	margin-top:20px;	

}
#desc a:link, #desc a:visited  {
	display: inline;
	background-color: #fff;
	color: #666;
	text-decoration: none;
}
#desc a:hover {
	background-color: #eee;
	color: #666;
	text-decoration: none;
}
#desc a:active {
	background-color: #fff;
}

ib {
        font-family: georgia, sans-serif;
        font-style: italic;
	font-size: 12px;	
}

/* @end */




/* @group BreadCrumbs */

#breadcrumbs{
	padding-left: 7px;
}

/* @end */



/* @group search */

.resultsTitle{
	margin-top:20px;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 4px;
	height: 18px;
	background-color: #4b4d4d;
	color: white;
	float: left;
	text-align: left;
	text-indent: 15px;
}

.resultsTitle span{
	float: right;
	padding-right: 25px;
}

.searchTitle{
	float: left;
	width: 100%;
}

.searchdescription{
	float: left;
	width: 100%;
	color: #7b7e7e;
}

.searchdate{
	font-weight: bold;
	float: left;
	width: 100%;
}

.searchdate span{
	font-weight: normal;
	color: #7b7e7e;
}

.searchModule{
	float: left;
	margin-left: 15px;
	margin-bottom: 20px;
	width: 100%;
}

.searchModuleImage{
	float: left;
	border: 1px solid black;
}

.searchModuleLink{
	float: right;
	width:  450px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.searchdescriptionGame{
	float: right;
	width:  450px;
	padding-right: 20px;
	color: #7b7e7e;
}

/* @end */



























/* @group People */

.person-roles{
margin-bottom: 25px;
}

.person-link-module{
	float:left;
	width: 400px;
	height: 75px;
	margin-right: 15px;
	margin-bottom: 10px;
	border:none;
}

.person-clear{
	clear:  both;
}

#person-module {
	width: 400px;
	height: 75px;
	float: left;
	background-color: #f4f4f4;
}

#person-profile {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.person-data {
	padding: 5px 10px 10px;
	display: inline-block;
}

.person-image {
	width: 100px;
	height: 75px;
	background-color: #f4f4f4;
	float: left;
	margin-right: 15px;
}

.person-bio {
	line-height: 18px;
	font-size: 12px;
}

ul.people-links {
	margin: 0;
	padding: 0;
}

.people-links a {
	color: #797979;
}

.people-links p {
	float: left;
	margin: 0;
	padding: 0;
}

ul.people-links li{
	list-style: none;
	float: left;
}


/* @end */

.type-news{
	display: inline-block;
	border-bottom: 2px dotted #a9a9a9;
	padding: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
}

.type-research{
	display: inline-block;
	border-bottom: 2px dotted #a9a9a9;
	padding: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
}

.research a{
	color: #333;
}

.research h1{
	color: black;
	font-weight: bold;
}
.research h2, .research h3, .research h4, .research h5{
	color: #666;
	font-weight: bold;
}
.research h1 a{
	color: black;
	font-weight: bold;
}
.research h2 a, .research h3 a, .research h4 a, .research h5 a{
	color: #666;
	font-weight: bold;
}
