.auxColumn h2 {
	font-variant: small-caps;
	font-weight: bolder;
	font-size: small;
	color: white;
	font-family: Arial;	
	border-left:15px solid black;
	padding-left:3px;
}

.mainColumn {
	/*padding-left:7px;*/
}


/* =albums
////////////////////////////////*/

#albums {
	margin:0px;
	padding:0px;		
	width: 100%;
	margin-left:-7px;
	margin-bottom: 20px;/*for the footerStickAlt */	
	/*margin-top: 30px;
	margin-bottom:50px;	*/
	
	
	
}

.album {
	margin:0px auto;
	padding:0px;
	
	width: 415px;
	margin-bottom:25px;

	/*width:70em;*/
	/*width: 70%;*/
	/*height:112px;*/
	overflow:hidden;	
}

.album img {
	margin:0px;
	padding:0px;
	border:4px solid #a9a5a0;
	width:407px;
	height:104px;
	background-color:#e1e0db;
	float:left;
}

.album p {
	position: absolute;
	left: 470px;
	top: -20px;
	
	/*because the hover!*/
	width:176px;
	
	display:none;
	font-weight:normal;

	background-image:none;
	color:black;	
}

.album strong {
	font-variant: small-caps;
	font-weight: bolder;
	font-size: small;
	color: white;
	font-family: Arial;	
	border-left:15px solid black;
	padding-left:3px;
}

.album a {
	color:black;
	text-decoration:none;
	display:block;
}

/*Because of a bug in IE*/
.album a:hover, .album a:hover{
	background-color:#3a3833;
}

/*
.album a:hover p strong, .album a:focus p strong{
	color: #ffcc00;	
	
}
*/

.album a:hover p, .album a:focus p {
/*	background-color:black;*/
	display: block;	
	
	text-decoration:none;	
}

.album a:hover img, .album a:focus img {
	border:4px solid #f10f83;
}


/* =gallery
////////////////////////////////*/

#grid {
	clear:both;
	
	width: 400px;
	margin:15px auto;
	
	margin-bottom:0px;
	padding-bottom:20px;
	/*Vert center*/
	/*margin-left: -200px;
	position: absolute;
	top: -300px;
	left: 50%;	
	visibility: visible;*/
	
	/*background-color:white;
	border-top:1px solid #FFF;
	border-right:1px solid #CCC;
	border-left:1px solid #FFF;
	border-bottom:1px solid #CCC;*/
	
	/*padding-top: 15px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 30px;*/
}

.thumbList {
	list-style-type:none;	
	margin:0px;
	padding:0px;
	margin:0 auto;
}

.thumbList li {
	display:inline;
	float:left;
}

.photo {
  	/*display:block;
	float:left;*/
	display:block;
  	margin:0px 15px 15px 0px;
  	padding:0px;
	width: auto;
	height: auto;
	overflow:hidden;
}

h2.title { /*margin-left:-5px;*/ }

p.desc {
	padding-right:15px;
	margin-top:15px;
/*	margin-left:-5px;*/
}

a.photo img { border:5px solid #a9a5a0; }

a.photo:hover img,
a.photo:focus img { 
	border:5px solid #f10f83;
}




