@charset "utf-8";
/* CSS Document */

/****** Site wide Type **********/

body { 
	margin: 0px;
	padding: 0px;
	background-image: url(/images/topbar.gif);
	background-repeat: repeat-x;
	color: #181819;
	background-color: #fbfdff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height: 1.175em; /* 16x.875em=19px */
	}


h1, h2, h3 {
	font-weight:normal;	
	}

h1 {
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em;/* 19px */
	margin: 0;
	}

h2 {
	font-size: 0.875em; /* 16x1.125=18px */
	margin: 0px; /* 18x1=18px */
	font-weight: bold;
	}

h3 {
	font-size: 0.875em; /* 16x1.125=18px */
	margin: 0px; /* 18x1=18px */
	}

p {
	font-size: 0.75em; /* 16x0.875=12px */
	margin: 0px; /* 14x1.286=18px */
	}

#recentEntry a {
	font-size: 0.75em; /* 16x0.875=12px */
	margin: 0px; /* 14x1.286=18px */
	font-weight: bold;
	text-decoration: none;
	color: #181819;
	}

#recentEntry a:hover {
	text-decoration: underline;
	}
	
#recentWork a {
	font-size: 0.75em; /* 16x0.875=12px */
	font-weight: bold;
	text-decoration: none;
	color: #181819;
	}
	
#recentWork a:hover {
	text-decoration: underline;
	}

#recentEntry a:hover {
	font-size: 0.75em; /* 16x0.875=12px */
	margin: 0px; /* 14x1.286=18px */
	font-weight: bold;
	text-decoration: underline;
	color: #181819;
	}

.sidebar {
	width: 12em;
	float: left;
	margin: 0 1.125em 0 0; /* 16x1.125=18px */
	padding: 0.5625em; /* 16x0.5625=9px */
	background:#ddd;
	color: #000;
	}

.sidebar h3 {
	font-size: 0.875em; /* 16x0.875=14px */
	margin: 0 0 0.643em 0; /* 14x0.643=9px */
	}

.sidebar p {
	font-size: 0.75em; /* 16x0.75=12px */
	margin: 0 0 1.5em 0; /* 12x1.5=18px */
	}

.sidebar ul {
	padding: 0;
	margin: 0 0 1.125em 1.125em; /* 16x1.125=18px */
	}

.sidebar li {
	font-size: 0.75em; /* 16x0.75=12px */
	}

#watermark h1{
	font-size: 1em;; /* 16x1.375=14px */
	line-height:1.1875em;/* 16x1.636=36px */
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

#watermark {
	font-size: .875em; /* 16x1.375=14px */
	line-height:1.1875em;/* 16x1.636=36px */
	}

.bold {
	font-weight: bold;
	font-size: 1em;
	}
	
ul { padding: 0px;
	margin: 0px;
	list-style: none;
	}

li {
	font-size: 0.75em; /* 16x0.75=12px */
	}

/****** Site wide Type **********/


#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	color: #000000;
	width: 1055px;
	}

#logo {

	position: absolute;
	float: left;
	height: 110px;
	width: 110px;
	margin: 55px 0px 0px 0px;
	display: inline;
	background-image: url(images/m46logo.png);
	}


#logo h1 {
	display: none;
	margin: 0;	
	padding: 0; 	
	}
	
#logo img {
	display: inline;
	border: none;
	margin: 0;
	padding: 0; 	
	}

#bodyWrapper {
	min-height: 1000px;
	width: 1000px;
	max-width: 1000px;
	margin-left: 55px;
	}
	

#bodyContainer {
/*	background-image: url(/images/grid.gif);
*/	min-height: 1000px;
	width: 1000px;
	max-width: 1000px;
	padding-top: 100px;
	}

#pageHeader {
	width: 1000px;
	height: 100px;
	margin-bottom: 10px;
	}

#introduction {
	position:relative;
	clear: left;
	float: left;
	width: 300px;
	height: 10px;
	padding: 10px;
	border-bottom: 1px solid #5c5c5c;
	}
	
#introduction p {
	position:absolute;
	display: block;
	bottom: 10px;
	}
	
#details {
	position:relative;
	float: left;
	width: 190px;
	height: 10px;
	margin-left: 10px;
	padding: 10px;
	border-bottom: 1px solid #5c5c5c;
	}
	
#details ul{
	position:absolute;
	display: block;
	bottom: 10px;
	}
	
	
#quickLinks {
	position:relative;
	float: left;
	width: 300px;
	height: 10px;
	margin-left: 10px;
	padding: 10px;
	border-bottom: 1px solid #5c5c5c;
	}

#quickLinks ul {
	width: 220px;
	position:absolute;
	display: block;
	bottom: 10px;
	}

#infoWrap {
	float: left;
	margin-left: 10px;
	width: 980px;
	clear: both;
	}

#workWrap {
	float: left;
	clear: left;
	width: 980px;
	min-height: 400px;
	}
	
#workWrap a {
	text-decoration:none;
	font-weight: bold;
	color:#191918;
	}
	
#footer {
	clear: both;
	border-top: 1px solid #000000;
	width: 850px;
	padding: 10px;
	margin-left: 10px;
	}
	

#footerDetails {
	float: left;
	width: 300px;
	}

#copy {
	float: left;
	width: 540px;
	margin-left: 10px;
	text-align: right;
	}

#recentEntry {
	position: relative;
	clear: left;
	float: left;
	width: 300px;
	height: 420px;
	margin-left: 10px;
	padding: 10px;
	border-bottom: 1px solid #5c5c5c;
	}

#date {
	float: left;
	width: 300px;
	margin-top: 75px;
	margin-bottom: 20px;
	}

#recentEntry #date p {
	font-size: .875em;
	margin: 0px;
	}

#recentEntry h2 {
	float: left;
	margin-right: 90px;
	}

#recentEntry h3 {
	margin-bottom: 20px;
	}

#recentEntry p {
	margin-bottom: 10px;
	}
	
#recentEntry #more {
	position: absolute;
	bottom: 10px;
	}
	
#recentWork img{
	border: 10px solid #E4E4E4;
	margin-left: -10px;
	}
	
#workDescription {
	width: 300px;
	margin-top: 40px;
	float: left;
	}
	
#workLink a {
	float: left;
	margin-top: 40px;
	margin-left: 30px;
	}
	
#recentWork{
	float: left;
	width: 520px;;
	height: 630px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
	}
	
#workTitle {
	float: left;
	width: 300px;
	margin-top: 65px;
	margin-bottom: 20px;
	}
	
#workTitle h2 {
	float: left;
	margin-right: 10px;
	}


#watermark{
	float: left;
	margin-left: 120px;
	padding-top: 10px;
	width: 100px;
	}
	
#navlist {
	width: 660px;
	margin-top: 20px;
	padding: 0px;
	margin-left: 330px;
	}

#navlist ul {
	list-style: none; 
	padding: 0; 
	margin: 0px;
	margin-left:10px; 
	}

#navlist ul li {
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	}

#navlist ul li a {	
	display: block;
	width: 80px;
	padding: 10px;
	margin-right: 10px;
	color: #000000; 
	font-size: 1em; /* 16px */
	text-decoration: none;
	}

.current_nav {	
	font-weight: bold;
	}
	
#navlist  li#active a {
	font-weight: bold;
	}

#navlist ul li a:hover {
	font-weight: bold;
	}
	
#workMenu {
	clear: left;
	float: left;
	width: 320px;
	height: 80px;
	padding: 0px;
	border-bottom: 1px solid #7EE377;
	margin-top: 20px;
	}

#projectMenu {
	float: left;
	width: 540px;
	height: 80px;
	margin-top: 20px;
	margin-left: 10px;
	padding: 0px;
	border-bottom: 1px solid #7EE377;
	}
	

#projectEntry {
	position: relative;
	clear: left;
	float: left;
	width: 300px;
	margin-left: 10px;
	padding: 10px;
	/*border-bottom: 1px solid #5c5c5c;*/
	}
	
#projectEntry h1 {
	width: 300px;
	height: 110px;
	margin-bottom: 10px;
	}
	
#projectEntry p {
	margin-bottom: 10px;
	}

#projectImages {
	width: 530px;
	margin-top: 10px;
	margin-left: 340px;
	padding: 10px;
	}
	
#projectImages img {
	border: 10px solid #f4f4f4;
	margin-left: -10px;
	}

.projectSection {
	width:980px;
	height:300px;
	clear:both;
	}

#blogfooter {
	clear: both;
	border-top: 1px solid #000000;
	width: 960px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	}
	
#blogfooter #copy {
	float: left;
	width: 640px;
	margin-left: 10px;
	text-align: right;
	}

#aboutSection {
	float: left;
	width: 320px;
	height: 760px;
	margin-left: 10px;
	}

#aboutSection p {
	padding: 10px;
	}
	
#aboutSection .aboutHeader {
	border-bottom: 1px solid #7bd6e4;
	}

#aboutSectionTop {
	position: relative;
	width: 300px;
	height: 80px;
	padding: 10px;
	border-bottom: 1px solid #7bd6e4;
	}
	
#aboutSectionTop h2 {
	position: absolute;
	bottom: 10px;
	}
	
#aboutInfo {
	position: relative;
	height: 650px;
	}
	
#aboutInfo p {
	width: 300px;
	}
	
#aboutInfo p a {
	text-decoration: none;
	color: #7bd6e4;
	font-weight: bold;
	}
	
#aboutInfo .aboutHeader {
	margin-top: 85px;
	}
	
#aboutMisc {
	position: relative;
	float: left;
	width: 540px;
	height: 650px;
	margin-left: 10px;
	}
	
#aboutMisc img {
	border: none;
	height: 320px;
	width: 540px;
	}
	
#aboutWebsite {
	position: absolute;
	bottom: 101px;
	height: 330px;
	width: 320px;
	}
	
#aboutThings {
	position: absolute;
	bottom: 16px;
	width: 320px;
	height: 240px;
	}
	
#aboutThings .aboutHeader {
	border-bottom: 1px solid #7bd6e4;
	}
	
.aboutHeader h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
#aboutThings h2 {
	margin: 10px;
	}
	
#aboutThings p {
	padding: 10px;
	}
	
#aboutFriends {
	position: absolute;
	bottom: 16px;
	left: 330px;
	width: 210px;
	height: 240px;
	}
	
#aboutFriends .aboutHeader {
	border-bottom: 1px solid #7bd6e4;
	}
	
	
#aboutFriends h2 {
	margin: 10px;
	}
	
#aboutFriends p {
	padding: 10px;
	}

/******* Contact Section *******/

#contactSection {
	float: left;
	width: 320px;
	height: 760px;
	margin-left: 10px;
	}

#contactSection p {
	padding: 10px;
	}
	
#contactSection .aboutHeader {
	border-bottom: 1px solid #ffd05e;
	}

#contactSectionTop {
	position: relative;
	width: 300px;
	height: 80px;
	padding: 10px;
	border-bottom: 1px solid #ffd05e;
	}
	
#contactSectionTop h2 {
	position: absolute;
	bottom: 10px;
	}
	
#messageForm {
	float: left;
	width: 320px;
	margin-left: 10px;
	}
	
#messageForm p {
	font-weight: bold;
	}
	
#messageForm form {
	padding: 10px;
	}
	
#messageForm label {    
	float: left;    
	width: 60px;    
	margin-right: 1em;
	font-size: .75em;
	margin-bottom: 10px;
	}
	
#messageForm .messageHeader {
	border-bottom: 1px solid #ffd05e;
	height: 80px;
	padding: 10px;
	position: relative;
	}
	
#messageForm input {
	margin-bottom: 10px;
	border: 1px solid #999999;
	background-color: #fbfdff;
	}
	
#messageForm textarea {
	background-color: #fbfdff;
	border: 1px solid #999999;
	}

.aboutHeader h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
#messageForm h2 {
	position: absolute;
	bottom: 10px
	}
	
#messageForm p {
	padding: 10px;
	}
	
	
#thanks {
	float: left;
	width: 210px;
	margin-left: 10px;
	}
	
#thanks .thanksHeader {
	border-bottom: 1px solid #ffd05e;
	height: 80px;
	padding: 10px;
	position: relative;
	}
	
	
#thanks h2 {
	position: absolute;
	bottom: 10px;
	}
	
#thanks p {
	padding: 10px;
	}





/******************* blog **************/
#blogWrap {
	float: left;
	margin-left: 10px;
	width: 1000px;
	clear: both;
	margin-bottom: 90px;
	}

#recentPosts {
	float: left;
	width: 760px;
	min-height: 600px;
	}
	
#recentPostsTop {
	position: relative;
	clear: both;
	width: 760px;
	height: 100px;
	border-bottom: 1px solid #5c5c5c;
	margin-bottom: 70px;
	}

#recentPostsTop h2 {
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
	}
	
#blogSideBar{
	float: left;
	width: 190px;
	min-height: 600px;
	margin-left: 10px;
	}
	
#blogSideBarTop {
	position: relative;
	clear: both;
	width: 210px;
	height: 100px;
	border-bottom: 1px solid #5c5c5c;
	}
#blogSideBarTop h2{
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
	}

#recentPosts .entry	{
	clear:both;
	position: relative;
	width: 650px;
	min-height: 190px;
	}

#recentPosts .title {
	width: 410px;
	margin-left: 220px;
	padding: 10px 10px 10px 0px;
	}

#recentPosts .entry .title a {
	color: #181819;
	text-decoration: none;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.75em;
	font-style: italic;
	line-height: 1.375em;
	}
	
#recentPosts .entry .title a:hover {
	color: #666666;
	text-decoration: none;
	}

#recentPosts .entryInfo {
	float: left;
	width: 190px;
	padding: 10px;
	margin-top: 10px;
	font-size: .75em;
	}

#recentPosts .entryInfo a {
	color: #181819;
	text-decoration: none;
	font-size: .875em;
	}

#recentPosts .entryInfo a:hover {
	color: #666666;
	text-decoration: none;
	}

#recentPosts .entrySummary {
	float: left;
	width: 410px;
	padding: 10px;
	margin-left:10px;
	margin-top: 10px;
	border-bottom: 1px solid #bebebe;
	}
	
#recentPosts .entrySummary {
	float: left;
	width: 410px;
	padding: 10px;
	margin-left:10px;
	margin-top: 10px;
	border-bottom: 1px solid #bebebe;
	}


#recentPosts .entrySummary a {
	font-weight: normal;
	text-decoration: underline;
	color: #181819;
	}
	
#recentPosts .entrySummary p {
	margin-bottom: 10px;
	}
	
#recentPosts .entryInfo ul {
	margin-top: 6px;
	font-size: 1.25em;
	}

#recentPosts .continue {
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
	height: 15px;
	width: 640px;
	text-align: right;
	margin-bottom: 10px;
	}

#recentPosts .continue a {
	text-decoration: none;
	font-size: .75em;
	color:	 #181819;
	font-weight: bold;
	}

#recentPosts .continue a:hover {
	color:#999999;
	}

#recentPosts .paginate {
	margin-left: 210px;
	width: 310px;
	height: 80px;
	padding: 10px;}
	
#recentPosts .paginate a {
	color: #181819;
	text-decoration: none;}
	
#sideBarArticles {
	width: 190px;
	padding: 10px;
	min-height: 80px;
	}
	
#sideBarArticles ul li {
	margin-bottom: 3px;
	}
	
#sideBarArticles ul li a{
	color: #181819;
	text-decoration: none;
	}
	
#sideBarArticles ul li a:hover {
	color: #CCCCCC;
	}
	
#sideBarSearch {
	width: 190px;
	padding: 10px;
	border-bottom: 1px solid #5c5c5c;
	}

#sideBarSearchField {
	width: 190px;
	padding: 10px;
	height: 80px;
	margin-top: 3px;
	}
	
#sideBarSearchField a {
	color: #181819;
	text-decoration: none;
	font-weight: bold;
	}
	
#sideBarSearchField a {
	color: #181819;
	text-decoration: none;
	}

#sideBarSearchField .submit {
	border: 1px solid #181819;
	background:  #fbfdff;
	}

#sideBarSearchField .input {
	border: 1px solid #181819;
	background:  #fbfdff;
	}

#sideBarCat {
	width: 190px;
	padding: 10px;
	border-bottom: 1px solid #5c5c5c;
	}
	
#sideBarCatList {
	width: 190px;
	padding: 10px;
	min-height: 80px;
	}
	
#sideBarCatList a {
	color: #181819;
	text-decoration: none;
	}

#sideBarCatList a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
	
#sideBarArchive {
	width: 190px;
	padding: 10px;
	border-bottom: 1px solid #5c5c5c;
	}
	
#sideBarArchiveList ul li {
	margin-bottom: 3px;
	}
	
#sideBarArchiveList ul li a{
	color: #181819;
	text-decoration: none;
	}
	
#sideBarArchiveList ul li a:hover {
	color: #CCCCCC;
	}

#sideBarArchiveList {
	width: 190px;
	padding: 10px;
	min-height: 80px;
	}
	
#sideBarRecent {
	width: 190px;
	padding: 10px;
	border-bottom: 1px solid #5c5c5c;
	}
	
#sideBarRecentList ul li {
	margin-bottom: 3px;
	}
	
#sideBarRecentList ul li a{
	color: #181819;
	text-decoration: none;
	}
	
#sideBarRecentList ul li a:hover {
	color: #CCCCCC;
	}

#sideBarRecentList {
	width: 190px;
	padding: 10px;
	min-height: 80px;
	}
	
#sideBarSyndicate {
	width: 190px;
	padding: 10px;
	border-bottom: 1px solid #5c5c5c;
	}
	
#sideBarSyndicateList ul li {
	margin-bottom: 3px;
	}
	
#sideBarSyndicateList ul li a{
	color: #181819;
	text-decoration: none;
	}
	
#sideBarSyndicateList ul li a:hover {
	color: #CCCCCC;
	}

#sideBarSyndicateList {
	width: 190px;
	padding: 10px;
	min-height: 80px;
	}
	
#sideBarSyndicateList img {
	border: none;
	}

/*** Blog Posts ***/

#postInfo {
	float: left;
	width: 210px;
	min-height: 600px;
	}

#authorInfo, #postCategories, #relatedLinks {
	padding: 10px;
	width: 190px;
	min-height: 70px;
	margin-bottom: 10px;
	font-size: .75em;
	}

#authorInfo a {	
	font-size: 1em;
	}

#postCategories a {	
	font-size: 1.25em;
	}
	
#relatedLinks a {	
	font-size: 1.25em;
	}

#postInfo h3 {
	font-size: 1em;
	font-weight: bold;
	}

#postInfo a {
	font-weight: normal;
	text-decoration: none;
	color: #181819;
	}

#postInfo a:hover {
	color: #999999;
	}

#postContainer {
	margin-left: 10px;
	float: left;
	width: 540px;
	min-height: 600px;
	}

#postContainerTop {
	position: relative;
	clear: both;
	width: 540px;
	height: 100px;
	border-bottom: 1px solid #5c5c5c;
	margin-bottom: 20px;
	}
	
#postContainerTop h2 {
	font-size: .875em;
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
	}

#postContainerTop .title {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.5em;
	font-style: italic;
	}
	
	
#postContainerTop a, a:visited {
	text-decoration: none;
	color: #181819;
	}
	
#postContainerTop a:hover {
	color: #999999;
	}
	
#postInfoTop {
	position: relative;
	clear: both;
	width: 210px;
	height: 100px;
	border-bottom: 1px solid #5c5c5c;
	margin-bottom: 20px;
	}
	
#postInfoTop h2 {
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
	}


#postContainer .entry {
	padding: 10px;
	width: 410px;
	}
	
#postContainer .entry a {
	font-weight: normal;
	text-decoration: underline;
	color: #181819;
	}
	

#postContainer .entry	p {
	margin-bottom: 20px;
	line-height: 1.5em;
	}
	
#postContainer .entry a:hover {
	color: #CCCCCC;
	}


#mainPostInfo {
	width: 410px;
	border-bottom: 1px solid #5c5c5c;
	padding: 10px;
	text-align: right;
	font-size: .75em;
	}
	
#mainPostNext {
	font-size: .875em;
	font-weight: bold;
	clear: both;
	width: 420px;
	height: 90px;
	padding: 10px;	}
	
#mainPostNextLeft {
	float: left;
	width: 300px;
	margin-right: 10px;
	}

#mainPostNextRight {
	float: left;
	margin-left: 20px;
	}
		
#mainPostNext a {
	text-decoration: none;
	color: #181819;
	}
	
#commentsHeading {
	width: 410px;
	min-height: 15px;
	border-bottom: 1px dotted #5c5c5c;
	padding: 10px;
	margin-bottom: 20px;
	}
	
#commentsHeading h2 {
	font-size: 1em;
	font-weight: bold;
	width: 210px;
	float: left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.5em;
	font-style: italic;
	}

#commentsHeading .pagecount {
	width: 200px;
	margin-left: 10px;
	font-size: .75em;
	text-align: right;
	}

#commentsHeading a {
	font-size: .75em;
	color: #181819;
	text-decoration: none;
	}
	
#commentsHeading strong {
	font-size: .75em;
	color: #181819;
	text-decoration: none;
	font-weight: bold;
	}

.mainPostComments {
	width: 410px;
	padding: 10px;
	color: #181819;
	}
	
.mainPostComments p {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #5c5c5c;
	}

.posted {
	font-size: .75em;
	font-weight: bold;
	}
	
.posted a {
	text-decoration: none;
	color: #181819;
	}
	
.posted a:hover {
	color: #999999;
	}
	
#comment_form {
	width: 410px;
	padding: 10px;
	text-align: right;
	}
	
#comment_form input {
	margin-bottom: 10px;
	border: 1px solid #999999;
	background-color: #fbfdff;
	}
	
#comment_form textarea {
	background-color: #fbfdff;
	border: 1px solid #999999;
	}

#commentFormHeading {
	width: 410px;
	border-bottom: 1px solid #5c5c5c;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
.commentSubmit {
	width: 410px;
	padding: 0px 10px 0px 10px;
	}

.commentSubmit input {
	background-color: #fbfdff;
	border: 1px solid #999999;
	margin-top: 10px;
	}

/******************* blog search **************/

#searchKeyword {
	padding: 10px;
	width: 410px;
	height: 70px;
	margin-bottom: 10px;
	}
	
#searchKeyword .default select {
	float: left;
	font-size: .75em;
	margin-top: 10px;
	margin-right: 20px;
	}
	
#searchKeyword .selectRight select {
	float: left;
	font-size: .75em;
	margin-top: 10px;
	}
	
#searchMember {
	padding: 10px;
	width: 520px;
	margin-bottom: 10px;
	}
	
#memberInput .input {
	width: 300px;
	float: left;
	}
	
#memberInput .checkbox {
	margin-left: 10px;
	}

#memberInput {
	height: 40px;
	clear: both;
	font-size: .5em;
	}
	
.searchHeader {	
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #5c5c5c;
	}

#searchDate {
	float: left;
	width: 210px;
	height: 170px;
	font-size: .75em;
	}
	
#searchDate select {
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
#searchDate .default {
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
#searchSort {
	margin-left: 10px;
	float: left;
	width: 320px;
	height: 170px;
	font-size: .75em;
	}

#searchSort select {
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
#searchSort .default {
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
#DateHeader {
	width: 190px;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #5c5c5c;
	}
	
#SortHeader {
	width: 300px;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #5c5c5c;
	}

#submitButton {
	clear:both;
	margin-left: 10px;
	}
	
.multiselect {
	width: 110px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	font-size: .75em;
	}

.searchBoxTitle {
	font-size: .75em;
	margin: 10px;
	}
	
#resultsContainer {
	float: left;
	width: 760px;
	min-height: 600px;
	}

#resultsTop {
	width: 760px;
	height: 100px;
	}

#resultsInfoTop {
	float: left;
	position: relative;
	width: 210px;
	height: 100px;
	border-bottom: 1px solid #5c5c5c;
	margin-bottom: 20px;
	}
	
#resultsInfoTop h2 {
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
	}
	
#resultsExcerptTop {
	float: left;
	position: relative;
	width: 540px;
	margin-left: 10px;
	height: 100px;
	border-bottom: 1px solid #5c5c5c;
	margin-bottom: 20px;
	}
	
#resultsExcerptTop h2 {
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
	}

.searchResult {
	width: 760px;
	}
	
.searchResultInfo {
	width: 190px;
	padding: 10px;
	min-height: 100px;
	float: left;
	font-size: 1em;
	}

.searchResultInfo a {
	color: #181819;
	text-decoration: none;
	font-size: 1em;
	}

.searchResultInfo a:hover {
	color: #666666;
	text-decoration: none;
	}

.searchResultInfo .title {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	}

.searchResultExcerpt {
	width: 420px;
	padding: 10px;
	min-height: 100px;
	margin-left: 10px;
	float: left;
	}

.searchResultExcerpt p {
	margin-bottom: 10px;
	}

.searchResultExcerpt a {
	color: #181819;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	}

.searchResultExcerpt a:hover {
	color: #666666;
	text-decoration: none;
	}
	
#mainBack {
	margin-left: 10px;
	margin-top: 40px;
	}
	
#mainBack a {
	color: #181819;
	text-decoration: none;
	font-weight: bold;
	}
	
#mainBack a:hover {
	color: #999999;
	}
	
#archives {
	padding: 10px;
	}
	
#archives h2 {
	width: 530px;
	border-bottom: 1px dotted #5c5c5c;
	margin-bottom: 10px;	
	color: #181819;
	text-decoration: none;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.75em;
	font-style: italic;
	line-height: 1.125em;
	}

#archives h3 {	
	color: #181819;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	margin-left: 210px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
.archiveYear {
	float: left;
	clear: left;
	width: 190px;
	height: 200px;
	}
	
.archiveTitle {
	display: block;
	text-decoration: none;
	font-size: .75em;
	margin-left: 220px;
	margin-bottom: 3px;
	}
	
.archiveTitleCat {
	display: block;
	text-decoration: none;
	font-size: .75em;
	margin-left: 220px;
	margin-bottom: 3px;
	}
	
	
.archiveTitle a, .archiveTitleCat a {
	text-decoration: none;
	color: #181819;
	}
	
.archiveTitle a:hover, .archiveTitleCat a:hover {
	color: #999999;
	}

/*** set the width and height to match your images **/



#slideshow {
	position: relative;
    height:520px;
	width: 740px;
	}



#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
	}

#slideshow IMG.last-active {
    z-index:9;
	}