/* Default Print Stylesheet Template
	by Mark Wassmer of copious.co.uk
	Version: 24.09.2009
	Author: Mark Wassmer
	Copyright: 2009, Copious Ltd */
   

/* SECTION 1: Set default width, margin, float, and
   background. This prevents elements from extending 
   beyond the edge of the printed page, and prevents
   unnecessary background images from printing */
body, #content, #container {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
	line-height: 100%;
}


/* SECTION 2: Remove any elements not needed in print - includes element resets. */
#accesibilityWidget, #mainNav, #nav, #networkBar, .moreAbout, .social_network, .plain-twitter-badge,  #footerEnd, ul.followMe, .pagination, .button, .buttonvCard, .noprint {
	display: none; 
}

h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address { margin: 0; padding: 0; }

/* SECTION 3: Set body font face, size, and color. */
body {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12pt; line-height: 120%;}


/* SECTION 4: Set heading font face, sizes, and color and general typography */
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; margin: 0cm; padding: 0cm;}
h1 { font-size: 200%; margin-bottom: 5mm }
h2 { font-size: 150%; }
h3 { font-size: 125%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; font-style: italic; }

p, ul, ol {	font-size: 90%; margin-bottom: 5mm;}

img {border: 1px solid black;}


/* SECTION 5: Make hyperlinks more usable.
   Ensure links are underlined, and consider appending
   the URL to the end of the link for usability. */
a:link, a:visited {
	color: #353535;
	font-weight: bold;
	text-decoration: underline; }
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}


/* SECTION 6: Specific site content. */

body #mainContent {margin: 0; padding: 0;}
#header {text-align: right; margin-bottom: 5mm;}
.branding a {font-weight: bold; font-size: 120%;}
p.intro {font-size: 110%}
ul.quickContact {clear: both; list-style-type: none; font-size: 100%; border: 1px dashed #4b4d4d; margin-top: 1cm; padding-left: 5mm; }
img.profilePhoto {float: right; margin: 0 0 4mm 4mm}
img.feature {float: right; margin: 0 0 4mm 4mm}
img.sneakPeek{float: right; margin: 0 0 4mm 4mm}
ul.gallery li img {display: block;}
ul.contactInfo {font-size: 120%; font-weight: bold;}

#slideshow, #slideshow #slidesContainer, #slideshow #slidesContainer .slide { 
display: none;
width: auto;
height: auto;
}

#slidesContainer .first h1 {color: red; width: auto;}


