@charset "utf-8";

/*
	Republic of Touch CSS
	Copyright (c) 2011 David Schaefgen. All rights reserved.
	If you copy without permission, I won't mock you.
*/


html {
	/* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	margin-bottom: 1px;
	}

body {
	margin-top: 0;
	padding: 0;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	min-width: 760px;
	}

a {
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	color: #333;
	border-color: #888;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
	}

a:visited {
	color: #333;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
	}

a:hover {
	color: #333;
	text-decoration: none;
	}

a em {
	padding-bottom: 2px; /* Hack for WebKit; otherwise the underscore padding is 0 */
	}

p {
 	margin: 0 0 1.6em 0;
	padding: 0;
	}

h1 {
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 1.55em; /* was 1.46em for Georgia */
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	margin: 0em 0px 1.25em 0px;
	}


/**** IDs *************************************************************/

#box {
	border: 0;
	width: 720px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

#nav {
	height: auto;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
}

#nav ul, #nav li {
	display: inline;
}

#nav li a {
	text-align: center;
	border-bottom: solid 1px #888;
	padding: 5px;
	margin: 5px;
}

#header {
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#site-name-wrapper {
	display: inline;
}

#site-name {
	font-size: 1.55em;
	font-weight: bold;
	border-right: 1px solid #333;
	padding-right: 15px;
}

#site-name a {
	border: none;
}

#slogan {
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	color: #666;
	margin: 0px 0px 15px 15px;
}

#sidebar {
	float: left;
	width: 20%;
	margin-bottom: 10px;
}

#sidebar ul {
	list-style-type: circle;
	color: #333;
}

#sidebar a {
	color: #333;
	padding: 4px 1px 4px 1px;
	text-decoration: none;
	}
	
#sidebar a:link {
	color: #333;
	border: 0;
	}
	
#sidebar a:visited {
	color: #333;
	border: 0;
	}
	
#sidebar a:hover {
	color: #666;
	}
	
#sidebar p {
	margin: 0;
	}

#content {
	float: left;
	width: 75%;
	margin-left: 5%;
	margin-bottom: 10px;
}

#footer {
	text-align: center;
	margin-top: 14em;
	padding-bottom: 1em;
}


/**** Classes *************************************************************/

.smallprint {
	line-height: 4em;
	color: #555;
	}
.smallprint a:link {
	color: #222;
	}
.smallprint a:visited {
	color: #222;
	}

