/* pushkin, 24.02.2006 */

.photogallery a{
  color: #0B1518;
}
.photogallery a:hover{
  color: #0099CC;
}
table.photogallery tr {
  height: 160px;
}
table.photogallery tr td {
   vertical-align: middle;
   padding: 4px;
   border: none;
 }
.photogallery img {
   margin-bottom: 4px;
   margin-top: 4px;
   border: 1px solid transparent;
   padding:3px;
} 
.photogallery img:hover{
   border: 1px solid #0099CC;
} 

table.photogallery tr td.b1 {
  border-right: 1px solid #122227;
  border-bottom: 1px solid #122227;
}
table.photogallery tr td.b2 {
  border-bottom: 1px solid #122227;
}
table.photogallery tr td.b3 {
  border-right: 1px solid #122227;
}

div.content{
	padding:0px 24px 8px 24px;
}

div.single-photo {
  background-color: #231313;
  border: 1px solid #776D56;
  width: 480px;
  height: 480px;
  vertical-align: middle;
  text-align: center;
}
div.single-photo img{
  margin: 8px;
}

h1.phototitle {
  font-size: 100%;
  color: #E6DAA9;
}
h1.phototitle a{
  color: #FFFFFF;
}

h1.phototitle img{
  margin-right: 18px;
}


div.bullets {
  width: 320px;
  text-align: left;
  margin: 16px 0px 16px 0px;
}
div.bullets a{
  color: #0B1518;
}
div.bullets a:hover{
  color: #0099CC;
}

div.bullets img {
   margin: 1px;
   border: 1px solid transparent;
   padding:1px;
} 

div.bullets img.selected {
   margin: 1px;
   border: 1px solid #0099CC;
   padding:1px;
} 


div.bullets img:hover{
   border: 1px solid #0099CC;
} 

table.footer{
	font-size:70%;
}
table.footer tr td{
  vertical-align: top;
}

table.footer{
	margin-top: 16px;
}


