body
{
	/*background-image: url(/Themes/Glued/Common/Page-Background.jpg);*/
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.74em;
	color: #CCCCCC;
	background-image: url(../../Themes/Glued/Common/Page-Background_no_title.jpg);
}

/* begin unique elements */

#container
{
	width: 900px;
	margin: 0 auto;

	/* defines container element */
}

#header
{
	height: 105px;
	padding-top: 30px;
	padding-left: 20px;
	/* 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: 0;
		text-align: left;
		font-weight: normal;
		font-size: 120%;
		color: #FFFFFF;

		/* define header h2 tag */
	}

#navigation
{
	height: 25px;
	padding: 1px 0px 0px 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #e3e3e3;
	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: #e3e3e3;
		display: block;

		/* set dimensions of navigation links */
	}

	#navigation ul li a:hover
	{
		/* background-image: url(Buttons/Navigation-Hover.jpg); */
		/* background-position: top left; */
		/* background-repeat: repeat-x; */
		text-decoration: underline;
		color: white;

		/* set navigation hover link state */
	}

#centre
{
	margin: 0;
}

#content
{
	width: 75%;
	float: left;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

	#content h1
	{
	border-bottom: 1px solid #666666;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #7ab4c5;
		/* defines generic h1 element 414242 */
	}

	#content h2
	{
		margin: 5px 0px;
		font-family: "Arial Narrow", Arial, sans-serif;
		font-weight: bold;
		font-size: 15px;
		text-transform: uppercase;
		text-align: left;
		color: #b5da6d;

		/* defines generic h2 element */
	}

	#content h3
	{
		margin: 5px 0px;
		font-family: "Arial Narrow", Arial, sans-serif;
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		text-align: left;
		color: #b5da6d;

		/* defines generic h3 element */
	}
	
	#content h1 a
	{
		border-bottom: 1px solid #666666;
		margin: 5px 0px 10px 0px;
		padding: 0px 0px 5px 0px;
		font-family: "Arial Narrow", Arial, sans-serif;
		font-weight: bold;
		font-size: 20px;
		color: #7ab4c5;
	}

	#content h1 a:hover
	{
		border-bottom: 1px solid #666666;
		margin: 5px 0px 10px 0px;
		padding: 0px 0px 5px 0px;
		font-family: "Arial Narrow", Arial, sans-serif;
		font-weight: bold;
		font-size: 20px;
		color: #b8dfe2;
		text-decoration: none;
	}

	#content a
	{
		color: #b8dfe2;
		font-weight: bold;
		text-decoration: none;
	}

	#content a:hover
	{
		color: #b8dfe2;
		font-weight: bold;
		text-decoration: underline;
	}

#breadcrumb
{
	height: 10px;
	padding: 10px 0px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #b2b2b2;
	text-transform: uppercase;
	/* defines breadcrumb element */
}
	#breadcrumb a
	{
		color: #b8dfe2;
		font-weight: bold;
		text-decoration: none;
	}

	#breadcrumb a:hover
	{
		color: #b8dfe2;
		font-weight: bold;
		text-decoration: underline;
	}

#left_nav
{
	width: 100px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#subcontent
{
	width: 15%;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/* defines subcontent element */
}

	#subcontent h1
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Arial Narrow", Arial, sans-serif;
		font-weight: bold;
		font-size: 16px;
		text-align: left;
		color: #cc1919;

		/* defines generic h1 element */
	}

	#subcontent h2
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Arial Narrow", Arial, sans-serif;
		font-weight: bold;
		font-size: 16px;
		text-transform: uppercase;
		text-align: left;
		color: #cc1919;

		/* defines generic h2 element */
	}

	#subcontent h3
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Arial Narrow", Arial, sans-serif;
		font-weight: bold;
		font-size: 16px;
		text-transform: uppercase;
		text-align: left;
		color: #cc1919;

		/* 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
	{
		color: #d4d3d3;
		font-weight: bold;
		text-decoration: none;
	}
	#subcontent ul li a:hover
	{
		color: pink;
		font-weight: bold;
		text-decoration: underline;

		/* defines generic link hover state */
	}

#calender
{
	margin: 0px 0px 10px 0px;

	/* defines container for calender element */
}

	#calender table
	{
		background-color: #F4F4EC;
		border: 1px solid #C0C57F;
		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: #C0C57F;
		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: #CBD6AD;

		/* style calender titles */
	}

	#calender table .days td
	{
		background-color: #DEE6CC;

		/* 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: #E4E4E4;

		/* style empty cells */
	}

	#calender table td.article
	{
		background-color: #669900;

		/* style article cells */
	}

	#calender table td.article_event
	{
		background-color: #009980;

		/* style article cells */
	}

	#calender table td.event
	{
		background-color: #006699;

		/* 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
{
	background-image: url(Common/Sub-Background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #F4F4EC;
	margin-bottom: 10px;
	padding: 0px;

	/* defines container for categories element */
}

	#pages h1
	{
		background-image: url(Common/Subheader-Background.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		margin: 0px;
		padding: 5px 10px;
	}

	#pages ul
	{
		background-image: url(Common/Sublist-Background.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding: 0px 10px 10px 10px;
	}

#categories
{
	/* THIS IS THE MAIN BODY OF THE CATEGORY BLOCK */
	/* background-image: url(Common/Sub-Background.jpg); */
	background-position: left top;
	background-repeat: repeat;
	background-color: #333333;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px solid #666666;
	background-image: url(../../images/BG_category_granite.jpg);	/* defines container for categories element */
}

	#categories h1
	{
		/* background-image: url(Common/Subheader-Background.jpg); */
		background-position: top left;
		background-repeat: no-repeat;
		margin: 0px;
		padding: 5px 10px;
	}

	#categories ul
	{
		/* background-image: url(Common/Sublist-Background.jpg); */
		background-position: bottom left;
		background-repeat: no-repeat;
		padding: 0px 10px 10px 10px;
	}

#archives
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;
}

	#archives h1
	{
		color: #cc1919;

	}

	#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
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for links element */
}

	#links h1
	{
		color: #cc1919;
	}

	#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
{
	width: 160px;
	overflow: hidden;
	float: right;
	clear: right;

	/* defines container for feeds element */
}

	#feeds h1
	{
		color: #cc1919;

	}

	#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
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for login element */
}

	#login h1
	{
		color: #cc1919;
	}

	#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", "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
{
	background-image:url(Common/Screenshot-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	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
{
	border-top: 1px solid #555555;
	height: 40px;
	padding: 10px 5px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;

	/* style footer element */
}

	#footer a
	{
		color: #b8dfe2;
		font-weight: bold;
		text-decoration: none;

		/* style footer links */
	}

	#footer a:hover
	{
		color: #b8dfe2;
		font-weight: bold;
		text-decoration: underline;

		/* style footer links */
	}


#copyright
{
	visibility: visible;

	/* style copyright element */
}

/* begin article style definitions */
.article
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	/* container for each individual article */
}

	.article .details
	{
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #b2b2b2;		/* 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 #666666; */
	line-height: 20px;
	font-size: 115%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;		/* 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
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

	#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: #999999;
		padding: 5px 5px;
		clear: both;
	}

form
	{
	margin: 0;
	padding: 0;


	/* container for comment and search forms */
	}

	form #comment
	{
		padding-top: 120px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		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;

}
.blog_photo {
	padding: 15px;
}
.form_box {
	background-image: url(../../images/BG_category_granite.jpg);
	border: 1px solid #666666;
}
table
{
	/*width: 100%;*/
	padding: 0;
	border: 1px solid #999999;
}

	table th
	{
	font-weight: bold;
	padding: 8px;
	}

	table tr
	{
		background-color: #333333;
	}

	table td
	{
		padding: 5px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-bottom-style: dotted;
		border-top-color: #666666;
		border-right-color: #666666;
		border-bottom-color: #666666;
		border-left-color: #666666;
	}

	table .options
	{
		width: 18%;
		text-align: center;

		/* defines the optional details columns */
	}

	table .label
	{
		width: 20%;

		/* defines left hand column when displaying editing form */
	}

	table .details
	{
		width: 80%;

		/* defines right hand column in editing form */
	}

	table .details ul
	{
		width: 280px;
		margin: 0;
		padding: 0;
	}

	table .details li
	{
		display: block;
		width: 33%;
		float: left;
	}

	table .details li input, table .details li select
	{
		width: 95%;
	}

	table .details li.day
	{
		text-align: left;
	}

	table .details li.month
	{
		text-align: left;
	}

	table .details li.year
	{
		text-align: left;
	}

	table .details li.hour
	{
		text-align: left;
	}

	table .details li.minute
	{
		text-align: left;
	}

	table .parent
	{
		background-color: #CCCCCC;
	}

	table .date
	{
		width: 280px;
	}

span.active
{
	color: #339900;
	font-weight: bold;
}

span.banned
{
	color: #990000;
	font-weight: bold;
}
