/* main pages styles */
* {
	padding: 0;
	margin: 0;
}
body {
	background-color: rgb(25,25,25);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: white;
}
a {
  color: white;
  text-decoration: none;
}
A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: red;}
A:hover {text-decoration: none!important; color: lightgray!important;}

h1 {font-size: 38.5px;}
h2 {font-size: 31.5px;}
h3 {font-size: 24.5px;}
h4 {font-size: 17.5px;}
h5 {font-size: 14px;}
h6 {font-size: 11.9px;}

/* main styles */
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	margin-left:auto!important;
	margin-right:auto!important;
}
.clear {
	clear:both;
}
/*titles*/
.title1 {
	color: black;
    //text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	font-size: 75px;
	line-height: 49px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255,255,255, 0.7);
}
.title2 {
	color: black;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255,255,255, 0.7);
	font-size: 45.5px;
}
.title3 {
	color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0,0,0, 0.7);
	font-size: 35.5px;
}
.title4 {
	color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0,0,0, 0.7);
	font-size: 22.5px;
}
.title5 {
	color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0,0,0, 0.7);
	font-size: 20.5px;
}

#otherProjectLinkDiv {
    background-color: #333;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    box-sizing: content-box;
    border-bottom: 2px white solid;
    padding-left: 15%;
    margin-bottom: 30px;
}

#mainServerTitle {

	color:black;
	text-align: center!important;
	width:100%;
}
#mainContent {
	position: relative;
	margin: 0 0;
	padding: 0 0;
	width: 100%;
	height: auto;
}
.para {
	position: relative;
	text-align: left;
	margin:20px auto 15px auto;
	width:60%;
	min-width:570px;
}
.smallPara {
	position: relative;
	text-align: left;
	margin:30px auto 15px auto;
	width:100%;
	min-width:570px;
}
#footerDiv {
	width:100%;
	text-align: center;
	font-size:13px;
}


/* Main home page styles */
.mainPage_accessButtons {
	width:95%;
	height: 55px;
	line-height: 55px !important;
	font-size: 39px!important;
	font-family: 'GTAV_font_7'!important;
	border-radius:7px!important;
}
/* Storyline page styles */

#storyLine_text {
	width:60%;
	min-width:570px;
}

/* Server Infos page styles */

#serverInfos_text {
	width:60%;
	min-width:570px;
}
.serverInfos_titleTd {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}
.serverInfos_leftTd {
	vertical-align: middle;
	text-align: right;
	padding: 10px;
	width: 1px;
	white-space:nowrap;
	border: 1px white solid;
}
.serverInfos_rightTd {
	vertical-align: middle;
	text-align: center;
	border: 1px white solid;
	padding: 10px;
}