/*
Theme Name: Terry Maker
Theme URI: http://www.terrymaker.com
Author: Andre, Cristian
Author URI: http://www.terrymaker.com
Description: Custom theme for www.terrymaker.com
Version: 1.0
License: Commercial license
License URI: 
Tags: 
Text Domain: Terry Maker
*/

/* Generic styling */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Arial, Verdana, sans-serif;
}

.clear {
	clear: both;
}

/* Top menu */
#masthead {
	background-color: #7C7975;
}

#site-navigation {
	height: 37px;
	width: 960px;
	display: block;
	margin: 0 auto;
}

#site-navigation div ul li a, #site-navigation div ul li a:visited {
	color: #B3B1B2;
	font-size: 12px;
	text-decoration: none;
}

#site-navigation div ul li a:hover, #site-navigation div ul li a:active, #site-navigation .current-menu-item a, #site-navigation .current-menu-item a:visited {
	color: #FFFFFF;
}

#site-navigation div ul li {
	float: left;
	list-style: none;
	padding: 0 11px;
}

#site-navigation div ul li {
	margin-top: 8px;
}

#site-navigation div.menu-main-menu-container ul li {
	border-right: 1px solid #CCC;
}

#site-navigation div.menu-main-menu-container ul li#menu-item-26 {	/* 'process' has no border */
	border: none;
}

#site-navigation div.menu-secondary-menu-container ul li#menu-item-33 {	/* 'home' has no right padding */
	padding-right: 0;
}

#site-navigation h1 {
	float: left;
	color: #FFFFFF;
	font-size: 30px;
	padding-right: 100px;
	font-weight: normal;
}

#site-navigation #menu-secondary-menu {
	float: right;
}

.buy-print-button {
	display: block;
	text-align: center;
	background: url('images/buyprint.png') no-repeat;
	width: 127px;
	height: 32px;
	color: #EEE;
	font-size: 12px;
	line-height: 14px;
	padding-top: 3px;
}

.price {
	font-weight: bold;
}