/* CSS Document */

/*general template and structure*/
    html, body {
    	padding: 0;
    	margin: 0;
    }
    
    body {
      font-family: Georgia, arial, sans;
      font-size: 100%;
      line-height: 1.7em;
      color: #1b1c20;
      background: #ffffff;
      text-align: center;
      margin-top: 5px;
    }
    
    #page-container {
    	width: 900px;
    	margin: auto;
    }
    
    #main-column {
	   float: left;
	   width: 700px;
	   padding: 20px 0;
    }
/*end of general template and structure*/

/*general styles*/
    h2 {
    	font-size: 1.4em;
    	letter-spacing:	-0.01em;
    	margin: 10px 0;
    	padding: 0;
    	text-align: left;
    	font-weight: normal;
    }
    
    h3 {
    	font-size: 1.2em;
    	letter-spacing:	-0.01em;
    	margin: 0;
    	padding: 0;
    }
    
    p {
    	margin: 0;
    	padding: 0;
    	padding-bottom: 15px;
    }
    
    a:link {
    	color: #00509F;
    }
    
    a:visited {
        color: #00509F;
    }
    
    a:hover {
    	color: purple;
    }
	
	a
	{
	  outline: none;
	}
    
/*end of general styles*/

/*head and navigation*/
    #head {
    	height: 180px;
    }
    
    #logo {
    	float: left;
    	margin-left: 10px;
    	top: 5px;
     	width: 350px;
    }
    
    #head-right {
    	float: right;
    }
    
    #user {
    	text-align: right;
    	position: relative;
		height: 27px;
    	font-size: 80%;
    }

	#credentials {
		margin-left: 45px;
	}

	#fb_btn {
		position: absolute;
		right: 0px;
		top: 30px;
	}
    
    #navigation {
    	height: 50px;
    	margin-top: 45px;
    	margin-right: 20px;
    	margin-bottom: 10px;
    }

	* html #navigation {
    	height: 50px;
    	margin-top: 45px;
    	margin-right: 20px;
    	margin-bottom: 10px;
		display: inline;
    }
    
    #navigation dl { 
		margin: 0; 
		padding: 0; 
	}
    
    #navigation dt {
		float: left; 
		margin-left: 10px; 
		height: 50px;
		font-size:1.2em;
		letter-spacing:-0.01em;
		line-height: 50px;
	}
    
    #navigation dt a {
    	display: block;
		color: #1B1C20;
		text-decoration: none;
		height: 50px;
    }
    
    #navigation dt a:hover {
    }

/*end of head and navigation*/

#input{
	display: block;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#input:hover{background-position: 0 -50px;}


#main-content {
	font-family: Georgia, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}

.littleleft {
    margin-left: 30px;
}

/*navigation*/
#navigation dt#learn,
#navigation dt#learn a { width: 100px; background-image: url(/images/navigation_learn.png);}
#navigation dt#learn a:hover {background-image: url(/images/navigation_learn_hover.png);}

#navigation dt#join,
#navigation dt#join a { width: 100px; background-image: url(/images/navigation_join.png);}
#navigation dt#join a:hover {background-image: url(/images/navigation_join_hover.png);}

#navigation dt#portfolio,
#navigation dt#portfolio a { width: 100px; background-image: url(/images/navigation_portfolio.png);}
#navigation dt#portfolio a:hover {background-image: url(/images/navigation_portfolio_hover.png);}

#navigation dt#login,
#navigation dt#login a { width: 100px; background-image: url(/images/navigation_login.png);}
#navigation dt#login a:hover {background-image: url(/images/navigation_login_hover.png);}

#navigation dt#trade,
#navigation dt#trade a { width: 100px; background-image: url(/images/navigation_trade.png);}
#navigation dt#trade a:hover {background-image: url(/images/navigation_trade_hover.png);}
/*end of navigation*/

#footer {
	clear: both;
	margin: 40px 0 15px 0;
	height: 150px;
	font-family: Georgia, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 0.75em;
	color: #202020;
	width: 900px;
	margin: auto;
	background-image: url(/images/dotted.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#footer-a {
	float:left; 
	width:100px;
}

#footer-b {
	float:left; 
	width:600px; 
	text-align:left;
}

#footer-c {
	float:left; width:200px;
}

#errorExplanation {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	padding: 8px 0;
    background-color: #d13c36;
	font-family: Georgia, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 1.2em;
	color:  #302d25;

}
#noticeExplanation {
    z-index: 9999;
    position: absolute;
	width: 100%;
    top: 0;
    left: 0;
    right: 0;
	padding: 8px 0;
    background-color: #d13c36;
	font-family: Georgia, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 1.2em;
	color:  #302d25;
	border-bottom: 2px solid  #302d27;
}
