/*  
Theme Name: Ex Animo
Version: 1.0
Author: Andrey Lunko, Anna Belyakova
*/

a img {
	border:none;
	color: #FFFFFF;
}

a {
	color: #FFDEAD;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	/*text-decoration: underline;	*/
}

h2 a {
	font-size: 16px;
}

small {
	font-size: 10px;
	margin: 0;
}

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}

.navul li {
	display: inline;
	margin-left: 5px;
}

.logo {
	margin-top: 5px;
	/*border: 1px solid white;*/
}

#page {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	width: 1000px;
	height: 750px;
/*	border: 1px solid white;*/
}

#content {
	position: relative;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 450px;
	color:#FFFFFF;
	text-align: left;
	font-size:12px;
	margin: 0;
	background-image: url(images/png.png);
	overflow:auto;
	scrollbar-base-color: black;
	border: 3px solid #1A0C06;
	padding: 10px;
}

* html #content {
	position: relative;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 450px;
	color:#FFFFFF;
	text-align: left;
	font-size:12px;
	margin: 0;
	filter:alpha(opacity=90);
   background-color: Black;
	background-image: none!important;
	overflow:auto;
	scrollbar-base-color: black;
	border: 3px solid #1A0C06;
	padding: 10px;
}


#footer {
	/*position: fixed;*/
	bottom: 5px;
	left: 0;
	font-size: 8px;
	width: 100%;
	margin-top: 5px;
}

#headernav {
	position: relative;
	left: -20px;
	top: 0px;
	margin-bottom: 5px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.post {
	overflow: hidden;
}

.post h2 {
	margin-bottom: 5px;
	margin-top: 0;
}

.album-cont {
	float: left;
	margin: 0 5px 5px 5px;
	width: auto;
	border: 1px solid red;
}

.small-link {
	font-size: 12px;
}

.float-img {
	float: left;
	margin: 2px 2px 2px 0;
}

.float-img-album {
	float: left;
	margin: 2px 20px 2px 0;
}
.media-link{
        float:left;
        width:150px;
        text-align:center;
}
.membersdiv{
        float:left;
        width: 250px;
}
.bandmember-div{
        text-align:center;
}