@charset "utf-8";
/* CSS Document */

#thing {
	border: 1px solid #f00;
}

.column1 {
  float: left;
  width: 28%;
}

.column2 {
  float: right;
  width: 71%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.nomargin {
	margin-top:0px;
	margin-bottom:0px;
}

body {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0px, rgba(170,187,240,1) 100px);
    background: -webkit-gradient(left top, left bottom, color-stop(0px, rgba(255,255,255,1)), color-stop(100px, rgba(170,187,240,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0px, rgba(170,187,240,1) 100px);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0px, rgba(170,187,240,1) 100px);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0px, rgba(170,187,240,1) 100px);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0px, rgba(170,187,240,1) 100px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aabbf0', GradientType=0 );
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #567;
    margin: 0px;
    padding: 0px;
}
.main {
	background-color: transparent;
	color: #567;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	width: 1005px;
	position: relative;
}
.floatbox {
	box-shadow:3px 10px 10px rgba(0,0,0,0.4);
	background-color:#DDDFFF;
	border: 1px solid rgba(0,0,255,0.1);
        padding: 6px;
}
.floatboxtitle {
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #000000;
}
.topround {
	border-radius: 9px 9px 0 0;
}
.botround {
	border-radius: 0 0 9px 9px;
}
.allround {
	border-radius: 9px;
}
.title {
	color: #567;
	font-family: verdana, sans-serif;
	font-size: 36px;
	font-weight:bold;
	text-align: right;
	overflow:hidden;
}
.subtitle {
	position: relative;
	top: -5px;
	color: #556688;
	font-family: verdana, sans-serif;
	font-size: 17px;
    font-weight: bold;
	text-align: right;
	overflow:visible;
	clear:both;
}
.titleblock {
//	border: 1px solid rgba(0,0,255,0.1);
//	box-shadow:3px 10px 10px rgba(0,0,0,0.4);
//	background-color: #DDDFFF;
	position: absolute;
	left: 500px;
	top: 14px;
	width: 400px;
	height: 72px;
	padding-right: 15px;
	border-radius: 16px;
}
.logoblock {
	position: absolute;
	left: 35px;
	top: 0px;
	width: 480px;
	height: 72px;
	border-radius: 16px;
}
.menul {
	color: #55FF88;
	position: absolute;
	font-family: verdana, sans-serif;
	font-size: 14px;
	left: 40px;
	text-align: left;
	top: 54px;
	width: 85px;
	height: 20px;
	overflow:hidden;
	font-weight: bold;
	border: 1px solid rgba(0,0,255,0.1);
	background-color:rgba(200,215,255,0.9);
	border-radius: 16px 16px 0 0;
	padding-left: 12px;
	z-index: 50;
}
.menur {
	color: #2050A0;
	position: absolute;
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	left: 470px;
	text-align: right;
	top: 110px;
	width: 425px;
	height: 20px;
	overflow:hidden;
}
.out {
	color: #5599FF;
	position: relative;
	font-family: verdana, sans-serif;
	font-size: 17px;
	left: 35px;
	text-align: center;
	top: 75px;
	width: 910px;
}
.bcbox {
	color: #567;
	float:left;
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-align: left;
	left: 10px;
	width: 905px;
	border:1px solid rgba(0,0,255,0.1);
	background-color:#DDDFFF;
	box-shadow:2px 6px 6px rgba(0,0,0,0.4);
	border-radius: 9px;
	padding-left: 3px;
}
.bcboxx {
	text-align: left;
	left: 10px;
	top: 15px;
	width: 854px;
	margin: 0px auto;
	opacity: 1;
	text-decoration: none;
}
.albumbox {
	color: #567;
	float:left;
	font-family: verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	left: 10px;
	width: 230px;
	border:1px solid rgba(0,0,255,0.1);
	background-color:#DDDFFF;
	border-radius: 9px;
	box-shadow:3px 10px 10px rgba(0,0,0,0.4);
	padding: 4px;
}
.albumboxx {
	text-align: left;
	left: 10px;
	top: 15px;
	width: 230px;
	margin: 0px auto;
	opacity: 1;
}
.albumimg2 {
	position: relative; 
	left:-5px; 
	top: -4px; 
	border-radius: 7px 7px 0 0 !important;
}
.albumlist {
	float:right;
	color: #567;
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	right: 10px;
	top: 15px;
	width: 654px;
	background-color:#DDDFFF;
	margin-bottom:12px;
	border-radius: 7px;
	box-shadow:3px 10px 10px rgba(0,0,0,0.4);
}
.albumlistx {
	text-align: center;
	width: 240px;
	opacity: 1;
}
.footer {
	clear:both;
	padding-top: 12px;
	padding-bottom: 15px;
	color: #567;
	position: relative;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	left: 0px;
	text-align: right;
	top: 70px;
	width: 860px;
	padding-right: 30px;
}

.table2 {
	border: none;
	background-color: transparent;
}
.style1 {
	color: #567;
	font-weight: bold;
}
.style3 {
	color: #567;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
table {
	background-color: transparent;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
td {
	background-color: transparent;
}
a {
	text-decoration: none;
	color: #0077FF;
}
a:hover {
	text-decoration: none;
	color: #99CCFF;
}
a:active {
	text-decoration: none;
	color: #77FFBB;
}
.albumcell {
	float:left;
	box-shadow:6px 4px 7px #777777;
	border-radius: 9px;
	margin:6px;
	vertical-align:middle;
}

.albumimg {
	border-radius: 9px;
}

.albumimg:hover {
        opacity: 0.5;
}

.randombox {
	clear: both; 
	position: relative;
	left: -220px; 
	top: 15px;
	text-shadow: 0px 0px 5px #fff;
}

