/* AQUA */

body {
	margin: 20px 0;
	padding: 0;
	background: #BED9EA;
	color: #584e80; 
	/*color: #2F5483;*/
	background-image: url(../theme/images/aqua.jpg); 
	background-repeat: no-repeat;
}

a,h2,h3,h4,p {
	color: #2F5483; /*#2F5483;*/
}

#logo {
	background: url(../theme/images/laqua.jpg) no-repeat;
}

#header {
	background: url(../theme/images/maqua.jpg) repeat-x;
}

#menu {
	background: url(../theme/images/raqua.jpg) no-repeat right top;
}

#menu a {
	color: #2F5483; /*#2F5483;*/
}

#menu.menuartiste a {
	color: #2F5483;
}

#menu .last {
	color: #2F5483;	
}

.menuartiste {
	border: 1px solid;
	border-color: #C1D9EA;/*#C1D9EA; */
	background: none;
}

#content {
	background: #FFFFFF url(../theme/images/baqua.jpg) no-repeat left bottom;
}

.gallerytheme {
	color:#2F5483; 
}

#artistcontent {
  	border-color: #C1D9EA;	
	background: #F7FBFD; /*#F7FBFD;*/
  	color: #F6F9F1;/*#F6F9F1;*/
}

#artistpicture {
	border: 1px solid;
	border-color: #5C8FBE; /*#5C8FBE*/
}

#my_show {
	border-color: #2F5483;
}

#statusbar{ 
	background-color: #C1D9EA; /*#B1C598; */
	border: 1px solid #C1D9EA; 
} 

#colOne {
	background: #F7FBFD;
  	color: #2F5483;
  	border-color: #C1D9EA;	
}

#colTwo {
	background: #F7FBFD;
  	color: #2F5483;
  	border-color: #C1D9EA;		
}

#longtext{ 
	background: #F7FBFD;
  	color: #2F5483;
  	border-color: #C1D9EA;
}

#longtext input {
  border: 1px solid #C1D9EA;
}

#longtext textarea {
  border: 1px solid #C1D9EA;
}

#splash {
	background: url(../theme/images/aquabanner_f.jpg) repeat-x left bottom;
}

#footer p {
	color: #2F5483;	
}

#footer a {
	color: #2F5483;	
}

textarea {
	color: #2F5483;
	border-color: #2F5483;
}

#borderaroundtextarea {
    border-top: 1px solid #5C8FBE;
    border-right: 1px solid #5C8FBE;
    border-bottom: 1px solid #5C8FBE;
}


/*New */
#mastercomment {
	color:#2F5483;  /*same as a*/
	
}

#boxcomment {
	padding:10px; 
	margin-top:0px; 
	height:auto; 
	width:820px; 
	border: 1px #2f5483 solid; /*new color value*/
	background: #F7FBFD; /*same as artistcontent*/
}

#commenttitle {
	color:#2F5483;  /*same as a*/
}

#textcomment,  {
	color:#2F5483;  /*same as a*/
	background: #F7FBFD; /*same as artistcontent*/
}

.replybox {
	margin-top:0px; 
	margin-left:40px; 
	border: 1px #5C8FBE solid; /*same as artistpicture*/
	background: #F7FBFD; /*same as artistcontent*/
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #2F5483;  /*same as a*/
}		

#replytext {
	padding:10px; 
	margin-top:0px;
	/*visibility: hidden;*/
	height:auto; 
	width:760px; 
	border: 1px #5C8FBE solid; /*same as artistpicture*/
	/*background-color:#FFFAEC;*/
	background-color:white;
	color: #2F5483;  /*same as a*/
}

/*End New */

.buttonhover {
	margin-top:0px; 
	margin-left:40px; 
	border: 1px #2f5483 solid; /*same as new color value*/
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: white;
	font-weight:900;
	background: #5C8FBE; /*same as artistpicture*/
}

.buttonout {
	margin-top:0px; 
	margin-left:40px; 
	border: 1px #5C8FBE solid; /*same as artistpicture*/
	background: #F7FBFD; /*same as artistcontent*/
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #2F5483;  /*same as a replytext*/
}


