body
{
	background-image: url(Common/Page-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 0.74em;
	color: #555555;
}

/* begin unique elements */

#container
{
	width: 900px;
	margin: 0 auto;
	
	/* defines container element */
}

#header
{
	height: 130px;
	background-image: url(/images/renegade_header_7.jpg);
	background-repeat: no-repeat;
	
	/* defines header element */
}

	#header h1
	{
		margin: 0 0 10px 0;
		padding: 5px 0px 0px 0px;
		text-align: left;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		color: #ffffff;
		
		/* define header h1 tag */
	}
	
	#header h2
	{
		margin: 0;
		padding: 0;
		text-align: left;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 15px;
		color: #ffffff;
		
		/* define header h2 tag */
}

#centre
{
	background-position: 0px 40px;
	background-repeat: no-repeat;
	padding: 5px 10px;
	
	/* container for all blog content */
}

#navigation
{
	height: 25px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 11px;
	color: #ffffff;
	width: 100%;
	display: block;
	
	/* 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
	{
		background-image: url(Buttons/Navigation-Hover.gif);
		background-position: top left;
		background-repeat: repeat-x;
		color: #555555;
		
		/* set navigation hover link state */
	}

#content
{
	width: 600px;
	float: left;
	
	/* defines content element */
}

	#content h1
	{
		margin: 5px 0px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: bold;
		font-size: 15px;
		color: #FF0000;
		background-color: #eeeeee;
		padding: 5px;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		
		/* defines generic h1 element */
	}
	
	#content h2
	{
		margin: 5px 0px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 15px;
		text-align: left;
		color: #000000;
		
		/* defines generic h2 element */
	}
	
	#content h3
	{
		margin: 5px 0px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 14px;
		text-align: left;
		color: #000000;
		
		/* defines generic h3 element */
	}
	
	#content p
	{
	
	}
	
	#content a
	{
		color: #FF0000;
		text-decoration: none;
	}
	
	#content a:hover
	{
		color: #000000;
		text-decoration: none;
	}
	
#breadcrumb
{
	height: 10px;
	padding: 10px 0px;
	
	/* defines breadcrumb element */
}

	#breadcrumb a
	{
		color: #000000;
		text-decoration: underline;
	}
	
	#breadcrumb a:hover
	{
		color: #000000;
		text-decoration: none;
	}

#subcontent
{
	width: 200px;
	padding: 10px 0px 0px 0px;
	font-size: 95%;
	color: #000000;
	float: right;
	
	/* defines subcontent element */
}

	#subcontent h1
	{
		border-bottom: 1px solid #eeeeee;
		margin: 5px 0px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 15px;
		text-align: right;
		color: #000000;
		
		/* defines generic h1 element */
	}
	
	#subcontent h2
	{
		border-bottom: 1px solid #eeeeee;
		margin: 5px 0px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 15px;
		text-align: right;
		color: #000000;
		
		/* defines generic h2 element */
	}
	
	#subcontent h3
	{
		border-bottom: 1px solid #eeeeee;
		margin: 5px 0px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		/*text-transform: uppercase;*/
		text-align: right;
		color: #000000;
	
		/* 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
	{
		background-position: 145px;
		background-repeat: no-repeat;
		width: 150px;
		padding: 5px 0px 0px 5px;
		text-decoration: underline;
		color: #000000;
		display: block;
		
		/* defines generic link element */
	}
	
	#subcontent ul li a:hover
	{
		text-decoration: none;
		
		/* defines generic link hover state */
	}
	
#calender
{
	margin: 5px 0px 10px 0px;
	
	/* defines container for calender element */
}

	#calender table
	{
		border: 1px solid #000000;
		width: 100%;
		height: 150px;
		text-align: center;
		
		/* define table for calender */
	}
	
	#calender table td
	{
		width: 14%;
		
		/* set column width */
	}
	
	#calender table .controls
	{
		background-color: #FF0000;
		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: #cdcdcd;
	
		/* style calender titles */
	}
	
	#calender table .days td
	{
		background-color: #FFFFFF;
		
		/* style day columns */
	}
	
	#calender table .days a
	{
		color: #000000;
		text-decoration: underline;
		
		/* style day links */
	}
	
	#calender table .days a:hover
	{
		color: #000000;
		text-decoration: none;
		
		/* style day links */
	}
	
	#calender table td.empty
	{
		background-color: #E4E4E4;
		
		/* style empty cells */
	}
	
	#calender table td.event
	{
		background-color: #ff0000;
		
		/* style event cells */
	}
		
	#calender table td.event a
	{
		color: #FFFFFF;
		text-decoration: underline;
		
		/* style event links */
	}
	
	#calender table td.event a:hover
	{
		color: #FFFFFF;
		text-decoration: none;
		
		/* style event links */
	}

#pages
{

	/* defines container for pages element */
}

#categories
{
	
	/* defines container for categories element */
}

#feeds
{
	
	/* defines container for feeds element */
}

#links
{
	/* defines container for links element */
}

#login
{
	/* defines container for login element */
}

#notification
{
	padding: 15% 0;
	text-align: center;
	
	/* defines container for notification element */
}

	#notification h1
	{
		margin: 5px 0px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 25px;
		color: #000000;
		
		/* 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
{
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	text-align: center;
	overflow: visible;
	color: #FFFFFF;
}

	#screenshot img
	{
		background-color: #FFFFFF;
		border: 1px solid #542700;
		margin: 6px;
		padding: 3px;
	}

#footer
{
	border-top: 1px solid #555555;
	height: 40px;
	padding: 10px 5px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: right;
	
	/* style footer element */
}

	#footer a
	{
		color: #000000;
		text-decoration: underline;
		
		/* style footer links */
	}
	
	#footer a:hover
	{
		color: #000000;
		text-decoration: none;
		
		/* style footer links */
	}

/* begin article style definitions */

.article
{
	color: #000000;
	padding: 3px;
}

	.article .details
	{
		margin: 0;
		padding: 5px;
		list-style: none;
	}

	.article .details li
	{
		margin: 0px 5px 10px 0px;
		display: inline;
	}
	
	.article .gallery img
	{
		border: 1px solid #EEEEEE;
		padding: 3px;
		margin: 3px;
	}
	
	.article a
	{
		text-decoration: none;
	}

/* begin comment style definitions */

#comments
{

}
	#comments .details dd
	{
		margin: 0px 5px 0px 0px;
		display: inline;
	}


.comment
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	padding: 5px 5px;
	margin: 10px 0px;
}

.whisper
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #ffff99;
	padding: 5px 5px;
	margin: 10px 0px;
}


/*
ul.commentdetails
{
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-size: 13px;
}
*/

/*
ul.commentdetails li
{
	margin-right: 5px;
	list-style: none;
	display: inline;
}
*/

#commentform
{
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	padding: 5px;
}

	#commentform h1
	{
		 padding: 0px;
		 margin: 0px;
		 display: block;
		 border: none;
	}
	
	#commentform p
	{
		margin: 10px 0px;
		border: none;
	}
	
	#commentform textarea
	{
		width: 99%;
		height: 125px;
	}

/* begin events styling */

#events
{

}

.event
{

}

h3.eventheader
{

}

ul.eventdetails
{
	margin: 0;
	padding: 0;
}

ul.eventdetails li
{
	margin-right: 5px;
	list-style: none;
	display: inline;
}

.event p
{
	margin: 5px 0px;
}

#search
{

}

.search
{
	
}

h1.searchheader
{

}

ul.searchdetails
{
	margin: 0;
	padding: 0;
}

ul.searchdetails li
{
	margin-right: 5px;
	list-style: none;
	display: inline;
}

#searchintroduction
{
	border-bottom: 1px solid #EEEEEE;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-size: 110%;
	color: #000000;
}

p.searchdetails
{
	background-image: url(Icons/Icon-Extra.gif);
	background-position: 460px 4px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	font-size: 110%;
	text-align: right;
}

.searchimages
{

}

.searchimages img
{
	border: 1px solid #EEEEEE;
	padding: 3px;
	margin: 3px;
}

#searchpages
{
	text-align: right;
}

.clear
{
	clear: both;

}

/* miscellaneous elements */
img
{
	border: none;
}

form
{
	margin: 0;
	padding: 0;
}