/*   * Resets default browser CSS.*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5em; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/*end of reset*/

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #111; }

h1 { font-size: 1.6em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.1em; margin-bottom: 0em; }
h3 { font-size: 1.0em; line-height: 1; margin-bottom: 0.5em; }
h4, h5, h6 { font-size: 1em; line-height: 1em; margin-bottom: 0.5em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1em; }
p img.right { float: right; margin: 0.5em 0 1.5em 1.5em; border: 1px solid #121212; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
th,td       { padding: 0.4em 10px 4px 0.4em; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }

a:link, a:visited {
	color: #7d2603;
	text-decoration: none;
}
a:hover, a:active {
	color: #335223;
	text-decoration: underline;
}


html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: url(../images/bg_pattern.gif);
}

body {
	font-family: Georgia, 'Times New Roman', sans-serif;
	font-size: 75%;
	color: #121212;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
	visibility: hidden;
}

div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	padding: 0 70px;
	width: 810px;
	background: url(../images/torn_page.png);
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	overflow: hidden;
	width: 796px;
	padding: 2.5em 0px 2.5em 14px;
}

#sitename {
	float: left;
	width: 227px;
}

ul#globalnav {
	float: right;
	list-style: none;
	padding: 12px 0 12px 0px;
	margin: 0;
}
ul#globalnav li {
	display: inline;
	float: left;
	font-size: 16px;
	height: 30px;
	color: #7d2603;
	padding-right: 14px;
}

ul#globalnav li.last {
	padding-right: 0;
}

ul#globalnav a {
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 16px;
	padding: 6px 0 7px 0;
	text-align: center;
}

ul#globalnav a:link,
ul#globalnav a:visited {
	color: #7d2603;
}
ul#globalnav a:active,
ul#globalnav a:hover {
	color: #FFFFFF;
}


ul#globalnav a.gn-home {
	width: 68px;
	line-height: 17px;
}
ul#globalnav a.gn-home:active,
ul#globalnav a.gn-home:hover
 {
	background: url(../images/home_omo.gif) no-repeat;
	color: #FFFFFF;
}

ul#globalnav a.gn-about {
	width: 78px;
	line-height: 17px;
}
ul#globalnav a.gn-about:active,
ul#globalnav a.gn-about:hover,
body#about a.gn-about
 {
	background: url(../images/about_omo.gif) no-repeat;
	color: #FFFFFF;
}

ul#globalnav a.gn-portfolio {
	width: 88px;
	line-height: 17px;
}
ul#globalnav a.gn-portfolio:active,
ul#globalnav a.gn-portfolio:hover,
body#portfolio a.gn-portfolio
 {
	background: url(../images/portfolio_omo.gif) no-repeat;
	color: #FFFFFF;
}

ul#globalnav a.gn-offpress {
	width: 126px;
	line-height: 17px;
}
ul#globalnav a.gn-offpress:active,
ul#globalnav a.gn-offpress:hover,
body#offthepress a.gn-offpress
 {
	background: url(../images/offthepress_omo.gif) no-repeat;
	color: #FFFFFF;
}

ul#globalnav a.gn-contact {
	width: 84px;
	line-height: 17px;
}
ul#globalnav a.gn-contact:active,
ul#globalnav a.gn-contact:hover,
body#contact a.gn-contact
 {
	background: url(../images/contact_omo.gif) no-repeat;
	color: #FFFFFF;
}

div#content {
	padding: 0em 1em 7em 1em; /* bottom padding for footer */
	overflow: hidden;
}

div#footer {
	position: absolute;
	width: 810px;
	bottom: 0; /* stick to bottom */
	text-align: center;
	padding: 2em 0;
	clear: both;
}
ul#footernav {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#footernav li {
	display: inline;
	font-size: 10px;
	padding: 0 6px 0 3px;
	border-right: 1px solid #121212;
}

ul#footernav li.last {
	border-right: none;
}

ul#footernav li a:link,
ul#footernav li a:visited {
  color: #121212;
  text-decoration: none;
}
ul#footernav li a:active,
ul#footernav li a:hover {
  color: #335223;
  text-decoration: none;
}

div#home-middle {
	width: 730px;
	margin: 0 auto;
	overflow: visible;
}

div#home-image {
	width: 470px;
	float: left;
	text-align: right;
}
div#home-quote {
	width: 220px;
	float: right;
	padding-left: 40px;
	text-align: left;
}
div#home-quote div.quoteimg {
	margin: 25% 0;
}

#news {
	position: relative;
	width: 680px;
	margin-top: 30px;
	overflow: visible;
}
#news-title {
	position: relative;
	width: 225px;
	float: left;
	text-align: right;
}
#news-content {
	position: relative;
	float: right;
	width: 428px;
	text-align: left;
	padding: 0 12px;
	border-left: 2px solid #a0af89;
	line-height: 1.1em;
}

#news-content p {
	margin-bottom: 0.5em;
}

#news-content h4.newstitle {
	font-family: Arial, Helvetica, "MS Trebuchet", sans-serif;
	font-size: 1em;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* Subpage styles */

#leftcol {
	position: relative;
	width: 130px;
	padding: 0 30px 0 0;
	float: left;
	margin-left: -790px;
}

ul#leftnav {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#leftnav li {
	padding: 2px 0;
}

ul#leftnav li a:link,
ul#leftnav li a:visited {
	color: #7d2603;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 16px;
	padding: 4px 8px 4px 14px;
}

ul#leftnav li a:hover,
ul#leftnav li a:active,
ul#leftnav li a.current:link,
ul#leftnav li a.current:visited,
ul#leftnav li a.current:hover,
ul#leftnav li a.current:active {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 16px;
	padding: 4px 8px 4px 14px;
	background-image: url(/public/images/leftnav_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#rightcol	{
	position: relative;
	width: 568px;
	min-height: 370px;
	margin-top: 0.6em;
	padding: 0 30px 0 30px;
	float: left;
	margin-left: 160px;
	margin-bottom: 2em;
	border-left: 2px solid #a0af89;
	font-size: 1.1em;
	line-height: 1.3em;
	overflow: visible;
}

#rightcol p img {
	 float: right; margin: 0.5em 0 1.5em 1.5em; border: 1px solid #121212;
}

/* Gallery Styles */
div.gallery {
	zoom: 1;
}

div.gallery:after {
	content: ".";
  display: block;
  height: 0;
  clear: both;
	visibility: hidden;
}

.thumbnail {
float:left;
border:1px solid #121212;
margin:10px 10px;
}
.full_size {
border:1px solid #121212;
margin:10px 10px;

}
.description {
text-align:center;
font-style:italic;
}
.thumbnail_photo {
border:1px solid #121212;
margin:10px 10px;
float:left;
}

/* Off the Press */

a.morelink {
	font-family: Arial, Helvetica, "MS Trebuchet", sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
}

div.entry {
	margin: 0 0 1.33em 0;
	padding: 1.33em 0 1em 0;
	border-bottom: 1px solid #ccd4bf;
}

ul.archive {
	list-style: none;
	margin: 0;
}

ul.archive li a {
	font-family: Arial, Helvetica, "MS Trebuchet", sans-serif;
}


