﻿/**********************************************************************************
* 
* © 2014 Ecliptic Technologies, Inc. - All Rights Reserved
* Unauthorized use or reproduction of this product is strictly prohibited by law.
* Website: www.ecliptictech.com
* Email: info@ecliptictech.com
*
* Name: print.css
* Description: Print styles for www.hoodcleanersfargo.com
*
***********************************************************************************/

/* Print edits/hide for print
----------------------------------------------------------------------------------*/

#logo h1, #nav, #nav-menu-link, #nav-mobile, #nav-sub-m, #nav-sub, #nav-store, #slideshow, #sharethis, .video-container, #ctl00_frmUser, .basicform
    {
    display:none;
    }


/* Body 
----------------------------------------------------------------------------------*/

body
	{
	font-size:10pt !important;
	color:#000;
	line-height:150%;
	background:none;
	}


/* Base text
----------------------------------------------------------------------------------*/

h2
	{
	font-size:1.5em;
	color:#000;
	text-align:left;
	border-bottom-color:#c0c0c0;
	}

h2
	{
	font-size:1.625em;
	}
	
h3
	{
	font-size:1.375em;
	}
    	
h4
	{
	font-size:1.25em;
	}

h5
	{
	font-size:1.125em;
	}
    	
h6, p, ul, ol, time, pre
	{
	font-size:1em;
	}


/* Tables 
----------------------------------------------------------------------------------*/

table th
    {
    color:#000;
    background:none;
    border-bottom:1px solid #505050;
    }


/* Container
----------------------------------------------------------------------------------*/

#container
	{
	overflow:auto;
	}


/* Header
----------------------------------------------------------------------------------*/

#header
    {
    float:none !important;
	width:100%;
	height:auto;
	margin-bottom:2.625em;
	padding:0;
    background:none;
	border-width:0;
    }

#mast, #logo
    {
    float:none !important;
    }

#logo img
    {
	display:block;
	min-width:150px;
	max-width:45%;
	max-height:150px;
    }

#header-supplemental
    {
    }


/* Main background
----------------------------------------------------------------------------------*/

#main
    {
    float:none !important;
	width:100%;
    padding:0;
    }


/* Content
----------------------------------------------------------------------------------*/

#content
	{
	float:none !important;
	}

.video-container
	{
	height:auto;
    margin:0;
    padding:0;
    overflow:auto;
	}


/* Section gallery
----------------------------------------------------------------------------------*/

.section
	{
    width:100%;
    padding-left:0;
    font-size:1em;
    list-style:none;
    }

.section li:first-child
	{
    border-top:1px solid #333;
    }

.section li
	{
    border-bottom:1px solid #333;
    }

.section a
	{
    display:block;
    width:100%;
    border-bottom:none;
    overflow:hidden;
    }

.section span
	{
    display:block;
    width:92%;
    padding:1.25em 4%;
    overflow:hidden;
    }

.section img
	{
    margin:0 auto 1.25em;
    border:1px solid #333;
    clear:both;
    }

.section strong
	{
    font-weight:normal;
	font-size:1.25em;
	font-family:Georgia, "Palatino Linotype", Palatino, serif;
    }

.section span.jobtitle
    {
    width:auto;
    padding:0;
    font-style:italic;
    font-size:0.875em;
    overflow:auto;
    }

.section em
	{
    display:block;
	margin-bottom:1.25em;
    font-style:normal;
    font-size:0.875em;
    color:#333;
    }

.section a:hover, .section a:active, .section a:focus, .section a:hover em, .section a:active em, .section a:focus em
	{
    /*background:#e5e5e5;*/
    color:#000;
    }

.section a:hover img, .section a:active img, .section a:focus img
	{
    border-color:#af1929;
    }


/* Google map
----------------------------------------------------------------------------------*/

.map
    {
    float:left;
	width:100%;
    margin-bottom:1.5em;
    clear:both;
    }

.map iframe
    {
    width:99.5%;
    height:380px;
    margin-bottom:0.2em;
    border:1px solid #c0c0c0;
    }


/* Sidepane
----------------------------------------------------------------------------------*/

#supplemental
    {
    float:none !important;
    border-top-color:#c0c0c0;
    clear:both;
    }

#phone
    {
    font-weight:bold;
    font-size:1.25em;
    color:#af1929;
    line-height:1.5em;
    }


/* Footer
----------------------------------------------------------------------------------*/

#footer
    {
    float:none !important;
	width:100%;
    padding:1em 0 0;
    background:none;
	border-top:1px solid #000;
    }

#footer p
    {
    color:#000;
    }


/* Print links
----------------------------------------------------------------------------------*/
	
#content a:after, #supplemental a:after, #sidepane a:after, #footer a:after
   {
   content:" (" attr(href) ")";
   border:none;
   }

#content a[href^="/"]:after, #supplemental a[href^="/"]:after, #sidepane a[href^="/"]:after, #footer a[href^="/"]:after
   {
   content:" (http://www.hoodcleanersfargo.com" attr(href) ")";
   border:none;
   }

#content .summarylist a:after, #content .summarylist a[href^="/"]:after, #content .lb-gallery a:after, #content .lb-gallery a[href^="/"]:after
   {
   content:none;
   }