/* 	Welcome friends!
	
	Welcome to the wonderfull world of CSS =D
	
	To use this MacMiniServer use these simple steps!
	
	1) Use Find & Replace to replace "MacMiniServer" with the name of your new slash pages div ID e.g "RogersLander"
	
	2) Rename your file to something at least roughly matching the name of your new slash page e.g "RogersLander.css" (Remeber to change the CSS path in your HTML to this name too =O!)
	
	3) Add any page specific stypes to the end of the sheet with the preffix of your slash pages div ID e.g "#RogersLander .ShinyNewDiv"
	
	4) Make sure to add any images to the CSS to the same path as MacMiniServer example e.g "url(images/placeholder.png)"
	
	And your done, please enjoy!

/* typography.css */

#MacMiniServer {
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	color: #222;
	}

#MacMiniServer h1, #MacMiniServer h2, #MacMiniServer h3, #MacMiniServer h4, #MacMiniServer h5, #MacMiniServer h6 
{font-weight: normal;color:#111;}

#MacMiniServer h1 {font-size: 2.5em;line-height: 1.1;margin-bottom:0.5em;
	letter-spacing: -.09px;
	font-weight: bold;
	}
#MacMiniServer h2 {font-size: 1.4em;margin-bottom:0.75em;
	font-weight: bold;
	}
#MacMiniServer h3 {font-size:1.2em; font-style:bold; line-height:1;margin-bottom:1.2em; color:#666666;}
#MacMiniServer h4 {font-size: 1.2em;line-height: 1.25;margin-bottom:.5em;
	font-weight: bold;
	}
#MacMiniServer h5 {font-size:1em;font-weight:bold;margin-bottom:1em;}
#MacMiniServer h6 {font-size:1em;font-weight:bold;}
#MacMiniServer h1 img, #MacMiniServer h2 img, #MacMiniServer h3 img, #MacMiniServer h4 img, #MacMiniServer h5 img, #MacMiniServer h6 img {margin:0;}
#MacMiniServer p {margin:0 0 1.5em; line-height:1.4; font-size:13px;}
#MacMiniServer p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
#MacMiniServer p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
#MacMiniServer a:focus, a:hover {color:#000;}
#MacMiniServer a {color:#009;text-decoration:underline;}



#MacMiniServer .MiniText {
	color: #666666;	
	margin-top:40px;
	}

#MacMiniServer .MiniText h2 {
	padding: 0;
	font-style: normal;
	color: #666666;
	size: 1.2em;
	margin-bottom: 0.25em;
	}

#MacMiniServer .banner {
	margin-top:80px;
}

#MacMiniServer .button {
	margin-bottom:20px;
}

#MacMiniServer .faces {
	margin-top:5px;
	margin-bottom:20px;
}

#MacMiniServer p.footer {
font-size:16px;
}

#MacMiniServer span.red {
color:red;
}

#MacMiniServer .MiniText2 {
	color: #666666;	
	margin-top:10px;
}


#MacMiniServer .MiniText2 h3 {
	font-size:18px;
}
	
	
#MacMiniServer a.link {
	color:red;
}	

#MacMiniServer .eshotcontent {
	margin-top:20px;
}
