@import url('/stylesheets/application.css');
h1 {
  font-size:30px;
  color:#1e97e1;
  margin-left:1ex;
}
/*label{display:none!important;}*/
#logo img {
  margin-top:1em;
}
#artists {
  width:750px;
  margin:auto;
}
.galleries_menu .buto {
  display:block;
  width:220px;
}
.tp{
  float:left;
  width:150px;
  margin:10px 15px 0 15px;
  position:relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height:200px;
}
.tp .box {
  margin:0;
  width:150px;
  height:50px;
  position:absolute;
  background-color:#97c000;
  top:150px;
}
.box h2 {
  font-size:18px;
  margin: 1ex auto;
}
.tp a {
  color:#fff;
  text-decoration:none;
}
/* >>>>> SCROLLABLE <<<<< */
#scrollable {
	width:625px;
  margin:auto;
}
#scrollable .browse{
  padding-top:0.9em;
}
#scrollable .disabled img{
  display:none;
}
#scrollable .disabled{
  width:35px;
}
.scrollable {
	position:relative;
	overflow:hidden;
	width: 545px;
	height:140px;
  border:none;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:2px solid #ddd;
	cursor:pointer;
	width:100px;
	height:100px;
}
/* active item */
.scrollable .active {
	border:2px solid #ff5555;
	z-index:9999;
	position:relative;
}
#picwrap {
  width:650px;
  margin:1ex auto 3em auto;
  padding-bottom:0em;
  text-align:center;
}
#picwrap h2 {
  padding-bottom:1ex;
}
/****/
#comments {
  width:677px;
}
#comment{
	border-top:solid 1px #ddd;
  padding-top:1em;
}
#comment .buto {
	margin-right:0;
}
#new_comment {display:none;}
#galleries {
  background:transparent url("/images/gbgn.png") repeat-x left top;
  width:100%;
  height:31px;
  margin:0;
  padding:9px 12px 0 12px;
  font-size:16px;
  color:#ff5a5a;
}
#galleries a{
  color:#ff5a5a;
  text-decoration:underline;
}
#galleries a:hover {
  text-decoration:none;
}

#login_info{
  float:left;
  width:48%;
  margin-top:2em;
  text-align:justify;
}
#inquiries p, #comment p, #new_user_session p, #new_user p{
	clear:both;
	margin:.5em 0;
	overflow:hidden;
}
#inquiries label, #comment label,
#new_user_session label, #new_user p.in label{
	float:left;
	width:65px;
	display:block;
	text-align:right;
	margin-right:10px;
}
#inquiries label {text-align:left;}
#new_user_session label{width:140px;}
#new_user p.in label{width:100px;}
#inquiries input, #inquiries textarea,
#comment input, #comment textarea,
#new_user_session input, #new_user p.in input{
	margin:0;
	width:250px;
	border:1px solid #ddd;
	padding:3px 5px 3px 25px;
}
#inquiries input, #inquiries textarea{
  width:191px;
}
#inquiry_name, #user_session_name, #user_name{
  background:#fff url(/images/form/name.gif) no-repeat 5px 50%;
}
#inquiry_email, #user_email{
  background:#fff url(/images/form/email.gif) no-repeat 5px 50%;
}
#inquiry_phone{
  background:#fff url(/images/form/phone.gif) no-repeat 5px 50%;
}
#inquiry_message, #comment_comment{
  background:#fff url(/images/form/note.gif) no-repeat 5px 6px;
}
#comment_title{
  background:#fff url(/images/form/title.gif) no-repeat 5px 50%;
}
#user_session_password, #user_password, #user_password_confirmation{
  background:#fff url(/images/form/key.png) no-repeat 5px 50%;
}
#inquiries textarea, #comment textarea{
	overflow:auto;
  padding-top:7px;
}
#comment textarea{
  width:95%;
}

#new_user_session{
	margin:1em 0;
	padding-top:10px;
}
#new_user_session, #new_user{
  float:left;
  width:370px;
}
#new_user{margin-bottom:10em;}
#new_user_session input,#new_user p.in input{width:150px;}
#new_user_session input[type="checkbox"]{
  width:20px; height:20px;
  padding:4px;
}
#new_user_session button, #new_user button{
	height:28px;
	line-height:28px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	background:url(/images/form/contact_button.gif) no-repeat;
	padding:0 10px 0 25px;
	color:#333;
	cursor:pointer;
	text-align:left;
	font-size:11px;
	font-weight:bold;
}
#new_user button {
  background:url(/images/form/signup_button.gif) no-repeat;
}

#inquiries #errors {
  margin:0 0 2em 2em;
  display:none;
}
.field_with_errors {
  margin:0;
  padding:0;
  border:solid 1px red;
  width:inherit;
}

.comment .avatar{
  padding:0 9px 4px 0;
}
.comment .initial{
  padding-bottom:5px;
}
.comment .date{
  color:#aaa;
  font-size:90%;
}
.comment .initial a{
  color:#000;
  font-weight:bold;
  text-decoration:none;
}
.comment .content {
  text-align:justify;
}
.profile  {
  font-size:90%;
}
.profile h2.name {
  padding:1ex 1ex 0 1ex;
  margin:0;
  font-size:18px;
}
.profile h3 {
  margin:1ex 0 0 0;
}
.profile h3,.profile p,.profile blockquote {
  font-size:90%;
}
.profile p {
  text-align:justify;
  margin:0;
  padding:0;
}
.profile .initial a {
  color:#000;
  padding-left: 1.5ex;
}

