/*Reset
-------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
	color: #444444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}
A, SPAN, STRONG
{
	font-size: 1em;
}
SPAN
{
	color: inherit;
}
A, A:visited
{
	color: #9C8DC3;
	text-decoration: none;
}
A:hover
{
	color: #4E2683;
	text-decoration: underline;
}
IMG
{
	border: none;
}
/*basic text elements*/
H1
{
	margin: 1em 0;
	font-size: 1.9em;
	color: #4E2683;
}
H2
{
	margin: 1em 0;
	font-size: 1.5em;
	font-weight: 400;
}
H3
{
/*margin: 1em 0;*/
	font-size: 1.3em;
}
H4
{
	margin: 1em 0;
	font-size: 1.2em;
}
P
{
	margin: 1em 0;
}
UL, OL
{
	margin: 1em 0;
}
UL LI, OL LI
{
	margin: 0 0 0 20px;
}
SMALL
{
	font-weight: bold;
}
/*basic form elements*/
FIELDSET
{
	border: none;
}
LEGEND
{
	border: none;
	font-weight: bold;
}
LABEL
{
	display: block;
	float: left;
	clear: left;
	width: 150px;
	margin: 5px 0;
}
INPUT, SELECT, TEXTAREA
{
	width: 275px;
	margin: 5px 0;
	padding: 2px;
	border: 1px solid #DADADA;
	background: #FFF;
}
INPUT.chk, INPUT.radio
{
	width: auto;
	border: none;
}
TEXTAREA
{
	height: 50px;
}
BUTTON
{
	cursor: pointer;
}
/*layout
-------------------------------------------*/
HTML
{
	background: #FFF url(images/top.png) repeat-x top;
}
BODY
{
	background: url(images/bottom.png) repeat-x bottom;
}
#header, #page, #footer
{
	width: 950px;
	margin: 0 auto;
}
#header
{
	width: 950px;
	height: 80px;
	margin: 0 auto;
	padding-top: 40px;
}
#header H1
{
	margin: 0;
}
#logo
{
	display: block;
	overflow: hidden;
	width: 309px;
	height: 80px;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -10000px;
}
#websites
{
	width: 503px;
	margin: 0;
	padding: 0;
}
#websites LI
{
	display: inline;
/*width: 89px;*/
	list-style: none;
	margin: 0;
}
.leftFloater
{
	float: left;
}
.rightFloater
{
	float: right;
}
.clearfloats
{
	clear: both;
}
#websites LI A, #websites LI A:visited
{
	display: block;
	float: left;
	overflow: hidden;
	height: 40px;
	margin-right: 0px;
	background: url(images/buttons.jpg) no-repeat;
	text-indent: -5000px;
}
#websites LI A#web1
{
	margin-left: 0;
	width: 120px;
	background-position: 0 8px;
}
#websites LI A#web1:hover
{
	background-position: 0 -40px;
}
#websites LI A#web2
{
	width: 110px;
	background-position: -120px -40px;
}
#websites LI A#web2:hover
{
	background-position: -120px -40px;
}
#websites LI A#web3
{
	width: 175px;
	background-position: -230px 8px;
}
#websites LI A#web3:hover
{
	background-position: -230px -40px;
}
#websites LI A#web4
{
	width: 81px;
	background-position: -409px 8px;
}
#websites LI A#web4:hover
{
	background-position: -409px -40px;
}
#page
{
	overflow: hidden;
}
#sidebar
{
	float: left;
	width: 330px;
}
#sidebar H2
{
	margin: 0.5em 0;
	color: #666666;
}
#sidebar UL LI
{
	list-style: none;
	margin-left: 0;
	padding: 1em 0;
	border-bottom: 1px solid #EBEBEB;
}
#sidebar UL LI UL LI
{
	padding: 0;
	border-bottom: none;
}
#sidebar A, #sidebar A:visited
{
	color: #62529D;
}
#sidebar A:hover
{
	color: #62529D;
}
.welcomemessagehome
{
	width: 330px;
	font-size: 1.2em;
	height: 257px;
	margin-bottom: 2px;
}
.welcomemessage
{
	width: 330px;
	font-size: 1.2em;
	height: 257px;
}
.narrowcolumn
{
	background-color: #FFF;
	padding: 10px;
	float: right;
	width: 580px;
}
.aboutpic
{
	background: url(images/family.jpg) no-repeat 100% 0;
	padding: 0 160px 0 0;
}
.aboutpic P
{
	background: url(images/family.jpg) no-repeat 100% 0;
}
#footer
{
	height: 50px;
	margin-top: 50px;
	border-top: 2px solid #9D71B0;
}
#footer P
{
	margin-top: 8px;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer P A, #footer P A:visited
{
	color: #62529D;
	text-decoration: underline;
}
#footer P A:hover
{
	color: #62529D;
	text-decoration: none;
}
#footer P#copyright
{
	float: left;
}
#footer P#last-update, #footer P#credits
{
	float: right;
	margin-left: 20px;
}
/*repetitive stuff
-------------------------------------------*/
.clear
{
	overflow: hidden;
	clear: both;
	height: 0;
}
.secret
{
	display: none;
}
.hidden
{
	visibility: hidden;
}
.avatar
{
	display: none;
}
.navigation
{
	height: 61px;
}
.navigation.comments
{
	height: auto;
}
.alignright
{
	float: right;
}
.alignleft
{
	float: left;
}
.post
{
	margin-top: 1em;
	padding: 1em 0;
	border-top: 1px solid #EBEBEB;
}
.post H2
{
	margin: 0.5em 0;
}
H2 A:hover, H3 A:hover
{
	color: #4E2683;
	text-decoration: underline;
}
.navigation .alignleft, .navigation .alignright
{
	display: block;
	margin: 30px 0;
	color: #62529D;
	font-weight: 700;
}
.navigation A, .navigation A:visited
{
	font-weight: 700;
	text-transform: uppercase;
	color: #62529D;
	text-decoration: underline;
}
.navigation A:hover
{
	color: #62529D;
	text-decoration: none;
}
/*special sections and elements
-------------------------------------------*/
#searchform
{
	position: relative;
	width: 330px;
	height: 70px;
	background: url(images/search.jpg) no-repeat;
}
#searchform LABEL
{
	margin-left: 11px;
	font-size: 1.3em;
}
#searchform INPUT#s
{
	position: absolute;
	left: 11px;
	top: 37px;
	width: 200px;
	margin: 0;
	padding: 3px;
	border: 0;
	background: transparent;
}
#searchform INPUT#searchsubmit
{
	position: absolute;
	left: 232px;
	top: 37px;
	width: 83px;
	height: 23px;
	margin: 0;
	border: none;
	padding-left: 8px;
	background: transparent;
	color: #FFF;
	line-height: 23px;
	text-align: left;
	text-transform: capitalize;
}
#commentform
{
	padding-bottom: 30px;
}
#commentform INPUT
{
	float: left;
	clear: left;
}
#commentform INPUT
{
	width: 170px;
}
#commentform LABEL
{
	float: left;
	clear: none;
	width: 250px;
	margin-left: 10px;
	font-weight: 700;
}
#commentform TEXTAREA
{
	width: 574px;
	height: 130px;
}
#commentform #submit
{
	width: 145px;
	height: 23px;
	padding-right: 10px;
	border: none;
	background: url(images/red-button.png) no-repeat;
	color: #FFF;
	font-weight: 400;
	line-height: 23px;
	text-transform: capitalize;
}
.description
{
	position: absolute;
	left: 0;
	top: 120px;
	font-size: 1.2em;
}
.HeadingText
{
	margin: 0;
	padding: 15px 0 0;
	font-weight: 400;
	font-size: 2em;
	line-height: 1.1em;
	color: #202020;
}
#header-posts
{
}
#header-posts LI
{
	list-style: none;
	width: 330px;
	margin: 0;
	padding: 0;
}
#header-posts LI H2
{
	margin: 0 0 5px;
	font-size: 1.2em;
	font-weight: 700;
}
#header-posts LI P
{
	margin: 0;
}
#header-posts IMG
{
	width: 580px;
	height: 330px;
	background: url(images/top-picture.jpg) no-repeat;
}
.post-controls
{
	margin: 0;
}
.post-controls LI
{
	float: left;
	list-style: none;
	margin: 0px 20px 0 0;
}
.post-controls LI A, .post-controls LI A:visited
{
	display: block;
/*float: left;*/
	width: 115px;
	height: 21px;
	padding-left: 10px;
	padding-top: 2px;
	border: none;
	background: #7464A0 url(images/purple_buttons.jpg) repeat-x 0 0;
	font-weight: 400;
	line-height: 21px;
	font-size: 12px;
	color: #FFFFFF;
}
.post-controls LI A:hover
{
	background: #6F609C url(images/purple_buttons.jpg) repeat-x 0 -25px;
	text-decoration: none;
}
.post-controls SPAN.Next
{
	padding-right: 13px;
	background: url(images/Arrow_Next_White.gif) no-repeat right 5px;
}
.post-controls SPAN
{
	padding-right: 13px;
	background: url(images/Arrow_Next_White.gif) no-repeat right 2px;
	color: #FFFFFF;
}
.home .entry IMG
{
	display: none;
}
.home H3
{
	margin: 20px 0 0;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
}
.entry IMG.aligncenter
{
	margin: 20px 0;
}
.entry A.more, .entry A.more:visited
{
	padding-right: 10px;
	background: url(images/arrow-red.gif) no-repeat right center;
	font-weight: 700;
}
P.comment-link
{
	float: right;
}
.comment-link A, .comment-link A:visited
{
	color: #D18A6F;
	font-weight: bold;
	text-decoration: none;
}
.comment-link A:hover
{
	border-bottom: 2px solid #D18A6F;
	color: #62529D;
}
A.post-more, A.more-link
{
	padding-right: 10px;
	background: url(images/arrow-gray.gif) no-repeat right 4px;
	color: #202020;
	font-weight: 700;
	text-decoration: none;
}
A.post-more:hover, A.more-link:hover
{
	text-decoration: underline;
}
H1#LatestHappenings
{
	margin-top: 50px;
	color: #444444;
	font-size: 1.2em;
}
H2 A
{
	color: #9C8DC3;
	font-family: arial, sans-serif;
	font-size: 22px;
}
P.topics, P.topics A, P.topics A:visited
{
	color: #D18A6F;
}
P.topics A:hover
{
	color: #62529D;
	text-decoration: underline;
}
.digg
{
	float: right;
	margin: 10px 0 0 10px;
}
.post-time
{
	float: right;
}
#respond
{
	padding-top: 20px;
	border-top: 1px solid #EBEBEB;
}
/*------------Purple Button-------------*/
.OrangeButton
{
	height: 21px;
	margin: 0 0 10px;
	padding: 0;
}
.OrangeButton P
{
	padding: 0;
	margin: 0;
	text-align: left;
}
.OrangeButton A
{
	display: block;
	height: 20px;
	padding: 1px 10px 0;
	color: #FFF;
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #F06700;
	background: #FC8900 url(images/Button_Orange_Back.gif) repeat-x 0 0;
}
.OrangeButton A.ShowLeft
{
	float: left;
}
.OrangeButton A.ShowRight
{
	float: right;
}
.OrangeButton A:hover
{
	background: #FC8900 url(images/Button_Orange_BackHover.gif) repeat-x 0 0;
}
.OrangeButton SPAN.Next
{
	padding-right: 13px;
	background: url(images/Arrow_Next_White.gif) no-repeat right 2px;
}
.OrangeButton SPAN.Prev
{
	padding-left: 13px;
	background: url(/images/Arrow_Prev_White.gif) no-repeat left 2px;
}
.OrangeButton SPAN.Top
{
	padding-right: 18px;
	background: url(/images/Arrow_Up_White.gif) no-repeat right 4px;
}
.OrangeButton SPAN.Bottom
{
	padding-right: 18px;
	background: url(/images/Arrow_Btm_White.gif) no-repeat right 5px;
}

