/* PolishPOTTERY website coding //////////////////////////////////////////////////////////// */

/* Updated: 9 May 2012 */
/* Updated: 22 May 2012 */
/* Updated: 17 Feb 2013 */
/* Updated: 13 1007 - include styling of backgrounnds etc */

/*********************************************
Styles - change these to format to a clients style 
**********************************************/

 body {
	.background: lightgrey url('../../photo/large/fx_images/ORANGE_Tile_372x412px.png') repeat;
	color: rgba(43,63,148,1);
	font: 14px Arial, Helvetica, sans-serif;
}

.login {
	position: relative;
	background: rgba(255, 255, 255, 0.8);
	width: 300px;
	margin: 50px auto 0em;
	padding: 10px;
	border: 2px solid white;
	color: #333;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 10px 0 20px 10px;
	-moz-border-radius: 10px 0 20px 10px;
	border-radius: 35px 0 20px 10px;
}
.login h2 {
	position: relative;
	color: #333;
	font: bold 28px 'Droid Serif', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-shadow: 0 1px 0 #fff;
	display: block;
	padding: 10px 0 20px 0;
}

.login H2 div#avatar {
	float: left;
	background: transparent url(/../assets/images/clientAvatar.png) top left no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	position: relative; top: -10px;
}

/* Footer */
footer {
/*	float:left; */
	position: relative;
	margin: 20px auto 30px auto;
	width: 115px;
	text-align:center;
	color: white;
	font-size: 8pt;
	background:  rgba(43,63,148,1);
	padding: 0 10px 1px 5px;
	border: 1pt white solid;
	box-shadow: 5px 5px 10px rgba(0,0,0,1);
	border-radius: 10px;
}
footer span {
	color: orange;
}
	
footer a {
	color: white;
	background-color: transparent;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}
footer a:hover {
	color: orange;
	background-color: transparent;
	text-decoration: none;
}

.loginButton  {
	text-decoration: none; 
	text-align: center; 
	padding: 6px 15px; 
	-webkit-border-radius: 4px 4px 10px 4px; 
	-moz-border-radius: 4px 4px 10px 4px;
	border-radius: 4px 4px 10px 4px; 
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#ffffff; 
	background-color: rgba(43,63,148,1); 
	background-image: linear-gradient(top, #205778 0% , rgba(53, 107, 153, 1) 100%);   
	opacity:0.8; 
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); 
	filter: alpha(opacity=80); 
	text-shadow: 1px 1px 1px rgba(0,0,0,1); 
	cursor: pointer;
	border:solid 1px white; 
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
 
.loginButton:hover{
	opacity:1; 
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1); 
	filter: alpha(opacity=1);
	color: #fff;
	background-color: rgba(43,63,148,1); 
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	border: solid 1px white; 
}

input.submit {
	cursor:pointer;
	background-color: rgba(43,63,148,1); 
	color: white;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
	border:1px solid white;
	border-radius: 10px; 
	width: 110px;
/*	height: 15px; */
}
input.submit:hover {
	background-color: orange; 
	color: white;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	border:1px solid black;
	border-radius: 0px; 
}
.Xbutton {
	border: solid 1px white; 
	border-radius: 4px 4px 10px 4px; 
}

/*  Header at top of Manager */

.header {
	border-radius: 0 0 20px 20px;
	margin: 0 auto 0 auto;
	width: 220px;
	background: rgba(255,255,255,0.8) url(/../assets/images/clientAvatar.png) no-repeat;
	background-position: 8px 5px;
	background-size: 30px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.8);
	border: 1px solid white;
	border-top-style: none;


}
.admin_top_btn {
	float: right;
	margin-left: 20px;
}
