/* uxtopia.com home stylesheet */
/* last  version: 2008-12-05 */

/*_____________________COMMON_______________________________________________________*/


html, body {font-family: "Lucida Sans", Helvetica, Arial, sans-serif;height:auto;}

a{text-decoration:underline;}
a:link {color:#339900;}
a:visited{color:#339900;}
a:hover {color:#339900;}
a:active{color:#FF0000;}

p{font-size:.75em;line-height:1.3em;}

#container{
	width:580px;
	margin:20px auto auto auto; 
	
}

/*---------------------HEADER, NAVIGATION------------------*/

#header, #tagline, #navigation{float:left; height:40px;}  

#header{width:100px; text-align:left;}

#tagline{width:250px;background-color:#8BFDFE;}
 
#navigation{width:230px;background-color:#8BFDFE;}

#header h1, #tagline h2,#navigation ul,#navigation ul{
	line-height:40px;
	vertical-align:middle;
	height:40px;
	margin:0; padding:0;

} 
#header h1 {font-size:1.3em;color:#4BB701;}

#tagline h2 {
	font-size:1.2em;font-family:Georgia, serif; font-weight:normal;font-style: italic;color:#648C29;text-align:center;letter-spacing:0.01em;	
	padding-left:16px; padding-right:16px;
}

#navigation ul {
	list-style-type:none;
}

#navigation ul li {
	display:inline;
	height:40px;
	width:165px;
	
	}

	#navigation ul li a {
		width:100px;
		height:40px;
		display:inline-block;
		font-size:1em;
		text-align:center;
	}

#current_section a{background:white; color:#4BB701;font-weight:bold;}


#about_uxtopia{
	float:left;
	width:580px;
	margin-top:20px; margin-bottom:20px;
	background-color:#D7FF8F; border:1px solid #808080; 
}
	#about_uxtopia h3{color:#339900; padding:20px 20px 10px 20px; font-weight:normal;}
	#about_uxtopia p{padding:0 20px 20px 20px;}
	
#about_me_header{float:left;width:160px;}
	#about_me_header img {margin-left:112px;}
	#about_me_header h3{background:#4BB701; color:white;text-align:right; font-weight:normal;padding:5px;}

.about_box{float:right; width:400px;background:#FAE771;margin-bottom:20px;border:1px solid #808080;}
	.about_box h4{padding:20px 20px 10px 20px;}
	.about_box p{padding:0 20px 20px 20px;}
/*-------------------FOOTER----------------*/

#footer {float:left;
	background-color:#E5E5E5;
	width:100%;
	height:10%;
	position:relative;
	bottom:0;left:0;right:0;
	}
#wdp, #copyright{
	width:100%;
	margin-top:10px;
	font-size:.7em;font-family:Georgia, serif; font-weight:normal;font-style: italic;color:#505050;
	text-align:center;}