/* WWW.MAX.TO STYLE SHEET --> CODED BY MAX SMITH-CREASEY 06/01/2009 */

body {
	background-color: #000;
	text-align: center;
	font-family: Georgia, Arial;
	background: url(http://max.to/images/bodybg.jpg) fixed repeat-x;
	margin: 10px;
	cursor: default;
	}
#wrapper {
	border: 5px solid #fff;
	padding: 2px;
	width: 900px;
	margin: 0px auto;
	-o-box-shadow:  0px 0px 10px #bbb;
    -icab-box-shadow:  0px 0px 10px #bbb;
    -khtml-box-shadow:  0px 0px 10px #bbb;
    -moz-box-shadow: 0px 0px 10px #bbb;
    -webkit-box-shadow:  0px 0px 10px #bbb;
    box-shadow:  0px 0px 10px #bbb;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	background-color: #fff;
	}
#container {
	background-color: #fff;
	padding: 10px;
	clear: both;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 2px solid #000; 
	padding: 10px;
	}
#header {

	height: 70px;
	width: 850px;
	margin: 0px auto;
	}
#title {
	color: #1070C0;
	font-size: 36pt;
	text-align: center;
	text-shadow: #A3A3A3 2px 2px 10px;
	font-family: Arial Black, Arial;
	letter-spacing: -5px;
	}
#title a {
	text-decoration: none;
	color: #000;
	}
#title a:hover {
	color: #660099;
	}
#main {
	width: 850px;
	margin: 0px auto;
	padding: 8px 0px 0px 0px;
	}
	
/* Sidebar */
	
#sidebar {
	width: 225px;
	float: left;
	}
	
/* Navbox */
	
#navbox {
	text-align: left;
	font-size: 16pt;
	width: 225px;
	background-color: #9933CC;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
	}
#navbox a {
	color: #fff;
	background-color:transparent;
	display:block;
	border-bottom: 1px solid #666;
	text-decoration: none;
	padding: 1em 0 0.2em 0;
	text-shadow:1px 1px 5px #000000;
	}
	
#navbox a:hover {
	text-decoration: none;
	background-image: url(http://max.to/images/navbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
#navbox a:active {
	text-decoration: none;
	background-image: url(http://max.to/images/navbgactive.png);
	background-repeat: repeat-x;
	}

/* Twitter Box */
	
#twitter {
	color: #fff;
	text-align: left;
	font-size: 12pt;
	width: 225px;
	background-color: #9933CC;
	text-shadow:1px 1px 5px #000000;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
	}
	
#twitter a {
	color: #fff;
	text-decoration: underline;
	}
	
#twitter a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#twittercontainer {
	padding: 5px 20px 5px 20px;
	}
	
/* Main Content */
	
#content {
	padding: 20px;
	text-align: left;
	width: 570px;
	float: right;
	background-color: #D9D9D9;
	-webkit-border-radius: 15px;
	box-shadow:2px 2px 8px #333333;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
	}
	
#content a {
	color: #000;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #660099;
	text-decoration: none;
	}
	
/* Blog Headers and Links */

#content h2 a {
	display: block;
	border-bottom: 1px dotted #999;
	text-decoration: none;
	text-shadow:1px 1px 5px #999;
	color: #000;
	}
	
#content h2 a:hover {
	color: #660099 ;
	}
	
#content h1 {
	display: block;
	border-bottom: 1px dotted #999;
	text-decoration: none;
	text-shadow:1px 1px 5px #999;
	color: #000;
	}
	
#content h2 {
	display: block;
	border-bottom: 1px dotted #999;
	text-decoration: none;
	text-shadow:1px 1px 5px #999;
	color: #000;
	}

/* Footer */	

#footer {
	text-align: right;
	font-size: 7.5pt;
	padding: 15px 5px 0px 0px;
	clear: both;
	text-shadow:2px 2px 5px #333;
	}
	
#footer a {
	color: #000;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #000;
	text-decoration: none;
	}