@charset "UTF-8";
/* CSS Document */

/* Fonts */

@font-face
{
	font-family:"Quicksand Book";
	src:local("Quicksand Book"), url("fonts/quicksand/Quicksand Book.otf") format("opentype");
	font-weight:normal;
}

@font-face
{
	font-family:"Chunkfive";
	src:local("Chunkfive"), url("fonts/chunkfive/Chunkfive.otf") format("opentype");
	font-weight:normal;
}

@font-face
{
	font-family:"Quicksand Bold";
	src:local("Quicksand Bold"), url("fonts/quicksand/Quicksand Bold.otf") format("opentype");
	font-weight:bold;
}

/* END Fonts */

/* Page Background */

body
{
	background:#fff url('gradbg.png') repeat-x;
}

/* END Page Background */

/* No Image Border */

a img
{
	border:none;
}

/* END No Image Border */

#wrapper
{
	width:950px;
	margin:auto;
}


/* Header */

#header
{
	width:800px;
	margin:50px auto;
}

#logo
{
	background:url('lj.png') no-repeat;
	background-position:3.5em center;
}

#logo h1
{
	width:auto;
	margin:auto;
	font-family:"Chunkfive", "Rockwell Bold", Rockwell, Georgia, Times, "Times New Roman", serif;
	font-size:5em;
	font-weight:normal;
	text-align:center;
	border-bottom:solid 1px #000;
}

#logo a
{
	display:block;
}

#logo a:link, #logo a:visited
{
	color:#000;
	text-decoration:none;
}

#logo a:active, #logo a:hover
{
	color:#f00;
	text-decoration:none;
}

/* END Logo */

/* Navigation */

#nav
{
	width:auto;
	/*font-family:"Quicksand Book", "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;*/
	font-family: Georgia, Times, "Times New Roman", serif;
	text-align:center;
	border-bottom:solid 1px #000;
	letter-spacing: .07em;
}

#nav ul
{
	list-style:none;
	display:inline;
}

#nav ul li
{
	margin:15px;
	display:inline;
	line-height:48px;
}

#nav a:link, #nav a:visited
{
	color:#000;
	text-decoration:none;
}

#nav a:active, #nav a:hover
{
	color:#f00;
	text-decoration:none;
}

#nav a:link.current, #nav a:visited.current
{
	color:#f00;
	text-decoration:none;
	font-weight: bold;
}

#nav a:active.current, #nav a:hover.current
{
	color:#000;
	text-decoration:none;
	font-weight: bold;
}

/* END Navigation */

/* Social Media */

ul#sm
{
	list-style:none;
	display:inline;
	text-align:center;
	margin:0px;
}

ul#sm li
{
	display:inline;
	margin:15px;
	width:48px;
	height:48px;
}

ul#sm a
{
	height:48px;
	width:48px;
	display:inline-block;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

#facebook
{
	background:url('smicons/facebook.png');
}

#twitter
{
	background:url('smicons/twitter.png');
}

#linkedin
{
	background:url('smicons/linkedin.png');
}


/* END Social Media */

/* Page */

#page
{
	width:800px;
	margin:5px auto 5px auto;;
	/*font-family:"Quicksand Book", "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;*/
	font-family: Georgia, Times, "Times New Roman", serif;
	text-align:justify;
	line-height:1.3em;
	letter-spacing:.07em;
}

#featurebox {
	border-bottom:solid 1px #000;
	margin: 0px auto 30px auto;
}

#featurebox h1 {
	font-family: "Chunkfive", "Rockwell Bold", Rockwell, Times, "Times New Roman", serif;
	font-weight: normal;
}

#feature {
	width: 800px;
	height: 300px;
	margin: 0px auto 10px auto;
	text-indent: -9999px;
}

#feature {
	width: 800px;
	height: 300px;
	margin: 5px auto;
	border: none;
	position: relative;
}

.featurelink {
	display: block;
	width: 800px;
	height: 300px;
	border: none;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}

a.featurelink:link, a.featurelink:visited, a.featurelink:active, a.featurelink:hover {
	text-decoration: none;
	border: none;
}

#resumefeature {
	background: url(/media/features/feature-resume.png);
}

/*
.featurelink {
	display: block;
	width: 800px;
	height: 300px;
	background: url(features/feature-resume.png) no-repeat;
	text-indent: -9999px;
}

#feature0 {
	display: block;
	width: 800px;
	height: 300px;
	background: url(features/feature-resume.png) no-repeat;
	position: relative;
	top: -300px;
	left: 0px;
}
*/

#footer
{
	margin:20px;
}

#page h1
{
	font-family:"Chunkfive", "Rockwell Bold", Rockwell, Times, "Times New Roman", serif;
	font-weight:normal;
}

#page .title
{
	margin:0;
}

#page #content
{
	width:800px;
	margin:0;
	overflow:hidden;
}

#footer
{
	font-size:.75em;
	font-variant: small-caps;
}

#page #footer
{
	width:800px;
}

#page img, .contentimage
{
	background:#fff;
	box-shadow:2px 2px 4px #666;
	-moz-box-shadow:2px 2px 4px #666;
	-webkit-box-shadow:2px 2px 4px #666;
}

.center
{
	text-align:center;
}

.contentimage
{
	float:right;
	margin:10px;
}

#linjacksonphoto
{
	background:url('linjacksonphoto.jpg');
	width:185px;
	height:250px;
	text-indent:-9999px;
}

/* Content Links */

#page a:link, #page a:visited, #container a:link, #container a:visited
{
	color:#f00;
	text-decoration:none;
}

#page a:active, #page a:hover, #container a:active, #container a:hover
{
	color:#000;
	text-decoration:none;
}

/* END Content */

/* Custom Selection Color */

::selection {
	background: #e00;
	color: #fff;
}


::-moz-selection {
	background: #e00;
	color: #fff;
}

h1::selection, h2::selection {
	background: #c00;
	color: #000;
}

h1::-moz-selection, h2::-moz-selection {
	background: #c00;
	color: #000;
}


/* END Custom Selection Color */

/* Acronyms */
/* Firefox adds a dotted bottom border, but other browsers do not. This sets acronyms apart. */

/*
acronym
{
	border-bottom:dashed 1px;
}
*/

acronym {
	border: none;
}

/* END Acronyms */

