/* TGTAP v4
# main.css
# Styles used by the main theme, and unstyled games
# (c) www.thegtaplace.com 2002-2009
*/

/* LINKS */
a:link, a:visited, a:active {
	color: #004CAF;
}

a:hover {
	color: #327fe0;
}

/* INDEX */
.websiteIntro{

}
.introText{
	width: 538px;
	float: left;
	color: #222;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 5px;
}
.introText h3{
	margin: 0 0 0px 0;
	font-size: 125%;
	font-weight: bolder;
}
.introText .flags{
	float: right;
	text-align: right;
	height: 12px;
	margin-top: 3px;
}
.introText a{
	font-weight: bold;
}
.guestIntro{

}

.socialBox{
	width: 240px;
	float: right;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 5px;
}
.socialBox .boxFblike{
	
}
.socialBox .boxTwitter{
	padding: 5px 0 5px 5px;
	border-top: 1px dashed #ddd;
	width: 240px;
}
.socialBox .boxGoogle{
	padding: 5px 0 5px 5px;
	border-top: 1px dashed #ddd;	
}
.socialBox .boxOthers{
	padding: 5px 0 5px 5px;
	border-top: 1px dashed #ddd;	
}
.boxOthers .socialImg{
	margin: 0 3px;
}
.boxOthers .lastSocialImg{
	margin-right: 0;
}

#bigSocial{
	width: 100%;
	background: #eeeeee;
}
.socialBoxLeft{
	float: left;
	width: 250px;
}
.socialBoxMid{
	float: left;
	width: 250px;
}
.socialBoxRight{
	float: right;
	width: 300px;
}

.socialBoxLeft ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.socialBoxLeft ul li a{
	background-image: url("/images/layout/nav/bullet.png");
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 10px;
	display: block;
	padding: 2px 0px 2px 5px;
	width: auto;
	text-decoration: none;
	font-size: 90%;
}

/* HEADER */
#container{
	width: 990px;
	margin: 0 auto;
	background: #e4e4e4 url(../images/page_bg/main.png) repeat-y;
}

#header{
	width: 100%;
	height: 165px;
	background: #303030 url(../images/header/main.jpg);
	cursor: pointer;
}


/* MIDDLE BAR */
#middlebar{
	width: 100%;
	height: 90px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #303030;
}


/* LEFT/RIGHT MENUS */
.navsubtitle{
	font-weight: bold;
	width: 160px;
	color: #ffffff;
	letter-spacing: 1.5px;
	height: 22px;
	line-height: 22px;
	background: url(../images/menu/main-subheading.png);
	text-indent: 3px;
}


/* NAVIGATION TITLES */
.navtitle{
	background-image: url(../images/menu/main-left.png);
}
.navtitler{
	background-image: url(../images/menu/main-right.png);
}


/* NAVMENU ROLLOVERS */
.navmenul a{
	color: #eeeeee;
}

.navmenul li a:link, .navmenul li a:active, .navmenul li a:visited{
	display: block;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	width: 150px;
	border-left: 3px solid #aaaaaa;
	color: #eeeeee;
}

.navmenul li a:hover{
	display: block;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	background-color: #555555;
	border-left: 3px solid #888888;
}


/* NEWS POSTS */
.newspost h1 a{
	text-decoration: none;
	color: #1f5393;
}
.newspost h1 a:hover{
	text-decoration: none;
	color: #3a77c2;
}

#commentsheading{
	height: 20px;
	line-height: 20px;
	padding: 2px 4px;
	margin: 3px 0;
	background: #404040;
	font-size: 85%;
	color: #ffffff;
}
#commentsheading a{
	color: #dddddd;
}
#commentsheading a:hover{
	color: #bbbbbb;
}

.newscomment{
	border: 1px solid #aaaaaa;
	padding: 5px;
	margin: 5px 0 10px 0;
}
.newscommentinfo{
	font-size: 85%;
	background: #cccccc;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 4px;
	padding: 1px 3px;
}

p.citation{
	display: none;
}

.quote{
	width: 90%;
	background: #fafafa;
	border: 2px solid #ddd;
	color: #444444;
	padding: 8px;
	margin: 0px auto;
}


/* CONTENT */
.imgwbg{
	border: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 1px;
	margin: 0 5px;
}

.messagebox{
	/*background-color: #eeffff;*/
}

/* alternate rows in tables */
.darkrow{
	background: #cccccc;
	padding: 2px;
}
.lightrow{
	background: #dadada;
	padding: 2px;
}
.lightrow2{
	background: #e0e0e0;
	padding: 2px;
}
.lightrow a, .lightrow2 a, .darkrow a{
	text-decoration: none;
}

table.withborders{
	border-spacing: 3px;
}
.withborders .lightrow,.withborders .lightrow2, .withborders .darkrow{
	border: 1px solid #aaaaaa;
}

.onlineUsers td, .onlineUsers th{
	font-size: 0.8em;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 3px 25px 3px 3px;
}


/* POLLS */
.pollbar{
	background: #aaa;
}
