* { margin: 0px; padding: 0px; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #777;
	text-align: center;
	background: #FFF;
	}
	
#container {
	width: 760px;
	margin: 0px auto;
	}
		
#title {
	width: 100%;
	padding: 3px 0px 3px 0px;
	background: #000 url("/img/black-stripes.png") repeat-y top;
	}
#head {
	margin: 5px 0px;
	padding: 10px 0px;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	}
#head h1 {
	font-size: 3em;
	font-weight: bold;
	font-family: "Times New Roman", Times, Arial, Helvetica, sans-serif;
	color: #FFF;
	}
#head h1 a {
	font-size: 1em;
	font-weight: bold;
	font-family: "Times New Roman", Times, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	}
	
#navigation {
	width: 100%;
	text-align: left;
	background: #FFF url("/img/darkgrey-stripes.png") repeat top;
	}
ul#main-links { padding: 5px 5px 10px 10px; display: table; }
ul#main-links li {
	list-style: none;
	float: left;
	padding: 5px 10px;
	font-family: "Times New Roman", Times, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFF;
	border-right: 1px solid #FFF;
	}
ul#main-links li a {
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	}
ul#main-links li a:hover { text-decoration: underline; }
	
	
/*-----------------------------------------------
	category dropdown properties
	A dropdown list of all categories is styled
	here.
-----------------------------------------------*/
#category-dropdown {
	width: 100%;
	padding: 5px 0px;
	text-align: left;
	background: #FFF url("/img/grey-stripes.png") repeat-x top;
	}

#category {
	width: 100%;
	background: #FFF;
	}
ul#category-links{

	display: table;
	padding: 5px 0px 10px 0px;
	width: 100%;
	}
ul#category-links li {
	float: left;
	width: 24%;
	padding-top: 5px;
	padding-left: 1%;
	list-style: none;
	}
ul#category-links li a {
	display: block;
	width: 98%;
	padding-left: 2%;
	text-decoration: none;
	color: #666;
	}
ul#category-links li a:hover {
	background: #999;
	color: #333;
	}
#category-dropdown-link {
	width: 100%;
	border-top: 3px solid #666;
	display: table;
	}
#category-dropdown-link a {
	float: left;
	display: block;
	height: 31px;
	width: 97px;
	text-indent: -9000px;
	background: #666 url("/img/category-link.png") no-repeat top left;
	}
	
#search {
	display: table;
	float: left;
	padding: 8px 0px 0px 20px;
	}
#search p { float: left; }
#search form { float: left; }


	
	
#main {
	width: 100%;
	margin-top: 20px;
	text-align: left;
	}
#column-holder { display: table; width: 100%; }
#column-one {
	float: left;
	width: 60%;
	}
#column-two {
	float: right;
	width: 40%;
	}
	
	
	
	

.article { width: 100%; margin-bottom: 30px; }

.article h2, .article h3, .article p
{
	margin-top: 7px;
	margin-bottom: 7px;
}

.heading {
	width: 100%;
	padding: 5px 0px;
	text-align: center;
	background: #000 url("/img/black-stripes.png") repeat-x top;
	}
.heading h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	font-size: 2em;
	font-weight: bold;
	font-family: "Times New Roman", Times, Arial, Helvetica, sans-serif;
	color: #FFF;
	}

.heading h2 a {
	color: #FFF;
	text-decoration: none;
	}

.info {
	width: 100%;
	display: table;
	padding: 3px 0px 5px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
	}
.comment-link {
	display: table;
	width: 100%;
	margin-top: 15px;
	padding: 5px 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: bold;
	font-size: 1.2em;
	color: #999;
	}
.item { 
	float: left;
	padding: 0px 20px 0px 0px;
	}
.item .last { padding: 0px; float: left; }
.comment-link .item a { color: #999; }
.comment-link .item a:hover { text-decoration: line-through; color: #666; }



.side { width: 280px; margin: 0px 0px 20px 24px; }

.side-heading {
	width: 100%;
	padding: 5px 0px;
	text-align: center;
	background: #666 url("/img/side-stripes.png") repeat-x top;
	}
.side-heading h3 {
	width: 100%;
	padding: 5px;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	font-family: "Times New Roman", Times, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
	}
	
ul.side-link { width: 100%; }
ul.side-link li {
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	}
ul.side-link li a {
	font-weight: bold;
	font-size: 1.3em;
	color: #666;
	}
	
ul.side-links { width: 100%; }
ul.side-links li {
	list-style: none;
	width: 100%;
	padding: 3px 0px;
	}
ul.side-links li a {
	display: block;
	width: 240px;
	padding: 5px 30px 5px 10px;
	color: #666;
	}
ul.side-links li a:hover { background: #EEE; color: #333; }


#comment-form {
	width: 100%;
	padding-top: 5px;
	margin-top: 30px;
	border-top: 1px solid #999;
	}
.form {
	width: 100%;
	display: table;
	margin-bottom: 10px;
	}
.form-item { width: 100%; }
.form-item .float { float: left; padding-right: 15px; }
/*-----------------------------------------------
	beggining of the comment output styling
-----------------------------------------------*/
.comment { width: 100%; }
.comment p {
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 2px solid #000;
	}
.comment-head {
	width: 100%;
	padding: 5px 0px;
	background: #000 url("/img/black-stripes.png") repeat-x top;
	}
.commenter {
	padding: 5px 10px;
	border-top: 3px solid #FFF;
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Times New Roman", Times, Arial, Helvetica, sans-serif;
	}
.commenter a { color: #FFF; }
.comment-date {
	color: #FFF;
	font-weight: bold;
	padding: 0px 10px 5px 10px;
	border-bottom: 3px solid #FFF;
	}
	
	
	
	
	
#footer {
	width: 100%;
	padding: 5px 0px;
	margin-top: 10px;
	text-align: left;
	background: #000 url("/img/black-stripes.png") repeat-x top;
	}
ul#footer-nav {
	width: 100%;
	display: table;
	padding: 0px 0px 10px 10px;
	}
ul#footer-nav li {
	list-style: none;
	padding: 5px 10px;
	float: left;
	font-family: "Times New Roman", Times, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFF;
	border-right: 1px solid #FFF;
	}
ul#footer-nav li a { color: #FFF; }
#footer-info {
	width: 100%;
	padding: 10px 0px;
	border-top: 3px solid #FFF;
	}
#footer-info p {
	color: #FFF;
	padding: 0px 20px;
	text-align: center;
	}
#footer-info a { color: #FFF; }



a {
	color: #000;
	text-decoration: none;
	}
a:hover { text-decoration: underline; }
blockquote {
	margin: 5px 10px;
	padding: 5px;
	background: #EEE;
	border-left: 1px solid #666;
	border-bottom: 3px solid #666;
	}