﻿/*
*   Foursquare
*   Qintosolinker
*   Style
*/


/*  Colors
==================================================

Background: #420b0b
Font: #2f1f13

================================================== */


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

body { font: 11px/14px Arial, Helvetica, sans-serif; color: #2f1f13; background:#420b0b url("images/Tattoo_HP_Splash_01.jpg") center top no-repeat } 


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

/*  Selection coloring  */

::-moz-selection { background: #af5c20; color: #2f1f13; text-shadow: none; }
::selection { background: #af5c20; color: #2f1f13; text-shadow: none; }


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

a, a:visited { color: #af5c20; text-decoration: none }

	a:hover, a:focus { color: #af5c20; border: none; text-decoration: none }
	
	
/*  Lists
================================================== */

ul, ol { margin: 15px 0; padding: 0 0 0 40px }
	
	ul { list-style: disc }
	
	nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0 }

dd { margin: 0 0 0 40px }


/*  Frame
================================================== */

/*  Wrapper  */

#wrapper { width:100%; margin:0 auto }


/*  Navigation
================================================== */

#enter { margin:0 auto; padding-top:520px; text-align: center }


/*  Print  ===================================== 
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 }

pre, blockquote { border: 1px solid #999; page-break-inside: avoid } 

thead { display: table-header-group } /* h5bp.com/t */

tr, img, li { page-break-inside: avoid }

ul, ol { page-break-before: avoid }

img { max-width: 100% !important }
 
 @page { margin: 1.5cm }

p, h2, h3 { orphans: 3; widows: 3 }

h2, h3 { page-break-after: avoid }

#main { overflow: visible } 

#search, #footer, #left, #right, .mod_breadcrumb { display :none } 

}