/*   
Theme Name: Encyclopaedic
Theme URI: http://waysideviolet.com
Description: For Jessica
Author: Joel G Goodman
Author URI: http://joel.thegoodmanblog.com
Version: 1.0
*/

@font-face { 
	font-family: FontinSans; src: url('./fonts/Fontin_Sans_R_45b.otf'); font-weight: normal; 
} 
@font-face {
	font-family: FontinSans; font-weight: bold; src: url('./fonts/Fontin_Sans_B_45b.otf');
}
@font-face {
	font-family: FontinSans; font-weight: bold; font-style: italic; src: url('./fonts/Fontin_Sans_BI_45b.otf');
}
@font-face {
	font-family: FontinSans; font-style: italic; src: url('./fonts/Fontin_Sans_I_45b.otf');
}
@font-face {
	font-family: 'FontinSans SC'; font-variant: small-caps; src: url('./fonts/Fontin_Sans_SC_45b.otf');
}

* { margin: 0; padding: 0; }
body { background: url(./img/bg-damask.jpg) fixed; font-size: 14px/1.4;
 	   font-family:FontinSans, Trebuchet, "Trebuchet MS", Helvetica; 
 	}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

.wrap { width: 960px; 
		margin: 0px auto;
		background: url(./img/bg-content.png) repeat-y center;
		height: 100%;
		min-height: 100%;
}

h1, h2 { font-weight: normal; margin: 0 0 17px 0; }
h1 { }
h2 { font-size: 35px; font-weight: normal;}
h3 { font-size: 24px; font-weight: bold; }

p { margin: 0 0 10px 0; color: #1d1d1d; line-height: 1.63em;}
a { text-decoration: none; font-weight: normal; color:#16587d}
a:hover { text-decoration: underline; } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

ul.menu {
	margin-bottom: 10px;
	padding-top: 5px;
}
ul.menu li{
	list-style: none;
}

a.twitterLink {
	font-size: 17px;
	color: #221d1e;
	padding-left: 35px;
	background: url(./img/bird.png) no-repeat left;
	padding-top: 6px;
	margin-top: 2px;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	float: left;
	margin-left: 50px;
	text-transform: lowercase;
}

a:hover.twitterLink {
	color: #16587d;

}

#sidebar ul, #sidebar li {
	list-style: none;
}

.widget {
	margin-bottom: 20px;
}

.widget select {
	width: 100%;
	text-align: center;
}
.menu-top-nav-container {
	float: right;
	margin-right: 50px;
}
ul#menu-top-nav li{
	display: inline;
	margin-left: 15px;
}

ul#menu-top-nav li a {
	color: #221d1e;
	font-size: 17px;
	text-transform: lowercase;
}

ul#menu-top-nav li.current_page_item a {
	font-style: italic;
	font-weight: bold;
}

.header {
	background: url(./img/head.jpg) no-repeat;
	clear: both;
	width: 960px;
	height: 180px;
	margin-top: 37px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	position: relative;
}

.header h1.siteTitle span {
	display: none;
}

.header h1.siteTitle a {
	width: 428px;
	height: 99px;
	background: url(./img/logo.png) no-repeat;
	position: absolute;
	top: 39px;
	left: 69px;
}

.pageContent {
	width: 870px;
	margin: 20px auto 0;
	padding-bottom: 20px;
	min-height: 600px;
	height: 100%;
	position: relative;
}

/* POST STYLING */

.thePosts {
	margin-left: 20px;
	width: 530px;
	display: inline-block;
}
.post { 
	padding: 30px 0;
	border-bottom: 1px dotted #b0aa9e;
}

.post h2.postTitle a{
	color: #16587d;
}

.entry { font-size: 14px; min-height: 160px;}
.post .entry:first-line {
	font-size: 17px;
	color: #000;
}
.blog .entry p, .search .entry p, .archive .entry p {

}
.entry a { color: #d95701;}
.entry a:hover { color: #16587d; }
.entry a.more-link {
	color: #16587d;
	text-transform: uppercase;
	float: right;
	margin-top: 15px;
}
.entry a:hover.more-link{
	text-decoration: none;
	color: #d95701;
}
	.entry .comments a {
		color: #16587d;
		text-transform: uppercase;
		float: left;
		margin-top: 15px;
	}
.postImage {
	float: left;
	position: relative;
	width: 164px;
	margin-bottom: 15px;
	margin-right: 13px;
}

.postImage .date {
	position:absolute;
	right: 12px;
	top: 6px;
	color: #fff;
	font-size: 16px;
	-moz-text-shadow: 0 0 4px #000;
	-webkit-text-shadow: 0 0 4px #000;
	text-shadow: 0 0 4px #000;
}
.postImage img.attachment-post-thumbnail {
	border-width: 7px;
	-webkit-border-image: url(./img/border.png) 7; 
	-moz-border-image: url(./img/border.png) 7; 
	border-image: url(./img/border.png) 7;
}

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { float: right; width: 267px; padding-left: 20px; border-left: 2px solid #b0aa9e;}

#sidebar ul {
	text-align: center;
}
#sidebar ul li {
	padding: 8px 0;
	border-bottom: 1px solid #b0aa9e;
}
#sidebar ul li a {
	color: #1d1d1d;
	font-size: 18px;
	display: block;
}

#sidebar h3 {
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 4px;
}
#sidebar .authorInfo h4 {
	font-style: italic;
	margin-left: 96px;
}

#sidebar .authorInfo {
	display: inline-block;
}
#sidebar .widget img.avatar {
	float: left;
	border: 1px solid #282827;
}
#sidebar .widget p {
	margin-left: 96px;
	font-size: 12px;
	line-height: 1.2em;
}

.navigation { clear: both; width: 100%; display:inline-block; padding-bottom: 5px; margin-top: 10px}
   .next-posts a{ float: left; background: url(./img/grad.png) repeat-x;
   border: 2px solid #221d1e;
   color: #fff;
   font-size: 14px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-text-shadow: inset 0 0 1px #221d1e;
   -webkit-text-shadow: inset 0 0 1px #221d1e;
   text-shadow: inset 0 0 1px #221d1e;
   padding: 8px;
   -moz-box-shadow: 0px 0px 2px #221d1e;
   -webkit-box-shadow: 0px 0px 2px #221d1e;
   }
   .next-posts a:active, .prev-posts a:active {
   		position: relative;
   		top: 1px;
   }
   .next-posts a:hover, .prev-posts a:hover {
   		text-decoration: none;
   } 
   
   .prev-posts a{ float: right;background: url(./img/grad.png) repeat-x;
   border: 2px solid #221d1e;
   color: #fff;
   font-size: 14px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-text-shadow: inset 0 0 1px #221d1e;
   -webkit-text-shadow: inset 0 0 1px #221d1e;
   text-shadow: inset 0 0 1px #221d1e;
   padding: 8px;
   -moz-box-shadow: 0px 0px 2px #221d1e;
   -webkit-box-shadow: 0px 0px 2px #221d1e;}

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { margin-bottom: 8px;}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; -moz-box-shadow: 0px 0px 3px #221d1e;-webkit-box-shadow: 0px 0px 3px #221d1e;box-shadow: 0px 0px 3px #221d1e; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #fff;-webkit-text-shadow: 0 0 2px #000;
text-shadow: 0 0 2px #000;
-moz-text-shadow: 0 0 2px #000; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { background:none;-moz-box-shadow: 0px 0px 7px #221d1e;-webkit-box-shadow: 0px 0px 7px #221d1e;box-shadow: 0px 0px 7px #221d1e; }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { background:none;-moz-box-shadow: 0px 0px 7px #221d1e;-webkit-box-shadow: 0px 0px 7px #221d1e;box-shadow: 0px 0px 7px #221d1e; }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background:none;-moz-box-shadow: 0px 0px 7px #221d1e;-webkit-box-shadow: 0px 0px 7px #221d1e;box-shadow: 0px 0px 7px #221d1e;}
ol.commentlist li.odd { background: rgba(143, 135,121, 0.2);-moz-box-shadow: inset 0px 0px 7px #221d1e;-webkit-box-shadow: inset 0px 0px 7px #221d1e;box-shadow: inset 0px 0px 7px #221d1e; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] {background: rgba(143, 135,121, 0.7);
border: none;
-moz-box-shadow: inset 0px 0px 7px #221d1e;
-webkit-box-shadow: inset 0px 0px 7px #221d1e;
box-shadow: inset 0px 0px 7px #221d1e;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 5px 8px;
font-size: 14px;
color: white;
-webkit-text-shadow: 0 0 2px #000;
text-shadow: 0 0 2px #000;
-moz-text-shadow: 0 0 2px #000;
margin-bottom: 8px;
 }
textarea { 
	background: rgba(143, 135,121, 0.7);
	border: none;
	-moz-box-shadow: inset 0px 0px 7px #221d1e;
	-webkit-box-shadow: inset 0px 0px 7px #221d1e;
	box-shadow: inset 0px 0px 7px #221d1e;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 8px;
	font-size: 14px;
	color: white;
	-webkit-text-shadow: 0 0 2px #000;
	text-shadow: 0 0 2px #000;
	-moz-text-shadow: 0 0 2px #000;
	margin-bottom: 8px;
 }
 
 input[type=submit] {
 	background: url(./img/grad.png) repeat-x;
 	border: 2px solid #221d1e;
 	color: #fff;
 	font-size: 14px;
 	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-moz-text-shadow: inset 0 0 1px #221d1e;
 	-webkit-text-shadow: inset 0 0 1px #221d1e;
 	text-shadow: inset 0 0 1px #221d1e;
 	padding: 8px;
 	-moz-box-shadow: 0px 0px 2px #221d1e;
 	-webkit-box-shadow: 0px 0px 2px #221d1e;
 }
 
 input:active[type=submit] {
 	position: relative;
 	top: 1px;
 }
input[name=s] {
	width: 170px;
	font-size: 17px;
	height: 27px;
}
div#footer {
	text-align: left;
	margin: 35px auto 0;
	display: block;
	width: 90%;
	height: 30px;
	border-top: 2px solid #b0aa9e;
	padding-top: 15px;
}

#footer p {
	font-size: 13px;
	float: left;
	margin-left: 15px;
}

#footer a.referral span {
	display: none;
}

#footer a.referral {
	display: block;
	width: 30px;
	height: 27px;
	background: url(./img/umbrella.png) no-repeat;
	float: right;
	margin-right: 15px;
}

/* WP Image Handling */
.wp-caption {
	border-bottom: 2px solid #b0aa9e;
	margin-bottom: 15px;
}

.wp-caption img {
	border-width: 7px;
	-webkit-border-image: url(./img/border.png) 7; 
	-moz-border-image: url(./img/border.png) 7; 
	border-image: url(./img/border.png) 7;
	margin: 0;
	padding: 0;
}

.wp-caption-text {
	text-align: right;
	font-style: italic;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

img.aligncenter, .entry img {
	border-width: 7px;
	-webkit-border-image: url(./img/border.png) 7; 
	-moz-border-image: url(./img/border.png) 7; 
	border-image: url(./img/border.png) 7;
}

.alignleft {
   float: left;
   margin-right: 15px;
   margin-bottom: 15px;
   border-width: 7px;
   -webkit-border-image: url(./img/border.png) 7; 
   -moz-border-image: url(./img/border.png) 7; 
   border-image: url(./img/border.png) 7;
}

.alignright {
   float: right;
   margin-left: 15px;
   margin-bottom: 15px;
   border-width: 7px;
   -webkit-border-image: url(./img/border.png) 7; 
   -moz-border-image: url(./img/border.png) 7; 
   border-image: url(./img/border.png) 7;
}
img#wpstats {display: none !important; }
/* Ads */

.sideSquare li{
	display: inline-table;
	border: 0px;
}

.sideSquare img {
	width: 125px;
	height: 125px;
	border: 2px solid #1D1D1D;
}


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
