/*
Title: jschachterle.com style sheet
Designer: Jim Schachterle, jschachterle@gmail.com
*/

/*
COLOR KEY

White: #fff
Red: #c00

*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	background-color: #fff;
}

/* LAYOUT ELEMENTS */

#container {
	margin: 0 auto;
	padding: 0;
	width: 860px;
	text-align: left;
}
#wrap {
	float: left;
	margin: 0;
	padding: 0;
	width: 850px;
	background: #fff;
}
#header {
	float: left;
	clear: both;
	width: 850px;
	height: 160px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-bottom: 1px dotted #ccc;
}
#content {
	float: left;
	clear: both;
	margin: 15px 0 20px 0;
	padding: 0;
	width: 850px;
	background: #fff;
}
#footer {
	float: left;
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	width: 850px;
	height: 100px;
	background-color: #fff;
	border-top: 1px dotted #ccc;
}

/* GUTTERS */

#content .gutter {
	margin: 0;
	padding: 0;
}

/* HEADER */

#header .logocontainer {
	height: 220px;
	height: 26px;
	margin: 14px 0 0 0;
	padding: 0;
	background-image: url(../images/template/jschachterle.gif);
	background-repeat: no-repeat;
}


/* NAVIGATION */

#nav {
	float: right;
	clear: right;
	width: 605px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border-right: 1px dotted #ccc;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: bold;
	line-height: 1.6em;
	list-style: none;
	letter-spacing: 0.06 em;
}
#nav a:link,
#nav a:visited {
	display: block;
	width: 150px;
	height: 20px;
	margin:  0;
	padding: 14px 0 5px 0;
	color: #666;
	text-decoration: none;
	text-align: center;
	border-left: 1px dotted #ccc;
	border-bottom: 0;
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
	background: #666;
	border: 0;
}


/* CONTENT */

#content .column1 {
	float: left;
	width: 400px;
}
#content .column2 {
	float: left;
	clear: right;
	width: 450px;
}
#content .twocolumn {
	float: left;
	padding: 0 15px 0 0;
	width: 418px;
}
#content .onecolumn {
	float: left;
	padding: 0 7px 0 0;
	width: 620px;
}
#content .sidebar {
	float: right;
	padding: 0 0 0 10px;
	width: 205px;
	height: 500px;
	border-left: 1px dotted #ccc;
}
#content img {
	margin: 0;
	padding: 10px 0 0 0;
}
#content p {
	clear: left;
	margin: 0;
	padding: 4px 0 2px 0;
	font-size: 80%;
	color: #666;
	font-weight: normal;
	line-height: 1.5em;
}
#content p.indent {
	clear: left;
	margin: 0;
	padding: 10px 0 2px 15px;
	font-size: 80%;
	color: #666;
	font-weight: normal;
	line-height: 1.3em;
}
#content strong {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#content h1 {
	clear: right;
	margin: 0 10px 0 0;
	padding: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #666;
	font-weight: bold;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0.01em;
	text-transform: capitalize;
}
#content h2 {
	clear: both;
	margin: 12px 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.05em;
}
#content h3 {
	clear: both;
	margin: 0 10px 10px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #666;
	line-height: 2em;
	font-style: italic;
}
#content h4 {
	clear: both;
	margin: 0;
	padding: 15px 10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
	line-height: 1.5em;
	font-style: italic;
	font-weight: bold;
}
#content h5 {
	clear: both;
	margin: 0;
	padding: 5px 10px 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666;
	font-weight: normal;
	line-height: 1.5em;
}
#content h6 {
	clear: both;
	margin: 0;
	padding: 0 10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #fff;
	font-weight: normal;
	line-height: 1.5em;
	border: 0;
}
#content ul {
	margin: 0;
	padding: 10px 10px 10px 8px;
}
#content  ul li {
	margin: 0;
	padding: 0 0 0 14px;
	font-size: 80%;
	color: #666;
	font-weight: normal;
	line-height: 1.4em;
	list-style: none;
	background-image: url(../images/template/li_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#content  ol li {
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #666;
	font-weight: normal;
	line-height: 1.5em;
}
#content a:link,
#content a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: #ccc 1px dotted;
}
#content a:hover {
	color: #fff;
	text-decoration: none;
	background: #09f;
	border-bottom: #09f 1px solid;
}
#content dl {
	float: left;
	height: 190px;
	width: 202px;
	margin: 12px 5px 0 5px;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
#content dt {
	float: left;
	margin: 0;
	padding: 0;
	color: #666;
	font-weight: normal;
	line-height: 1.5em;
}
#content dd {
	margin: 0;
	padding: 0;
}
#content dd.title{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 65%;
	color: #666;
	font-weight: normal;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
}
#content dd.description{
	margin: 0;
	padding: 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666;
	font-weight: normal;
	line-height: 1.5em;
}
#content dd.url{
	margin: 0;
	padding: 0;
	font-size: 70%;
	color: #666;
	font-weight: normal;
	line-height: 1.5em;
}
#content dt.img img {
	float: left;
	clear: left;
	margin: 0 0 2px 0;
	padding: 1px;
	background: #fff;
	border: 1px dotted #ccc;
}
#content .buttons {
	float: right;
	clear: both;
	margin: 0;
}
#content .portbutton {
	float: left;
	display: block;
	margin: 0 0 0 3px;
	padding: 6px 0 0 0;
	height: 20px;
	width: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	line-height: 1em;
	border:1px dotted #ccc;
}
#content a:link .portbutton,
#content a:visited .portbutton {
	color: #666;
	text-decoration: none;
}
#content a:hover .portbutton  {
	color: #fff;
	text-decoration: none;
	background: #666;
}

/* FOOTER */

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.3em;
	color: #666;
	text-align: right;
	margin: 3px 5px 2px 0;
	padding: 0;
}
#footer a:link,
#footer a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: #666 1px dotted;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	background: #666;
	border-bottom: #666 1px dotted;
}

