/** General **/
body {
	background: #42afdc url(images/html-bg.gif) repeat-x;
	font: 75%/170% Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#back {
	margin-left: 10px;
	margin-top: 10px;
}
#wrapper {
	width: 500px;
	margin: 0px auto;
	position: relative;
}
#content {
	width: 100%;
	margin-top: 20px;
}

h3 {
	font: 24px "Trebuchet MS", Arial, sans-serif;
	line-height: 2em;
	/*margin-left: 35px;*/
}

hr {
	border: 1px solid white;
	height: 1px;
	width: 75%;
	color: white;
	background-color: white;
}

.centered {
	width:100%;
	text-align:center;
}

/** Forms **/

input#username, input#username2 {
	font: normal 24px "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	color: gray;
}

#submit {
	font: 24px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	/*background: url(http://jonathanhersh.com/wp-content/themes/jhdotcom/images/submit-btn.gif) no-repeat top left;*/
	background-color: white;
	border: 2px solid gray;
	width: 150px;
	height: 55px;
	/*margin-left: 355px;*/
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

a#submit {
	text-decoration: none;
	padding: 12px;
	margin-top: 10px;
}

#submit:hover {
	background-color: #B4B4B4;
}

/** Errors, notices **/

#notice, #error {
	  margin-top: 20px;
	  margin-left: 20px;
	  margin-right: 20px;
	  margin-bottom: 20px;
	  padding: 5px 5px 5px 20px;
	  font-size: 14px;
	  text-align: left;
	  color:black;
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	}
	#notice {
	  background-color: #fff9d7;
	  border: 2px solid #e2c822;
	  /*color: #e2c822;
	  border: 1px solid #9c9;
	  color: #9c9;
	  border-color: #c99;
	  color: #fff;
	  background: url(../../images/layout3/alertgood.gif) #E2F9E3 left no-repeat;*/
	}
	#error {
	  background-color: #ffebe8;
	  border: 2px solid #dd3c10;
	  /*color: #dd3c10;
	  background: url(../../images/layout3/alertbad.gif) #c00 left no-repeat;
	  border-color: #c99;
	  color: #fff;*/
	}
	#error li {
		color: black;
	}
#notice a, #error a {
	color: #44a1d0;
}


#credits {
	position: fixed;
	bottom: 60px;
	text-align:center;
	width:100%;
}

/** Footer **/


#footerfloat {
	color: white;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 9px 32px;
	background-image: url('http://jonathanhersh.com/wp-content/themes/jhdotcom/images/footer.png');
}

#footerfloat li {
	list-style: none;
	float: left;
	/*font-size: 16px;*/
	line-height: 28px;
	padding-right: 26px;
	margin: 0;
}
.footer-padding {
	height: 40px;
}

#footerfloat a {
	margin: 0 auto;
	color: white;
	/*display: block;
	padding: 0 32px;*/
}
#footerfloat li.copyright {
	font-size: 10px;
}
#footerfloat .twitter {
	background: url('http://jonathanhersh.com/wp-content/themes/jhdotcom/images/twitter-28x28.png') no-repeat;
	display: block;
	padding: 0 12px;
}
#footerfloat .facebook {
	background: url('http://jonathanhersh.com/wp-content/themes/jhdotcom/images/facebook-28x28.png') no-repeat;
	display: block;
	padding: 0 12px;
}
#footerfloat .linkedin {
	background: url('http://jonathanhersh.com/wp-content/themes/jhdotcom/images/linkedin-28x28.png') no-repeat;
	display: block;
	padding: 0 12px;
}
#footerfloat li.right {
	float: right;
}