/* ------------------------------------------------------------------------------
   YaPiG Default template CSS
   
   Just modifying this file you can heavily customize your 
   YaPiG's look.
   
-----------------------------------------------------------------------------*/

/****************************************************
 HTML Elements
******************************************************/





pre {
   margin-left: 20px;	    
}  

h3,h4,p {
   margin-left: 20px;
}


/* ------------ Forms ------------------------ */

input,textarea {
	background: white;
	border: thin solid #AAAABA;
	color: black;
	padding: 2px;
	margin-left: 5px;
}

/* ------------------------------------------ */

strong {
       color: F79797;
}

address {
	 border-top: thin solid #000010;
	 margin: 10px;
	 background: #CCCCdC;
}


/******************************************************
YaPiG Interface Classes
*******************************************************/

/*  Main task bar style */
.main {
      border-bottom: thin dotted #7777C7;
      /*background: #9F9FAF;*/
      font-size: 80%
      padding-bottom: 3px;
      color: 444464;
      margin: 3px;
}

/* form buttons style */
.formbutton {
	border: thin outset #AAAAFA;
	/*background: #BBBBCA;*/
}


/* gallery index container */
.gidindex {
	 border-bottom: thin dashed #AAAABA;
	 width: 100%;
	 font-size: 90%;
}

/* information about a gallery container style*/
.gidindexdata{
	 /* border: thin dotted #AAAABA;*/
	/*  background: #DDDDED;*/	  
}

/*  TD of Index of galleries */
.gidindextd{
	    width: 180px;
}

/*DIV containing information about image information (name,size,dimensions)*/
.phidinfo{
	  border: thin solid #AAAABA;
	  background: #D0D0E0;
	  margin: 6px;
	  padding: 5px;
	  }
	  
/* Box style with the name,web,email and the posted comment*/
.comment {
	  border: thin solid #BAAAAA;
	  background: #EDDDDD;
	  margin: 5px;
	  padding: 5px;
}

/* Image text (name,caption,hits,comments) in a gallery index (below thumbnail) */
.view {
      font-size: 60%;
}

/*Thumbnail Image style */
.thumb {
       border: thin outset #9999A9;
}

/* div style of the container of the 'big' image */
.viewimage {
	   text-align: center;
}

/* style of the 'big' image itself*/
.image{
}

.red {
       color: #F75757;
       background: auto;
}


/* Admin task bar style */
.admin {
      border-bottom: thin solid #FAAAAA;
      color: #FAAAAA;
      padding: 2px;
      background: #FCDCDC;
      margin: 10px;      
}

/* Admin forms */
.admin_data {
      margin-left: 15px;
}

body {
	margin: 20px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(http://www.austinbasketballcourts.com/images/bg-main.jpg);
	background-repeat: repeat-x;
	background-color: #6781B2;
}
#heading {
	width: 783px;
	margin-right: auto;
	margin-left: auto;

}
#wrapper {
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: -5px;
	padding: 0px;
	background-image: url(http://www.austinbasketballcourts.com/images/bg-content.jpg);
	background-repeat: repeat-y;
}
#footernav {
	margin: 0px 0px 20px;
}

#header {
	width: 100%;
	margin: 0px 0px -5px;
	padding: 0px;
}
#topnav {
	width: 100%;
	height: 41px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
#nav {
	width: 100%;
	margin: 0px 0px -5px;
	padding: 0px;
	
}
#content {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px;
}
#contenttext {
	width: 70%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(http://www.austinbasketballcourts.com/images/footer.jpg);
	height: 75px;
}
#navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 12px;
	background-color: #FFFFFF;
}
#footernav {
	font-size: 11px;
	text-align: center;
}
#footernav a:link {
	font-size: 11px;
	text-align: center;
	color: #405E90;
	background-color: #FFFFFF;
}
#footernav a:hover {
	font-size: 11px;
	text-align: center;
	color: #0099FF;
	background-color: #FFFFFF;
}
#footernav a:visited {
	font-size: 11px;
	text-align: center;
	color: #6781B1;
	background-color: #FFFFFF;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #395789;
	height: 1px;
	width: 500px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
div {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #91A4C8;
	margin: 0px;
	
	display: inline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom:0px;
	margin-top:0px;
}

.style1 {font-weight: bold};


