/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

#myoutercontainer{
	position:relative;
}

#myinnercontainer{
	position:absolute;
	top:100%;
	height:10em;
	margin-top:-5em;
	vertical-align: middle;
}

#outer {
height: 400px;
overflow: hidden;
position: relative;
}

#outer[id] {
display: table;
position: static;
}

#middle {
position: absolute;
top: 50%;
} /* for explorer only*/


#middle[id] {
display: table-cell;
vertical-align: middle;
width: 100%;
}

#inner {
position: relative;
top: -50%
} /* for explorer only */
/* optional: #inner[id] {position: static;} */

.art-postimg
{
  position: relative;
  min-width: 1px;
  margin: 0;
  text-align: center;
}

.temppreview2 {
	border:1px solid black;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.art-post
{
  position: relative;
  min-width: 1px;
  min-height: 400px;
  margin: 0;
  border-top: 7px solid #272E30;
  border-bottom: none;
}