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

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

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

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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
     color: #FFFFFF;
     background: #000000;
     font-size: 11px;
     margin: 0pt;
}

div {
    margin-left: 10px;
}

pre {
   margin-left: 10px;	    
}  

h3,h4,p {
   margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

table {
      margin-left: 6px;
      font-size: inherit;
}

h1 {
   margin-top: 8px;
   margin-bottom: 5px;
   padding: 3px;
   background: #000000;
   color: white;
   clear: both;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 15px;
   }

h1 small {
	color:#000000
}

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

input,textarea {
	background: white;
	color: black;
	padding: 2px;
	margin-left: 5px;
}

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

strong {
       color: #FFCC66;
}

address {
	 margin: 10px;
	 background: #000000;
}


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

.center {
  text-align: center;
}


/*  Main task bar style */
.main {
      background: #000000;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
      padding-bottom: 3px;
      color: #FFCC66;
      margin: 3px;
}

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

.commentsform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:left;
	vertical-align:middle;
}

/* gallery index container (div)*/
.gidindex {
	 width: 100%;
	 font-size: 11px;
}

.gidindextable{
	       width: 95%;
	       font-size: inherit;
}

/* 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{
	  background: #000000;
	  margin: 6px;
	  padding: 5px;
	  }
	  
/* Box style with the name,web,email and the posted comment*/
.comment {
	  border: 1px solid #cccccc;
	  background: #000000;
	  margin: 5px;
	  padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;

}

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

/*Thumbnail Image style */
.thumb {
       border: 1px solid #cccccc;
}

.minimage {
		text-align:center
}

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

/* style of the 'big' image itself*/
.image{
       border: 1px solid #cccccc;
	   margin-top:10px;
	   margin-bottom:10px;
}

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


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

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

/**
 * For the exif DIV (template: phid_info.php)
*/
.exif_data{
  margin-bottom: 3px;
  padding: 5px;
  float: right;
  font-size: 10px;
  background: #000000;

}
