@charset "utf-8";
body {
	background-image: url('images/design/background2.jpg');
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:center top;
	margin: 0;
	padding: 0;
	/*color: #FFFFFF;*/
	/*color:#c7cedc;*//*font color*/
	color:#b4c3de;
	font-family: Arial, Helvetica, sans-serif;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	font-size: 100%;
	margin-bottom: 0px;
}
h1 {
	margin-top: 0;
	font-size: 200%;
	margin-bottom: 0px;
}
p {
	margin-top: 0;
	font-size: 90%;
	margin-bottom: 0px;
}
a img {
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	/*color: #FFFFFF;*/
	color:#c7cedc;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	/*text-decoration: none;*/
	/*font-size: 80%;*/
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 800px;
	background: transparent;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	line-height: 120%;
	padding-bottom: 20px;
}

.header {
	
	height: 333px;
	width: 800px;

}

.content {
	padding: 20px 20px;
	background: transparent url('images/design/content.png');
	/* [disabled]height: auto; */
	/* [disabled]background-color: #3C6; */
	overflow: auto;
	width: 760px;
	margin-top: -24px;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
}

.featured {
	width:760px;
	/*margin: 0 auto;*/
	text-align: center;
	padding: 0 0 20px 0;
	
}

.table_grid {
	text-align: center;
	
}

.imageRow {
	height: 190px;
	padding-bottom: 20px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 0px 20px 10px 20px;
	border-radius: 0 0 8px 8px;
	background: transparent url('images/design/content.png');
	text-align: center;
	font-size: smaller;
	/* [disabled]width: 800px; */
}

.center
{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
/*width:70%;
background-color:#b0e0e6;*/
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.chapter {
	width: 760px;
	text-align:center;
	padding-top:20px;
}
.album_info {
	padding-top: 20px;
}
.article_jrm {
	text-indent: 40px;
	text-align: justify;

}
.album_title {
	text-align: center;
	padding: 0 0 10px 0;
}
.album_data {
	font-size: 80%;
	text-align: center;
}
.tracks_info {
	font-weight: bold;
	text-align: center;
}
.box190x150 {
	width: 190px;
	height: 150px;
	float: left;
	text-align: center;
}
.box380x380 {
	float: left;
	width: 380px;
	height: 380px;
	text-align: center;
	padding-top: 20px;
}
.box190x230 {
	float: left;
	width: 190px;
	height: 230px;
	padding-top: 20px;
	text-align: center;
}
.box190x210 {
	float: left;
	width: 190px;
	height: 210px;
	padding-top: 10px;
	text-align: center;
}
.box253x200 {
	float: left;
	width: 253px;
	height: 200px;
	padding-top: 20px;
	text-align: center;
}
.boxSoundblend {
	float: left;
	width: 180px;
	height: 100px;
	float:left;
	margin: 5px 5px 5px 5px;
	padding: 5px 0px 0px 0px;
	background-image:url(images/background_blue_800.png);
	text-align: center;
}
.boxSoundblendTitle {
	text-align:center;
	font-weight:bold;	
}
.shadowbox{
	box-shadow: 5px 5px 5px #10192c;
	-webkit-box-shadow: 5px 5px 5px #10192c;
	-moz-box-shadow: 5px 5px 5px #10192c;
}
.menu_button{
	float:left;
	height:38px;
	width:100px;
	background-image: url(images/design/menu_button_passive.png);
	background-repeat: no-repeat;
	background-position: center;
	color:#FFF
}
.hub_button{
	float:left;
	height:20px;
	width:60px;
	color:#FFF
}