/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 12px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; color: #333333;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

#featured h2
{
	font-size: 55px;
	line-height: 50px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-bottom: 20px;
}

h2	{font-size: 18px; color: #0072bb;}


#bottom h2
{
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../../vibrantcms/images/design/about-us_bg.gif);
	padding-left: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left;
}

h3
{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	
}

h3.currenttrends	{ margin-bottom: 10px; padding-left: 55px; padding-top: 20px; padding-bottom: 10px; background-image: url(images/current_trends_bg.gif); background-repeat:no-repeat; background-position: left; }
h3.top5tips	{ margin-bottom: 10px; padding-left: 55px; padding-top: 20px; padding-bottom: 10px; background-image: url(images/top_5_tips_bg.gif); background-repeat:no-repeat; background-position: left; }
h3.hl { margin-bottom: 10px; padding-left: 55px; padding-top: 20px; padding-bottom: 10px; background-image: url(images/blog_header_bg.gif); background-repeat:no-repeat; background-position: left; color: #77cafc;font-weight: normal;font-family: Georgia, "Times New Roman", Times, serif; }


#featured h3	{color: white; text-align: left; font-size: 24px;}
div.grid_5 h3, h3.hl	{
	color: #77cafc;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
}

#content .moreinfo h3, h3.hl  { margin-bottom: 10px; padding-left: 55px; padding-top: 10px; padding-bottom: 10px; background-image: url(../../vibrantcms/images/design/info-bg.gif); background-repeat:no-repeat; background-position: left top;  }

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}