/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#bfbfbf;
	font-size:14px;
	margin:0 auto;
	background-color:#ffffff;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/bg_body-repeat.jpg);
	background-repeat:repeat;
}

a {
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:18px; }

h3 { font-size:17px; }

h4 { font-size:14px; }

hr { border: 1px solid #f7a44b; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.member-box {
	position:relative;
	width: 125px;
	height:150px;
	float:left;
	margin:0 15px 15px 0;
	text-align:center;
}

.featured-image {
	position:relative;
	width:120px;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
}

#paginate {
	position:relative;
	width:auto;
	height:40px;
	font-size:20px;
	margin:0 80px 0 10px;
	float:right;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:945px;
	height:auto;
	padding:250px 0 0 15px;
}

#bg_repeat {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background-image:url(images/bg_repeat.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

#bg_repeat-top {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:311px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:930px;
	height:53px;
	padding:0 0 0 0;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	width:930px;
	height:auto;
	padding:0 0 0 0;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;
}

#main-bottom {
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	width:920px;
	height:210px;
	padding:0 0 0 10px;
	background-image:url(images/bg_main-bottom.jpg);
	background-repeat:no-repeat;
	color:#000;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:593px;
	height:auto;
	padding:15px 0 0 10px;
}

#content_full {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:920px;
	height:auto;
	padding:15px 0 0 10px;
}

#artist {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:278px;
	height:auto;
	padding: 0 0 0 5px;
}

#sub_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:593px;
	height:auto;
	padding: 0 0 0 5px;
}

#sub_main_full {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:920px;
	height:auto;
	padding: 0 0 0 5px;
}

#signup {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:290px;
	height:105px;
	padding: 50px 0 0 11px;
	background-image:url(images/img_signup.jpg);
	background-repeat:no-repeat;
}

#sub-signup {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:290px;
	height:141px;
	padding: 50px 0 0 11px;
	background-image:url(images/img_signup.jpg);
	background-repeat:no-repeat;
}

#preamble {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:290px;
	height:142px;
	padding: 20px 0 0 20px;
	background-image:url(images/img_preamble.jpg);
	background-repeat:no-repeat;
}

#content_right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:300px;
	height:auto;
	padding:0 0 0 0;
}

#signup_btn
{
  width: 85px;
  height: 26px;
  background: url(images/btn_signup-roll.jpg) no-repeat 0 0;

}

#signup_btn:hover
{ 
  background-position: 0 -26px;
}

#see_artwork_btn
{
  position:relative;
  width: 120px;
  height: 41px;
  background-image: url(images/img_see-artwork-new.jpg);
  background-repeat:no-repeat;
  border: 0;
}

#see_artwork_btn:hover
{ 
  background-position: 0 -41px;
}

#fb_btn
{
  width: 74px;
  height: 26px;
  background: url(images/btn_fb-roll.jpg) no-repeat 0 0;

}

#fb_btn:hover
{ 
  background-position: 0 -26px;
}

#twitter_btn
{
  width: 74px;
  height: 17px;
  background: url(images/twitter.jpg) no-repeat 0 0;

}

#twitter_btn:hover
{ 
  background-position: 0 -17px;
}



/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:299px;
	height:auto;
	padding:20px 10px 0 0;

}

#subpage_sidebar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:299px;
	height:auto;
	padding:20px 10px 0 0;

}
/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	width:930px;
	height:48px;
	clear:both;
	color:#FFF;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:53px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(/images/nav.png);
}

a#nav_01 {
	width:65px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -53px;
}

.active_01 {
	background-position: 0 -53px !important;
}

a#nav_02 {
	width:82px;
	background-position:-65px 0;
}

a:hover#nav_02{
	background-position:-65px -53px;
}

.active_02 {
	background-position:-65px -53px !important;
}

a#nav_03 {
	width:151px;
	background-position:-147px 0;
}

a:hover#nav_03{
	background-position:-147px -53px;
}

.active_03 {
	background-position:-147px -53px !important;
}

a#nav_04 {
	width:148px;
	background-position:-298px 0;
}

a:hover#nav_04{
	background-position:-298px -53px;
}

.active_04 {
	background-position:-298px -53px !important;
}

a#nav_05 {
	width:118px;
	background-position:-446px 0;
}

a:hover#nav_05{
	background-position:-446px -53px;
}

.active_05 {
	background-position:-446px -53px !important;
}

a#nav_06 {
	width:114px;
	background-position:-564px 0;
}

a:hover#nav_06{
	background-position:-564px -53px;
}

.active_06 {
	background-position:-564px -53px !important;
}

a#nav_07 {
	width:164px;
	background-position:-678px 0;
}

a:hover#nav_07{
	background-position:-678px -53px;
}

.active_07 {
	background-position:-678px -53px !important;
}

a#nav_08 {
	width:88px;
	background-position:-842px 0;
}

a:hover#nav_08{
	background-position:-842px -53px;
}

.active_08 {
	background-position:-842px -53px !important;
}

