/* Main Features */

body {
	color: #474A51;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0pt;
	padding: 0pt;
}

#header {
	color: #AAA;
	background: #383D44;
}

#header p, img {
	margin: 0pt;
	padding: 0pt;
}

#footer {
	padding: 10px 0px;
	border-top: thin dashed #000;
	text-align: center;
}

/* Content Specific */

#content {
	padding: 10px 24px;
	border-bottom: thin dashed #000;
	margin-bottom: 2px;
}

#content li {
	margin-bottom: 0.5em;
}

#content h1, h2, h3, h4, h5 {
	color: #ABD;
	padding-left: 20px;
}

#content p {
	text-indent: 2%;
	margin: 1.5em 0px;
}

#content blockquote p {
	text-indent: 2%;
	margin-bottom: 2px;
}

#content p span.initcap {
	font-size: 1.5em;
}

#content div.entry {
	padding: 4px;
	margin: 10px 0px;
	border-top: #AAA thin dashed;
	border-bottom: #AAA thin dashed;
	overflow: hidden;
	width: 100%
}

#content div.entry div.tags {
	display: none;
}

#content div.entry p {
	padding: 6px;
	margin: 0px;
}

#content div.entry img {
	float: left;
	padding: 3px;
	margin: 3px;
	border: #AAA thin double;
}

#content div.entry div.taglinks a {
	color:#478;
	text-decoration: none;
	font-variant: small-caps;
}

#content div.entry div.details a {
	text-decoration: none;
}

#content div.entry div.details span.title {
	color: #AABBDD;
	padding-left: 20px;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

#content div.entry div.details a span {
	text-decoration: underline;
	background: transparent url(../img/navico.gif) no-repeat scroll left 0px;
}

div.warning {
	border-top: thin dashed #000;
	border-bottom: thin dashed #000;
	background: transparent url(../img/Warning.png) no-repeat scroll left center;
	padding-left: 48px;
	line-height: 450%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	width: 25em;
	text-align: center;
}

p.hint {
	border-top: thin dashed #000;
	border-bottom: thin dashed #000;
	color: #fff;
}


div.stop {
	border-top: thin dashed #000;
	border-bottom: thin dashed #000;
	background: transparent url(../img/Stop.png) no-repeat scroll left center;
	padding-left: 48px;
	line-height: 450%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	width: 25em;
	text-align: center;
}

div.tangent {
	border-top: thin dashed #000;
	border-bottom: thin dashed #000;
	background: transparent url(../img/prog/tangent.png) no-repeat scroll left center;
	padding-left: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: center;
}


/* Navigation Bar Specific */

#nav {
	height: 62px;
	background-image: url(../img/gradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#nav ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	overflow: hidden;
	padding: 0pt;
}

#nav ul li {
	float: left;
	margin: 0pt;
	padding: 0pt;
}

#nav ul li a {
	color:#7B828C;
	display: block;
	float: left;
	line-height: 1.3em;
	padding: 0.8em 1em;
	text-decoration: none;
	width: 10em;
}

#nav ul li a strong {
	color: #E0E0D5;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

#nav a:hover {
	color: white;
}

/* Comments */

#commentbox {
	background-color: #F8F8FF;
	padding: 1em;
	margin:1em 0px;
	margin-top: 2em;
}

#commentbox p {
	margin:1em 0px;
	text-indent: 0%;
	line-height:1.1;
}

#comments {
	background-color: #EDEDFF;
	border-top: thin dashed #000;
	padding: 10px 44px;
	font-size: 95%;
}

.author {
	border-bottom: thin dashed #000;
	padding: 10px 44px;
	font-variant: small-caps;
}
