@charset "UTF-8";
/* CSS Document */

/*****Basic Definitions*****/
body {  color: #fff; 
		background-color: #000;  
		background-image: url('../images/bg_skyline1.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: center top; 
		background-size: 1591px 1045px;
}

/*****Custom Classes*****/


/*****Body*****/    
#homebody {
	width: 960px;
	margin: 68px auto 0; 
	min-height: 100%;
}

#homeleft {
	float: left;
	width: 600px;
}

#homeleft p {
	font-weight: 200;
	font-size: 25px;
	line-height:41px;
}

#homeheader p {
	font-weight: 400;
	font-size: 35px;
	margin-top: 70px;
}

#homelogin {
	width: 450px;
	
}

#homeerror {
	color: #ff0000;
	margin-bottom: 20px;
}

a { color: #e1bd0f; text-decoration: none;}
a img { border:none;}
a:visited { color: #e1bd0f; }
a:hover { color: #f5531e; text-decoration: underline; }
a:active { color: #000; text-decoration: underline; }

#homelogin input[type='text'] {
    background-position: 1px 0px;
    background-repeat: no-repeat;
	padding-left: 48px;
	width: 398px;
	height: 38px;
	font-weight:100;
	font-size: 13px;
	color: #979696;
	border-top: 1px solid #f2f2f2 ;
  	border-right: 1px solid #959595 ;
  	border-bottom: 1px solid #8d8d8d ;
  	border-left: 1px solid #bdbdbd ;
}

#homelogin input[type='password'] {
    background-position: 1px 0px;
    background-repeat: no-repeat;
    padding-left: 48px;
    width: 398px;
    height: 38px;
    font-weight:100;
    font-size: 13px;
    color: #979696;
    border-top: 1px solid #f2f2f2 ;
    border-right: 1px solid #959595 ;
    border-bottom: 1px solid #8d8d8d ;
    border-left: 1px solid #bdbdbd ;
}

input#image-button.btn-signin {
	background:#E0BB2E url('images/btn_signin.gif') no-repeat top left;
	color: #FFFEFB;
	width: 55%;

	border-top: 1px solid #f0d66f ;
  	border-right: 1px solid #998223 ;
  	border-bottom: 1px solid #78651a ;
  	border-left: 1px solid #b9a65a ;
}

input#image-button.btn-forgot-password {
	background:#7A7A7A url('images/btn_signin.gif') no-repeat top left;
	width: 44%;
	color: #A1A1A1;

	border-top: 1px solid #7A7A7A ;
  	border-right: 1px solid #9D9D9D ;
  	border-bottom: 1px solid #7A7A7A ;
  	border-left: 1px solid #9D9D9D ;
}

input#image-button{
    padding-left: 16px;
    height: 41px;
	width:201px;
	font-weight:100;
	font-size: 13px;
	color: #572f0b;
}

input#image-button.btn-signin:active {
	background: #9a7c00;
}

input#image-button.btn-forgot-password:active {
	background: #5D5D5D;
}

input#image-button:active {
    color: #000;
	border-top: 1px solid #78651a ;
  	border-right: 1px solid #b9a65a ;
  	border-bottom: 1px solid #f0d66f;
  	border-left: 1px solid #998223 ;
}

.forgot-btn {
    color : #0670A8 !important;
    margin-top: 10px;
    display: block;
    letter-spacing: 1px;
}

.btn-signin {
    letter-spacing: 1px;
    font-weight: bold!important;
}

.button-parent {
    text-align: right;
}

#homeloginleft {
	font-size:14px;
	float: left;
	width: 230px;
	margin: 10px 0 0;
}

#homeloginleft p {
	font-size:14px;
	margin: 20px 0 0;
}


#homeloginright {
	float: right;
}

#homeuser  {
    background-image: url(../images/icon_user.gif);
}

#homepassword {
	margin: 28px 0px 28px;
    background-image: url(../images/icon_password.gif);
}

#homeright {
	float: right;
	width: 278px;
}

#homerightbox {
	background-color: #1b1c20;
	padding: 10px;
}

#homerightboxheader {
	padding: 20px 0px;
}

#homerightboxfeed {
	background-color: #0d0d10;
	padding: 10px;
	overflow-y: auto;
	height: 340px;
}

#tweet {
	font-size: 12px;
	color: #979696;
	padding-top: 18px;
	line-height:17px;
}

#tweet a {
	color: #eaeaea;
	text-decoration:none;
}

#tweet a:hover, a:active {
    color: #e1bd0f;
}

#tweetdate {
	font-size: 12px;
	color: #353535;
	padding-bottom: 18px;
}

#homerightboxfooter {
	padding: 15px 0px;
	margin-top:5px;
	font-size: 13px;
}

/*****Footer*****/    
#homefooter {	
	width: 960px;
	margin: 700px auto 0;	
    clear: both;
    height : 50px;
    padding-top : 30px;
	font-size: 10px;
  }

#homefooter a{
	padding-right: 25px;
	color: #fff;
	
  }
  
#homefooter  img {
    vertical-align: middle;
}
