/* IAGFC
stylesheet to be included for mobile firendly pages
*/
body {
	width:auto;
	min-width:200px;
	text-align:left;
	margin:0px;
	background-image:none;
	background-color:#000000;
	font-size:14px;
	color: white;
}

.site_enter {
	background-image: url(../images/A42Q9051_cropped_mobile.jpg);
}

#fg_membersite fieldset
{
   width: inherit;  
}

#footer {
		text-align: center;
}

#header_siteenter {
	background-image: url(../images/header_mobile.jpg);
	
	width: 90%;
  height: 150px;

  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 50px;
  background-position-y: 50px;
  /* padding-left: 5%; */
  /* padding-right: 5%; */
  margin-left: 5%;
  margin-right: 5%;
}


#header {
	width: 100%;
	height:auto;
	/*height: 150px;*/
	/*background-image: url(../images/IAGFC_mens2.jpg);*/
	background-color: black;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	/* border-radius: 10px; */
	box-shadow: 0 0 12px rgb(0 0 0 / 60%);
/*	margin-left:10px;
	padding-top:20px;*/
	
}

#header_title {
	 height: 25px;
	 /*box-shadow: 0 0 12px rgb(0 0 0 / 60%);*/
	 padding: 10px;
	 background-color: black;
}

#home {
	margin:0; 
	width: 90%;
	padding-top: 10px;
	margin-top: 100px;
	margin-left: 15px;
	margin-bottom: 200px;
	color:#000000;
	text-align:center;
	/*
	color: #F4F4F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;*/
}

#home_seriesOne {
	padding-top: 10px;
	height: 100px;
	width:90%;
	border:none;
	top: 10px;
	font-size:10px;
}

#home_seriesTwo {
	float:left;
	clear:left;
	width:90%;
	padding-top: 10px;
	height: 150px;
	border: none;
	top: 20px;
}

#home .ui-btn {
	font-size:10px;
	padding:0px;
	
	
}

.ui-header, .ui-bar-a {
		background-color: black;
}

.ui-btn {
	
	/* text-shadow: 0 1px 0 #f3f3f3; */
	/*
	text-align: right;
	border-width: 1px;
	border-color: darkgray;
	float: right;
	color: white;
	text-shadow: none;
	background-color: rgb(10,6,70);
	margin:0px;*/
}

#main_wide {
	/*width:400px;*/
}

#main {
	background-image: url(../images/IAGFC_mens2.jpg);	
	background-size: cover;
}

#page_main, #menu_main {
	background-image: url(../images/IAGFC_mens2.jpg);	
	background-size: cover;
}

#pagewrapper {
	/*width:400px;*/
	width: 100%;
	
}

.ui-overlay-a, .ui-page-theme-a {
	background-color:#FFFFFF;
}

body.ui-overlay-a, body.ui-page-theme-a {
	
	/*background-image: url(../images/site_enter2.jpg);*/
	/*background-repeat:no-repeat;*/
	background-repeat-x: no-repeat;
	background-repeat-y: repeat;
	
}

.ui-content {
	overflow-x:visible;
	padding:10px;
}

.titlebar {
	background-color:#3e3b3b;
}

#sponsor_mobile {
	background-color: white;
	text-align: center;
	height: auto;
	color: black;
	
}
 
.widget_full {
	box-shadow: none;
	
}

#widget-btns .ui-btn {
	background-color : black;
	border-radius: 0.3em;
	border-color: cornflowerblue;
	box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,0.2) /*{global-box-shadow-color}*/;
}