/*
	Incorp4T by 4Templates | http://www.4templates.com/free/ | @4templates
	Licensed under the Creative Commons Attribution 3.0 License
*/

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #969593;
	font-family: 'Arvo', serif;
	font-size: 14px;
	color: #FFFFFF;
}

.land
{
	margin: 0px;
	padding: 0px;
	background: url(images/land.jpg) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center -3px;
}

#tableTest
{
	width: 100%;
}

#enterSite
{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 209px;
	left: 0px;
	height: 39px;
	width: 80%;
}

#tagSite
{
 	font-size: 31px !important;
	color: #fff;
	text-shadow: 0px 0px 10px;
}

a#tagSite:hover
{
	
	
}

#img
{
	width: 23%;
	height: 41px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 190%;
}

strong {
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;

}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 11px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper-gradiant {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(images/wrapper-content-gradient.png) repeat-y center top;
}

#wrapper-bgshadow {
	background: url(images/bg-shadow.png) repeat-x left top;
}

#wrapper {
	overflow: hidden;
	width: 1010px;
	margin: 0px auto;
}

.container {
	width: 980px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	height: 159px;
	padding-bottom: 52px;
	background: url(images/header-wrap.png) no-repeat left top;
	margin-bottom: 6px;
	margin-left: 5px;
}

/** LOGO */

#logo {
	width: auto;
	height: 110px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#logo h1, #logo p {
	display: block;
	margin: 0px;
	padding-top: 29px;
	letter-spacing: 0px;
	line-height: normal;
	text-align: center;
	text-shadow: 1px 2px 2px #0D0E0E;
	font-weight: 900;
	margin-left: 196px;
}

#logo h1 a {
	text-decoration: none;
	font-size: 41px;
	color: #c20909;
	letter-spacing: -1px;
}

#logo h1 span {
	font-weight: 400;
}

#logo p {
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
	color: #fbfaf8;
}


/** MENU */

#menu-wrapper {
	overflow: hidden;
	width: 1010px;
	height: 110px;
	margin: -10px auto 0px auto;
	background: url(images/menu-wrapper-bg.png) no-repeat left top;
}

#menu {

	position: absolute;
	z-index: 99;
	margin-top: -3px;
	margin-left: 17px;
	color: #fbfaf8;
	width: 1000px;
}
/*
#menu ul {
	margin: 0px;
	padding: 37px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	padding: 0px 15px;
}
*/
#menu a {
	display: block;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 1px 2px 1px #111719;
	/*text-transform: uppercase;*/
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: red;
}

ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}
ul li {
  font: bold 14px/18px;
	display: inline-block;
	margin-right: -16px;
	position: relative;
	padding: 5px 26px 32px 7px;
	background: transparent;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	font-family: 'Arvo', serif;
	margin-left: 15px;
	margin-left: 0px;
	height: 12px;
}
ul li:hover {
  background: transparent;
  color: red;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background: #71706e;
	display: block;
	color: #fff;
	text-shadow: 0 -1px 10px #000;
}
ul li ul li:hover { background: #4d4948; }
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.current{

	text-decoration: underline !important;
	color: red !important;
	padding: 36px 0px 0px 0px;

}




/** PAGE */

#page {
	float: right;
	width: 670px;
	padding-top: 5px;
	padding-left: 5px;
	position: relative;
}

#page .bgtop {
	height: 15px;
	background: url(images/page-content-bg-01.png) no-repeat left top;
}

#page .bgbtm {
	height: 15px;
	background: url(images/page-content-bg-03.png) no-repeat left bottom;
}

#page .bgcontent {
	overflow: hidden;
	padding: 30px 30px 40px 50px;
	background: url(images/page-content-bg-02.png) repeat-y left top;
}

.post {
	text-shadow: 1px 1px 1px #000000;
}

.post .title {
	padding: 0px 0px 20px 0px;
	font-size: 30px;
	font-weight: 900;
	color: #FFFFFF;
}

.post .title a {
	display: block;
	letter-spacing: -2px;
	text-shadow: 2px 2px 2px #070809;
	text-decoration: none;
	color: #FFFFFF;
}

.post .title-liner {
	display: block;
	margin-top: -5px;
	padding: 0px 0px 20px 0px;
	line-height: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 18px;
	color: #889195;
}

.post .subtitle {
	padding: 0px 0px 20px 0px;
	font-size: 18px;
	font-weight: 900;
	color: #FFFFFF;
}

.post .subtitle a {
	display: block;
	letter-spacing: -2px;
	text-shadow: 2px 2px 2px #070809;
	text-decoration: none;
	color: #FFFFFF;
}


.post .divider {
	border-bottom: 1px solid #414242;
	margin: 188px 0px 26px 0px;
}
.post .dividerre {
	border-bottom: 1px solid #414242;
	margin: 29px 0px 26px 0px;
}
.post .dividerte {
	border-bottom: 1px solid #414242;
	
}

.post .dividertee {
	border-bottom: 1px solid #414242;
	margin-bottom: 19px;
	
}
.arixWP_postmeta .button-style1 {
	display: block;
	width: 168px;
	height: 63px;
	background: url(images/post-meta-button.png) no-repeat left top;
	line-height: 63px;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	color: #FFFFFF;
}

.arixWP_postmeta .button-style2 {
	display: block;
	width: 168px;
	height: 63px;
	background: url(images/post-meta-button.png) no-repeat left top;
	line-height: 63px;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	color: #FFFFFF;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 330px;
}

#sidebar .title {
	display: block;
	width: 270px;
	height: 72px;
	margin-left: -10px;
	padding: 0px 35px;
	background: url(images/sidebar-title-bg.png) no-repeat left top;
	line-height: 72px;
	text-shadow: 1px 2px 1px #101618;
	font-size: 16px;
	font-weight: 900;
	text-transform: none;
}

#sidebar ul {
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
}

#sidebar li {
	border-top: 1px solid #414242;
	margin: 0px 30px;
	padding: 10px 0px 20px 0px;
}

#sidebar li a {
	
	font-size: 14px;
	color: #000000;
}

#sidebar .first {
	border-top: none;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 235px;
}

#footer p {
	margin: 0px;
	padding: 60px 0px 0px 0px;
	text-align: center;
	text-shadow: 2px 1px 2px #0D0D0D;
	font-size: 14px;
	color: #ffffff;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
}


/*Footer landing page*/

#footer-land {
	overflow: hidden;
	height: 88px;
	width: 100%;
	bottom: 4px;
	position: absolute;
}

#footer-land p {
	margin: 0px;
	padding: 60px 0px 0px 0px;
	text-align: center;
	text-shadow: 2px 1px 2px #0D0D0D;
	font-size: 14px;
	color: #6E7476;
}

#footer-land a {
	text-decoration: none;
	color: #6E7476;
}

#footer-land a:hover {
	text-decoration: underline;
}


/** BANNER */

#banner {
	position: relative;
	width: 1000px;
	height: 290px;
	margin: 0px auto;
	background: url(images/banner-content-bg.png) no-repeat left top;
}

#banner .image, #banner .caption1, #banner .caption2, #banner .border {
	position: absolute;
}

#banner .image {
	width: 720px;
	height: 240px;
	top: 0px;
	left: 0px;
}

#banner .caption1 {
	width: 559px;
	height: 48px;
	bottom: 19px;
	left: 232px;
}

#banner .caption1 a {
}

#banner p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 10px #fbfaf8;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	color: #000;
}

#banner h2 {
	margin: 0px;
	padding: 9px 0px 0px 0px;
	letter-spacing: 6px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 10px #132009;
	font-weight: bold;
	font-size: 26px;
	color: #fbfaf8;
}

#banner h2 a {
	display: block;
}

#banner .caption1 span {
	margin: 0px;
	padding: 0x;
	color: #FFFFFF;
}

#banner .border {
	width: 720px;
	height: 240px;
	top: 0px;
	left: 0px;
	background: url(images/pics06.png) no-repeat left top;
}

#contentimg 
{
	position: absolute;
	margin-top: -44px;
	margin-left: 38px;
}



#search 
{
	position: absolute;
	margin-top: 21px;
	margin-left: -6px;
	text-shadow: 0px 0px 10px #000;
	width: 205px;
	height: 27px;
	border-radius: 5px;
	padding-left: 3px;
	font-size: 15px;
}

#accH 
{
	box-shadow: 0px -3px 6px #71706e;
	padding-left: 10px;
	background: url(images/menu-wrapper-bg.png) no-repeat -11px -9px;
	margin-bottom: 12px;
	outline: none;
	font-size: 15px;
	padding: 4px;
	cursor: pointer;

}

#seIcon {
	position: relative;
	margin-top: 18px;
}

#ssbar {
position: relative;
margin-bottom: 79px;
}

#container
{
  position: absolute;
  width: 0px;
  height: 0px;
  background: #000;
  left: 284px;
  top: 53px;
  z-index: 1;
  -moz-box-sizing: border-box;
  border: 1px solid #787878;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 3px #787878 inset;
  display: inline-block;
  font-size: 0.8em;
  padding: 0.5em 0.6em;
  transition: border 0.3s linear 0s;
  color: #b6b6b6;
  
  
}

#gymCode {
background: url(images/post-meta-button.png);
background-repeat: no-repeat;
height: 27px;
width: 103px;
position: absolute;
text-align: center;
padding-top: 11px;
background-size: 100% 100%;
margin-left: 27px;
margin-top: 2px;
}

#gymCode a
{
	display: block;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 1px 2px 1px #111719;
	/*text-transform: uppercase;*/
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}

#gymCode a:hover {
	text-decoration: underline;
	color: #cacaca;
}



#subButton {
margin-left: 274px;
background: url(images/post-meta-button.png);
background-position: -13px -11px;
color: #fff;
}

/*#face {
position: absolute;
top: 124px;
right: 310px;
}*/

#over {
	overflow: auto !important;
}

#face {
margin-top: 49px;
}