	a.button {
	/* Button code from: http://www.binarymoon.co.uk/2010/06/css-button-redux/ */
		font-size:12px;
		color:#000;
		text-decoration:none;
		display:block;
		width:210px;
		padding:10px;
		border:1px solid #DDD;
		text-align:center;

		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
		border-radius:5px;
	}
	a.button:hover {
		color:#fff;
		border-color:#3278BE;
	}


body
{
	/*
	background-color: #003300;
	background-image: url(http://www.rickcable.com/images/redtoblack.jpg);
	*/
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana,"Trebuchet MS", Arial;
	font-size: 12px;
	/*font-size: 0.84em;*/
	/*
	color: #555555;
	*/
	color: #1D1D1D;
}

/* begin unique elements */

#container
{
	/*
	width: 770px;
	
	width: 920px;
	*/
	width: 1050px;
	/*	
	margin: 0 auto;
	*/
	
	/* defines container element */
}

#header
{
	/*	
  background-color: #a07050;
  */
  background-color: #000000;
  background-image: url(http://www.rickcable.com/images/rick-cable_com-head-backgro.jpg);
  background-position: -40px 0px;
  border: 1px solid;
  border-color: #c09070 #704020 #704020 #c09070;
	height: 80px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 10px;
	width: 1050px;
	/*
	width: 910px;
	*/

	/* defines header element */
}

	#header h1
	{
		margin: 0;
		padding: 0;
		text-align: left;
		font-weight: normal;
		font-size: 360%;
		color: #FFFFFF;

		/* define header h1 tag */
	}

	#header h2
	{
		margin: 0;
		padding: 0px 0px 0px 40px;
		text-align: left;
		font-weight: normal;
		font-size: 120%;
		color: #FFFFFF;

		/* define header h2 tag */
	}

#navigation
{
	/*
	background-color: #c09070;
	*/
  background-color: #000000;
  border: 0px solid;
  border-color: #e0b090 #906040 #906040 #e0b090;
  color: #fff0d0;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	height: 50px;
	padding: 0px;
	text-align: left;
	width: 1050px;
	/*
	width: 930px;
	*/
	
	/* define navigation element */
}

	#navigation ul
	{
		margin: 0;
		padding: 0;

		/* remove padding and margin from navigation list */
	}

	#navigation ul li
	{
		list-style: none;
		float: left;

		/* set list elements to display inline */
	}

	#navigation ul li a
	{
		height: 20px;
		width: 100px;
		padding: 5px 0px 0px 0px;
		margin-right: 10px;
		text-decoration: none;
		text-align: center;
		color: #ffffff;
		display: block;

		/* set dimensions of navigation links */
	}

	#navigation ul li a:hover
	{
		color: #555555;

		/* set navigation hover link state */
	}

#centre
{
/* This is the center of the page content */
	/*
	background-color: #f0c090;
	background-color: #DCD7D7;
	*/
	background-color: #FFFFFF;	
  border: 2px solid;
  border-color: #ffe0b0 #b08050 #b08050 #ffe0b0;
	margin: 0;
	padding: 5px;
	width: 1050px;
	/*
	width: 920px;
	*/
	
	/* container for all blog content */
}

#content
{
/* This is the display of blog articles left of the nav bar */
/* Was float left. Changed to float right on 2/9/2011 */
/*
	width: 650px;
*/
	width: 795px;
	float: right;
	
	

	/* defines content element */
}

	#content h1
	{
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #333333;
	background-color: #CCCCCC;

		/* defines generic h1 element */
	}

	#content h2
	{
		margin: 5px 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #000000;
		/*
		color: #728C40;
		*/

		/* defines generic h2 element */
	}

	#content h3
	{
		margin: 5px 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 14px;
		text-transform: uppercase;
		text-align: left;
		color: #728C40;

		/* defines generic h3 element */
	}

	#content a
	{
		/*
		;
		Original Green
		color: #728C40;
		color: #215670;
		*/
		color: #0000FF		
		text-decoration: underline;
	}
	a:visited
	{
		/*
		;
		Original Green
		color: #728C40;
		color: #215670;
		*/
		color: #0000FF;
		}

	#content a:hover
	{
		color: #4F5F34;
		text-decoration: none;
	}

#breadcrumb
{
	height: 10px;
	padding: 10px 0px;
	margin-bottom: 20px;

	/* defines breadcrumb element */
}

	#breadcrumb a
	{
		color: #4F5F34;
		text-decoration: underline;
	}

	#breadcrumb a:hover
	{
		color: #4F5F34;
		text-decoration: none;
	}

#subcontent
{
	
/*
background-color: #f0d0b0;
background-color: #BFCFD8;
*/
	
	
	background-color: #FFFFFF;
	border: 1px solid #000000;
	float: left;
	margin: 0px;
	padding: 10px;
	width: 210px;
	/*
	width: 200px;
	*/

	/* defines subcontent element */
}

	#subcontent h1
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-align: left;
		color: #382E1F;

		/* defines generic h1 element */
	}

	#subcontent h2
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #382E1F;

		/* defines generic h2 element */
	}

	#subcontent h3
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #382E1F;

		/* defines generic h3 element */
	}

	#subcontent ul
	{
		margin: 0;
		padding: 0;

		/* defines generic list container element */
	}

	#subcontent ul li
	{
		list-style: none;

		/* defines generic list element */
	}

	#subcontent ul li a
	{
		padding: 5px 0px 0px 0px;
		text-decoration: underline;
		color: #6C534A;
		display: block;

		/* defines generic link element */
	}

	#subcontent ul li a:hover
	{
		text-decoration: none;
		color: #BB6F02;

		/* defines generic link hover state */
	}

#calender
{
	margin: 5px 0px 10px 0px;

	/* defines container for calender element */
}

	#calender table
	{
		background-color: #E8B887;
		border: 1px solid #DC9147;
		width: 100%;
		height: 150px;
		text-align: center;

		/* define table for calender */
	}

	#calender table td
	{
		width: 14%;
		padding: 3px 0px;

		/* set column width */
	}

	#calender table .controls
	{
		background-color: #A07050;
		font-weight: bold;
		color: #FFFFFF;

		/* style event controls */
	}

	#calender table .controls a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style control links */
	}

	#calender table .controls a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style link controls */
	}

	#calender table .title
	{
		background-color: #C09070;

		/* style calender titles */
	}

	#calender table .days td
	{
		background-color: #E8D6CA;

		/* style day columns */
	}

	#calender table .days a
	{
		color: #728C40;
		text-decoration: underline;

		/* style day links */
	}

	#calender table .days a:hover
	{
		color: #728C40;
		text-decoration: none;

		/* style day links */
	}

	#calender table td.empty
	{
		background-color: #F4DEC8;

		/* style empty cells */
	}

	#calender table td.article
	{
		background-color: #006600;

		/* style article cells */
	}

	#calender table td.article_event
	{
		background-color: #660000;

		/* style article cells */
	}

	#calender table td.event
	{
		background-color: #003366;

		/* style event cells */
	}

	#calender table td.event a, #calender table td.article a, #calender table td.article_event a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style item links */
	}

	#calender table td.event a:hover, #calender table td.article a:hover, #calender table td.article_event a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style item links */
	}

#pages
{
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for categories element */
}

	#pages h1
	{
		color: #BB6F02;
	}

	#pages ul
	{
		margin-bottom: 10px;
	}

#categories
{
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for categories element */
}

	#categories h1
	{
		color: #BB6F02;
	}

	#categories ul
	{
		margin-bottom: 10px;
	}

#archives
{
	overflow: hidden;
	float: left;
	clear: left;
}

	#archives h1
	{
		color: #BB6F02;
	}

	#archives ul
	{
		margin-bottom: 10px;
	}

	#archives ul li a
	{
		background-image: url(Icons/Archive.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#links
{
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for links element */
}

	#links h1
	{
		color: #BB6F02;
	}

	#links ul
	{
		margin-bottom: 10px;
	}

	#links ul li a
	{
		background-image: url(Icons/Link.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#feeds
{
	overflow: hidden;
	float: right;
	clear: right;

	/* defines container for feeds element */
}

	#feeds h1
	{
		color: #BB6F02;

	}

	#feeds ul
	{
		margin-bottom: 10px;
	}

	#feeds ul li a
	{
		background-image: url(Icons/Feed.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#login
{
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for login element */
}

	#login h1
	{
		color: #BB6F02;
	}

	#login ul
	{
		margin-bottom: 10px;
	}

	#login ul li a
	{
		background-image: url(Icons/Site.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#notification
{
	background-color: #FFFDFB;
	height: 100%;
	padding: 15% 10%;
	text-align: center;

	/* defines container for notification element */
}

	#notification h1
	{
		margin: 5px 0px;
		font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 25px;
		color: #728c40;
		text-transform: uppercase;

		/* defines notification h1 element */
	}

	#notification a
	{
		color: #4F5F34;
		text-decoration: underline;

		/* defines notification link styles */
	}

	#notification a:hover
	{
		color: #4F5F34;
		text-decoration: none;

		/* defines notification link hover styles */
	}

#screenshot
{
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	text-align: center;
	color: #FFFFFF;
	overflow: visible;
}

	#screenshot img
	{
		background-color: #EFEFD6;
		border: 1px solid #542700;
		margin: 6px;
		padding: 3px;
	}

#footer
{
  background-color: #c09070;
  border: 2px solid;
  border-color: #e0b090 #906040 #906040 #e0b090;
  color: #fff0d0;
	padding: 2px 10px 2px 2px;
	margin-bottom:5px;
	text-align: right;

	/* style footer element */
}

	#footer a
	{
		color: #fff0d0;
		text-decoration: underline;

		/* style footer links */
	}

	#footer a:hover
	{
		color: #fff0d0;
		text-decoration: none;

		/* style footer links */
	}


#copyright
{
	visibility: visible;

	/* style copyright element */
}

/* begin article style definitions */
.article
{

	/* container for each individual article */
}

	.article .details
	{
		margin: 0;
		padding: 0;
		list-style: none;

		/* defines the container for the article details */
	}

	.article .details li
	{
		margin: 0px 5px 10px 0px;
		display: inline;

		/* defines each detail part */
	}

	.article .introduction
	{
		border-bottom: 1px solid #d0a070;
		line-height: 20px;
		font-size: 115%;

		/* defines the article introduction container */
	}

	.article .link
	{
		font-size: 110%;
		text-align: right;

		/* defines the container for the full information link */
	}

	.article .gallery
	{
		/* defines the container for article gallery */
	}

	.article .gallery img
	{
		border: 1px solid #EEEEEE;
		padding: 3px;
		margin: 3px;
	}

/* begin comment style definitions */

#comments
{
	margin-bottom: 20px;
}

	#comments .details
	{
		margin-bottom: 10px;
	}

	#comments .details dt
	{
		background-image: url(Icons/Avatar.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		float: left;
		height: 55px;
		width: 55px;
		margin-right: 5px;
	}

	#comments .details dd
	{
		margin: 0;
	}

	.comment
	{
		padding: 5px 0px;
		clear: both;
	}

	.whisper
	{
		background-color: #E4E4E4;
		padding: 5px 5px;
		clear: both;
	}

form
	{
	margin: 0;
	padding: 0;


	/* container for comment and search forms */
	}

	form #comment
	{
		width: 100%;
		height: 125px;

		/* comment textarea */
	}

	form #whisper
	{
		margin-left: 0px;

		/* whisper checkbox */
	}

	form #keywords
	{
		width: 32%;
	}

	form #date
	{
		width: 32%;
	}

	form #category
	{
		width: 32%;
	}

#paging
{
	text-align: right;

	/* container for paging controls */
}

	#paging a
	{
		padding: 0px 5px;
	}

/* begin events styling */

.event
{

}

	.event h1
	{

	}

	.event h2
	{

	}

	.event h3
	{

	}

	.event .details
	{
		margin: 0;
		padding: 0;
	}

	.event .details li
	{
		margin-right: 5px;
		list-style: none;
		display: inline;
	}


.clear
{
	clear: both;

}

/* miscellaneous elements */
img
{
	border: none;
}

/********************** Added by Rick 11/16/2009 *****************************/
/* Supports tutorial code wrapped in pre tag */

pre {font-size: 11px; margin: 1em 0; background: #DDD; padding: 0.5em 1.5em}

