﻿/* Blog page style sheet */
#BlogContent
{
	text-indent: 0px;	
	list-style:none;
	list-style-image:none;
}

#BlogHeaderImage
{
	position:relative;
	top:20px;
	height:200px;
	widows:900px;
	background-image: url(../Images/SimonBlog.png);
	background-position:left center;
	background-repeat:no-repeat;
	z-index:11;			
}

#TutorialHeaderImage
{
	position:relative;
	top:20px;
	height:200px;
	widows:900px;
	background-image: url(../Images/GuidesTutorials.png);
	background-position:left center;
	background-repeat:no-repeat;
	z-index:11;			
}


#BlogContent
{
	position:relative;
	top:30px;
	left:-10px;
	list-style-image: none;
	text-transform:none;
	text-align:left;		
}

#BlogContent ul
{
	border:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
	text-indent:0px;
	list-style-image: none;
	list-style-type:none;
}

#BlogContent ul li
{
	
	list-style-image: none;
	list-style-type:none;
}

.BlogDate
{
	color:Black;
	padding: 0px 0px 10px 0px;
	font-weight:bold;
	font-size:1.1em;	
	text-decoration:underline;	
}

.BlogTitle
{
	color:Black;
	padding:0px 0px 10px 0px;
	font-weight:normal;
	font-size:1.1em;
	text-decoration:underline;		
}

.BlogContent
{
	color:Black;	
	padding:0px 0px 30px 0px;
	font-weight:normal;
	font-size:1.1em;		
}