/*
THEME NAME: Twin Cities Theme
THEME URI: http://www.twincitiesprinting.com/
DESCRIPTION: Twin Cities theme
VERSION: 1.6.1
AUTHOR: Luke Bowerman
*/
/* Reset Stylesheet - v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/* END - Reset Styles */


body {
  font-family: Verdana, sans-serif;
  background: #ecf1f2 url(images/gradient.gif) repeat-x;
}
a { color: #154b6d; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h3 {
  font-size: 1.3em;
  margin: .5em 0 .3em;
}
h3 small { 
  color: #808080;
  font-size: .75em;
}
p, li {
  font-size: .75em;
  line-height: 1.75;
  margin: 0 0 1em;
}
small { font-size: .9em; }

div.shadow {
  height: 11px;
  background: url(images/shadow.png) repeat-x;
}
p.highlight {
  font-size: .7em;
  
  line-height: 1.5;
}
.info p.highlight { 
  padding: 5px 7px;
  background-color: #a1b8c6;
}

#header {
  background: #154b6d;
  height: 40px;
  position: relative;
}
#header .wrapper { position: relative; }
#header img {
  position: absolute;
  top: 8px;
  left: -50px;
  width: 350px;
}
#header h1 { display: none; }
#header ul {
  float: right;
  margin: 0 -15px;
}
#header ul li { display: inline; }
#header ul li a {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  padding: 9px 15px;
  font-size: 1em;
}
#header ul li a:hover { background-color: #2B6E99; }

.wrapper {
  width: 800px;
  margin: 0 auto;
}
#introduction {
  padding: 0;
}
#introduction p {
  margin: 0;
  margin-left: 335px;
  padding: 30px 0 35px;
  font: normal 1.2em/1.75 Georgia, sans-serif;
  color: #fff;
  font-style: italic; 
}

#services, #title {
  padding: 20px 0;
  background: #174B6D url(images/background.jpg) no-repeat;
  background-position: center top;
  color: #fff; 
}
#title h1 {
  margin-left: 335px;
  font: normal 7em/1 Georgia, sans-serif;
  padding: 20px 0 35px;
}
#title h1.small { font-size: 3.5em; }

#services ul {
  width: 33%;
  float: left;
  margin: 0 0 10px;
}
#services ul li {
  margin: .5em 0;
  line-height: 1.5;
  font-size: .8em;
}
#services a { 
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #30729E;
  padding-bottom: 1px;
}
#services a:hover { 
  color: #fff;
  border-bottom: 1px solid #fff;
}
#services p {
  margin: 0;
  font-size: .75em;
}
#services p.large {
  font-size: 1em;
  margin: 0 0 .5em;
  line-height: 1;
}
#services p.fineline img { 
  margin-bottom: -1px; }

#container {
  padding: 0;
  overflow: hidden;
}
/*#container #content { background-color: #d1e2ec;  }*/
#container #content .wrapper {
  overflow: hidden;
  padding: 20px 0 25px;
}
#content .info {
  width: 180px;
  float: left;
}
#content h2 { 
  font: bold 2em/1 Helvetica, Arial;
  margin: .5em 0 .1em;
  color: #154b6d;
}

#content .info ul { margin: 1em 0 .5em; }
#content .info ul li {
  margin: 0 0 1em;
  font: bold .9em/1.3 Helvetica, Arial;
}

#content .gallery, #content .map {
  float: right;
  width: 600px;
  height: 450px;
}
#content .map { 
  margin: .5em 0 -2em;
  width: 800px; 
  height: 530px; 
}
#content .map iframe { border: 1px solid #ccc; }

#content .smoothgallery{
	width: 600px !important; /*override default size*/
	height: 450px !important;
	background-color: #fff;
	border: none !important;
}
#content .smoothgallery .slideElement {
  background-color: #a2b9c5; 
  border :none;
}
.smoothgallery p, .smoothgallery h3{
	display:none;	/*show only images if jscript is off*/
}

#content #special {
  width: 340px;
  float: right;
  margin: 4px 0 0 50px;
}
#content #special h4 {
  font: bold .8em Helvetica, Arial, sans-serif;
  color: #154b6d;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 .2em;
}
#content p {}

#visit {
/*  border-top: 1px solid #154b6d;*/
  padding: 20px 0 10px;
  width: 100%;
}
#visit .wrapper { overflow: hidden; }
#visit .info { 
  width: 300px;
  float: left;
}
#visit .gallery {
  float: right; 
  width: 485px;
  height: 200px;
  border: 2px solid #2B6E99;
}
#visit .smoothgallery{
	width: 485px !important; /*override default size*/
	height: 200px !important;
  border: none;
}

#visit h3 {
  margin: .4em 0 .25em;
  font-size: 1.2em;
}
#visit p { 
  margin: 0 0 .75em;
  line-height: 1.5;
}
#visit p small a {
  text-decoration: none;
  color: #2B6E99;
  display: block;
  margin: .2em 0 0;
}
#visit p small a:hover { text-decoration: underline; }

#visit p.questions {
  padding: 15px 0 5px;
  color: #555;
  clear: both;
}
#visit p.questions a { color: #2B6E99; }
#visit p.questions strong {
  color: #2B6E99;
  font-size: 1.4em;
}
#copyright {
  background-color: #2B6E99;
  padding: 10px 0 9px;
  color: #fff;
  font-size: .7em;
  color: #CFD9EF;
}

