
/*
 * Site Styles
 */

html, body
{
	margin: 0px;
	padding: 0px;
	color: #444;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited
{
	color: #5FA0CA;
	text-decoration: none;
}
a:active, a:hover
{
	color: #FF4E4E;
}
img
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
p
{
	margin: 0px;
	padding: 0px;
}
h1, h2
{
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h1
{
	font-size: 14px;
}
h2
{
	font-size: 12px;
}

/*
 * Layout Styles
 */

#container
{
	width: 760px;
	margin: 0px auto;
}
#header
{
	height: 370px;
	background: url(/images/site/headerbg.jpg) no-repeat center top;
}
#menu
{
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #5FA0CA;
	font-family: Verdana;
	font-size: 11px;
}
#menu a
{
	padding: 0px 4px;
}
#content
{
	padding: 50px 45px;
}
#footer
{
	text-align: center;
	padding-bottom: 20px;
	color: #999;
	font-size: 11px;
}
#footer .copyright
{
	padding-left: 43px;
}
#footer .sociallinks
{
	padding-left: 8px;
}
#footer .sociallinks a
{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/images/site/social.png) no-repeat left top;
	margin-right: 3px;
	vertical-align: -4px;
}
#footer .sociallinks .linkedin
{
	background-position: 0px top;
}
#footer .sociallinks .linkedin:hover, #footer .sociallinks .linkedin:active
{
	background-position: 0px bottom;
}
#footer .sociallinks .twitter
{
	background-position: -16px top;
}
#footer .sociallinks .twitter:hover, #footer .sociallinks .twitter:active
{
	background-position: -16px bottom;
}

/*
 * Common Styles
 */

.topictext
{
	margin-bottom: 40px;
	padding-left: 110px;
	text-align: justify;
}
.topictext .topictextimage
{
	display: block;
}
.header
{
	font-weight: bold;
	padding-bottom: 10px;
}
.datatable td
{
	padding-left: 3px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #DDD;
}
.datatable .col1
{
	font-weight: bold;
	padding-right: 20px;
}
.errortext
{
	font-family: verdana;
	font-size: 18px;
}

/*
 * Page Styles
 */

#frontpage .intro
{
	margin: 0px 15px;
	padding-left: 35px;
	background: url(/images/frontpage/leftbrace.gif) no-repeat left top;
}
#frontpage .intro .introcontent
{
	padding-right: 35px;
	background: url(/images/frontpage/rightbrace.gif) no-repeat right top;
}
#frontpage .intro .introtext
{
	margin-bottom: 5px;
	text-align: justify;
	line-height: 16px;
}

#aboutme .topictext
{
	background: url(/images/topicicons/aboutme.jpg) no-repeat left top;
}

#downloads .topictext
{
	background: url(/images/topicicons/downloads.jpg) no-repeat left top;
}
#downloads .datatable tr td
{
	padding-bottom: 10px;
	padding-top: 10px;
}
#downloads .datatable tr td p
{
	margin-top: 15px;
	margin-bottom: 10px;
}
#downloads h1
{
	font-style: italic;
}
#downloads .applist
{
	margin-top: 30px;
}

#photos .topictext
{
	background: url(/images/topicicons/photos.jpg) no-repeat left top;
	margin-bottom: 0px;
}
#photos .photodate
{
	font-size: 10px;
	color: #888;
	padding-top: 1px;
}
#photos .photostablecell
{
	padding-right: 30px;
	padding-bottom: 10px;
}
#photos .photoscontainer img
{
	width: 100px;
	height: 150px;
}

#resume .topictext
{
	background: url(/images/topicicons/resume.jpg) no-repeat left top;
}
#resume .topictext .downloadlinks
{
	padding: 5px 0px 0px 5px;
}
#resume .topictext .downloadlinks a
{
	margin-top: 5px;
	display: block;
	width: 300px;
}
#resume .topictext .downloadlinks a img
{
	vertical-align: middle;
	margin-right: 5px;
}
#resume #resumecontent
{
	padding: 20px;
}
#resume #resumecontent ul
{
	list-style-type: square;
}
#resume #resumecontent #employeename
{
	font-size: 19px;
}
#resume #resumecontent .topicheader
{
	margin-top: 32px;
	margin-bottom: 15px;
}
#resume #resumecontent .jobsection
{
	border-top: 1px dashed #CCC;
	margin-top: 8px;
}
#resume #resumecontent .jobtitle
{
	margin-top: 16px;
	font-size: 13px;
	font-style: italic;
}
#resume #resumecontent .employer
{
	margin-top: 8px;
	font-size: 13px;
}
#resume #resumecontent .location
{
	margin-top: 3px;
	font-size: 12px;
}
#resume #resumecontent .subtopic
{
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 13px;
	font-style: italic;
}
#resume #resumecontent .langtablecell
{
	padding-right: 30px;
}

#contactme .topictext
{
	background: url(/images/topicicons/contactme.jpg) no-repeat left top;
}
#contactme .datatable
{
	margin-top: 30px;
}

#textmixerhelp body
{
	font-family: Arial;
	font-size: 12px;
}
#textmixerhelp h1.mainheader
{
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0px 20px 0px;
	padding: 0px;
}
#textmixerhelp h2
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#textmixerhelp p
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#textmixerhelp ul
{
	list-style-type: square;
}
#textmixerhelp .example
{
	font-weight: bold;
	font-style: italic;
}
#textmixerhelp .examples
{
	margin-left: 20px;
}

