/*

	Route 19 Common Styles, Revision 9
	March 2011
	kenzie@route19.com
	
	Route19.com is over 10 years old, and has seen only 2 major redesigns. I'm currently working on a third iteration.

*/

/* =Defaults **********/

* { margin: 0; padding: 0; }
a img { border: 0; }

/* =Layout **********/

html { background: #fff url(../images/backgrounds/crosses.png); color: #494040; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 62.5%; }
body { background: #fff; background: rgba(255,255,255,0.6); border: 1px solid #ddd; margin: 0 auto; max-width: 528px; padding: 24px; }
body {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* =Links **********/

a:link,
a:visited { color: #494040; }
a:hover,
a:active,
a:focus { color: #9a5615;}

.tooltip { background: #000; color: #fff; display:none; font-size: 1.1em; margin: 0 10px; padding: 2px 4px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }

/* =Header **********/

.header { margin: 1em 0 3em 0; }
.header h1 img { height: 120px; width: 120px; }
.header h2 { font-size: 2.4em; }
.header p { font-size: 1.6em; }

/* =Article **********/

.article { margin: 3em 0; }
.article h2 { border-bottom: 1px solid #ccc; font-size: 1.8em; margin: 2em 0 0.5em 0; }
.article h3 { clear: both; font-size: 1.6em; font-weight: normal; margin: 1.5em 0 0.5em 0; }
.article h3 em { font-style: normal; font-size: .8em; padding-left: 1em; }
.article h3 em a:link,
.article h3 em a:visited { color: #9a5615; }
.article h3 em a:hover,
.article h3 em a:active,
.article h3 em a:focus { color: #999;}
.article p { font-size: 1.4em; margin: 1em 0 0 0; }
.article p img { border: 1px solid #ccc; clear: right; float: right; width: 72px; margin: 0 0 10px 20px; padding: 1px; }
.article.work p img { width: 72px; }
.article ul { font-size: 1.4em; list-style: none; line-height: 1.5; }

.lightbox:hover img,
.lightbox:active img,
.lightbox:focus img { margin-top: -1px; -moz-box-shadow: 0 1px 4px #ccc; -webkit-box-shadow: 0 1px 4px #ccc; box-shadow: 0 1px 4px #ccc; }