@charset "UTF-8";
/*========================================================
                      基于原版文件的覆盖设置
=========================================================*/
body {
  color: #A6A6A6;
}

h1 {
  font: 900 90px/117px "Raleway", sans-serif; /*  字体大小，从117改成90  */
}


.brand_logo:before {
  position: absolute;
  content: '';
  background: url(../images/logo.png) no-repeat;
  top: 0;
  left: 0;
  width: 460px;
  height: 110px;
  z-index: -1;
}


/*==================  Stuck menu  ======================*/
.isStuck {
  border-bottom: 1px solid #2BD4E4;
}

.isStuck .brand_name {
  padding-left: 0px; /* 原值38px  */
}
.isStuck .brand_logo:before {
  background: url(../images/logo_stuck.png) no-repeat;
  width: 253px;
  height: 60px;
  top: 4px;
}



.brand_slogan {
	margin: 69px 0 0 20px;  /*  左侧边距，从2改成20  */
}

/*========================================================
                      新增加的用户定义
=========================================================*/

.myh1 { /* 主页面标题 */
	margin: 0px 0 30px;
	font: 900 50px/87px "Raleway", sans-serif;
}




.btn-my1 { /* more 小按钮 */
  display: inline-block;
  font: 100 18px/18px "Raleway", sans-serif;
  padding: 6px 20px 6px;
  color: #FFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.btn-my2 { /* Buy now 小按钮 */
  display: inline-block;
  font: 100 12px/22px "Raleway", sans-serif;
  padding: 3px 8px 3px;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.mytext1 { /* Artis页，左侧图片下文字 */
	font-size: 22px;
	line-height: 1.4em;
	margin: 20px 0 0 0;
}

.mytext1s { /* Artis页，左侧图片下文字（小字体） */
	font-size: 14px;
	line-height: 1.4em;
	margin: 12px 0 0 0;
}


.mytext2 { /* SignUp页，左侧图片上下文字 */
	font-weight: bold;
	font-size: 38px;
	line-height: 1.4em;
	margin: 20px 0 25px 0;
}

.mytext3 { /* SignUp页，右侧文字第一段 */
	font-size: 24px;
	line-height: 1.4em;
}
.mytext3b { /* SignUp页，右侧文字第二段 */
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	font-style:italic;
}

.mytext4 { /* SignUp页，右侧注册后文字 */
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}

.mytext4i { /* SignUp页，右侧注册后文字，斜体 */
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	font-style: italic;	
}

.mytext5 { /* AboutUs页，文字 */
	font-size: 18px;
	line-height: 1.6em;	
}

.mytext6 { /* Artists页，文字 */
	font-size: 26px;
	line-height: 1.4em;
}

.mytext7 { /* SignUp页，提示文字带背景色，根据老王的要求，从标准黄色调整为浅黄色 */
	font-size: 14px;
	line-height: 1.4em;
	color: #999;
	background-color: #FFE3A1;
	border: 1px solid #FFE3A1;
    border-radius: 5px;
	padding: 5px 0 5px 10px;
	margin: 6px 26px 0 10px;
}






.myheadline1 { /* Artis页，右侧图片标题 */
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4em;	
}

.mylink1 { /* like it (thumbs up) */
	font-size: 16px; /*  数字含括号的大小  */
}
.mylink1 a { 
	font-size: 24px;
	padding: 3px 5px;
}
.mylink1 a:hover {
	color: #fb6e1a;
}

.mylink2 { /* 删除一张图片，垃圾桶图标的位置 */
	font-size: 20px; 
	float: right;
	margin: -13px -10px 0 0;	
}
.mylink2 a { 
}
.mylink2 a:hover {
	color: #fb6e1a;
}




.mytable1 { /* SignUp Form */
	font-size: 16px;
	width: 100%;

}

.mytable1 input[type='text'],input[type='password'] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 16px "Raleway", sans-serif;
  line-height: 24px;
  padding: 10px 20px 10px 15px;
  color: #777;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  height: 34px;
  margin: 0;
}
  
.mytable1 textarea {

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 16px "Raleway", sans-serif;
  line-height: 24px;
  padding: 10px 20px 10px 15px;
  color: #777;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  resize: none;
  height: 185px;
  overflow: auto;
} 

table.mytable1 th {
    padding: 6px 4px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}

table.mytable1 td {
    padding: 6px 0px;
	vertical-align: middle;
}


/*==================   BorderBlock  ======================*/
.border-block1 {
  border: solid 1px #E5E5E5;
  border-top: none;
  padding: 26px 15px 10px 15px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

* + .border-block1 {
  margin-top: -11px;
}


.border-block2 {
  border: solid 1px #E5E5E5;
  border-top: none;
  padding: 22px 15px 10px 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

* + .border-block2 {
  margin-top: -11px;
}




/*========================================================
                   MyGallery.cshtml 弹出层自定义
=========================================================*/
.popLayer1 {
	padding: 1px 25px 40px 25px;
	text-align: left;
	font-size: 18px;
	background-color: #efefef;
}

.popLayer1 p {
	margin: 12px 0 0 0;

}

.popLayer1 input[type='text'] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 16px "Raleway", sans-serif;
  line-height: 24px;
  padding: 10px 20px 10px 15px;
  color: #777;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  height: 34px;
  margin: 0;
}
  
.popLayer1 textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 16px "Raleway", sans-serif;
  line-height: 24px;
  padding: 10px 20px 10px 15px;
  color: #777;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  resize: none;
  height: 185px;
  overflow: auto;
} 


/*========================================================
     重新定义作品标题、作者的格式，原来<h6><h7>太粗了
=========================================================*/
.imgTitle {
	font-size: 22px;
	color: #9e9999;
}
.imgAuthor {
	font-size: 13px;	
}
.imgAuthor a {
}
.imgAuthor a:hover {
	text-decoration: underline;
	color: #888;	
}
.imgDesc {
	font-size: 14px;
	margin: 6px 0 0 0;
}

.imgTitle2 {  /* Recent Art Works */
	font-size: 22px;
	color: #FFF;
	margin: 16px 0 0 0;
}
.imgAuthor2 {
	font-size: 13px;
	color: #FFF;	
}
.imgAuthor2 a {
	color: #FFF;	
}
.imgAuthor2 a:hover {
	text-decoration: underline;
	color: #efefef;	
}
.imgDesc2 {
	font-size: 14px;
	color: #FFF;
	margin: 6px 0 0 0;	
}

.imgTitle3 {  /* 首页  last added photos  */
	font-size: 16px;
	color: #9e9999;
	margin: 16px 0 0 0;	
}
.imgAuthor3 {
	font-size: 13px;
}
.imgAuthor3 a {
}
.imgAuthor3 a:hover {
	text-decoration: underline;
	color: #888;
}


/*========================================================
                   Footer 部分自定义
=========================================================*/
.footer-text {
	font-size: 18px;
	line-height: 2em;
	margin: 20px 0 0 0;
}
.footer-text a {
	text-decoration: none;
}
.footer-text a:hover {
	text-decoration: underline;
}


