﻿body
{	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ddebf3;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 14px;	
}
form
{
	margin: 0;
	padding: 0;
}
p
{
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 12px;
}
h1
{
	font-size: 26px;
	color: #000000;	
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 0px;
	letter-spacing: -1px; 
}
h2
{
	font-size: 16px;
	color: #000000;	
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 span
{
	font-size: 12px;
	display: block;
	color: #aaaaaa;
	font-weight: normal;
}

h3
{
	font-size: 16px;
	color: #000000;	
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}
li
{
	margin-bottom: 8px;
}

.HeadlineContainer
{
	/*text-align: right;*/
	margin: 0;
	padding: 0;
}
.Headline
{
	font-size: 22px;
	font-weight: normal;
	/*padding-left: 14px;*/
	/*
	background-image: url(Images/Arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	*/
	/*float: left;*/
	margin: 0;
	padding: 0;
	/*line-height: 40px;*/
	text-decoration: none;
	letter-spacing: -1px; 
	margin-top: 8px;
	margin-bottom: 4px;
}

.PublishDate
{
}


.Small
{
	font-size: 12px;
}


img 
{
	border: 0px;	
}
a
{	
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#MainContainer 
{
	width:950px;
	margin:0 auto;
}

#Header
{	
	width: 950px;
	height: 196px;
}
#HeaderLeft
{
	background-image: url(Images/Header.jpg);
	width: 694px;
	height: 196px;
	position: relative;
	float: left;
}
#HeaderLeft img
{
	width: 694px;
	height: 196px;
}
#HeaderRight
{
	width: 256px;
	height: 196px;
	background-image: url(Images/HeaderBg.jpg);
	background-position: right;
	float: left;
}
#HeaderRight #SearchContainer
{
	position: relative;
	left: 11px;
	top: 130px;
}
#HeaderRight #SearchLabel
{
	display: inline;	
	font-size: 11pt;
	color: #0069A0;
	margin-right: 8px;
}
#HeaderRight #SearchText
{
	width: 160px;
	height: 14px;
}

#ColumnContainer {
	position: relative;
	margin-top: 8px;
}
#ColumnContent {
	position:absolute;
	top:0;
	left:0;
	width:515px;	
	/*padding-right: 20px;*/
}
#ColumnNav {
	position:absolute;
	top:0;
	left:540px;
	width:175px;
	border-right: dotted 1px #aaaaaa;
	padding-right: 20px;
}
#ColumnAds
{
	position:absolute;
	top:0;
	left:760px;
	width:190px;
}
#ColumnLinks
{
	position:absolute;
	top:620px;
	left:760px;
	width:190px;	
}
#ColumnLinks a
{
	display: block;
	margin-bottom: 4px;
}
#ColumnLinks option
{
	color: #555555;	
	font-size: 10px;
}
#ColumnLinks select
{
	width: 180px;
}
#HomeContainer
{
	border-right: dotted 1px #aaaaaa;
}
#Intro
{
	font-size: 10pt;
	padding-right: 12px;
	padding-bottom: 12px;
	border-bottom: dotted 1px #aaaaaa;
}
#Paging
{
	clear: both;
}

.TopicContainer
{
	margin-bottom: 8px;
}
.Topic
{
	font-size: 22px;
	color: #000000;	
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 20px;	
}
.Topic:hover
{
	color: #7c0e11;
	text-decoration: none;
}

/* Post */
#PostContainer
{
	background-color: #ffffff;
	padding: 12px;
}
.PostLinksContainer
{
	text-align: right;
	padding-top: 3px;	
	padding-right: 3px;
	/*border-top: 1px solid #0069A0;*/
}
.PostLinksContainer div
{
	float: left;
	font-style: italic;
}
#PostListContainer
{
	padding-right: 18px;	
}
.PostMainImage
{
	width: 479px;
	margin-top: 16px;
	margin-bottom: 0px;
	border: 8px solid #ffffff;
}
#PostDetailMainImage
{
	width: 479px;
	margin-top: 16px;
	margin-bottom: 12px;
	border: 8px solid #ffffff;
}
.PostThumb
{
	margin-right: 8px;
	margin-bottom: 8px;
}
.PostHtml h4
{	
	font-size: 14px;
}
.PostHtml a
{
	color: #0069A0;		
}


/* New Dev */
#NewDevContainer
{
	background-color: #ffffff;
	padding: 12px;
}
#NewDevMainImg
{
	margin-bottom: 12px;
}
.NewDevThumb
{
	margin-right: 8px;
	margin-bottom: 8px;
}
.NewDevListContainer
{
	margin-top: 30px;
}
.NewDevListItemContainer
{
	background-color: #ffffff;
	padding: 16px;
	width: 178px;
	height: 255px;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}
.NewDevListItemContainer .NewDevListItemPhotos
{
	float: left;
	width: 175px;
	margin-right: 16px;
}
.NewDevListItemContainer .NewDevListItemPhotos img
{
	margin-bottom: 8px;	
}
.NewDevListItemContainer .NewDevListItemDetails
{
	/*min-height: 100px;*/
	padding-right: 12px;
	height: 228px;
}
.NewDevListItemContainer .NewDevListItemDetails h3 a
{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.NewDevListItemContainer .CommentCount
{
	font-style: italic;
}
.NewDevListItemLink
{
	margin-top: 12px;
	padding-right: 12px;
	text-align: left;
}
.NewDevListItemLink a
{
	font-size: 11px;
	color: #555555;
}


#NewDevDetailContainer
{
	
}
#NewDevDetailContainer #NewDevDetailText
{
	float: left;
	width: 280px;	
	margin-right: 12px;
}
#NewDevDetailContainer #NewDevDetails
{
	float: left;
	width: 170px;
	border-left: dotted 1px #aaaaaa;
}
#NewDevDetailContainer #NewDevDetails p
{
	color: #0069A0;	
	padding-left: 12px;
}

/* Related Posts */
.RelatedPosts
{
	clear: both;
}

/* Author */
.Author
{
	font-style:italic;
	margin-top: 0px;
}

/* Comments */
.CommentContainer
{
	background-color: #ffffff;
	margin-bottom: 9px;
	clear: both;
}
.CommentIntro
{
	padding: 12px;	
	width: 120px;
	float: left;
}
.CommentText
{
	padding: 12px 12px 0px 12px;
	min-height: 30px;	
}
.CommentUserLocation
{
	font-size: 10px;
}
.CommentDate
{
	font-size: 11px;
	text-align: right;
	clear: both;
	padding: 0px 12px 8px 0px;
	color: #0069A0;	
}
#CommentFormContainer
{
	border: 1px solid #0069A0;
	padding: 12px;
}
.CommentFormElement
{
	margin-bottom: 4px;
}
.CommentFormElement input
{
	width: 200px;
}
.CommentFormElement span
{
	margin-left: 12px;
	white-space: nowrap;	
}
.CommentFormElement span span
{
	margin-left: 0px;
	font-size: 11px;
	white-space: nowrap;
}
.CommentTextbox
{
	width: 450px;
	height: 90px;
}

.AdImg
{
	border:  1px solid #000000;	
	margin-bottom: 12px;
}


.Underline
{
	text-decoration: underline;
}
.Bold
{
	font-weight: bold;
}
.Hr
{
	border-top: 1px dotted #0069A0;
	height: 1px;
	width: 100%;
}
.SpaceTop
{
	margin-top: 20px;
}
.SpaceBottom
{
	margin-bottom: 14px;
}
.SpaceBottomSmall
{
	margin-bottom: 3px;
}
.Error
{
	color: Red;	
}
.Link1
{
	color: #0069A0;	
}
.Color1
{
	color: #0069A0;	
}
.Color2
{
	color: #777777;	
}
.Button1
{
	background-color: #0069A0;	
	color: #ffffff;
	border: 0px;
}


