/* $Id: zen-classic.css,v 1.9 2008/09/21 15:09:48 johnalbin Exp $ */

/*
 * COMMON STYLES
 */
	@font-face
	 {
	font-family: 'GentiumAltRegular';
	src: url('GenAR102.eot');
	src: local('GentiumAlt Regular'), local('GentiumAlt'), url('GenAR102.woff') format('woff'), url('GenAR102.ttf') format('truetype'), url('GenAR102.svg#GentiumAlt') format('svg');
}


  body
  {
    background:#AD1E22 url(images/2134bg.jpg) no-repeat scroll center top;
  }
  body.section-users
  {
  background:#AD1E22 url(images/2134bg.jpg) no-repeat scroll center top;
  }
  #page
  { color: #111;
	margin:0 auto!important;
	width:950px!important;    
  }
  #container
  {
    width:950px;
	background-image:url(images/containerbg.jpg);
	background-repeat:repeat-y;
	float:left;
  }
  .page-node-add-exhibitu #container, .page-node-add-exhibitu #squeeze
  {
  background:none!important;
  }
  body.front #container
  {
  	background-image:none!important;
  }
   .login
   {
   color:#DE272D;
	float:right;
	margin-top:10px;
	width:670px;
   }	   
   *:first-child+html .login
   {
   		margin-top:0;
		width:700px;
   }   
   .login #block-block-1
   {
   	float:left;
	
   }   
   #edit-search-block-form-1-wrapper #edit-search-block-form-1
   {
   width:175px;
   }
   .login #block-block-1 a
   {
   	color:#fff;
	margin-left:5px;
   }   
   .login #block-menu-menu-usermenu
   {
   	float:left;
   }   
   .login #block-menu-menu-usermenu ul li
   {
   	display:inline;
	list-style:none;
	padding-bottom:3px;
   }   
   .login #block-menu-menu-usermenu ul li a
   {
   	color:#e7282f;
	text-decoration:none;
   }   
   .login #block-menu-menu-usermenu ul li a:hover
   {
   	text-decoration:underline;
   }   
   .login #block-menu-menu-usermenu ul li.last
   {
   	border-left:1px solid #e7282f;
	padding-left:12px;
   }   
  #header-region,
  #closure-blocks
  {
    margin: 0 10px;
  }
  #main .node .content
  {
    color: #333;
  }
  div.content, div.links
  {
    font-size: 92%;
  }
  .block h3
  {
    font-size: 122%;
  }
  .book .body
  {
    padding: 0 0 0.5em 0;
    margin: 0;
  }
/*
 * HEADER STYLES
 */

  #logo-title
  {
    margin:58px 25px 0;
    position: relative;
	float:left;
  }
  #logo
  {
    vertical-align: baseline;
  }
   .page-node-add-exhibitu #logo
   {
   display:none;
   }
  #name-and-slogan
  {
    display: inline;
  }
  #site-name
  {
    margin: 0;
    display: inline;
    font-size: 246%;
  }
  #site-name a, #site-name a:hover
  {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #6DA6E2;
    margin: 0;
    padding: 0;
  }
  #site-slogan
  {
    color: #aaa;
    margin: 0;
    font-size: 85%;
    margin-left: 20px;
  }
  #search
  {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
  }
  #mission
  {
    color: #666;
    font-weight: bold;
    padding: 2em;
    background: #D7E3F0 url(images/background.png);
    margin-bottom: 20px;
    font-size: 85%;
    border: solid 1px #B5C9D8;
  }
  .breadcrumb
  {
    margin: 0;
    padding: 0;
    font-size: 85%;
    margin-left: 10px; /* #header-region already has 10px */
  }
  /* "Skip to Main Content" link
   *
   * This link useful for both blind people and people with mobility impairments
   * who cannot use a mouse.
   */
  #skip-nav
  {
    margin: 0 !important;
    padding-left: 20px;
    font-size: 0.8em;
    line-height: 1;
  }
  #skip-nav a
  {
    padding: 1px 10px;
  }
  #skip-nav a:link, #skip-nav a:visited
  {
    color: #ffffff; /* same as background color */
  }
  #skip-nav a:hover, #skip-nav a:active, #skip-nav a:focus
  {
    color: #ffffff;
    background: #2763A5;
    text-decoration: none;
  }
  /* Alternatively, the skip-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-nav a, #skip-nav a:hover, #skip-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  #skip-nav a:active, #skip-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  #logo-title
  {
    margin: 10px 20px 0 20px;
  }
  */

/*
 * MENU STYLES
 */

  div.menu
  {
    margin-top: 15px;
  }
  #primary
  {
    border-bottom: 3px solid #ffffff;
  }
  #primary ul
  {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #primary ul.links li,
  #secondary ul.links li
  {
    display: inline;
    border-left: none;
    margin: 0;
    padding: 0;
	text-indent:-9999px;
  }
    #primary ul.links li,
  {
   text-indent:-9999px;
  }
  #primary a
  {
    display:block;
	float:left;
	padding:0;
  }

  #primary a
  {
    background-position: 0% 0;
  }

  /*#primary a:hover
  {
    background-color:#ffffff;
	color:#000000;
    text-decoration: none;
  }

  #primary a.active
  {
    background-position:#232323;
	color:#fff!important;
  }*/

  #secondary
  {
    padding-left: 20px;
    background: #6DA6E2; /*#347FD2;*/
    border-bottom: solid #2763A5 4px;
  }

  #secondary ul
  {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #secondary li a
  {
    float: left;
    display: block;
    color: #fff;
    font-size: 85%;
    text-decoration: none;
    padding: 0 5px 0 5px;
  }

  #secondary a:hover
  {
    background: #2763A5;
  }

  #secondary a.active
  {
    font-weight: bold;
  }



/*CONTENT STYLE*/

body.page-go h1
{
	background-image:url(images/go-title.jpg);
	height:60px;
	text-indent:-9999px;
	padding:0;
}

body.page-see h1
{
	background-image:url(images/seetittle.jpg);
	height:60px;
	text-indent:-9999px;
	padding:0;
}

body.page-hear h1
{
	background-image:url(images/heartitle.jpg);
	height:60px;
	text-indent:-9999px;
	padding:0;
}

body.page-shop h1
{
	background-image:url(images/shop-title.jpg);
	height:60px;
	text-indent:-9999px;
	padding:0;
}

body.page-blog h1
{
	background-image:url(images/blogtitle.png);
	height:60px;
	text-indent:-9999px;
	padding:0;
}

body.section-blogs h1, .section-blog h1
{
	background-color:#101010;
	color:#FFFFFF;
	font-size:22px;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:5px;
	text-transform:capitalize;
}

body.section-users h1,
body.section-user h1,
body.section-cart h1,
body.section-mysee h1,
body.section-mygo h1,
body.section-myhear h1
{
	background-image:url(images/blogbg.jpg);
	color:#FFFFFF;
	height:36px;
	margin-bottom:10px;
	padding:12px;
}

body.section-category h1,
body.section-forum h1
{
	background-image:url(images/blogbg.jpg);
	color:#FFFFFF;
	height:36px;
	padding:12px;
}
body.page-contact h1
{
	background-image:url(images/contacttitle.jpg);
	height:60px;
	text-indent:-9999px;
	margin-bottom:10px;
	padding:0;
}

body.page-page-arcade h1
{
	background-color:#991C20;
	background-image:url(images/arcadetitle.jpg);
	background-repeat:no-repeat;
	height:60px;
	margin-bottom:10px;
	padding:0;
	text-indent:-9999px;
	width:950px;
}

body.page-page-about-us h1
{
	background-image:url(images/aboutustitle.jpg);
	height:60px;
	text-indent:-9999px;
	margin-bottom:10px;
	padding:0;
}

body.page-page-exhibit-us h1
{
	background-image:url(images/exhititustitle.jpg);
	height:60px;
	text-indent:-9999px;
	margin-bottom:10px;
	padding:0;
}

body.page-user-register h1,
body.page-user h1,
body.page-user-password h1
{
	background-image:url(images/useraccounttitle.jpg);
	height:60px;
	text-indent:-9999px;
	margin-bottom:10px;
	padding:0;
}

body.section-search h1
{
	background-image:url(images/search-title.jpg);
	height:60px;
	text-indent:-9999px;
	margin-bottom:10px;
	padding:0;
}


.view
{
	padding:10px;
}

#main .views-row
{
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:10px;
	float:left;
}

*:first-child+html #main .views-row
{
	width:600px;
}

body.section-forum #squeeze .node-type-forum
{
	
	padding:10px 10px 10px 0;
	margin-bottom:10px;
	float:left;
	width:720px!important;
	border-bottom:3px solid #BA1223 !important;
	
}

#main .views-field-title .field-content a,
body.section-category .node-type-see h2 a
{
	background-color:#000000;
	color:#FFFFFF;
	float:left;
	font-family:"Gentium",Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	padding:7px;
	text-decoration:none;
	width:586px;
	margin-bottom:3px;
}

#main #homebox #homebox-block-views-musicartistofmon-block_1 .views-field-title .field-content a
{
	color:#621215;
	float:left;
	font-family:"Gentium",Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	margin-bottom:3px;
	padding:0;
	text-decoration:none;
	text-transform:uppercase;
	width:262px;
}

body.section-category .node-type-see h2 a
{
	line-height:1em;
	margin:0;
}

body.section-category .node-type-see h2
{
	margin:0;
}

#main .views-field-title .field-content a:hover,
body.section-category .node-type-see h2 a:hover
{
	background-color:#b62025;
}

#main .views-field-created
{
	color:#7E1619;
	float:left;
	font-weight:bold;
	width:61px;
	font-size:11px;
}

#main .views-field-tid,
body.section-category #main .views-field-name
{
	color:#7E1619;
	font-weight:bold;
	font-size:11px;
	
}

#main .views-field-tid .field-content a,
body.section-category #main .views-field-name .field-content a.active
{
	color:#7E1619!important;
	font-weight:bold;
	font-size:11px;
	
}

#main .views-field-body
{
	float:left;
	font-size:12px;
	line-height:1.5;
	margin:15px 15px 18px 3px;
	text-align:justify;
	width:380px;
	height:97px;
}

#main .views-field-field-go-image-fid, #main .views-field-field-see-image-fid, #main .views-field-field-hear-image-fid
{
	float:right;
	height:200px;
	overflow:hidden;
	width:200px;
	
}



#main .views-field-view-node .field-content a
{
	color:#7E1619;
	float:left;
	font-size:11px;
	font-weight:bold;
	width:117px;
}

#main .views-field-comment-count
{
	color:#7A7A7A;
	float:left;
	font-size:11px;
	margin-right:3px;
	width:90px;
}

#sidebar-right .block-search h2
{
	color:#DE272D;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	margin-top:4px;
	margin-bottom:4px;
}

#sidebar-right .block-search .content
{
	margin:0;
}

#edit-search-block-form-1-wrapper label
{
	display:none;

}

#sidebar-right .block-search #edit-search-block-form-1
{
	background-image:url(images/searchbox.jpg);
	background-repeat:no-repeat;
	border:medium none;
	color:#FFFFFF;
	font-size:15px;
	height:18px;
	padding:4px;
	width:215px;
}

*:first-child+html #sidebar-right .block-search .form-submit
{
	margin-top:-25px;
	font-size:0px;
}


#sidebar-right .block-search .form-submit
{
	background-image:url(images/search-go.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:27px;
	text-indent:-9999px;
	width:58px;
	float:right;
}

#sidebar-right #block-views-blog_block-block_1 h2
{
	background-image:url(images/blogtitle.jpg);
	background-repeat:no-repeat;
	height:35px;
	text-indent:-9999px;
	width:294px;
	margin-bottom:0;
}

#sidebar-right #block-im-im_friend_picker h2
{
	background-image:url(images/2134mesenger-title.jpg);
	background-repeat:no-repeat;
	height:35px;
	text-indent:-9999px;
	width:294px;
	margin-bottom:0;
}

#sidebar-right #block-views-blog_block-block_1
{
margin-top:14px;
}

*:first-child+html #sidebar-right #block-views-blog_block-block_1
{
width:293px;
}


#sidebar-right #block-views-blog_block-block_1 .content
{
	background-color:#FFFFFF;
	background-image:url(images/block-bg.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	margin:0;
}



#sidebar-right #block-views-blog_block-block_1 .view-blog-block .views-field-created
{
	background-color:#000000;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	height:23px;
	padding-bottom:4px;
	padding-top:4px;
	text-align:center;
	width:54px;
}

#sidebar-right #block-views-blog_block-block_1 .view-blog-block .views-field-created-1
{
	background-color:#9D1B20;
	background-image:url(images/blog-date-bg.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	height:22px;
	text-align:center;
	text-transform:lowercase;
	width:54px;
}

#sidebar-right #block-views-blog_block-block_1 .view-blog-block .views-field-title
{
	color:#101010;
	float:right;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:15px;
	font-weight:bold;
	margin-top:-56px;
	text-transform:lowercase;
	width:212px;
}

#sidebar-right #block-views-blog_block-block_1 .view-blog-block .views-field-title a
{
	color:#101010;

}
#sidebar-right #block-views-blog_block-block_1 .view-blog-block .views-field-title a:hover
{
	color:#641114;

}

#sidebar-right #block-views-blog_block-block_1 .view-blog-block .views-field-name
{
	color:#641114;
	float:right;
	font-size:11px;
	margin-top:-16px;
	width:212px;
	
}

#sidebar-right #block-views-blog_block-block_1 .view-blog-block .views-field-body
{
	width:100%;
	margin-top:9px;
	margin-bottom:9px;
}

#sidebar-right #block-views-blog_block-block_1 .view-blog-block .views-field-body p
{
	font-size:11px;
	line-height:1.5;
	margin-top:-1px;
	padding:0;
	text-align:justify;
	
}
#sidebar-right #block-views-blog_block-block_1 .view-blog-block .views-field-view-node
{
	margin-bottom:5px;
	
}
#sidebar-right #block-views-blog_block-block_1 .view-blog-block .views-field-view-node a
{
	font-size:11px;
	color:#641114;
	
}

#sidebar-right #block-views-blog_block-block_1 .view-blog-block .views-row-1
{
	border-bottom:1px dashed #641114;
	margin-bottom:10px;
}

#homebox #homebox-block-views-blog_block-block_1 .portlet-content .views-field-created
{
	background-color:#000000;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	height:23px;
	padding-bottom:4px;
	padding-top:4px;
	text-align:center;
	width:54px;
}

#homebox #homebox-block-views-blog_block-block_1 .portlet-content .views-field-created-1
{
	background-color:#9D1B20;
	background-image:url(images/blog-date-bg.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	color:#FFFFFF;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	height:22px;
	margin-left:-54px;
	margin-top:31px;
	text-align:center;
	text-transform:lowercase;
	width:54px;
}

#homebox #homebox-block-views-blog_block-block_1 .portlet-content .views-field-title
{
	color:#101010;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:15px;
	font-weight:bold;
	margin-left:62px;
	margin-top:-38px;
	text-transform:lowercase;
	width:212px;
	margin-top/*\**/: -55px\9;
	
	
	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#homebox #homebox-block-views-blog_block-block_1 .portlet-content .views-field-title
	{
		margin-top:-55px;
	}
}



*:first-child+html #homebox #homebox-block-views-blog_block-block_1 .portlet-content .views-field-title
{
	margin-top:-54px;
}

#homebox #homebox-block-views-blog_block-block_1 .portlet-content .views-field-title a
{
	background:transparent none repeat scroll 0 0;
	color:#101010;
	float:none;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:15px;
	font-weight:bold;
	padding:0;
}

#homebox #homebox-block-views-blog_block-block_1 .portlet-content .views-field-name
{
	color:#641114;
	float:left;
	font-size:11px;
	margin-left:60px;
	margin-top:5px;
	width:212px;
	margin-top/*\**/:-15px\9;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#homebox #homebox-block-views-blog_block-block_1 .portlet-content .views-field-name
{
	margin-top:-15px;
}
}


*:first-child+html #homebox #homebox-block-views-blog_block-block_1 .portlet-content .views-field-name
{
	margin-top:-15px;
}

body.front #squeeze #content #homebox #homebox-block-views-blog_block-block_1 .portlet-content  .view-id-blog_block .views-field-body
{
	margin-bottom:9px;
	margin-top:9px;
	width:100%;
	height:auto;
}


body.front #squeeze #content #homebox #homebox-block-views-blog_block-block_1 .portlet-content .views-field-view-node
{
	margin-bottom:5px;
}

body.front #squeeze #content #homebox #homebox-block-views-blog_block-block_1 .portlet-content .views-row-1
{
	border-bottom:1px dashed #641114;
	margin-bottom:10px;
}
.login #user-login-form #edit-name, .login #user-login-form #edit-pass
{
	background-image:url(images/usenamebox.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:16px;
	margin-right:10px;
	width:148px;
}
.section-exhibitu .login #user-login-form #edit-name, .section-exhibitu .login #user-login-form #edit-pass
{
background-color: #DCDDDF;
background-image:url(images/usenamebox.gif);
	background-repeat:no-repeat;
	border:medium none;
	height:16px;
	margin-right:10px;
	width:148px;
}

.login #user-login-form #edit-submit
{
	background-image:url(images/login-btn.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:22px;
	margin-right:6px;
	text-indent:-9999px;
	width:78px;
}
.section-exhibitu .login #user-login-form #edit-submit
{
background-image:url(images/exhibitu-loginbtn.jpg);
}
.section-exhibitu .login #user-login-form a
{
	background-image:url(images/exhibitu-registerbtn.jpg);
color:#DCDDDF;
}

.login #user-login-form a
{
	background-image:url(/images/register-btn.jpg);
	color:#101010;
	float:right;
	
	text-decoration:none;
	width:90px!important;
	padding:0 0 3px;
	margin-top:0px!important;
}
#block-block-1 #user-login-form #edit-user-login
{
display:none;
}
#search-form #edit-submit, .homebox-portlet-inner #search-block-form #edit-submit
{
background-image:url(images/go-form.png) !important;
background-repeat:no-repeat !important;
border:medium none !important;
height:22px !important;
text-indent:-9999px !important;
width:78px !important;
}
body.page-node-add-profile #node-form
{
 background-color:#FFFFFF;
 margin:0 10px 10px;
 padding:10px;
}

*:first-child+html .login #user-login-form a
{
	
	width:90px!important;
	top:13px;
	position:absolute;
}

#block-block-1 #user-login-form p
{
display:none;
}
#block-block-1 #user-login-form 
{
float:left!important;
clear:both;
display:block;
}
.not-logged-in #block-block-1 #user-login-form 
{
width:665px;
}

#header
{
	float:left;
	width:950px;
}
#navigation
{
	float:left;
	width:950px;
}

#block-block-2 .content, #block-block-3 .content, #block-block-4 .content, #block-block-6 .content, #block-block-7 .content
{
	margin:0;
}


body.page-page-arcade #main #squeeze .node-type-page
{
	background:none!important;
	width:930px!important;
}




.section-node-edit #main #squeeze #content, .section-client-info #main #squeeze #content, body.node-type-go #main #squeeze #content, body.node-type-see #main #squeeze #content, body.node-type-audio #main #squeeze #content, body.node-type-audio-new #main #squeeze #content, body.node-type-product #main #squeeze #content, body.section-comment #main #squeeze #content, body.node-type-blog #main #squeeze #content,
body.page-contact #main #squeeze #contact-mail-page, body.page-page-exhibit-us #main #squeeze .node-type-page,
body.section-category #main #squeeze .node-type-see
{
	background-color:#FFFFFF;
	margin-bottom:10px;
	margin-left:10px;
	padding:10px;
	width:600px!important;
	float:left;
}
body.page-page-about-us #main #squeeze .node-type-page
{
background-color:#FFFFFF;
	margin-bottom:10px;
	margin-left:10px;
	padding:10px;
	width:580px!important;
	float:left;
}

body.section-comment #main #squeeze #content
{
	margin-top:10px;
}

body.node-type-go #main #squeeze #content h1, body.node-type-see #main #squeeze #content h1, body.node-type-audio #main #squeeze #content h1, .node-type-audio-new #main #squeeze #content h1,
body.node-type-product #main #squeeze #content h1, body.section-comment #main #squeeze #content .node-inner h2.title, body.node-type-blog #main #squeeze #content h1, .node-type-client-info #main #squeeze #content h1
{
	background-color:#B62025;
	color:#FFFFFF;
	float:left;
	font-family:"Gentium",Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	margin-bottom:3px;
	padding:4px;
	text-decoration:none;
	width:586px;
}
.section-exhibitu #squeeze
{
background:none;
}
body.section-comment #main #squeeze #content .node-inner h2.title a
{
	color:#FFFFFF;
	font-family:"Gentium",Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	line-height:normal;
}

body.section-comment #main #squeeze #content h1
{
	color:#101010;
	font-family:"Gentium",Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	
}

body.node-type-go #main #squeeze #content .node-type-go ul li.comment_forbidden span,
body.node-type-see #main #squeeze #content .node-type-see ul li.comment_forbidden span,
body.node-type-audio-new #main #squeeze #content .node-type-audio-new ul li.comment_forbidden span
{
	background:#333333 none repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	margin-top:7px;
	padding:5px;
	width:590px;
}
body.node-type-go #main #squeeze #content .node-type-go ul li.comment_forbidden span a,
body.node-type-see #main #squeeze #content .node-type-see ul li.comment_forbidden span a,
body.node-type-audio-new #main #squeeze #content .node-type-audio-new ul li.comment_forbidden span a
{
	color:#FFFFFF;
}

body.node-type-go #main #squeeze #content #comments,
body.node-type-see #main #squeeze #content #comments,
body.node-type-audio-new #main #squeeze #content #comments,
#comments
{
	background-color:#333333;
	padding:8px;
}

body.node-type-go #main #squeeze #content #comments h2,
body.node-type-see #main #squeeze #content #comments h2,
body.node-type-audio-new #main #squeeze #content #comments h2,
#comments h2
{
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	margin:0 0 5px;
		
}

body.node-type-go #main #squeeze #content #comments .comment,
body.node-type-see #main #squeeze #content #comments .comment,
body.node-type-audio-new #main #squeeze #content #comments .comment
{
	background-color:#EFEFEF;
	color:#333333;
	border:medium none;
		
}

.uc-price-display
{
	display:none;
}

div.node form.fivestar-widget
{
	background-color:#771518;
	clear:both;
	color:#FFFFFF;
	display:block;
	margin-top:5px;
	padding:3px 3px 3px 6px;
}

body.section-exhibitu .node-type-exhibitu form.fivestar-widget
{
	background-color:#999;
}

body.front div.warning
{
	display:none;
}

body.front #main, body.front #squeeze
{
	background:transparent none repeat scroll 0 0;
	width:950px;
}


body.front #main, body.front #squeeze #content-top .content
{
	margin:0;
}

body.front #squeeze #content-top .content #block-views-home_go-block_1 h2
{
	background-image:url(images/home_go_title.jpg);
	background-repeat:no-repeat;
	float:left;
	height:42px;
	margin:0;
	text-indent:-9999px;
	width:950px;
}

body.front #squeeze #content-top .content #block-views-home_see-block_1 h2
{
	background-image:url(images/home_see_title.jpg);
	background-repeat:no-repeat;
	float:left;
	height:42px;
	margin:0;
	text-indent:-9999px;
	width:950px;
}

body.front #squeeze #content-top .content #block-views-home_hear-block_1 h2
{
	background-image:url(images/home_hear_title.jpg);
	background-repeat:no-repeat;
	float:left;
	height:42px;
	margin:0;
	text-indent:-9999px;
	width:950px;
}

body.front #squeeze #content-top .content #block-views-home_go-block_1 .view-home-go,
body.front #squeeze #content-top .content #block-views-home_hear-block_1 .view-home-hear,
body.front #squeeze #content-top .content #block-views-home_see-block_1 .view-home-see
{
	background-image:url(images/home-tabsbg.jpg);
	background-repeat:no-repeat;
	float:left;
	height:264px;
	padding:10px 20px 0;
	width:910px;
	
}

body.front #squeeze #content-top .content #quicktabs_container_1 .view-content
{
	margin:auto;
	width:865px;
}

body.front #squeeze #content-top .content #quicktabs_container_1 .views-row
{
	background:none;
	float:left;
	margin-right:40px;
	width:163px;
}

body.front #squeeze #content-top .content #quicktabs_container_1 .views-row-last
{
	margin-right:0;
}

body.front #squeeze #content-top .content #quicktabs_container_1 .views-row .views-field-field-go-image-fid,
body.front #squeeze #content-top .content #quicktabs_container_1 .views-row .views-field-field-audio-image-fid
{
	width:146px;
	float:left;
	height:94px;
	overflow:hidden;
	background-image:url(images/homethumbbg.jpg);
	padding-top:3px;
	padding-left:6px;
	padding-right:12px;
	padding-bottom:33px;
}
body.front #squeeze #content-top .content #quicktabs_container_1 .views-row .views-field-field-see-video-embed
{
width:112px;
	float:left;
	height:94px;
	overflow:hidden;
	background-image:url(images/homethumbbg.jpg);
	padding-top:3px;
	padding-left:6px;
	padding-right:12px;
	padding-bottom:33px;
}

*html body.front #squeeze #content-top .content #quicktabs_container_1 .views-row .views-field-field-see-video-embed
{
	width:110px;
}

body.front #squeeze #content-top .content #quicktabs_container_1 .views-row .views-field-field-go-image-fid .field-content,
body.front #squeeze #content-top .content #quicktabs_container_1 .views-row .views-field-field-see-video-embed span.field-content,
body.front #squeeze #content-top .content #quicktabs_container_1 .views-row .views-field-field-audio-image-fid span.field-content
{
	height:94px;
	overflow:hidden;
	float:left;
}

body.front #squeeze #content-top .content #quicktabs_container_1 .views-row .views-field-title a
{
	background:none;
	color:#FFFFFF;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0 0 0 4px;
	width:150px;
}

body.front #squeeze #content-top .content #quicktabs_container_1 .views-row .views-field-created
{
	color:#FFFFFF;
	float:left;
	font-weight:normal;
	padding-left:4px;
	width:150px;
}

body.front #squeeze #content-top .content #quicktabs_container_1 .views-row .views-field-name
{
	color:#FFFFFF;
	font-weight:normal;
	padding-left:4px;
	width:150px;
}

body.front #squeeze #content-top .content #quicktabs_container_1 .views-row .views-field-name a
{
	color:#FFFFFF;
	
}

body.front #squeeze #content
{
	width:950px!important;
	float:left;
	background-color:#101010;
	margin-top:7px;
}


body.front #squeeze #content #homebox #homebox-add,
body.front #squeeze #content #homebox #homebox-settings
{
color:#FFFFFF;
font-size:10px;	
}
body.front #squeeze #content #homebox ul#homebox-settings li
{
display:inline;
margin-right:10px;
}
body.front #squeeze #content #homebox .homebox-column
{
	width:294px;
	background:none;
	border:none;
	margin:0;
	padding:0;
	position:relative;
}

#homebox-column-1, #homebox-column-2,#homebox-column-3
{
	width:294px;
}
body.front #squeeze #content #homebox #homebox-column-2
{
	margin-left:16px;
	margin-right:16px;
}

body.front #squeeze #content #homebox .homebox-portlet
{
	background:none;
	border:none;
	margin:0 0 16px;
	width:100%;
}

body.front #squeeze #content #homebox .homebox-portlet .homebox-portlet-inner
{
	border:none;
}

body.front #squeeze #content #homebox .portlet-content
{
	background-color:#FFFFFF;
	background-image:url(images/home-boxbg.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	float:left;
	padding:15px;
	width:264px;
}

body.front #squeeze #content #homebox .portlet-content .views-row
{
	background:none;
	padding:0;	
	width:100%;
	margin:0;
}



body.front #squeeze #content #homebox .portlet-content .views-row .views-field-value
{
	color:#641114;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	text-transform:uppercase;
	margin-bottom:9px;
}

body.front #squeeze #content #homebox .portlet-content .views-row .views-field-field-hear-image-fid
{
	border:3px solid #2D2D2D;
	float:left;
	height:116px;
	margin-bottom:10px;
	margin-right:10px;
	overflow:hidden;
	width:116px;
}

body.front #squeeze #content #homebox .portlet-content .views-row .views-field-body
{
	color:#101010;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	height:106px;
	margin:0;
	overflow:hidden;
	width:132px;
}

body.front #squeeze #content #homebox .portlet-content .views-row .views-field-view-node .field-content a
{
	margin-bottom:10px;
}

body.front #squeeze #content #homebox .portlet-content .views-row .views-field-value-1
{
	float:left;
	width:100%;
}
#homebox #homebox-block-views-musicartistofmon-block_1 .views-field-field-audiofile-fid .views-label-field-audiofile-fid
{
	color:#641114;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	width:100%;
	text-transform:uppercase;
}

#homebox #homebox-block-views-musicartistofmon-block_1 .views-field-field-audiofile-fid .filefield-file a
{
	background-image:url(images/tracts-bullet.png);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	font-size:12px;
	text-indent:13px;
	width:100%;
	
}

body.front #squeeze #content #homebox .portlet-content .view
{
	padding:0;
}

body.front #squeeze #content #homebox #homebox-block-views-musicartistofmon-block_1 h3
{
	background-image:url(images/home_tab_musicartist.jpg);
	height:34px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:none;
	background-color:none;
	padding:0;
}
body.front #squeeze #content #homebox #homebox-block-block-12 h3
{
	background-image:url(images/home_playlist.jpg);
	height:34px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:none;
	background-color:none;
	padding:0;
}
body.front #squeeze #content #homebox #homebox-block-block-5 h3
{
	background-image:url(images/home_tab_arcade.jpg);
	height:34px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:none;
	background-color:none;
	padding:0;
}

body.front #squeeze #content #homebox #homebox-block-block-22 h3
{
	background-image:url(images/radio-block.jpg);
	height:34px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:none;
	background-color:none;
	padding:0;
}




body.front #squeeze #content #homebox #homebox-block-search-0 h3
{
	background-image:url(images/home_tab_search.jpg);
	height:34px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:none;
	background-color:none;
	padding:0;
}

body.front #squeeze #content #homebox #homebox-block-views-2134shop-block_1 h3
{
	background-image:url(images/home_tab_shop.jpg);
	height:34px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:none;
	background-color:none;
	padding:0;
}

body.front #squeeze #content #homebox #homebox-block-views-blog_block-block_1 h3
{
	background-image:url(images/home_tab_blog.jpg);
	height:34px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:none;
	background-color:none;
	padding:0;
}

body.front #squeeze #content #homebox #homebox-block-views-2134shop-block_1 .portlet-content .views-field-title .field-content a
{
	color:#641114;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:15px;
	font-weight:bold;
	margin-top:7px;
	padding:0;
	width:150px;
	background:none;
}
body.front #squeeze #content #homebox #homebox-block-views-2134shop-block_1 .portlet-content .views-field-title .field-content a:hover
{
	text-decoration:underline;
}

body.front #squeeze #content #homebox #homebox-block-views-2134shop-block_1 .portlet-content .views-field-field-image-cache-fid
{
	float:left;
	margin-left:12px;
	margin-right:17px;
	width:70px;
	margin-bottom:10px;
}

body.front #squeeze #content #homebox #homebox-block-views-2134shop-block_1 .portlet-content .views-field-cost
{
	width:150px;
	float:left;
	font-size:11px;
}

body.front #squeeze #content #homebox #homebox-block-views-2134shop-block_1 .portlet-content .views-field-buyitnowbutton .list-add-to-cart
{
	background-image:url(images/buynow_home.jpg);
	background-repeat:no-repeat;
	border:medium none;
	float:left;
	height:16px;
	margin-right:6px;
	margin-top:20px;
	text-indent:-9999px;
	width:57px;	
}

*:first-child+html body.front #squeeze #content #homebox #homebox-block-views-2134shop-block_1 .portlet-content .views-field-buyitnowbutton .list-add-to-cart
{
	font-size: 0px;
	display:block;
	line-height: 0px;
}

body.front #squeeze #content #homebox #homebox-block-views-2134shop-block_1 .portlet-content .views-field-view-node .field-content a
{
	background-image:url(images/moreinfo_home.jpg);
	background-repeat:no-repeat;
	float:left;
	height:16px;
	margin-top:20px;
	text-indent:-9999px;
	width:57px;	
}

*:first-child+html body.front #squeeze #content #homebox #homebox-block-views-2134shop-block_1 .portlet-content .views-field-view-node .field-content a
{
	font-size: 0px;
	display:block;
	line-height: 0px;
}

body.front #squeeze #content #homebox #homebox-block-views-2134shop-block_1 .portlet-content .views-row-1
{
	margin-bottom:15px;
	border-bottom:1px;
	border-bottom-style:dashed;
	border-bottom-color:#641114;
}



body.front #squeeze #content #homebox
{
	padding:18px;
}

body.front #squeeze #content #homebox #homebox-block-block-5 .portlet-content
{
	height:121px;
	padding:0;
	width:294px;
}

#main .view-2134shop .views-row
{
	background-color:#FFFFFF;
	background-color:#FFFFFF;
	float:left;
	margin-bottom:10px;
	padding:25px 20px;
	width:265px!important;
	height:105px;
}

#main .view-2134shop .views-row-odd
{
	margin-right:10px;
}

#main .view-2134shop .views-row-odd, #main .view-2134shop .views-row-even 
{
	width:265px!important;
}

*:first-child+html #main .view-2134shop .views-row
{
	float:none!important;
}

*:first-child+html .view-2134shop
{
	width:640px;
}

#main .view-2134shop .views-field-field-image-cache-fid
{
	float:left;
	margin:auto 16px auto 0;
	width:70px;
}

#main .view-2134shop .views-field-title a
{
	background:none;
	color:#641114;
	float:left;
	width:165px;
	padding:5px 0;
}

#main .view-2134shop .views-field-title a:hover
{
	color:#101010;
	text-decoration:underline;
	background:none;
}

#main .view-2134shop .views-field-buyitnowbutton .list-add-to-cart
{
	background-image:url(images/buynow.jpg);
	background-repeat:no-repeat;
	border:medium none;
	float:left;
	height:20px;
	margin-right:6px;
	margin-top:20px;
	text-indent:-9999px;
	width:68px;
}

#main .node-type-product .add-to-cart .node-add-to-cart
{
	background-image:url(images/buynow.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:20px;
	text-indent:-9999px;
	width:68px;
}
input#edit-preview
{
	background-image:url(images/previewbtn.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:20px;
	text-indent:-9999px;
	width:68px;
}

form#search-form input#edit-submit
{
	background-image:url(images/searchbtn.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:20px;
	text-indent:-9999px;
	width:68px;
}

form#comment-form input#edit-submit,
form#user-profile-form input#edit-submit,
form#node-form input#edit-submit
{
	background-image:url(images/savebtn.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:20px;
	text-indent:-9999px;
	width:68px;
}
.not-front #content #edit-submit
{
	background-image:url(images/savebtn.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:20px;
	text-indent:-9999px;
	width:68px;
}

form#contact-mail-page input#edit-submit
{
	background-image:url(images/sendbtn.jpg)!important;
	background-repeat:no-repeat!important;
	border:medium none!important;
	height:20px!important;
	text-indent:-9999px!important;
	width:68px!important;
}

form#user-register input#edit-submit
{
	background-image:url(images/createnewaccountbtn.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:20px;
	text-indent:-9999px;
	width:128px;
}

form#user-login input#edit-submit
{
	background-image:url(images/loginbtn.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:20px;
	text-indent:-9999px;
	width:68px;
}

form#user-pass input#edit-submit
{
	background-image:url(images/passemailbtn.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:20px;
	text-indent:-9999px;
	width:128px;
}




#main .view-2134shop .views-field-view-node .field-content a
{
	background-image:url(images/moreinfo.jpg);
	background-repeat:no-repeat;
	float:left;
	height:20px;
	margin-top:20px;
	text-indent:-9999px;
	width:68px;
}

#main .node-type-product .field-field-image-cache
{
	width:200px;
	float:right;
	border:1px solid #101010;
	margin-right:7px;
	padding:10px;
	margin-left:10px;
}

body.page-blog .item-list, 
body.section-blogs .item-list,
body.section-blog .item-list

{
	background-color:#101010;
}

body.page-blog .item-list ul,
body.section-blogs .item-list ul,
body.section-blog .item-list ul
{
	margin:0;
	padding:0;
}
body.page-blog .item-list ul li,
body.section-blogs .item-list ul li,
body.section-blog .item-list ul li
{
	color:#FFFFFF;
	list-style-type:none;
	margin:0;
	padding:5px 5px 5px 20px;
	height:25px;
	
	
}

body.page-blog .item-list .pager li
{
	
	padding:0!important;
	
}



body.page-blog .item-list ul li a,
body.section-blogs .item-list ul li a,
body.section-blog .item-list ul li a
{
	color:#FFFFFF;
}

body.page-blog .item-list ul li a:hover,
body.section-blogs .item-list ul li a:hover,
body.section-blog .item-list ul li a:hover
{
	text-decoration:none;
	color:#999999;
}

body.page-blog #main .node-type-blog,
body.section-blogs #main .node-type-blog
{
	background-color:#FFFFFF;
	padding:10px;
	margin:10px;
}

body.page-blog #main .node-type-blog h2,
body.section-blogs #main .node-type-blog h2,
body.section-blog #main .node-type-blog h2
{
	margin:0;
}

body.page-blog #main .node-type-blog h2 a,
body.section-blogs #main .node-type-blog h2 a,
body.section-blog #main .node-type-blog h2 a
{
	background-color:#000000;
	color:#FFFFFF;
	float:left;
	font-family:"Gentium",Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	line-height:1;
	margin:0;
	padding:7px;
	text-decoration:none;
	width:586px;
}

body.page-blog #main .node-type-blog h2 a:hover,
body.section-blogs #main .node-type-blog h2 a:hover,
body.section-blog #main .node-type-blog h2 a:hover
{
	background-color:#B62025;
}

body.page-blog #main .node-type-blog ul li a, 
body.section-blogs #main .node-type-blog ul li a, body.section-comment  #main .node-type-blog ul li a, body.section-blog #main .node-type-blog ul li a
{
	color:#7E1619;
}

body.page-blog #main .node-type-blog ul li a:hover,
body.section-blogs #main .node-type-blog ul li a:hover, body.section-blog #main .node-type-blog ul li a:hover
{
	text-decoration:underline;
}

body.page-blog #main .node-type-blog ul.links li.node_read_more,
body.section-blogs #main .node-type-blog ul.links li.node_read_more, body.section-blog #main .node-type-blog ul.links li.node_read_more
{
	display:none;
}

body.page-blog #main .node-type-blog ul.links li, 
body.section-blogs #main .node-type-blog ul.links li, body.section-blog #main .node-type-blog ul.links li
{
	border-left:1px solid #7E1619;
}

body.page-blog #main .node-type-blog ul.links li.first,
body.section-blogs #main .node-type-blog ul.links li.first, body.section-blog #main .node-type-blog ul.links li.first
{
	border:none;
}

body.page-blog #main .feed-icons,
body.section-blogs #main .feed-icons, body.section-blog #main .feed-icons
{
	display:none;
}
#sidebar-right .views-field-body .field-content .content
{
background:none!important;
}
#sidebar-right #block-im-im_friend_picker
{
	margin-top:15px;
}

#sidebar-right #block-im-im_friend_picker .content
{
	background-color:#FFFFFF;
	margin:0;
	padding:7px;
}

#sidebar-right #block-im-im_console
{
	background-color:#FFFFFF;
}

*:first-child+html #sidebar-right #block-im-im_console
{
	margin-top:-10px;
}


#sidebar-right #block-im-im_console .content
{
	margin:0 0 10px;
	padding:7px;
}

body.section-user .help, .page-node-add-profile
body.section-user .uc-order-history,
body.section-user #invite-form,
body.section-user #node-form,
body.page-user-register #main form#user-register,
body.page-user #main form#user-login,
body.page-user-password #main form#user-pass,
body.section-users #main .profile,
body.section-user #main form#user-profile-form,
body.section-cart #uc-cart-checkout-form,
body.section-cart #uc-cart-view-form,
body.section-user #contact-mail-user
{
	background-color:#FFFFFF;
	padding:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:0;
}

body.section-user .uc-order-history
{
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
margin-left:10px;
width:97%;
}

.order-review-table
{
	background-color:#fff;
}

#footerup
{
	float:left;
	width:950px;
}

#footerup #block-block-8
{
	background-color:#5F1113;
	float:left;
	height:299px;
	padding-top:20px;
	width:620px;
	padding-left:20px;
}

body.not-logged-in #footerup #block-block-8
{
	width:864px!important;
	padding-left:86px;
}

#footerup #block-formblock-contact_site
{
	background-color:#cf252a;
	width:280px;
	padding:15px;
	float:left;
	height:289px;
}

#footerup #block-formblock-contact_site h2
{
	color:#FFFFFF;
	font-family:"Gentium",Georgia,"Times New Roman",Times,serif;
	font-size:25px;
	margin:0;
}

#footerup #block-formblock-contact_site .content
{
	margin:0;
	float:left;
}

#footerup #block-formblock-contact_site #contact-mail-page label
{
	color:#FFFFFF;
	float:left;
	font-size:13px;
	padding-bottom:5px;
	padding-top:7px;
	width:71px;
}

#footerup #block-formblock-contact_site #contact-mail-page input
{
	background-image:url(images/txtbg.jpg);
	background-repeat:no-repeat;
	border:medium none;
	float:right;
	margin-bottom:10px;
	padding:5px;
	width:199px !important;
}

#footerup #block-formblock-contact_site #contact-mail-page #edit-message-wrapper textarea
{
	background-image:url(images/messahetxt.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:76px;
	padding:5px;
	width:269px;
	float:left;
	margin-bottom:15px;
}

#footerup #block-formblock-contact_site #contact-mail-page #edit-message-wrapper .grippie, .grippie
{
	display:none;
}

#footerup #block-formblock-contact_site #contact-mail-page #edit-submit-1,
#footerup #block-formblock-contact_site #contact-mail-page #edit-submit-2
{
	float:left;
	background-image:url(images/contact-submit.jpg);
	width:100px!important;
	height:29px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0;
	font-size:0px;
}

#footerup #block-formblock-contact_site #contact-mail-page .form-required
{
	display:none;
}

li.addthis a.addthis-button
{
	
}

#footerup #block-formblock-contact_site #contact-mail-page #edit-copy-wrapper
{
	display:none;
}

#ad
{
	float:right;
	width:470px;
}



body.section-search #main #content form#search-form,
body.section-search #main #content .box
{
	background-color:#FFFFFF;
	float:left;
	margin-bottom:10px;
	margin-left:10px;
	padding:10px;
	width:600px !important;
}

body.section-search #main #content form#search-form .form-item
{
	margin-top:0;
	margin-bottom:3px;
}

.search-results dt
{
	font-family:georgia;
	font-size:15px;
}

.search-results dt a
{
	color:#101010;
	text-decoration:underline;
}

body.page-page-arcade #squeeze
{
	background-color:#1e1b1c;
	width:950px;
}


/*menu style*/
#primary .menu-1548 a
{
	background-image:url(images/menu_home.jpg);
	width:89px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1548 a
{
background-image:url(images/exhibitu-menu_home.jpg);
}
#primary .menu-1548 a:hover, #primary .menu-1548 a.active
{
	background-image:url(images/menu_home_hover.jpg);
	width:89px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1548 a:hover, .section-exhibitu #primary .menu-1548 a.active
{
	background-image:url(images/exhibitu-menu_home_hover.jpg);
}
#primary .menu-926 a
{
	background-image:url(images/menu_go.jpg);
	width:79px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-926 a
{
background-image:url(images/exhibitu-menu_go.jpg);
}
#primary .menu-926 a:hover, #primary .menu-926 a.active
{
	background-image:url(images/menu_go_hover.jpg);
	width:79px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-926 a:hover, .section-exhibitu #primary .menu-926 a.active
{
background-image:url(images/exhibitu-menu_go_hover.jpg);
}
#primary .menu-1139 a
{
	background-image:url(images/menu_see.jpg);
	width:79px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1139 a
{
background-image:url(images/exhibitu-menu_see.jpg);
}
#primary .menu-1139 a:hover, #primary .menu-1139 a.active
{
	background-image:url(images/menu_see_hover.jpg);
	width:79px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1139 a:hover, .section-exhibitu #primary .menu-1139 a.active
{
background-image:url(images/exhibitu-menu_see_hover.jpg);
}
#primary .menu-1015 a
{
	background-image:url(images/menu_blog.jpg);
	width:100px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1015 a
{
background-image:url(images/exhibitu-menu_blog.jpg);
}
#primary .menu-1015 a:hover, #primary .menu-1015 a.active
{
	background-image:url(images/menu_blog_hover.jpg);
	width:100px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1015 a:hover, .section-exhibitu #primary .menu-1015 a.active
{
background-image:url(images/exhibitu-menu_blog_hover.jpg);
}
#primary .menu-1484 a
{
	background-image:url(images/menu_hear.jpg);
	width:79px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1484 a
{
background-image:url(images/exhibitu-menu_hear.jpg);
}
#primary .menu-1484 a:hover, #primary .menu-1484 a.active
{
	background-image:url(images/menu_hear_hover.jpg);
	width:79px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1484 a:hover, .section-exhibitu #primary .menu-1484 a.active
{
background-image:url(images/exhibitu-menu_hear_hover.jpg);
}
#primary .menu-1920 a 
{
	background-image:url(images/menu_speakers.jpg);
	width:157px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1920 a 
{
	background-image:url(images/exhibitu-menu_speakerscorner.jpg);
	}
#primary .menu-1920 a:hover, #primary .menu-1920 a.active
{
	background-image:url(images/menu_speakers_hover.jpg);
	width:157px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1920 a:hover, .section-exhibitu #primary .menu-1920 a.active
{
	background-image:url(images/exhibitu-menu_speakerscorner_hover.jpg);
	}
#primary .menu-1558 a
{
	background-image:url(images/menu_shop.jpg);
	width:79px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1558 a
{
	background-image:url(images/exhibitu-menu_shop.jpg);
	}
#primary .menu-1558 a:hover, #primary .menu-1558 a.active
{
	background-image:url(images/menu_shop_hover.jpg);
	width:79px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1558 a:hover, .section-exhibitu #primary .menu-1558 a.active
{
	background-image:url(images/exhibitu-menu_shop_hover.jpg);
	}
#primary .menu-1579 a
{
	background-image:url(images/menu_contact.jpg);
	width:99px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1579 a
{
	background-image:url(images/exhibitu-menu_contact.jpg);
	}
#primary .menu-1579 a:hover, #primary .menu-1579 a.active
{
	background-image:url(images/menu_contact_hover.jpg);
	width:99px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1579 a:hover, .section-exhibitu #primary .menu-1579 a.active
{
	background-image:url(images/exhibitu-menu_contact_hover.jpg);
	}

#primary .menu-1685 a
{
	background-image:url(images/menu_arcade.jpg);
	width:90px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1685 a
{
	background-image:url(images/exhibitu-menu_arcade.jpg);
	}
#primary .menu-1685 a:hover, #primary .menu-1685 a.active
{
	background-image:url(images/menu_arcade_hover.jpg);
	width:90px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1685 a:hover, .section-exhibitu #primary .menu-1685 a.active
{
	background-image:url(images/exhibitu-menu_arcade_hover.jpg);
	}
#primary .menu-1686 a
{
	background-image:url(images/menu_exhi.jpg);
	width:99px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1686 a
{
	background-image:url(images/exhibitu-menu_exhibitu.jpg);
	}
#primary .menu-1686 a:hover, #primary .menu-1686 a.active
{
	background-image:url(images/menu_exhi_hover.jpg);
	width:99px;
	height:36px;
	background-repeat:no-repeat;
}
.section-exhibitu #primary .menu-1686 a:hover, .section-exhibitu #primary .menu-1686 a.active
{
	background-image:url(images/exhibitu-menu_exhibitu_hover.jpg);
	}

/*
 * LINK STYLES
 */

  ul.links
  {
    text-align: left;
  }

  ul.links li
  {
    border-left: 1px solid #9cf;
  }

  .taxonomy
  {
    margin: 0;
    padding: 0;
    display: inline;
  }

  .taxonomy ul.links li
  {
    border: none;
    padding: 0 .1em 0 .2em;
  }

  .taxonomy ul.links li:after
  {
    content: ",";
  }

  .taxonomy ul.links li.last:after
  {
    content: "";
  }

  ul.links li.first
  {
    padding-left: 0;
    border: none;
  }

  .links
  {
    color: #444;
  }

  .links a
  {
    padding: 0 .1em 0 .1em;
  }

  .submitted, .taxonomy
  {
    font-size: 85%;
    color: #999;
  }

/*
 * FORM STYLES
 */

  input, textarea, textfield
  {
    margin: 0;
    color: #000;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    padding: 1px;
    font-size: 100%;
  }

  input.form-checkbox, input.form-radio
  {
    border: none;
  }

  #search .form-text, #user-login-form .form-text
  {
    color: #444;
    border: 1px solid #6191C5;
    padding: 2px;
  }

  .form-submit, .button
  {
    padding: 1px;
  }

  #search .button,
  #search .form-submit,
  #user-login-form .button,
  #user-login-form .form-submit
  {
    background-color: #68A0D9;
    color: #fff;
    font-weight: bold;
    border: 1px solid #4070A1;
  }

  #user-login-form
  {
    text-align: left;
  }

  #user-login-form .item-list ul
  {
    margin-top: 0;
    padding-bottom: 0;
  }

/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: 0;
  	padding-left: 1.5em;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  }

  #user-login li.user-link /* The Cancl OpenID link on the /user form. */
  {
    margin-left: 0;
  }

/*
 * ALERTS, STATUS, HELP MESSAGE STYLES
 */

  div.messages
  {
    padding: 1.3em 1em .3em 52px;
    border-width: 2px;
    margin: 10px 0;
  }

  div.status
  {
    border: 2px solid #ddd;
    background-color: #eee;
  }

  div.messages ul
  {
    padding: 0 0 0 20px;
    margin: 0;
  }

/*
 * FOOTER STYLES
 */

  #footer-wrapper
  {
	width:950px;
	margin:auto;
  }

  #footer
  {
    background-color:#101010;
	color:#FFFFFF;
	font-family:georgia;
	font-size:14px;
	margin:0;
	padding:6px;
	text-align:center;
  }
.views-field-body .field-content p, .page-blog .node-type-blog .content p
{
display:inline;
}

  #footer #block-block-10 p
  {
  	padding:0;
  }
  
  #footer #block-block-10 a
  {
  	color: #fff;
	text-decoration:none;
  }
  #footer #block-block-10 a:hover
  {
  	text-decoration:underline;
  }

  #footer *
  {
    
  }

  

  

  #footer img.drupal-powered
  {
    position: relative;
    top: .3em;
  }

  #footer .block
  {
    text-align: left;
  }
 
  #footer div.block div.edit
  {
    background-color: #2763A5;
  }

/*
 * ADMINISTRATION STYLES
 */

  .admin-panel
  {
    margin: 0;
    padding: 0;
  }

  .admin-panel .body
  {
    background-color: #eee;
    border: solid #6191C5 1px;
  }

  .admin-panel .body dl, .admin-panel .body p
  {
    padding: 10px;
  }

  .admin-panel h3
  {
    margin-bottom: 0;
    padding: 5px 5px 5px 30px;
    font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    font-size: 122%;
    color: #fff;
    border-width: 0 2px 2px 2px;
  }

  table tr.odd
  {
    background: #ddd;
  }

  td.icon
  {
    text-align: center;
  }

/*
 * COMMENT STYLES
 */

  .comment
  {
    margin: 0 0 10px 0;
    padding: 10px;
    background: #EFEFEF;
  }

  .comment-unpublished
  {
    background-color: #FFF;
  }

  .comment-by-author
  {
    background: none;
    border: 1px solid #6191C5;
  }

  .comment  h3.title
  {
    font-size: 122%;
  }

  .comment  h3.title, .comment  h3.title a
  {
    color:#AC1E23;
	font-family:"Trebuchet MS","Bitstream Vera Sans",Verdana,Arial,Helvetica,sans-serif;
	margin-bottom:3px;
	margin-top:0;
  }

  .comment .picture, .node .picture
  {
    float: left;
    margin-right: 15px;
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .comment .new
  {
    color: #FFC600;
    font-weight: bold;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
  }

  .comment .links
  {
    text-align: right;
  }

/*
 * POLL STYLES
 */

  .poll .bar .foreground
  {
    background: #2763A5;
  }

  .poll .bar
  {
    padding: 2px;
    background: #BDCBDD;
  }

/*
 * BOOK STYLES
 */

  div.node div.content .book-navigation
  {
    background: #eee;
    margin: 0;
    padding: 0;
  }

  div.node div.content .book-navigation ul.menu
  {
    border: 0;
    border-top: 1px solid #2763A5;
    margin: 0;
    padding-bottom: 10px;
  }

  div.node div.content .book-navigation .page-links
  {
    background: #C1D4EA; /*#347FD2;*/
    border: 1px solid #2763A5;
    border-width: 1px 0 1px 0;
    padding: 5px;
    margin: 0;
  }

/*
 * FORUM STYLES
 */

  #forum table
  {
    width: 100%;
  }

/*
 * Pager styles
 */

  .pager
  {
    text-align: center;
    margin-top: 30px;
  }

  .pager  a, .pager-current
  {
    background-color:#C12327;
	font-weight:bold;
	margin:0 2px;
	padding:1px;
  }

  .pager-current
  {
    background-color:#000000;
	color:#FFFFFF;
	padding:3px;
  }

/*
 * Node, Block, Content styles
 */

  .node
  {
    /*margin-bottom: 15px;
    padding-bottom: 15px;*/
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node h2.title
  {
    margin-bottom: .1em;
  }

  .node h2.title a
  {
    color: #555;
    font-size: 129%;
    font-weight: normal;
    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    line-height: 1.4em;
  }

  .node .content
  {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .sticky
  {
    border-bottom: solid 3px #ddd;
  }

  #sidebar-left .block,
  #sidebar-right .block
  {
    
  }

  #sidebar-left .block
  {
    padding-right: 15px;
  }

  #sidebar-right .block-search
  {
    width:293px;
  }

  .block .content
  {
    margin: 0.5em 0;
  }

  .block .item-list ul
  {
    padding-left: 0;
  }

/*
 * Status report colors.
 */

  table.system-status-report tr.error, table.system-status-report tr.error th
  {
    background-color: #fcc;
    border-color: #ebb;
    color: #200;
  }

  table.system-status-report tr.warning, table.system-status-report tr.warning th
  {
    background-color: #ffd;
    border-color: #eeb;
  }

  table.system-status-report tr.ok, table.system-status-report tr.ok th
  {
    background-color: #dfd;
    border-color: #beb;
  }
body#edit-body
{
background-color:#fff!important;
background-image:none!important;
}

div#content
{
width:640px!important;
}
.node-type-page div#content
{
background-color:#FFFFFF;
float:left;
margin-bottom:10px;
margin-left:10px;
padding:10px;
width:600px !important;
}
.section-admin div#content
{
background-color:#FFFFFF;
float:left;
margin-bottom:10px;
margin-left:10px;
padding:10px;
width:600px !important;
}
.forum-post-links .forum-links .comment_delete
{
}
#quicktabs-1 ul li.qtab-0 a#quicktabs-tab-1-0
{
background-image:url(images/home_go.jpg);
background-repeat:no-repeat;
height:94px;
width:318px;
float:left;
}

#quicktabs-1 ul li.active a#quicktabs-tab-1-0
{
background-image:url(images/home_go_hover.jpg);
background-repeat:no-repeat;

}

#quicktabs-1 ul li.qtab-1 a#quicktabs-tab-1-1
{
background-image:url(images/home_see.jpg);
background-repeat:no-repeat;
height:94px;
width:315px;
float:left;
}
#quicktabs-1 ul li.active a#quicktabs-tab-1-1
{
background-image:url(images/home_see_hover.jpg);
background-repeat:no-repeat;
}


#quicktabs-1 ul li.qtab-2 a#quicktabs-tab-1-2
{
background-image:url(images/home_hear.jpg);
background-repeat:no-repeat;
height:94px;
width:317px;
float:left;
}
#quicktabs-1 ul li.active a#quicktabs-tab-1-2
{
background-image:url(images/home_hear_hover.jpg);
background-repeat:no-repeat;
}

ul.quicktabs_tabs
{
	margin-top:0;
	text-indent:-9999px;
	padding:0;
}
#block-block-8 object, #block-block-8 img
{
margin-right:25px;
}

body.not-logged-in #block-block-8 object,
body.not-logged-in #block-block-8 img
{
margin-right:90px;
}

body.page-page-forum #container {
background-image:url(images/cardboard-main.jpg);
background-repeat:repeat-y;
float:left;
height:671px;
width:950px;
}
body.page-page-forum #squeeze
{
background:none;
}
.page-page-forum #node-28 a
{
background-image:url(images/othertopic.gif);
float:left;
height:58px;
margin-bottom:10px;
margin-top:21px;
width:194px !important;
color:#D8B682 !important;
text-decoration:none;
}
.page-page-forum #main .views-row
{
background:none;
}
.page-page-forum #block-views-topic_of_the_day-block_1 .views-label-title
{
color:#BA1223 !important;
float:left;
font-family:Helvetica;
font-size:24pt;
font-weight:bold;
margin-bottom:10px;
margin-left:448px;
margin-top:25px;
text-decoration:none;
width:300px;
}
.page-page-forum #block-views-other_topics-block_1 .title
{
color:#BA1223 !important;
float:left;
font-family:Helvetica;
font-size:12pt;
font-weight:bold;
margin-bottom:0;
margin-left:468px;
text-decoration:none;
}
.page-page-forum #block-views-topic_of_the_day-block_1 a
{
color:#2e2825!important;
font-family:Helvetica!important;
font-size:15pt!important;
text-decoration:none!important;
margin-left:448px!important;
background:none!important;
}
.page-page-forum #block-views-other_topics-block_1 a
{
color:#2e2825!important;
font-family:Helvetica!important;
font-size:15pt!important;
text-decoration:none!important;
background:none!important;
}
.page-page-forum #block-views-topic_of_the_day-block_1 .edit, .page-page-forum #block-views-other_topics-block_1 .edit, .page-page-forum #block-views-other_topics-block_1 .links, .page-page-forum #block-views-topic_of_the_day-block_1 .links
{
display:none;
}
.section-forum #container {
background-image:url(images/cardboard.jpg)!important;;
background-repeat:repeat-y;
float:left;
width:950px;
background-position:center top;
}
.section-forum #squeeze
{
background:transparent url(images/boy.gif) no-repeat scroll 0 0;
}
body.section-forum h1
{
background:none!important;
}
.page-page-forum h1, .page-page-forum li.addthis, .page-page-forum div.tabs
{
display:none!important;
}
.page-page-forum #node-28 p
{
float:left;
font-family:calibri;
font-size:15px;
margin-left:469px;
margin-top:10px;
width:231px;

}

body.logged-in .login #block-menu-menu-usermenu,
body.logged-in .login #block-block-1
   {
   		float:right;
   }
   
.forum-links li
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 15px 0 0;
}

.forum-topic-header
{
	margin:10px 0 2px;
	padding-left:7px;
	padding-right:7px;
}

.author-pane-inner {
padding:5px;
}

.forum-topic-header .reply-count {
color:#FFFFFF;
float:right;
font-size:14px;
}

.forum-topic-header .reply-count a {
color:#FFFFFF;

}


#forum {
background-color:#FFFFFF;
margin:10px;
padding:10px;
width:600px;
}

.forum-table tr.even, tr.odd
{
	background-color:#FFFFFF!important;
}
#block-menu-menu-usermenu .edit
{
display:none;
}
/******************  page-exhibitu   *******************/
.page-exhibitu, .node-type-exhibitu, .page-exhibitu-top-10, .page-node-add-exhibitu
{
background-image:none;
background-color:#DCDDDF;

}

body.userArtist
{
background-image:none!important;
background-color:#DCDDDF;

}

.page-exhibitu #container, .node-type-exhibitu #container, .page-exhibitu-top-10 #container
{
background-image:none;
}
body.page-exhibitu #squeeze, .page-exhibitu-top-10 #squeeze
{
background:none!important;
}
body.page-exhibitu #main .views-field-title .field-content a, .page-exhibitu-top-10 #main .views-field-title .field-content a
{
color:#C50A21;
font-family:"Gentium",Georgia,"Times New Roman",Times,serif;
font-family:arial;
font-size:16px;
margin-bottom:3px;
padding:7px;
text-decoration:none;
width:auto;
background:none;
float:none;
text-align:center;
}
body.page-exhibitu #main .views-field-title .field-content a:hover, .page-exhibitu-top-10 #main .views-field-title .field-content a:hover
{
background:none;
}
body.page-exhibitu div.tabs, .page-exhibitu-top-10 div.tabs
{
background:none;
float:left;
margin:0 20px 0 0;
width:100px;
}
body.page-exhibitu .view-exhibitu .views-field-name a, body.page-exhibitu-top-10 .view-exhibitu-top10 .views-field-name a
{
color:#1a1818;
text-align:center;
}
.node-type-exhibitu #logo-title a, .page-node-add-exhibitu #logo-title a
{
background-image:url(images/exhibitu_logo.jpg);
float:left;
height:92px;
width:195px;
}
.node-type-exhibitu #logo-title #logo
{
display:none;
}
.page-exhibitu .view-exhibitu td,
.page-exhibitu-top-10 .view-exhibitu-top10 td
{
padding-right:20px;
text-align:center;
}
#block-block-13 h2, #block-block-14 h2
{
background-image:url(images/content-upload.jpg);
background-repeat:no-repeat;
height:35px;
margin-bottom:0;
text-indent:-9999px;
width:294px;
}

#block-block-13 .content, #block-block-14 .content
{
background-color:#FFFFFF;
background-image:url(images/block-bg.jpg);
background-position:center bottom;
background-repeat:repeat-x;
margin:0;
}
#block-block-13 a, #block-block-14 a
{
color:#101010;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
font-weight:bold;
margin-top:5px;
padding-left:10px;
}
.view-exhibitu .views-view-grid .views-field-field-artwork-fid,
.view-exhibitu-top10 .views-view-grid .views-field-field-artwork-fid
{
background:transparent url(images/image_bg.jpg);
background-repeat:no-repeat;
padding:10px;
width:150px;
}

.view-comments-for-exhibitu .picture
{
width:95px;
float:left;
margin-top:7px;
margin-left:10px;
}
.view-comments-for-exhibitu .views-field-name, .view-comments-for-exhibitu .views-field-comment
{
float:left;
width:756px;
}
.view-comments-for-exhibitu .views-field-comment
{
float:left;
height:78px;
}
#main .view-comments-for-exhibitu .views-row,
body.section-exhibitu .node-type-exhibitu .comment
{
background:transparent url(images/commentbg.jpg) repeat scroll 0 0;
float:left;
margin-bottom:10px;
padding:10px;
width:950px!important;
height:103px;
}

body.section-exhibitu .node-type-exhibitu #comments
{
	background:none;
}

#homebox-block-block-16 .portlet-content
{
padding:0px!important;
width:294px !important;
}
#homebox-block-block-16 .portlet-header
{
display:none;
}
#homebox .view-musicartistofmon .field-content a,
#homebox .view-musicartistofmon .field-content a:hover
{
background:none;
color:#621215;
}
#homebox .view-musicartistofmon .views-field-field-audio-image-fid
{
border:3px solid #2D2D2D;
float:left;
height:115px;
margin-bottom:10px;
margin-right:10px;
overflow:hidden;
width:116px;
}

#homebox #homebox-block-views-musicartistofmon-block_1 .views-field-field-audiofile-fid .filefield-icon
{
	display:none;
}

.section-exhibitu div.tabs
{
background:none;
}
.node-type-exhibitu .field-field-artwork .field-item
{
width:160px;
float:left;
background:transparent url(images/image_bg.jpg) no-repeat scroll 0 0;
padding:10px 10px 5px;
margin-bottom:8px;
}
.node-type-exhibitu .field-field-artwork
{
width:950px;
float:left;
}
.view-comments-for-exhibitu .views-field-mail a
{
background-image:url(images/email.jpg);
float:left;
height:25px;
text-indent:-9999px;
width:75px;
margin-bottom:2px;
}
.view-comments-for-exhibitu .views-field-delete-comment a
{
background-image:url(images/delete.jpg);
float:left;
height:25px;
text-indent:-9999px;
width:75px;
margin-bottom:2px;
}
.view-comments-for-exhibitu .views-field-replyto-comment a
{
background-image:url(images/reply.jpg);
float:left;
height:25px;
text-indent:-9999px;
width:75px;
margin-bottom:2px;
}
#block-formblock-contact_site div.textarea-identifier
{
display:none!important;
}
#block-formblock-contact_site form#contact-mail-page input#edit-submit
{
background-image:url(images/submit.jpg) !important;
background-repeat:no-repeat !important;
border:medium none !important;
height:29px !important;
text-indent:-9999px !important;
width:99px !important;
}
.forum-post-panel-sub .author-pane .picture, .forum-post-panel-sub .author-pane .author-pane-online, .forum-post-panel-sub .author-pane .author-pane-stats, .forum-post-panel-sub .author-pane .author-pane-contact
{
display:none;

}
.forum-post
{

border-bottom:2px solid #BA1223 !important;
}
.section-forum .tabs
{
background:none!important;
}



.section-forum #content
{
font-family:helvetica;
font-size:17px;
margin-left:185px;
width:720px !important;
}
.section-forum #content .tabs
{
font-size:14px;
}

#refHTML
{
	display:none;
}

body.section-blog .pager
{
	float:left;
	height:30px;
	margin-top:10px;
	width:100%;
}

.page-exhibitu #content .tabs ul.primary
{
width:90px;
}

body.section-exhibitu div#content
{
	width:950px!important;
}

body.section-exhibitu .node-type-exhibitu ul.links li,
body.section-exhibitu .node-type-exhibitu ul.links li a
{
	color:#000000;
}

body.section-exhibitu h1
{
	font-family:"Gentium",Georgia,"Times New Roman",Times,serif;
	color:#B62025;
	font-size:30x;
}

.section-exhibitu #footer span
{
color:#BF1E2E;
}
.section-exhibitu #footer
{
color:#494748;
background:none!important;
}

#footer #block-block-19 .content,
#footer #block-block-19 .content a
{
color:#494748;
}

.section-forum #forum-comments .comment
{
	background:none!important;
}
div.im-friendlist .im-friends {
background-color:#EEEEEE;
border:1px solid #999999;
font-size:100%;
height:auto;
padding:2px;
width:90%;
}

body.section-forum .posted-on
{
	color:#555555;
	font-size:14px;
	font-weight:bold;
}

body.section-forum .node-type-forum .posted-on
{
	color:#BA1223 !important;
}

body.section-forum .node-type-forum .post-info
{
	margin:0;
}
.forum-post-panel-sub .author-pane {
margin:0;
}

body.section-forum a, body.section-forum a:hover, body.section-forum a:link
{
	color:#000000;
	text-decoration:underline;
}


body.page-exhibitu .view,
body.page-exhibitu-top-10 .view
{
	float:left;
padding:0 !important;
width:777px !important;
}
*:first-child+html .view-exhibitu .views-view-grid
{
    width:865px!important;
	padding:0!important;
}
.page-exhibitu ul.primary li.active a, body.page-exhibitu ul.primary li a
{
background:none;
}

body.page-exhibitu ul.primary li.active a .tab, body.page-exhibitu ul.primary li.active a:hover .tab
{
background:none!important;
padding:0 !important;
}
body.page-exhibitu ul.primary li a .tab, body.page-exhibitu ul.primary li a:hover .tab
{
background:none!important;
padding:0 !important;
} 
#block-views-other_topics-block_1 ul
{
float:left;
margin-left:475px;
margin-top:10px;
}
#block-views-other_topics-block_1 ul li
{
list-style-type:none;
list-style-image:none;
}
.page-exhibitu ul.primary li, .page-exhibitu-top-10 ul.primary li {
background-image:url(/sites/all/themes/zen/zen_classic/images/exhibitu-tab.jpg) !important;
background-repeat:no-repeat;
display:inline;
float:left;
height:24px;
margin-bottom:10px;
width:80px;
}
.page-exhibitu-top-10 ul.primary li a, .page-exhibitu-top-10 ul.primary li a .tab
{
background-image:none!important;
}
.page-exhibitu-top-10 ul.primary li a .tab
{
padding:0px!important;
}
a:link, a:visited {
color:#444444;
text-decoration:none;
}
.page-exhibitu-top-10 ul.primary li a .tab
{
padding:0px!important;
}

.forum-post-footer {
clear:both;
font-size:80%;
margin-top:0;
}
.post-num {
float:right;
font-size:80%;
margin-right:5px;
}

ul.forum-links {
font-size:80%;
margin:0;
padding:0;
}

body.page-page-forum #block-views-other_topics-block_1 .item-list ul li.views-row
{
	padding:0!important;
	list-style:disc!important;
	color:#BA1223;
	font-size:18px;
}


body.page-page-forum #block-views-other_topics-block_1 .item-list ul li.views-row a
{
	float:none;
}



/* profile page css*/
body.section-users #container
{
	background-image:none;
	background-color:#1e1e1e;
	font-family:"GentiumAltRegular",Georgia,"Times New Roman",Times,serif;
	font-size:16px;
}

body.section-users #container #main,
body.section-users #container #main #squeeze #content
{
	width:950px!important;
}

body.section-users #container #main #squeeze
{
	width:950px!important;
	background:none;
}

body.section-users #container #main #squeeze #content h1,
body.section-users #container #main #squeeze #content .tabs,
body.section-users #container .panel-display .center-wrapper .panel-col-last .view-artist-profile .views-row .views-field-title .views-label-title,
body.section-users #container #main #squeeze #content .panel-display .center-wrapper .panel-col-first .author-joined,
body.section-users #container #main #squeeze #content .panel-display .center-wrapper .panel-col-first .author-pane-online,
body.section-users #container .panel-display .center-wrapper .panel-col-top,
body.section-users #container .panel-display .center-wrapper .panel-col-first .author-pane .author-pane-name-status .author-name,
.panel-separator
{
	display:none;
}

body.section-users #container #main #squeeze #content .panel-display
{
	width:915px;
	margin:22px auto auto;
	
}

body.section-users #container #main #squeeze #content .panel-display .center-wrapper .panel-col-first
{
	width:auto;
	margin-right:13px;
	width:200px;
}


body.section-users #container #main #squeeze #content .panel-display .center-wrapper .panel-col-first .inside
{
	margin:0;
}

body.section-users #container #main #squeeze #content .panel-display .center-wrapper .panel-col-first .inside .author-pane-inner
{
	padding:0;
}



body.section-users #container #main #squeeze #content .panel-display .center-wrapper .panel-col-last .inside
{
	margin:0;
	float:left;
}

body.section-users #container #main #squeeze #content .panel-display .center-wrapper .panel-col-last .view-artist-profile
{
	width:357px;
	padding:0;
}

body.section-users #container #main #squeeze #content .panel-display .center-wrapper .panel-col-last .view-artist-profile .views-row
{
	background:none;
	padding:0;
	color:#FFFFFF;
	font-size:16px;
	margin:0;
	line-height:1.3;
	width:410px;
	float:left;
}

body.section-users #container .panel-display .center-wrapper .panel-col-last .view-artist-profile .views-row .views-field-title .field-content
{
	font-size:24px;
	color:#ffde00;
}

body.section-users #container .panel-display .center-wrapper .panel-col-last .view-artist-profile .views-row label
{
	color:#b9b9b9;
}

body.section-users #container .panel-display .center-wrapper .panel-col-last .view-artist-profile .views-row .views-field-body
{
	font-size:16px;
	height:auto;
	line-height:1.3;
	margin:24px 0 0;
	padding:0;
	width:410px;
}

body.section-users #container .panel-display .center-wrapper .panel-col-last .view-artist-profile .views-row .views-field-body label
{
	font-size:21px;
	color:#ffde00;
}

body.section-users #container .panel-display .center-wrapper .panel-col-last .view-artist-profile .views-row .views-field-field-fav-artist-value p
{
	margin:0;
	padding:0;
}

body.section-users #pro_profile
{
	float:left;
	margin-right:15px;
	width:425px;
}

body.section-users #pro_comments
{
	float:left;
margin-top:12px;
width:702px;
}

*:first-child+html body.section-users #pro_comments
{
	float:left;
}
*:first-child+html body.section-users #pro_comments h2
{
margin-bottom:-7px!important;
}
body.section-users #pro_comments h2
{
	margin:0!important;
	background-image:url(images/userprofile_comments.jpg);
	width:702px;
	height:37px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	line-height:0;
}
body.section-users #pro_art h2
{
	margin:0!important;
	background-image:url(images/my_art.jpg);
	width:705px;
	height:37px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	line-height:0;
}
body.section-users #pro_com h2
{
	margin:0;
	background-image:url(images/my_company.jpg);
	width:705px;
	height:37px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	line-height:0;
}
*:first-child+html body.section-users #pro_com h2
{
margin-bottom:-7px!important;
}
body.section-users #pro_comments .pane-content
{
	background-color:#2c2c2c;
	height:175px;
	overflow-y:scroll;
}

body.section-users #pro_comments .pane-content .views-row
{
	background:transparent none repeat scroll 0 0;
	border-bottom:1px dotted #676767;
	color:#FFFFFF;
	font-size:16px;
	margin-top:5px;
	padding:0;
	width:660px;
	margin-bottom:10px !important;
}

body.section-users #pro_comments .pane-content .views-row-last
{
	border:none;
	
}

body.section-users #pro_comments .pane-content .views-row .views-field-picture
{
	float:left;
	margin-bottom:10px;
	margin-right:8px;
	width:60px;
}


body.section-users #pro_comments .pane-content .views-row .views-field-name
{
	
}

body.section-users #pro_comments .pane-content .views-row .views-field-name a
{
	color:#fff;
}

body.section-users #pro_comments .pane-content .views-row .views-field-comment
{
	float:left;
	width:230px;
	color:#bebebe;
}

body.section-users #pro_friends
{
	width:200px;
	float:left;
	margin-bottom:15px;
	margin-top:10px;
	
}

body.section-users #pro_friends h2
{
	background-image:url(images/userprofile_friends.jpg);
	width:200px;
	height:30px;
	background-repeat:no-repeat;
	margin:0;
	text-indent:-9999px;
	line-height:0;
}
*:first-child+html body.section-users #pro_friends h2
{
margin-bottom:-7px!important;
}
body.section-users #pro_friends .pane-content
{
	background-color:#2c2c2c;
	width:200px;
	float:left;
}

body.section-users #pro_friends .pane-content .views-row
{
	background:none;
	
	margin-right:15px;
	float:left;
	padding:0 10px;
}
body.section-users #pro_invite
{
	float:left;
	width:200px;
	margin-top:10px;
}

body.section-users #pro_invite h2
{
	background-image:url(images/profilepage-invitefriend.jpg);
	width:200px;
	height:30px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin:0;
padding:0;
}

body.section-users #pro_invite #invite-form
{
	float:left;
	padding:7px;
}

.panel-2col-bricks .panel-col-last {
float:left;
width:425px;
}
body.section-users #pro_friends .pane-content .views-row a
{
color:#fff;
}

body.section-users #pro_friends .pane-content .views-row-first 
{
	margin-left:25px;
}
body.section-users #pro_friends .pane-content .views-row 
{
list-style-type:none;
width:66px;
text-align:center;
margin-bottom:10px!important;
}
body.section-users #pro_friends .pane-content .views-row .views-field-name
{
	margin:0;
	height:20px;
	overflow:hidden;
}

body.section-users #pro_friends .pane-content .view-id-friends
{
	padding:0 !important;
	width:auto;
} 


body.section-users #pro_friends .pane-content .views-row .views-field-picture label
{
	display:none;
}
.viewsSlideshowThumbnailHover-processed, .views_slideshow_thumbnailhover_teaser_section, .views_slideshow_thumbnailhover_slide, .views_slideshow_thumbnailhover_hidden
{
width:581px !important;
float:left;
}
..views_slideshow_thumbnailhover_slide
{

}
.view-users-art .node-type-exhibitu
{
float:left;
}
.view-users-art .uc-price-product
{
font-size:20px;
font-weight:bold !important;
}
.view-users-art .node .content
{
padding-top:0px!important;
float:left;
}

.view-users-art .field-field-artwork
{
display:none;
}
.view-users-art .submitted, .view-users-art .meta, .view-users-art .title
{
display:none;
}
.view-users-art .uc-price-product, .view-users-art .attribute
{
padding-left:5px;
padding-right:5px;
color:#AD1E22;
}
.view-users-art .product-body
{

text-align:justify;
color:#000000;
}

.view-users-art .views_slideshow_thumbnailhover_breakout_teasers
{
	float:left;
	margin-top:5px;
	margin-left:10px;
}
.view-users-art .views_slideshow_thumbnailhover_main
{
	width:580px!important;
	float:left;
}
#uc-paypal-ec-form
{
background:#EEEEEE;
margin:0 10px;
padding:10px;
}
.view-users-art .node-add-to-cart
{
background-image:url(images/profile_buynow.jpg);
background-repeat:no-repeat;
border:medium none;
height:20px;
margin-left:6px;
margin-top:20px;
text-indent:-9999px;
width:68px;
font-size:0;
line-height:0;
}
#art_name
{
color:#7F161A;
font-size:18px;
font-weight:bold;
margin-left:9px;
}
#user_art
{
padding:5px;
}
.view-users-art, .view-client-nfo
{
background-color:#C4C4C4;
float:left;
width:685px;
}
#pro_com .view-client-nfo .views-row
{
width:670px;
}
#pro_com .view-client-nfo .views-field-view-node a
{
font-size:13px!important;
}
#pro_com .view-client-nfo .views-field-title a
{
color:#7F161A!important;
font-size:20px;
margin-top:5px;
width:auto;
padding:0;
}
#pro_com .view-client-nfo .views-field-body
{
margin:0px;
height:auto;
font-size:14px;
}
.view-client-nfo .views-field-field-client-image-fid
{
width:205px;
margin-right:5px;
float:left;
}

.section-users .panel-2col-bricks .views-row, .section-users .panel-2col-bricks .views-row a
{
background:transparent none repeat scroll 0 0 !important;
margin:0 !important;
}
.panel-col-middle .inside #pro_art
{
background-color:#5F1113 !important;
margin-left:-17px;
padding:19px;
width:912px;
}
.views_slideshow_thumbnailhover_breakout_teasers .views_slideshow_thumbnailhover_div_breakout_teaser
{
border:3px solid #4B4B4B;
height:70px;
margin-right:10px;
overflow:hidden;
width:70px;
margin-bottom:8px;
}
#pro_pane
{
width:200px;
}
#pro_blog, #pro_forum
{
float:left;
width:350px;
}
#pro_blog
{
border-right:1px dotted #676767;
}
.panel-col-bottom
{
border-top:1px dotted #676767;
float:left;
margin-bottom:10px;
margin-top:15px;
padding-top:20px;
}
.view-my-blog .views-field-title a, .view-my-forum .views-field-title a
{
width:350px!important;
}
#pro_blog .views-row, #pro_forum .views-row
{
padding:0px;
margin:0px;
}
#pro_blog .pane-title, #pro_forum .pane-title, #pro_see .pane-title, #pro_go .pane-title, #pro_hear .pane-title, .pane-title
{
color:#E1C404;
font-family:"GentiumAltRegular",Georgia,"Times New Roman",Times,serif;
font-size:20px;
font-weight:normal;
padding:0px;
width:200px;
}
#pro_blog .pane-title, #pro_forum .pane-title, #pro_see .pane-title, #pro_go .pane-title, #pro_hear .pane-title
{
margin-left:10px;
margin-top:0px;
margin-bottom:0;
}
#pro_blog a, #pro_forum a, #pro_see a, #pro_go a, #pro_hear a
{
border-bottom:1px dotted #404040;
}
#pro_blog .views-row-last a, #pro_forum .views-row-last a, #pro_see .views-row-last a, #pro_go .views-row-last a, #pro_hear .views-row-last a
{
border-bottom:medium none;
}
#pro_see, #pro_go, #pro_hear
{

margin-right:0px;
width:250px;
float:right;
}
#pro_see, #pro_go
{
	margin-bottom:10px;
	float:left;
}
#pro_see a, #pro_go a, #pro_hear a
{
width:225px !important;
padding:4px 4px 4px 0!important;
font-size:15px!important;
}
#pro_blog a, #pro_forum a
{
width:300px!important;
font-size:16px!important;
}
#pro_see .views-row, #pro_go .views-row, #pro_hear .views-row
{
padding:0px;
margin:0px;
}

div.view div.views-admin-links {
font-size:xx-small;
margin-right:1em;
margin-top:1em;
width:auto;
}

#pro_comments .view-user-comments .views-field-view-comment
{
	float:right;
}

#pro_comments .view-user-comments .views-field-view-comment a
{
font-size:15px;
color:#FFDE00;
font-smooth:always !important;
}
a.cre_blog
{
background-image:url(images/profile_addblog.jpg);
background-repeat:no-repeat;
border-bottom:1px dotted #464646;
float:left;
margin-bottom:5px;
padding-bottom:5px;
padding-left:40px;
width:160px;
color:#FFFFFF;
}
a.cre_forum
{
background-image:url(images/profile_createforum.jpg);
background-repeat:no-repeat;
border-bottom:1px dotted #464646;
float:left;
margin-bottom:5px;
padding-bottom:5px;
padding-left:40px;
width:160px;
color:#FFFFFF;
}
a.cre_eu
{
background-image:url(images/profile_addart.jpg);
background-repeat:no-repeat;
border-bottom:1px dotted #464646;
float:left;
margin-bottom:5px;
padding-bottom:5px;
padding-left:40px;
width:160px;
color:#FFFFFF;
}

a.cre_go
{
background-image:url(images/profile_addgo.jpg);
background-repeat:no-repeat;
border-bottom:1px dotted #464646;
float:left;
margin-bottom:5px;
padding-bottom:5px;
padding-left:40px;
width:145px;
color:#FFFFFF;
}
.help_video
{
border-bottom:1px dotted #464646;
float:left;
padding-bottom:5px;
width:10px;
color:#FFFFFF;
}


.edit_pro a
{
background-image:url(images/profile_editprofile.jpg);
background-repeat:no-repeat;
border-bottom:1px dotted #464646;
float:left;
margin-bottom:5px;
padding-bottom:5px;
padding-left:40px;
width:160px;
color:#FFFFFF;
}
a.cre_see
{
background-image:url(images/profile_addsee.jpg);
background-repeat:no-repeat;
border-bottom:1px dotted #464646;
float:left;
margin-bottom:5px;
padding-bottom:5px;
padding-left:40px;
width:145px;
color:#FFFFFF;
}
a.cre_hear
{
background-image:url(images/profile_addhear.jpg);
background-repeat:no-repeat;
border-bottom:1px dotted #464646;
float:left;
margin-bottom:5px;
padding-bottom:5px;
padding-left:40px;
width:160px;
color:#FFFFFF;
}
div.messages {
margin:0 10px;
padding:1.3em 1em 0.3em 52px;
}
div.error, tr.error {
background:#FFFFFF none repeat scroll 0 0;
color:#220000;
padding:2px;
}
div.error {
border:medium none;
}
body.page-node-add-profile h1
{
 background-image:url(images/useraccounttitle.jpg);
 height:60px;
 margin-bottom:10px;
 padding:0;
 text-indent:-9999px;
}
body.page-node-add-profile #node-form .error
{
 padding:10px;
}
#edit-flag-friend-access-wrapper
{
 margin:0;
}
#block-block-1 .edit
{
display:none;
}
body.page-node-add-blog #content h1
{
 background-image:url(images/createblog.jpg);
 height:60px;
 margin-bottom:10px;
 padding:0;
 text-indent:-9999px;
}

body.section-node-add #content #node-form
{
 background-color:#FFFFFF;
 margin:0 10px 10px;
 padding:10px;
}
body.section-node-add .preview
{
 margin:0 10px 10px;
 padding:0px;
}
.preview .node {
background-color:#EFEFEF;
padding-left:10px;
}
body.page-node-add-forum #content h1
{
 background-image:url(images/createforum.jpg);
 height:60px;
 margin-bottom:10px;
 padding:0;
 text-indent:-9999px;
}
body.page-node-add-go #content h1
{
 background-image:url(images/creatego.jpg);
 height:60px;
 margin-bottom:10px;
 padding:0;
 text-indent:-9999px;
}
body.page-node-add-see #content h1
{
 background-image:url(images/createsee.jpg);
 height:60px;
 margin-bottom:10px;
 padding:0;
 text-indent:-9999px;
}
body.page-node-add-see #content h1
{
 background-image:url(images/createsee.jpg);
 height:60px;
 margin-bottom:10px;
 padding:0;
 text-indent:-9999px;
}
body.page-node-add-audio-new #content h1
{
 background-image:url(images/createhear.jpg);
 height:60px;
 margin-bottom:10px;
 padding:0;
 text-indent:-9999px;
}
body.section-node-add .help
{display:none;
}
.view-empty
{
 color:#FFFFFF;
}
.pane-content .view-friends .view-empty
{
 color:#FFFFFF!important;
}
.tips
{
display:none;
}
body.page-node-add-exhibitu #main,
body.page-node-add-exhibitu #main #squeeze,
body.page-node-add-exhibitu #main #squeeze #content
{
 float:left;
 width:950px!important;
}

body.page-node-add-exhibitu #node-form
{
 background-color:#FFFFFF;
 padding:10px;
 margin:0px!important;
}
body.page-node-add-exhibitu h1
{
 background-image:url(images/uploadart.jpg);
 height:60px;
 margin-bottom:10px;
 padding:0;
 text-indent:-9999px;
}
#edit-save-continue
{
background-image:url(images/save&continue_btn.jpg);
background-repeat:no-repeat;
border:medium none;
height:20px;
text-indent:-9999px;
width:108px;
}
#edit-delete
{
background-image:url(images/delete_btn.jpg);
background-repeat:no-repeat;
border:medium none;
height:20px;
text-indent:-9999px;
width:68px;
}

body.section-user #user-pass-reset
{
	background-color:#FFFFFF;
	margin:0 10px 10px;
	padding:10px;
}

body.section-user #user-pass-reset #edit-submit
{
	background-image:url(images/loginbtn.jpg);
	width:68px;
	height:20px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:none;
}

body.page-page-arcade div#content
{
background:none;
margin:0px;
padding:0px;
}
body.page-page-arcade div.tabs
{
background:none;
}
.section-flag #content
{
background-color:#FFFFFF;
float:left;
margin-bottom:10px;
margin-left:10px;
padding:10px;
width:600px !important;
margin-top:10px;
}
.section-flag #content h1
{
	background-color:#B62025;
	color:#FFFFFF;
	float:left;
	font-family:"Gentium",Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	margin-bottom:3px;
	padding:4px;
	text-decoration:none;
	width:586px;
}

#edit-flag-friend-submit
{
	background-image:url(images/sendbtn.jpg)!important;
	background-repeat:no-repeat!important;
	border:medium none!important;
	height:20px!important;
	text-indent:-9999px!important;
	width:68px!important;
}

.section-flag #content #flag-confirm a
{
	background-image:url(images/cancelbtn.jpg);
	background-repeat:no-repeat;
	font-size:0;
	height:20px;
	padding:16px 35px;
	text-indent:-9999px;
	width:68px;
}

#pro_invite #invite-form #edit-submit
{
background-color:#2C2C2C;
background-image:url(images/send-go.jpg);
background-repeat:no-repeat;
border:medium none;
float:left;
height:20px;
text-indent:-9999px;
float:left;
font-size:0;
line-height:0;
}
.page-theme-hues-configure #content
{
background-color:#FFFFFF;
float:left;
margin-bottom:10px;
margin-left:10px;
padding:10px;
width:600px !important;
}
#pro_invite .pane-content
{
background-color:#2C2C2C;
color:#FFFFFF;
font-size:15px;
float:left;
width:200px;
}
.view-friends ul li
{
list-style-type:none;
}
.page-page-forum div#content
{
background:none!important;
}
#pro_friends .view-friends, #pro_friends .view-fl-manage
{

float:left!important;
margin-bottom:10px!important;
margin-left:10px!important;
padding:10px!important;
background:transparent none repeat scroll 0 0;
}

.view-fl-manage, .view-friends
{
	background-color:#FFFFFF;
	float:left;
	margin:0 10px 10px;
	padding:10px;
	width:600px;
}

.view-fl-manage .view-empty, .view-friends .view-empty
{
color:#000;
}
.view-users-art .node-type-exhibitu .field-field-artwork .field-item
{
background-image:none;
float:left;
padding:3px;
width:325px;
}

#pro_art .view-users-art .views_slideshow_thumbnailhover_main .node-type-exhibitu
{
	background:none!important;
}

#pro_art .view-users-art #user-art-main
{
background-color:#FFFFFF;
float:left;
padding:5px;
width:285px !important;
margin-right:10px;
}

#pro_art .view-users-art #user-art-main .thickbox
{
	background-color:#000000;
	display:table-cell;
	float:left;
	height:310px;
	overflow:hidden;
	vertical-align:middle;
	width:285px;
}

#pro_art .view-users-art #user-art-main .thickbox img
{
	display:block;
	vertical-align:middle;
}

#pro_art .view-users-art #user-art-main .art-title
{
	color:#7f161a;
	font-size:18px;
	margin-top:5px;
}
#pro_art .view-users-art #user-art-main .art-medium
{
	color:#393939;
}

#pro_art .view-users-art #user-art-main .art-medium p
{
	padding:0;
}
.view-users-art .views_slideshow_thumbnailhover_breakout_teasers clear-block
{

}

body.section-mysee .view-my-see,
body.section-mygo .view-my-go,
body.section-myhear .view-my-hear
{
	background-color:#FFFFFF;
	padding:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:0;
	float:left;
}

body.section-mysee .view-my-see .views-row,
body.section-mygo .view-my-go .views-row,
body.section-myhear .view-my-hear .views-row
{
background:none!important;
float:none!important;
margin:0!important;
padding:0!important;
}

body.section-mysee .view-my-see .views-row a,
body.section-mygo .view-my-go .views-row a,
body.section-myhear .view-my-hear .views-row a
{
	background:none!important;
	color:#641114!important;
	font-size:18px!important;
	border-bottom:1px dotted #000000!important;
}

body.section-mysee .view-my-see .views-row-last a,
body.section-mygo .view-my-go .views-row-last a,
body.section-myhear .view-my-hear .views-row-last a
{
	border:medium none !important;
}


body.section-mysee .view-my-see .views-row a:hover,
body.section-mygo .view-my-go .views-row a:hover,
body.section-myhear .view-my-hear .views-row a:hover
{
	color:#000000!important;
}

.panel-2col-bricks .panel-col-middle
 {
 	width:250px!important;
	clear:none;
	float:left;
 }
#pro_art, #pro_com
{
	width:702px;
	float:right;
} 
#user-art-body
{
float:left;
width:270px;
}
*:first-child+html #pro_art, *:first-child+html #pro_com
{
margin-left:-210px!important;
}
.panel-col-bottom
{
clear:none !important;
float:right;
width:702px !important;
}
.section-invite #content
{
background-color:#FFFFFF;
float:left;
margin-bottom:10px;
margin-left:10px;
padding:10px;
width:600px !important;
}
.pane-content #invite-form a
{
color:#fff;
}
body.section-user .view-friends .views-row
{
	width:70px;
}

*:first-child+html body.section-users #footerup
{
	display:none;
}
.front  #content h1.title
{display:none;
}
#pro_com .pager-current
{
background:transparent none no-repeat scroll 0 0;
color:#000;
font-size:11px;
}
#pro_com .pager a, #pro_com .pager-current
{
background-color:#C4C4C4;
color:#000;
font-size:16px;
}
.section-cart #main #squeeze #content
{
background-color:#FFFFFF;
float:left;
margin-bottom:10px;
margin-left:10px;
padding:10px;
width:600px !important;
}
a.help_video
{
width:14px;
color:#E1C404;
}