/*
Theme Name: Mattern Co.
Version: 1.1
Author: Sarah Mattern
Author URI: http://matternco.com
*/

/* Browser Resets */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

ol, ul, li {
	list-style: none;
	}	

fieldset,img {
	border: none;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	}
	
a img {
	background-image: none;
	}

hr, .print {
	display: none;
	}

/* Basics */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	position: relative;
	background-color: white;
	}

a {
	color: #006666; /*teal*/
	text-decoration: none;
	}

a:hover {
	color: #7E2D21; /*reddish*/
	text-decoration: none;
	}

small {
	font-size: 11px;
	}

.clear {
	clear: both;
	}

.hide, .print {
	display: none;
	}

hr {
	display: none;
	}

.hr {
	height: 1px;
	display: block;
	background: transparent url(images/dottedHr.png) repeat-x;
	}
	
h2 {
	font-size: 18px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #521E13; /*brown*/
	}

h3 {
	font-size: 14px;
	letter-spacing: .08em;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #D95F39; /*orange*/
	font-weight: bold;
	}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #521E13; /*brown*/
	}

h4 a {
	color: #521E13; /*brown*/
	}

h4 a:hover {
	color: #006633; /*dark green*/
	text-decoration: none;
	}


/* Topbar ... */

#topbar {
	width: 100%;
	height: 35px;
	background: #441913 url(images/topbarBg.jpg) repeat-x top; /* background gradient */
	}

#topbarContent {
	width: 960px;
	padding-top: 12px;
	}

#topbarContent .alignleft {
	width: 400px;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #DA603A;
	}

#topbarContent .alignleft a {
	color: #DA603A;
	padding: 0;
	border-bottom: 1px dotted #D19D49;
	}

#topbarContent .alignleft a:hover {
	color: #E6C57F;
	}

#topbarContent .alignright {
	color: #E6C57F;
	font-size: 12px;
	text-align: right;
	float: right;
	width: 400px;
	}

#topbarContent .number {
	float: right;
	}

#topbarContent .search {
	height: 20px;
	line-height: normal;
	float: right;
	margin: -4px 0 0 10px;
	padding-left: 12px;
	border-left: 1px solid #D19D49;
	}

#topbarContent .input {
	float: left;
	width: 135px;
	height: 14px;
	padding: 3px 5px 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #521E13; /*brown*/
	line-height: normal;
	background: url(images/topbarInput.png) no-repeat top;
	margin: 0 4px 0 0;
	border: none;
	}

#topbarContent .btn {
	width: 20px;
	height: 20px;
	}
	
/* Header... */

#header {
	width: 100%;
	height: 125px;
	background: url(images/headerBg.jpg) repeat-x top;
	}

#headerContent {
	width: 960px;
	position: relative;
	}

#dog {
	top: 12px;
	left: -10px;
	width: 88px;
	height: 102px;
	position: absolute;
	background: url(images/dog.png) no-repeat top left;
	}

#dog a {
	display: block;
	width: 88px;
	height: 102px;
	cursor: pointer;
	}

#logo { 
	top: 35px;
	left: 88px;
	position: absolute;
	height: 39px;
	width: 240px;
	background: url(images/logo.png) no-repeat top left;
	}

#logo h1 a {
	height: 39px;
	width: 240px;
	display: block;
	cursor: pointer;
	}

#logo b, #tagline, #badge b, #dog b {
	display: none;
	}

#badge {
	top: 0;
	right: 10px;
	width: 94px;
	height: 93px;
	position: absolute;
	background: url(images/badge.png) no-repeat top left;
	}

#badge a {
	width: 94px;
	height: 93px;
	display: block;
	cursor: pointer;
	}

/* Menu code */

#menu {
	width: 872px; /*960px*/
	position: absolute;
	left: 88px;
	top: 92px;
	height: 33px;
	}

#nav {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: normal;
	text-transform: uppercase;
	}

#nav li {
	float: left;
	background: transparent url(images/tabLeft.png) no-repeat left top;
	margin: 0;
	padding-left: 7px;
	height: 33px;
	overflow: hidden;
	}
	
#nav a {
	float: left;
	color: white;
	display: block;
	background: transparent url(images/tabRight.png) no-repeat right top;
	padding: 0 25px 0 8px;
	margin: 0;
	height: 33px; 
	line-height: 33px;
	overflow: hidden;
	}

#nav ul a {width: auto;}

#nav a:hover, #nav .current_page_item a {
	color: #006666;
	}

#nav li.current_page_item {
	background-position: left bottom;
	}

#nav .current_page_item a {
	background-position: right bottom;
	}

#nav li:hover {
	background-position: left bottom;
	}

#nav li:hover a {
	background-position: right bottom;
	}

/* Content */

#content {
	width: 960px;
	padding-bottom: 10px;
	text-align: left;
	}

/* Main Column */
#maincol {
	float: left;
	margin-left: 10px;
	width: 700px;
	padding-top: 30px;
	font-size: 15px;
	line-height: 130%;
	}
	
#maincol.profile {
	width: 620px;
	}
	
#maincol ul, #maincol ol {
	padding: 5px 0 10px 0;
	}

#maincol ul li {
	padding: 5px 0 5px 18px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	}

#maincol ol li {
	margin: 5px 0 5px 12px;
	list-style: decimal;
	}

#maincol p {
	padding: 3px 0 8px 0;
	}

#maincol .yellow {
	font-size: 14px;
	line-height: 140%;
	padding: 15px 12px 15px 12px;
	border: 3px solid #F4E2AE;
	width: 670px;
	background: transparent url(images/yellowBg.jpg) repeat-y center top;
	clear: both;
	margin: 15px 0 20px 0;
	}

#maincol .yellow.services {
	padding: 0;
	margin: 8px 0 0 0;
	}

#maincol .yellow h4 {
	font-size: 15px;
	}

#maincol .yellow small {
	font-size: 13px;
	line-height: 140%;
	}

#maincol .yellow strong {
	font-weight: bold; 
	color: #521E13;
	}

#maincol .servicesTi {
	background: transparent url(images/servicesTi.png) no-repeat left top;
	width: 700px;
	height: 21px;
	}

#maincol .servicesTi h2 {
	display: none;
	}

#maincol .services ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 138%;
	}

#maincol .services ul li {
	padding: 13px;
	display: block;
	background: transparent url(images/whiteHr.png) repeat-x bottom;
	list-style: none;
	}

#maincol .yellow.services strong {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #521E13; /*brown*/
	}

#maincol .yellow.services strong a {
	color: #521E13; /*brown*/
	}

#maincol .yellow.services strong a:hover {
	color: #006633; /*dark green*/
	}

#maincol .services ul li span.view {
	float: right;
	width: 58px;
	height: 14px;
	}

#maincol .services ul li span.view a {
	display: block;
	width: 58px;
	height: 14px;
	cursor: pointer;
	background: transparent url(images/view.png) no-repeat top;
	}

#maincol .services ul li span.view a:hover {
	background-position: bottom;
	}

#maincol .services ul li span.view b {
	display: none;
	}

#maincol .onethirdcol {
	float: left;
	width: 220px;
	font-size: 13px;
	line-height: 140%;
	}

#maincol .onethirdcol ul strong {
	font-size: 13px;
	font-weight: bold;
	color: #521E13; /*brown*/
	}

#maincol .onethirdcol ul {
	line-height: 160%;
	}

#maincol .onethirdcol.alignleft {
	margin-right: 20px;
	}

#maincol .onethirdcol.alignright {
	float: right;
	}

#maincol .onethirdcol ul {
	padding: 0;
	margin: 0;
	}

#maincol .onethirdcol ul li {
	padding: 5px 0 5px 0;
	margin: 0;
	background: transparent url(images/dottedHr.png) repeat-x bottom;
	}

/* Right Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin: 35px 0 50px 0;
	font-size: 13px;
	}

#sidebar a:hover, #sidebargreen a:hover, #sidebargreenTwo a:hover, #sidebarProfile a:hover {
	color: #669966; /*light green*/
	}

#sidebargreen {
	background: transparent url(images/sidebarBg.jpg) repeat-y center top;
	padding: 35px 10px 10px 10px;
	margin: 0;
	width: 207px;
	border-right: 3px solid #D5DFC4;
	border-left: 3px solid #D5DFC4;
	border-bottom: 3px solid #D5DFC4;
	font-size: 13px;
	float: right;
	}

#sidebargreen .hr {
	height: 2px;
	margin: 10px 0 20px 0;
	margin-left: -13px;
	margin-right: -13px;
	display: block;
	background: transparent url(images/whiteHr.png) repeat-x;
	clear: both;
	}

#sidebargreenTwo {
	background: transparent url(images/sidebarBg.jpg) repeat-y center;
	padding: 10px 7px 10px 7px;
	margin: 35px 0 0 0;
	width: 210px;
	border: 3px solid #D5DFC4;
	font-size: 13px;
	float: right;
	}

#sidebarProfile {
	background: transparent url(images/sidebarBigBg.jpg) repeat-y;
	width: 304px; /*310*/
	padding-bottom: 10px;
	margin: 0;
	color: #333;
	line-height: 140%;
	font-size: 12px;
	border-right: 3px solid #D5DFC4;
	border-left: 3px solid #D5DFC4;
	border-bottom: 3px solid #D5DFC4;
	float: right;
	}

#sidebarProfile .block {
	padding: 0 12px 0 12px;
	}

#sidebarProfile .hr {
	height: 2px;
	margin: 15px 0 15px 0;
	margin-left: -3px;
	margin-right: -3px;
	display: block;
	background: transparent url(images/whiteHr.png) repeat-x;
	clear: both;
	}

#sidebar.services ol, #sidebar.services ol li {
	list-style: none;
	}

#sidebar.services ol li {
	background: transparent url(images/sidebarBg.jpg) repeat-y center top;
	padding: 10px;
	font-size: 12px;
	line-height: 130%;
	color: #333;
	border: 3px solid #D5DFC4;
	display: block;
	margin: 5px 0 11px 0;
	}

#sidebar.services ol li h4 {
	font-weight: bold;
	font-size: 13px;
	color: #006666;
	height: 15px;
	padding-left: 23px;
	margin-bottom: 10px;
	}

#sidebar.services ol li h4.one {
	background: transparent url(images/one.png) no-repeat left;
	}

#sidebar.services ol li h4.two {
	background: transparent url(images/two.png) no-repeat left;
	}

#sidebar.services ol li h4.three {
	background: transparent url(images/three.png) no-repeat left;
	}

#sidebar.services ol li h4.four {
	background: transparent url(images/four.png) no-repeat left;
	}

#sidebar.services ol li h4.five {
	background: transparent url(images/five.png) no-repeat left;
	}
	
#sidebar h2, #sidebargreen h2, #sidebargreenTwo h2, #sidebarProfile h2 {
	font-size: 15px;
	text-transform: uppercase;
	color: #D95F39;
	font-weight: bold;
	}

#sidebarProfile h3 {
	color: black;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
	letter-spacing: normal;
	}

#sidebarProfile .entry {
	margin-top: 30px;
	color: black;
	line-height: 150%;
	font-size: 13px;
	}

#sidebar ul, #sidebargreen ul, #sidebargreenTwo ul {
	padding: 5px 0 7px 0;
	}

#sidebar ul li, #sidebargreen ul li, #sidebargreenTwo ul li {
	padding: 8px 0 7px 18px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	}

#sidebar ul li a, #sidebargreen ul li a, #sidebargreenTwo ul li a {
	font-weight: bold;
	}

#sidebarProfile .alignright {
	width: 215px;
	margin-bottom: 20px;
	}

#sidebarProfile .alignleft {
	width: 65px;
	}

#sidebarProfile .kudos cite {
	display: block;
	font-style: normal;
	color: #666;
	font-size: 12px;
	}

#sidebarProfile .kudos blockquote {
	color: black;
	display: block;
	margin-bottom: 8px;
	}

#sidebar.about {
	color: #666;
	font-size: 12px;
	line-height: 140%;
	}

#sidebar.about blockquote {
	color: #333;
	font-size: 13px;
	line-height: 130%;
	background: transparent url(images/sidebarBg.jpg) repeat-y center top;
	padding: 10px;
	margin-top: 10px;
	border: 3px solid #D5DFC4;
	display: block;
	clear: both;
	width: 180px;
	margin-left: 0;
	}

#sidebar.about cite {
	display: block;
	padding-top: 13px;
	font-style: normal;
	background: transparent url(images/cite.png) no-repeat top left;
	}

#sidebar.about p {
	padding: 0 0 10px 0;
	}

#sidebarProfile .thumb {
	float: left;
	margin-right: 8px;
	}

#sidebarProfile .thumb a img {
	border: 2px solid white;
	display: block;
	}

#sidebarProfile .thumb a:hover img {
	border: 2px solid #D95F39;
	}

#sidebarProfile .similar {
	margin: 10px -10px 0 0;
	}

/* Home */
.home #maincol img {
	display: block;
	padding: 10px 0 15px 0;
	}

/* Portfolio */

#projects {
	clear: both;
	width: 960px;
	margin: 10px 0 0 10px;
	padding-top: 20px;
	}

#projects .viewAll {
	float: right;
	width: 84px;
	height: 14px;
	margin-right: 20px;
	}

#projects .viewAll a {
	display: block;
	width: 84px;
	height: 14px;
	cursor: pointer;
	background: transparent url(images/viewAll.png) no-repeat top;
	}

#projects .viewAll a:hover {
	background-position: bottom;
	}

#projects .viewAll b {
	display: none;
	}

#projects .quartercol {
	width: 216px;
	float: left;
	margin: 5px 17px 20px 0;
	border: 3px solid #F4E2AE;
	font-size: 11px;
	line-height: 120%;
	height: 320px;
	overflow: hidden;
	}

#projects .quartercol h4 {
	margin: 10px 0 5px 0;
	line-height: 120%;
	}

#projects .quartercol .thumb a img {
	display: block;
	line-height: normal;
	overflow: hidden;
	padding: 3px;
	}

#projects .quartercol .thumb a:hover img {
	border: 3px solid #006666;/*#D95F39; #006666*/
	padding: 0;
	}

#projects .quartercol .description {
	padding: 0 10px 10px 10px;
	}

#projects .quartercol .hr {
	margin: 5px 0 5px 0;
	}

#projects .quartercol.yellow {
	background: transparent url(images/yellowBgSm.jpg) repeat-y center top;
	}

/* About */
.getintouch {
	clear: both;
	float: right;
	margin-top: 5px;
	width: 107px;
	height: 20px;
	cursor: pointer;
	background: transparent url(images/getintouch.png) no-repeat;
	}

.getintouch a {
	display: block;
	width: 107px;
	height: 20px;
	}

.getintouch b {
	display: none;
	}

/* Blog */

.blog h2.pagetitle, .searchResults h2.pagetitle { 
	font-size: 24px;
	margin-bottom: 20px;
	display: block;
	margin-left: -10px;
	}

.searchResults h2.pagetitle { 
	margin-left: 0;
	}

.blog h2, .searchResults h2 {
	font-size: 18px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #521E13; /*brown*/
	}

.blog h2 a, .searchResults h2 a {
	color: #521E13; /*brown*/
	}

.blog h2 a:hover, .searchResults h2 a:hover {
	color: #006633; /*dark green*/
	}
	
.blog .date {
	float: left;
	width: 74px;
	height: 72px; /*72*/
	background: transparent url(images/badgeSm.png) no-repeat;
	color: white;
	line-height: normal;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	clear: both;
	margin-left: -10px;
	}

.blog .date b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 92%;
	}

.blog .post {
	float: right;
	width: 620px;
	}

.blog .postmetadata, .searchResults .postmetadata {
	font-size: 12px;
	line-height: 130%;
	padding: 12px 15px 12px 15px;
	border: 3px solid #F4E2AE;
	display: block;
	background: transparent url(images/yellowBg.jpg) repeat-y center top;
	clear: both;
	margin: 10px 0 40px 0;
	}

a.more-link {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #006666;
	font-weight: bold;
	padding-right: 25px;
	height: 14px;
	background: transparent url(images/next.png) no-repeat right top;
	}

a:hover.more-link {
	color: #D95F39; /*orange*/
	background-position: right bottom;
	}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	height: 410px;
	background: #822817 url(images/footerBg.jpg) repeat-x left top;
	}

#footerContent {
	width: 940px;
	padding: 20px 10px 0 10px;
	font-size: 11px;
	color: #E5C57F;
	}

.footerCol {
	float: left;
	width: 220px;
	}

.footerCol.alignright {
	margin-right: 0;
	}

.footerCol.info {
	width: 460px;
	margin-right: 20px;
	}

.footerCol.info a {
	color: #E5C57F;
	border-bottom: 1px dotted #D19D49;
	}

.footerCol.info a:hover {
	color: #D95F39;
	}

.footerCol p {
	padding: 3px 0 7px 0;
	}

.footerCol ul li {
	font-weight: bold;
	line-height: 180%;
	}

.footerCol ul.pages a {
	color: #E5C57F;
	}

.footerCol ul.pages a:hover {
	color: #D95F39;
	}

.footerCol .tags {
	line-height: 160%;
	}

.footerCol .tags li {
	display: inline;
	padding-right: 5px;
	}

.footerCol .tags a {
	color: #80AB83;
	font-weight: normal;
	}

.footerCol .tags a:hover {
	color: #D95F39;
	}


/* Style for images... */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	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;
	}
	
/* Style for comments...*/

.commentBlock {
	display: block;
	width: 620px;
	float: right;
	margin-top: -20px;
	}

h3#comments, #respond h3 {
	margin: 20px 0 5px 0;
	padding: 0;
	}

#commentform {
	padding: 0;
	}

.comment-body {
	background: transparent url(images/yellowBg.jpg) repeat-y center center;
	padding: 15px 12px 15px 12px;
	border: 3px solid #F4E2AE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 15px;
	}

#commentform label {
	font-size: 13px;
	color: black;
	}
	
#commentform .input, #commentform .textarea {
	border-top: 2px solid #BFBFBF;
	border-left: 2px solid #BFBFBF;
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	background-color: white;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	width: 210px;
	margin-top: 3px;
	}

#commentform .textarea {
	width: 550px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	}

#commentform #submit {
	border: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	background-color: #006666;
	letter-spacing: .08em;
	}

#commentform p {
	padding: 5px 0 5px 0;
	}
	
#commentform {
	margin: 0 0 0 0;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

.commentlist li .avatar { 
	display: none;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-weight: bold;
	}

.commentlist li {
	padding-top: 10px;
	}

.children { padding: 0; }

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#maincol .commentBlock ol.commentlist {
	margin: 3px 0 0px 0;
	padding: 0;
	list-style: none;
}

#maincol .commentBlock ol li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* Contact Form */
.wpcf7-form {
	margin: 15px 0 15px 0;
	}

#mainCol div.wpcf7-response-output {
	padding: 0;
	}

#mainCol div.wpcf7-mail-sent-ok {
	border: none;
	padding: 0;
	margin: 0;
	color: #006666;
	font-weight: bold;
	}

#mainCol div.wpcf7-validation-errors, #mainCol div.wpcf7-spam-blocked {
	border: none;
	padding: 0;
	margin: 0;
	color: #D85F39;
	font-weight: bold;
	}

.wpcf7-form .quartercol {
	width: 220px;
	float: left;
	margin-right: 20px;
	font-size: 13px;
	line-height: 120%;
	}

.wpcf7-form label {
	font-size: 15px;
	color: black;
	}
	
.wpcf7-form .input, .wpcf7-form .textarea {
	border-top: 2px solid #BFBFBF;
	border-left: 2px solid #BFBFBF;
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	background-color: white;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	width: 210px;
	margin-top: 3px;
	}

.wpcf7-form .textarea {
	width: 600px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	}

.wpcf7-form .submit {
	border: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	background-color: #006666;
	letter-spacing: .08em;
	}

/* Signup */
.signup {
	line-height: normal;
	margin-top: 10px;
	}

.signup .input {
	float: left;
	padding: 3px 8px 3px 8px;
	width: 155px;/*171px*/
	height: 14px;/*20px*/
	font-size: 12px;
	color: #666;
	margin-right: 5px;
	background: transparent url(images/whiteInput.png) no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	}

.signup .submit {
	float: left;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* Misc. blog stuff... */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
a img {
	border: none;
	}

.navigation {
	display: block;
	clear: both;
	margin: 0 0 50px 0;
	text-align: center;
	}

.navigation .alignleft a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #006666;
	font-weight: bold;
	padding-left: 25px;
	height: 14px;
	background: transparent url(images/back.png) no-repeat left top;
	}

.navigation .alignright a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #006666;
	font-weight: bold;
	padding-right: 25px;
	height: 14px;
	background: transparent url(images/next.png) no-repeat right top;
	}

.navigation .alignleft a:hover {
	color: #D95F39; /*orange*/
	background-position: left bottom;
	}

.navigation .alignright a:hover {
	color: #D95F39; /*orange*/
	background-position: right bottom;
	}

.navigation .alignleft a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #006666;
	font-weight: bold;
	padding-left: 25px;
	height: 14px;
	background: transparent url(images/back.png) no-repeat left top;
	}

#sidebar.about .kudos {
	height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
	}

.kudos .jspVerticalBar {
	width: 10px;
	}
	
.kudos .jspTrack {
	background: #DEDAD3;
	}

.kudos .jspDrag {
	background: #999;
	}
