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

body {
	background-image: url(http://projectinfinityrecords.com/images/static/bkgdtile_white2.gif);
	margin-top: 10px;
	background-color: #FFF;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
body a {
	color: #B80303;
}
#wrapper {
	background-image: url(images/bkgd.gif);
	width: 800px;
	margin: auto;
	min-height: 600px;
	border: 2px solid #FF3333;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#contentinnerartists {
	width: 600px;
	margin: auto;
	padding: 10px;
}
#contentinnerartists table {
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
	text-align: center;
}
#contentinnerartists table td {
	text-align: center;
}
#contentinnerreleases {
	background-color: #FFF;
	width: 500px;
	margin: auto;
	margin-bottom: 15px;
	padding: 10px;
	border: 2px solid #B80303;
	font-size: 13px;
}
#contentinnerstore {
	background-color: #FFF;
	width: 600px;
	margin: auto;
	margin-bottom: 15px;
	padding: 10px;
	border: 2px solid #B80303;
	font-size: 13px;
}
#contentinnercontact {
/*	background-color: #FFF; */
	width: 90%;
	margin: auto;
	margin-bottom: 50px;
	padding: 10px;
/*	border: 2px solid #B80303; */
	font-size: 13px;
}
#social a img {
	border: 0px;
}
.photocredit {
	color: #666;
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer {
	margin: 5px 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
}
#footer a {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a img {
	border: 0px;
}

/* ---------------------------------- NAVIGATION ------------------------------------- */
#navigation {
	margin-top: -140px;
	margin-bottom: 125px;
	margin-left: 263px;
}
#navbar a {
	border: none;
}
#navbar a:hover img {
	visibility: visible;
}

/* both IE/win and mac */
#navbar a {display:inline-block;}
/* \*/
html #navbar a {display:block;}
/* end hiding from IE/mac */

#nav {
	padding: 0;
	height: 30px;
	margin: 0 0 0 0;
	list-style: none;
}
#nav li {
	margin: 0 0 0 0;
	padding: 0;
	display: block;
	float: left;
}

#navnews {width:100px;}
#navartists {width:100px;}
#navreleases {width:100px;}
#navstore {width:100px;}
#navcontact {width:100px;}

.navnews { background: url(http://projectinfinityrecords.com/images/nav/nav_news_over.gif) bottom left no-repeat; }
.navartists { background: url(http://www.projectinfinityrecords.com/images/nav/nav_artists_over.gif) bottom left no-repeat; }
.navreleases { background:  url(http://www.projectinfinityrecords.com/images/nav/nav_releases_over.gif) bottom left no-repeat; }
.navstore { background: url(http://www.projectinfinityrecords.com/images/nav/nav_store_over.gif) bottom left no-repeat; }
.navcontact { background: url(http://www.projectinfinityrecords.com/images/nav/nav_contact_over.gif) bottom left no-repeat; }

#nav li {
	display: block;
	float: left;
}
#nav a:hover img {
	visibility: hidden;
}
#nav a {
	display: block;
}
#nav a/**/ {
	height: 30px; /* hide from IE5.0/win */
}
/* fixes for IE/win \*/
* html #nav a {
	cursor: hand;
}
* html #nav li a:hover {
	height: 1%;
