@import url("tumblr.css");

body { margin:0; padding:0; background:#333; font-family:Helvetica,Arial,sans-serif; font-size:14px; }
#page { width:1000px; background:white; border:1px solid black; margin:auto;}
	
/* HTML Element styles */
/* Note: Make HTML 5 elements block-level for consistent styling */
header, footer, address, nav { display:block; }
header, footer { width:100%; clear:both; }
header { 
	height:211px;
	margin-bottom:20px;
	border-bottom:10px solid orange;
	background:black;
	color:#ccc; 
	}
	
nav { float:right; width:250px; }
	nav ul { list-style:none; list-style-type:none; margin:0; padding:0; } 
		nav ul li { margin:5px;  }
		#links { font-size:1.6em; font-weight:bold; }
		#friends,#blogroll,#laughs { font-size:1.2em; font-weight:bold; }

footer { 
	font-size:1.5em;
	font-weight:bold; 
	text-align:center; 
	background:#ccc;
	height:200px;
	margin-top:25px; 
	padding-top:20px;
	}

h1 { font-size: 4.5em; }
h2 { font-size: 1.0em; }
p { font-size: 1.0em; }
	
/* IDs */
#logo { float:right; margin-right:40px; }
#headerText { padding-top:140px; }
#title, #tagline { display:inline; clear:none; }
#title { font-weight:bold; color:orange; margin-left:10px; }
#tagline { margin-left:10px; color:#666; }
#main { margin-right:260px; margin-left:10px; }
#links a { color:#804000; }
#links a:visited { color:#666;}

/* Classes */
.widget { margin-top:20px; }
.navHeader { font-size:1.6em; font-weight:bold; margin:5px; margin-top:20px; }
