body {
	font-family: Arial, sans-serif;
}

a:link {
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}

a:active {
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}

a:visited {
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}

h1 {
	font-wight: bold;
	font-family: Arial, sans-serif;
}

/* main template styles */
.headerDiv {
	text-align: center;
	margin-bottom: 15px;
}
.mainBodyDiv {
	max-width: 1000px;
	border: 1px solid #00bbdd;
	margin: 0 auto 0 auto;
}
.copyrightDiv {
	text-align: center;
	font-size: .85em;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 25px;
}


/* blog styles */
.blogPostMainDiv {
	margin: 5px 20px 20px 15px;

}
.blogPostDate {
	display: inline;
	font-weight: bold;
	margin: 0 5px 5px 0;
}
.blogPostTitle {
	display: inline;
	font-weight: bold;
	margin: 0 5px 5px 5px;
}
.blogPostAuthor {
	display: inline;
	font-size: .9em;
	font-style: italic;
	margin: 0 0 5px 5px;
}
.blogPostContent {
	margin: 0 10px 10px 10px;
	background: #fefefe;
	border: 1px solid #dddddd;
}



/* dictionary view styles */
.dictionaryListHeading {
	font-weight: bold;
	font-size: 1.12em;
	margin: 0 2px 0 2px;
}
.dictionaryListTitle {
	margin: 0 5px 0 0;
}
.dictionaryListAuthor {
	font-style: italic;
	margin: 0 3px 0 3px;
}
.dictionaryListDesc {
	margin: 0 5px 0 5px;
}
.dictionaryListDate {
	font-style: italic;
	margin: 0 0 0 5px;
}


.publicDicProfileDiv {
	margin: 10px;
	padding: 10px;
}
.publicDicProfileHeader {
	text-align: center;
	margin-bottom: 20px;
}
.publicDicProfileTitle {
	font-size: 1.25em;
	font-weight: bold;
}
.publicDicProfileAuthor {
	font-style: italic;
}
.publicDicProfileDate {
}
.publicDicProfileTextDiv {
	text-align: left;
	padding: 0 10px 0 10px;
	display: inline-block;
	background: #fefefe;
	border: 1px solid #dddddd;
}
.publicDicProfileFieldName {
	font-weight: bold;
}
.publicDicProfileText {
	padding: 0 10px 5 10px;
}

.publicEntry {
	background: #fefefe;
	border: 1px solid #dddddd;
	display: inline-block;
	margin: 5px 10px 10px 10px;
}
.publicEntryHeader {
	text-align: left;
	padding: 0 10px 0 10px;
}
.publicEntryTitle {
	font-weight: bold;
}
.publicEntryPronounce {
	font-style: italic;
	font-size: .9em;
}
.publicEntryDefs {
	margin-left: 10px;
}
.publicEntryDefinition {
	margin-bottom: 10px;
}
.publicEntryDefVulgar {
	font-style: italic;
	color: #ddaa00;
}
.publicEntryDefSlang {
	font-style: italic;
	color: #88bb11;
}
.publicEntryDefFunction {
	font-style: italic;
}
.publicEntryDefText {
	display: inline-block;
}
.publicEntryDefEtym {
	font-style: italic;
}
