﻿	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		/* background:#fff; */
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		/* Next two added by me */
		font-family: Arial, Helvetica, sans-serif;
		color: #575757; 
	}
	a {
		color:#737573;
	}
	a:hover {
		color:#fff;
		background:#737573;
		text-decoration:none;
	}
	h1, h2 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	background-color: #404040;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	/* Removed to put in tabstrip skin */
/*
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
*/
/*
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
*/
/*	
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
		font-weight:bold;
	}
*/
	/*
	#header ul li a:hover {
		background:#BF2547;
		color:#fff;
		font-weight: bold;
	}
	*/
	/*
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	*/
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;				/* width of whole page */
		overflow:hidden;			/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:1em 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column blog style settings */
	.blogstyle {
		background:#eee;			/* right column background colour */
	}
	.blogstyle .colmid {
		right:25%;				/* width of the right column */
		background:#f4f4f4;		/* center column background colour */
	}
	.blogstyle .colleft {
		right:25%;				/* width of the middle column */
		background:#fff;			/* left column background colour */
	}
	.blogstyle .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:52%;				/* 100% plus left padding of center column */
	}
	.blogstyle .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.blogstyle .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:60%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	

	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#eee;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}


	
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}

/* AVONELLE ADDED STUFF */
#aspnetForm
{
	border: 0px ;

}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

.logo
{ 
	margin-left: auto;
	margin-right: auto;
	display: block; 
	border: none;
	width: 700px;
	margin-top: 0px;
	

}

#InnerHeader
{
	width: 100%;
	border-bottom: #404040 solid 1px;
	background-color: #fff;

}
#NavigationHeader
{

}

a.linkImage:hover
{
	background-color: transparent;	
}

.blockSection,
.TwitterStatus
{ 
	margin: 15px 0px 15px -3px;
	padding: 5px 15px 5px 15px;
	background-color: #d9d9d9; /* #BFBFBF; */
}

.blockSectionHeader, h2
{
	color: #BF2547;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 5px;
}

.blockSectionBody
{
	color:#404040;

}

hr.separator
{
	color: #BFBFBF;
	width: 150px;
}


.header-tag-icon
{
	display:inline;
	background-position:left top;
	background-image: url('images/blockheadericon.png');
	padding:0 0 0 22px;
	background-repeat: no-repeat;
	min-height: 13px;
	margin: 0 0 0 5px;
}

/* Search box */
.sf_searchBox
{
	margin: 5px 5px 5px 5px;
	border: 0;

}

/* Search button */
.sf_searchSubmit, input[type="button"], input[type="submit"], input[type="reset"]
{
	/* display:block;
	position:relative;
	float:left; */
	height: 28px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	background-color: #404040;
	color:#C4C4C4;
	font-weight: bold;
}

.poweredBySitefinityLogo
{
}

div.sf_postContent ul li, div.col1 ul li
{
	list-style-image: url(images/bullet.gif); 
	line-height: 1.4;
	

}

ol.sf_pager li
{
	list-style-type: none;
}

ol.sf_pager
{
	list-style: none;
}

/* Single Post */
h2.sf_postTitle  {
	font-size: 1.6em;
	font-weight: normal;
}

a.rssFeed
{
	/* color: #BF2547; */
	font-weight: bold;
	/* display: block; */
	/* background-image: url('images/rss.gif');
	background-repeat: no-repeat;
	background-position: top center; */
	vertical-align: middle;
}

div.blockSection a img
{
	border: none;
	padding: 0;
	margin: 0; 
	/* color: transparent; */
}

div.blockSection a:hover img
{
	/* color: transparent; */
	background-color: transparent;
}

.linkImage
{
	/* color: transparent; */
	background-color: transparent;
}

.linkImage:hover
{
	/* color: transparent; */
	background-color: transparent;
}

span.feedText
{
	margin-left: 8px;
}

.twitterHeading
{
	color: #BF2547;
	font-size: 125%;
	font-weight: bold;
	margin: 10px 10px 10px 0px;
}

.imgBorder
{
	border-style: solid;
	border-width: 5px;
	border-color: #404040;
	margin: 5px;
	padding: 2px;
	
}

.hrTestimonial
{
	margin-bottom: 6px;
	height: 2px;
	width: 100%;
	background-color: #404040;

}

.sf_readMore
{
	/* float: right; */
	margin-top: 15px;
	margin-bottom: 15px;
}

.sf_readMoreLink
{
	background-color: #404040;
	color:#C4C4C4;
	font-weight: bold;
		padding: 3px;
		border: solid 2px #000;
		text-decoration: none;
		margin-right: 5px;
		height: 28px;

}

.sf_readMoreLink:hover
{
	background-color: #404040;
	color:#C4C4C4;
	font-weight: bold;
		padding: 3px;
		border: solid 2px #000;
		text-decoration: none;
		margin-right: 5px;

}

