/*
Theme Name: Johnson
Theme URI: http://johnsonsdictionaryonline.com/
Description: Theme developed for a Dictionary site.
Author: Brandi Besalke
Author URI: http://brandibesalke.wordpress.com/
Version: 1.0 
License:
License URI:

General comments (optional).
*/

@import url(http://johnsonsdictionaryonline.com/wp-content/themes/johnson/css/bbpress.css);

@font-face {
 font-family: greek;
 src: url(http://johnsonsdictionaryonline.com/wp-content/themes/johnson/fonts/greek.woff) format('woff');
}

@font-face {
  font-family: 'UnifrakturMaguntia';
  font-style: normal;
  font-weight: 400;
  src: local('UnifrakturMaguntia'), url(http://johnsonsdictionaryonline.com/wp-content/themes/johnson/fonts/fraktur.woff) format('woff');
}

@font-face {
font-family: Junicode;
src: url(http://johnsonsdictionaryonline.com/wp-content/themes/johnson/fonts/Junicode.woff) format('woff');
}

.fraktur { font-family: 'UnifrakturMaguntia'; }     
.greek, .saxon { font-family: Junicode; font-size:120%; line-height: 95% }

body,
html {
margin:0;
padding:0;
color:#000;
background: #F6E6C8;
background: url('http://johnsonsdictionaryonline.com/wp-content/themes/johnson/images/header.jpg') no-repeat right top;
font-family: Georgia, "Times New Roman", "Times", serif;	
}

#wrap {
margin:0 auto;
}

#pageTitle {
font-size:225%;
font-variant:small-caps;
font-color: #990033;
font-weight:bold"
font-family: Junicode;
}

#nav {
font-weight: bold;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 30px;
margin-right: 30px;
}

#nav2 {
width:100%;
background-color:#990033;
color:#FFF;
font-weight: bold;
margin-top: 5px;
margin-bottom: 10px;
padding-right: 0px;
padding-top:5px;
padding-bottom:5px;
}

#main {
font-family: Georgia, "Times New Roman", "Times", serif;	
line-height: 120%;
}

.mainText {
	padding: 5px; 
	margin-top: 5px; 
	margin-bottom: 10px; 
	background-color: white;
}

#content {
width: 950px;
padding: 15px;
margin-left: auto;
margin-right: auto;
background-color: #F6E6C8;
border: 1px dotted #000;
}

a {
	text-decoration: none;
	border: none;
	color: #990033;
}

a:hover {
	text-decoration: underline;	
}

.icon {
	margin-right: 5px;
	float: right;
	border: none;
}

h2.storytitle
	{
	font-style: italic;
	font-size: 150%;
	text-align: center;
	padding-top: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
	}

img {
	border: none;
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.commentlist {
	width: 560px;
	}

.commentli {
 	padding: 5px 18px 22px 18px;
	margin-top:10px;
	background: #C3A378 url(http://johnsonsdictionaryonline.com/wp-content/themes/johnson/images/bg_commentlist.gif) bottom no-repeat;
	color:#000;
	}

.authcomment {
	padding: 5px 18px 22px 18px;
	margin-top:10px;
	background: #c2d3ed url(http://johnsonsdictionaryonline.com/wp-content/themes/johnson/images/bg_commentlist2.gif) bottom no-repeat;
	color:#000;
}

#entryscan {
	display: none;
	margin-bottom: 10px;
}

#twitter_div {
	padding: 5px;
	border: none;
	background-color: #F6E6C8;
	}

#twitter_update_list{
	list-style-type:circle;
	border-bottom: dotted 1px black;
	}

#twitter_update_list li {
	margin-left: -23px;
	margin-bottom:0.5em;
	border-top: dotted 1px black;
	text-align: left;
}

#twittericon {
	float: right;
	border: none;
}

.pageViewLink:hover {
	text-decoration:underline;
}

.headword {
	color: #990033;
	font-size: 150%;
	font-variant: small-caps;
}

.headword2 {
	color: #990033;
	font-size: 125%;
	font-variant: small-caps;
}

.quotedText {
	color: #005D8E;
}