/*
    Theme Name:  Portfolio
    Theme URI:   http://www.danielfiller.com
    Description: A personal theme for Daniel Filler.
    Version:     1.0
    Author:      Daniel Filler
    Author URI:  http://www.danielfiller.com
*/

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.8;}

.page { font-size: 1.125em; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #4a4a4a; color: #008aff; text-shadow: none; }
::selection { background: #4a4a4a; color: #008aff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */
a { color: #009e58; font-weight: 700; font-style: italic; text-decoration: none; }
a:visited { color: #006a3b; }
a:hover { text-decoration: underline; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: 700; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Daniel Filler
   ========================================================================== */

/* Base */
* { -webkit-font-smoothing: antialiased; }
body { font-family: 'futura-pt', Georgia, serif; color: #000000; font-weight: 400; background: url(../images/bg_header-home.jpg) no-repeat top left; background-color:#000 }
.wf-loading { height: 100%; overflow: hidden; background: url(../images/ajax-loader.gif) center center no-repeat fixed; }
.wf-loading * { opacity: 0; }
.wf-active body, .wf-inactive body { -webkit-animation: fadeIn 1s ease; -moz-animation: fadeIn 1s ease; -o-animation: fadeIn 1s ease; -ms-animation: fadeIn 1s ease; animation: fadeIn 1s ease; }

/* Fixed Bar */
.fixed-bar { display: none; background: url(../images/bg_body-noise-nav.png) 0 0; box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px rgba(0,0,0,.5); position: fixed; z-index: 999; width: 100%; opacity: .95; }
.fixed-bar .logo { display: block; /* -webkit-transition: background-color .3s linear; */ }
.fixed-bar .logo:hover { /* background-color: #f8f1f1; -webkit-transition: background-color .3s linear; */ }
.fixed-bar .logo img { display: block; margin: 0 auto; }
.fixed-bar nav ul { padding: .3em 0 0 0; }
.fixed-bar nav li { display: inline; }
.fixed-bar nav li a { color: #2f2f2f; text-decoration: none; text-transform: uppercase; margin: 0 2em 0 0; font-family: 'gnuolane', Helvetica, Arial, Verdana, sans-serif; font-weight: 500; font-size: 1.3em; font-style: normal; float: left; -webkit-transition: color .3s linear; }
.fixed-bar nav li.active a { color: #008aff; }
.fixed-bar nav li a:hover { color: #008aff; text-decoration: none; -webkit-transition: color .3s linear; }
.fixed-bar #back-to-top { float: right; margin-top: .8em; width: 15px; height: 24px; background: url(../images/icon_up-arrow.png) no-repeat 0 0; text-indent: -9999px; }
.fixed-bar #back-to-top:hover { background-position: 0 -24px; }

/* Header Specific */
header { margin-bottom: 3em; }
header#page-error { background-image: url(../images/bg_header-404.png); margin-bottom: 0; }
header#page-error h1 { margin-top: .5em; }
header .logo { cursor: pointer; }
header .logo img { display: block; margin: 26px 0 0; -webkit-transition: -webkit-transform 1s; -moz-transition: -moz-transform 1s; -o-transition: -o-transform 1s; -ms-transition: -ms-transform 1s; transition: transform 1s; }
header .logo:hover img { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -o-transform: rotateY(360deg); -ms-transform: rotateY(360deg); transform: rotateY(360deg); -webkit-transition: -webkit-transform 1s; -moz-transition: -moz-transform 1s; -o-transition: -o-transform 1s; -ms-transition: -ms-transform 1s; transition: transform 1s; }
header nav { margin: 5.3% 0 0 0; }
header nav ul li:first-child { margin: 0 0 0 1em; }
header nav li { display: inline; }
header nav li a { float: left; padding: .7em 1.5em; text-decoration: none; text-transform: uppercase; font-family: 'gnuolane', Helvetica, Arial, Verdana, sans-serif; font-weight: 400; font-size: 1.5em; font-style: normal; -webkit-transition: padding-top .2s linear; -moz-transition: padding-top .2s linear; -o-transition: padding-top .2s linear; -ms-transition: padding-top .2s linear; transition: padding-top .2s linear; text-shadow: 0 1px 0 #fff; }
header nav li:first-child a { padding-left: 0; }
header nav li a, header nav li a:active, header nav li a:visited { color: #2f2f2f;  }
header.splash nav li a, header.splash nav li a:visited, header.splash nav li a:active { color: #000; text-shadow: 0 1px 2px #FFFFFF; }
header.splash nav li a:hover { color: #008aff; text-decoration: none; -webkit-transition: color .3s linear; }
header .intro h1 { font-family: 'modesto-condensed', Georgia, serif; font-size: 4em; color: #000; margin: 20px 0 0px; line-height: 1.1em; text-shadow: 0 1px 4px #FFFFFF; }
header .intro p { font-size: 1.4em; color: #000; text-shadow: 0 1px 2px #FFFFFF; line-height: 1.4em; font-weight: 300; margin: 0px auto 7px 7px; }
header .intro p em { font-weight: 700; }
header .intro a { margin: 20px auto 7px 7px; }

/* About Specific */
.about h2 { color:#FFF; }
.about p  { color:#FFF; font-size:20px; }
.about .row { margin-bottom: 2em;}
.about .row:first-child { padding-bottom: 1em; margin-bottom: 1em; border-bottom: 0px solid #CCCBC9; border-bottom: 0px solid rgba(0,0,0,.2); }
.about .row p {font-size:16px;}
.about img { display: block; margin: 2em auto 0; }
.about .what-i-do { background: rgba(0,0,0,.7); }
.about .what-i-love { background: rgba(0,0,0,.7); }
.about .where-i-reside { background: rgba(0,0,0,.7); }
.about .capabilities { list-style: none; padding: 0; margin: 5em 0 0 0; }
.about .capabilities div { position: relative; background-color: #f0eeee; padding: 3px 4px 4px 4px; -webkit-border-radius: 2.8em; -moz-border-radius: 2.8em; -o-border-radius: 2.8em; -ms-border-radius: 2.8em; border-radius: 2.8em; box-shadow: 0 -1px 0 rgba(0,0,0,.2), 0 1px 0 #fff; margin-bottom: .75em; }
.about .capabilities div h4 { position: absolute; top: .06em; left: 1em; margin: 0; padding: 0; font-family: 'modesto-condensed', Georgia, serif; font-weight: 700; font-size: .7em; text-transform: none;  color: #cdc7c7; text-transform: uppercase; }
.about .capabilities div span { display: block; height: 1em; -webkit-border-radius: 2.8em; -moz-border-radius: 2.8em; -o-border-radius: 2.8em; -ms-border-radius: 2.8em; border-radius: 2.8em; background-color: #ff681f; background-image: linear-gradient(bottom, rgb(255,43,43) 1%, rgb(155,0,0) 100%); background-image: -o-linear-gradient(bottom, rgb(255,43,43) 1%, rgb(155,0,0) 100%); background-image: -moz-linear-gradient(bottom, rgb(255,43,43) 1%, rgb(155,0,0) 100%); background-image: -webkit-linear-gradient(bottom, rgb(255,43,43) 1%, rgb(155,0,0) 100%); background-image: -ms-linear-gradient(bottom, rgb(255,43,43) 1%, rgb(155,0,0) 100%); text-indent: -9999px; box-shadow: inset 0 1px 0 #5b0000, 0 0 0 1px #912e01 }
.about .capabilities div span { visibility: hidden; width: 0%; }
.about .capabilities.animate div h4 { text-shadow: 0 1px 0 #912e01; color: #fff; -webkit-transition: color linear .5s; font-weight: 700; }
.about .capabilities.animate div span { visibility: visible; -webkit-transition: width 1s ease-in-out 0; -moz-transition: width 1s ease-in-out 0; -o-transition: width 1s ease-in-out 0; -ms-transition: width 1s ease-in-out 0; transition: width 1s ease-in-out 0; }
.about .capabilities.animate div span.html-css { width: 95%; }
.about .capabilities.animate div span.responsive { width: 80%; }
.about .capabilities.animate div span.jquery { width: 60%; }
.about .capabilities.animate div span.ux-ui { width: 90%; }
.about .capabilities.animate div span.mobile { width: 90%; }
.about .capabilities.animate div span.adobe { width: 93%; }
.about .capabilities.animate div span.wordpress { width: 70%; }
.about .capabilities.animate div span.fantasy-hockey { width: 99%; }
.about .capabilities.animate div span.data-viz { width: 63%; }
.about .capabilities.animate div span.branding { width: 76%; }
.about .radar-chart { margin-top: 6em; width: 649px; height: auto; }

/* Footer Specific */
footer { background: url(../images/bg_footer.png); padding: 2em 0; color: #919191; }
footer h2, footer h3 { color: #fff; }
footer h2 { font-size: 2em; margin: .2em 0 .5em; }
footer h3 { font-size: 1.5em; margin: .2em 0 1em; }
footer .row:first-child { border-bottom: 1px solid #222222; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: .4em; padding-bottom: 1em; }
footer .social { padding: 0; }
footer .social li { display: inline; }
footer .social li a { float: left; margin-right: 1em; width: 90px; height: 90px; text-indent: -9999px; background-repeat: no-repeat; }
footer .social li:last-child a { margin-right: 0; }
footer .social li a:hover { background-position: 0 -90px; }
footer .social .twitter { background-image: url(../images/sprite_twitter.png); }
footer .social .google-plus { background-image: url(../images/sprite_google-plus.png); }
footer .social .forrst { background-image: url(../images/sprite_forrst.png); }
footer .social .pinterest { background-image: url(../images/sprite_pinterest.png); }
footer .social .facebook { background-image: url(../images/sprite_facebook.png); }
footer .social .dribbble { background-image: url(../images/sprite_dribbble.png); }


/* Content Styles */
p.deck { font-size: 1.5em; font-weight: 400; line-height: 1.2em; color: #2f2f2f; font-style: italic; }
h1, h2, h3, h4, h5, h6 { font-family: 'gnuolane', Helvetica, Arial, Verdana, sans-serif; font-weight: 500; color: #2f2f2f; text-transform: uppercase; }

.content { padding-bottom: 1em; }
.content h2 { font-size: 1.25em; line-height: 1.2em; text-shadow: 0 1px 0 #fff; }
.content h3 { font-size: 1.5em; }
.content h4 { font-size: 1.2em; }

a.button-link, button[type=submit], input.wpcf7-submit, .comments input#submit { display: inline-block; color: #fff; text-shadow: 0 1px 0 #570000; background-color: #00c0ff; text-decoration: none; text-transform: uppercase; padding: .3em 1.4em; -webkit-border-radius: 2.8em; -moz-border-radius: 2.8em; -o-border-radius: 2.8em; -ms-border-radius: 2.8em; border-radius: 2.8em; background-image: linear-gradient(bottom, rgb(0,158,88) 1%, rgb(0,158,88) 100%); background-image: -o-linear-gradient(bottom, rgb(0,158,88) 1%, rgb(0,158,88) 100%); background-image: -moz-linear-gradient(bottom, rgb(0,0,255) 1%, rgb(0,158,88) 100%); background-image: -webkit-linear-gradient(bottom, rgb(0,158,88) 1%, rgb(0,158,88) 100%); background-image: -ms-linear-gradient(bottom, rgb(0,158,88) 1%, rgb(0,158,88) 100%); box-shadow: inset 0 1px 0 #FFFFFF, 0 0 0 1px #FFFFFF, 0 0 0 3px rgba(0,0,0,.1), 0 1px 4px rgba(0,0,0,.6); font-weight: 700; font-style: normal; overflow: visible; border: none; }
button[type=submit], input.wpcf7-submit { float: right; margin: .5em 1em 1em 0; padding: .6em 1.8em; }
a.button-link:hover, button[type=submit]:hover, input.wpcf7-submit:hover, .comments input#submit:hover { background-color: #990000; background-image: linear-gradient(bottom, rgb(0,158,88) 1%, rgb(0,158,88) 100%); background-image: -o-linear-gradient(bottom, rgb(0,158,88) 1%, rgb(0,158,88) 100%); background-image: -moz-linear-gradient(bottom, rgb(0,158,88) 1%, rgb(0,158,88) 100%); background-image: -webkit-linear-gradient(bottom, rgb(0,158,88) 1%, rgb(0,158,88) 100%); background-image: -ms-linear-gradient(bottom, rgb(0,158,88) 1%, rgb(0,158,88) 100%); }
a.button-link:active, button[type=submit]:active, input.wpcf7-submit:active, .comments input#submit:active {  }


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

/* 
@media only screen and (min-width: 35em) {
  Style adjustments for viewports that meet the condition
}
*/

/* ============================= */
/* ! Tablets & smaller screens   */
/* ============================= */

@media only screen and (max-width: 1023px) {
		
	/* Fixed Bar */
	.fixed-bar nav ul { padding: 3.1% 0 0 0; }
	.fixed-bar nav ul li a { font-size: 1.3em; }
	.fixed-bar #back-to-top { margin-top: 5%; }
	
	/* Header Specific */
	header nav { margin: 7.2% 0 0 0; }
	header nav ul li a { padding: .7em 1em; }
	header .intro h1 { font-size: 3.5em; }
	
	/* About Specific */
	.about .row:first-child { padding: 0; margin-bottom: 2em; }
	.about .row:first-child > div { margin-bottom: 3em; }
	.about .what-i-do img { width: auto; height: 100px; }
	.about .what-i-love img { width: auto; height: 100px; }
	.about .where-i-reside img { width: auto; height: 100px; }
	.about .capabilities div h4 { top: .05em; }
	.about .radar-chart { margin-top: 3em; }
	
	/* Footer Speicific */
	footer .social li a { background-size: 60px 120px; width: 60px; height: 60px; }
	footer .social li a:hover { background-position: 0 -60px; }
	
	/* Content Styles */
	a { font-weight: 700; }
	a.button-link { padding: .5em 1.4em; }
	p.deck { font-weight: 300; }
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {
	
	/* Fixed Bar */	
	.fixed-bar .row > div:first-child { display: none; }
	.fixed-bar .row { padding: .5em 0 .7em 0; }
	.fixed-bar nav ul { padding: 0; margin-top: 0; }
	.fixed-bar nav ul li a { font-size: 1em; margin-right: 1em; }
	.fixed-bar #back-to-top { margin-top: 0; }

	/* Header Specific */
	header#page-error { background-position-x: 66%; height: 550px; }
	header#page-error .logo { display: none; }
	header .logo img { width: 300px; height: 122px; }
	header nav { margin: 20px 0 0 0; }
	header nav ul { border-top: 1px solid #2f2f2f; border-top: 1px solid rgba(0,0,0,.4); border-bottom: 1px solid #2f2f2f; border-bottom: 1px solid rgba(0,0,0,.4); }
	header.splash nav ul { border-top: 1px solid #fff; border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid #fff; border-bottom: 1px solid rgba(255,255,255,.4); }
	header nav ul:first-child li { margin: 0; }
	header nav ul li a { font-size: 1.2em; padding: .4em .6em .5em .6em; }
	header nav li a:hover, header.splash nav li a:hover { padding-top: .4em; }
	header nav li:last-child a { margin-right: 0; border-right: none; }
	header .intro h1 { font-size: 2.2em; margin: 15px 0 20px 0; }
	header .intro p { font-size: 1.1em; }
	
	/* About Specific */
	.about .what-i-do img { width: auto; height: 120px; }
	.about .what-i-love img { width: auto; height: 120px; }
	.about .where-i-reside img { width: auto; height: 120px; }
	.about .capabilities { margin-top: 3em; }
	.about .capabilities div h4 { top: -.1em; }
	.about .radar-chart { margin-top: 2em; }
	
	/* Footer Specific */
	footer .social li a { margin-right: .5em; }
	footer .contact { margin-bottom: 3em; }
}

/* ========================================== */
/* ! Provide higher res assets for retina     */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	
	/*Fixed Bar */
	.fixed-bar a#back-to-top { background-image: url(../images/icon_up-arrow-2x.png); background-size: 15px 48px; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1023px) { 
	
	/* Footer Specific */
	footer .social a { background-size: 90px 180px; }
	footer .social .twitter { background-image: url(../images/sprite_twitter-2x.png); }
	footer .social .google-plus { background-image: url(../images/sprite_google-plus-2x.png); }
	footer .social .forrst { background-image: url(../images/sprite_forrst-2x.png); }
	footer .social .pinterest { background-image: url(../images/sprite_pinterest-2x.png); }
	footer .social .facebook { background-image: url(../images/sprite_facebook-2x.png); }
	footer .social .dribbble { background-image: url(../images/sprite_dribbble-2x.png); }	
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url("../images/bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url("../images/asc.gif");
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("../images/desc.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

table.tablesorter tr.even:hover td,
table.tablesorter tr.odd:hover td {
    background-color: #FFFF99;
}