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

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

/* ----------- CHANGED THIS => Links --------------------- */
   a:link {color:black}
   a:visited {color:black}
   a:hover {color:red}
   a:active {color:#ff0000;}

	#title_heading {
				font-size:50px;
				font-variant: small-caps;
				font-family: serif;
				font-weight: 900;
				color:black;
				padding-bottom:30px;
				letter-spacing: 1px;
				text-align: center;
			}
	
	#navigation	{
		text-align: center;
		padding-bottom:30px;
	}
	
	#navigation a	{
				font-size: 25px;
				font-face: bold;
				font-variant: small-caps;
			}

	#navigation b	{
				padding: 15px;
			}
	#nav_current_page {
						font-size: 25px;
						font-face: bold;
						color: red;
						font-variant: small-caps;
					}				
	#subsection_heading_1	{
					font-size: 40px;
					font-variant: small-caps;
					padding: 10px;
					text-align: center;	
				}

	#subsection_heading_2	{
					font-size: 25px;
					font-variant: small-caps;
					padding: 10px;
					text-align: center;	
				}

 

/* ----------- OLD Links --------------------- 
a:link{
	color:#blue;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	text-decoration: underline;
}
*/
/* --------------------------------------- */

body {
     /*font-family: Arial,Verdana, sans-serif;
     font-color: #666676; */
  background-color: silver;  /* ----------- CHANGED THIS --------------------- */
    /* font-size: 80%;
     margin: ; */
}

 p {
					      font-family: serif;
					      font-weight: bold;
					      color:black;
						  
				        }

div {
    margin-left: 0px;
}

pre {
   margin-left: 0px;	    
}  

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

table {
      margin-left: 0px;
}

/*h1 {
     -moz-border-radius:20px 20px 0 0;
 	  font:bold 18px Georgia, garamond, times, serif;
	  margin:0;
	  padding:2px 0 2px 10px;
	  background:#fff;  
	  color:silver;
   }*/

/* ------------ 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;
}


