﻿/*
Description: News Page Styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Global
2. Body Text
3. Buttons

*/


/* 1. Global
--------------------------------------------------*/

.MarginTop12px
{
	margin-top: 12px;
}

.MarginTop24px
{
	margin-top: 24px;
}

.MarginTop40px
{
	margin-top: 40px;
}

h1.Title
{
	color: #003D53;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	padding: 0px 253px 20px 34px;
}

h1.HistoryTitle
{
	color: #003D53;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	padding: 0px 253px 14px 34px;
}

h2.Subtitle
{
	color: #363636;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 0px 253px 18px 34px;
}

h3.ParagraphHeader
{
	color: #363636;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding: 0px 253px 8px 34px;
}

li.bullet
{
	font-size: 12px;
	line-height: 18px;
	list-style: disc;
	margin: 0px 253px 6px 49px;
}

img.HistoryImage
{
	float: right;
	margin: 0 0 20px 24px;
}


/* 2. Body Text
--------------------------------------------------*/


p.NewsParagraph
{
	color: #363636;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0px 253px 18px 34px;
}

img.NewsImage
{
	float: right;
	margin: 0px 35px 34px 34px;
}

a.TextLink
{
	color: #007fac;
	text-decoration: none;
}

a:hover.TextLink
{
	color: #003D53;
}
		
		
/* 3. Buttons
--------------------------------------------------*/

#LeftColumn a.AddToCart
{
	background: url(../images/btn_add_to_cart.gif) no-repeat top left;
	display: block;
	height: 31px;
	margin: 0px 0px 18px 31px;
	text-indent: -5000px;
	width: 111px;
}

	#LeftColumn a:hover.AddToCart
	{
		background: url(../images/btn_add_to_cart.gif) no-repeat bottom right;
	}
	
#LeftColumn a.BackToTimeline
{
	background: url(../images/btn_back_to_timeline.gif) no-repeat top left;
	display: block;
	height: 31px;
	margin: 0px 0px 18px 31px;
	text-indent: -5000px;
	width: 149px;
}

	#LeftColumn a:hover.BackToTimeline
	{
		background: url(../images/btn_back_to_timeline.gif) no-repeat bottom right;
	}