small {font-size: smaller;}

.clear {clear: both;}

#header #logo {
  position:absolute; width:71px; height:89px; margin:8px 0 0 533px;
	background:url(../images/logo.png) no-repeat;
}

#post-list .post { border-top: 1px dashed #C0C0B0; padding-top: 20px; }
#post-list .post-first { border-top: 0; padding-top: 0px; }

#linkCategories { text-align:center; }
#linkCategories a { margin:4px 0px; color:#AC422E; }
.linkCategory { float:left; width:235px; overflow:hidden; margin:12px 0 10px 34px; }
.linkCategory a.noLink { color:#000; text-decoration:none; }
.linkCategory h3 { color:black; margin:0; font-size:1.2em; }
.linkCategory > div { margin-top:10px; }
.linkCategory .imgLink { text-align:center; }
.linkCategory .txtLink ul { margin-right:0; padding-right:0; }
.linkCategory .txtLink ul li { margin-right:0; padding-right:0; }

.book-series { padding: 0 0 20px 0; }
.book-single { float: left; width: 30%; padding: 0 2% 16px 0; text-align: center; vertical-align: text-bottom; }
.book-single img { height: 140px; padding: 0 0 4px 0; }

#subnav { text-align: center; padding: 0 0 20px 0; }

#main .resumeItem { margin: 8px 0px 12px 0px; }
#main .resumeItemOpen { padding: 2px 0px 12px 12px; border: 1px solid #5A5A50; border-top: 0px; border-right: 0px; }
#main .resumeItem ul { margin-bottom: 0px; padding-left: 8px; }
#main .resumeItem ul li ul { margin-bottom: 0px; }
#main .resumeItem .headline { font-size: 112%; color: #404050; font-weight: bold; font-variant: small-caps; }

ul.author-list { float: left; width: 150px; margin-right: 4px; }
ul.author-list li { margin-bottom: 5px; }

/*.box_title { border-bottom-left-radius: 7px 7px; border-bottom-right-radius: 7px 7px; }*/

/** Social Media - Gallery Side **/
.social_thumbs { margin: 0 -0 0em -6px; }
.social_thumbs > .item {
	display: block; float: left;
	margin: 0 0 6px 7px; padding: 3px;
	width: 54px; height: 54px; overflow: hidden;
	background: url('../images/grain_dark.gif');
}
.social_thumbs > .item:hover { background: #C6C6BA; }
.social_thumbs > .item:first-child { margin-left: 6px; }
.social_thumbs > .item a {
	display: block; width: 54px; height: 54px; overflow: hidden;
	background-image: url(../images/social-icons.png); background-repeat: no-repeat;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;
}
.social_thumbs > .item a.gp { background-position: 0 0; }
.social_thumbs > .item a.fb { background-position: -54px 0; }
.social_thumbs > .item a.wp { background-position: 0 -54px; }
.social_thumbs > .item a.in { background-position: -54px -54px; }

/** Social Media - Mini-Icons Side **/
.box_quick  { height:36px; }
.box_quick > .title { width: 125px; height:36px; display: block; margin-top: 9px; float: left; font-size: 140%; }
.box_quick > .links { width: 120px; height:36px; display: block; margin-top: 2px; float: right; }
.box_quick > .links > .item {
	display: block; float: left;
	width: 20px; height: 20px; overflow: hidden;
	margin-left: 3px; padding: 3px; background: #B6B6AA;
}
.box_quick > .links > .item:nth-child(2),
.box_quick > .links > .item:nth-child(4) { margin-top: 7px; }
.box_quick > .links > .item:hover { background: #86867A; }
.box_quick > .links > .item a {
	display: block; width: 20px; height: 20px; overflow: hidden;
	background-image: url('../images/social-icons-small.png'); background-repeat: no-repeat;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px;
}
.box_quick > .links > .item a.gp { background-position: 0 0; }
.box_quick > .links > .item a.fb { background-position: -20px 0; }
.box_quick > .links > .item a.wp { background-position: 0 -20px; }
.box_quick > .links > .item a.in { background-position: -20px -20px; }
