/*
THEME NAME: Davis Direct
THEME URI: http://davisdirect.net/
DESCRIPTION: Custom WordPress theme for Davis Direct. Based on Sandbox and Eric Meyer's CSS reset.
VERSION: 1.0.1
*/

@font-face {
	font-family: DavisDirect;
	src: url('/wp-content/themes/davisdirect/itc-franklin-gothic-std.otf');
}

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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Just some example content */

.entry-title,.entry-meta {
	clear:both;
}

form#commentform .form-label {
	margin:1em 0 0;
}

form#commentform span.required {
	background:#fff;
	color:#c30;
}

form#commentform,form#commentform p {
	padding:0;
}

form#commentform input#author,form#commentform input#email,form#commentform input#url,form#commentformtextarea#comment {
	padding:0.2em;
}

div.comments ol li {
	margin:0 0 3.5em;
}

textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}

.alignright,img.alignright{
	float:right;
	margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
	float:left;
	margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
	display:block;
	margin:1em auto;
	text-align:center;
}

div.gallery {
	clear:both;
	height:180px;
	margin:1em 0;
	width:100%;
}

p.wp-caption-text{
	font-style:italic;
}

div.gallery dl{
	margin:1em auto;
	overflow:hidden;
	text-align:center;
}

div.gallery dl.gallery-columns-1 {
	width:100%;
}

div.gallery dl.gallery-columns-2 {
	width:49%;
}

div.gallery dl.gallery-columns-3 {
	width:33%;
}

div.gallery dl.gallery-columns-4 {
	width:24%;
}

div.gallery dl.gallery-columns-5 {
	width:19%;
}

div#nav-above {
	margin-bottom:1em;
}

div#nav-below {
	margin-top:1em;
}

div#nav-images {
	height:150px;
	margin:1em 0;
}

div.navigation {
	height:1.25em;
}

div.navigation div.nav-next {
	float:right;
	text-align:right;
}

div.gallery dl,div.navigation div.nav-previous {
	float:left;
}

form#commentform input#author,form#commentform input#email,form#commentform input#url,div.navigation div {
	width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
	margin:0;
	padding:0;
}

/* Davis Direct */
.hidden {
	display: none;
	visibility: hidden;
}

.clear {
	clear: both;
}

body {
	width: 800px;
	color: white;
	background-color: #AFAFAF;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-position: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #EE3224;
	border-bottom: 1px #EE3224 solid;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px #216884 solid;
}

hr {
	display: none;
	visibility: hidden;
}

.required {
	font-weight: bold;
	font-style: normal;
	color: #d92d21;
}

/* Wrap */
#wrapper {
	color: #AFAFAF;
	background-color: white;
	text-align: left;
}

/* Header */
#header h1 {
	display: none;
	visibility: hidden;
}

#logo {
	text-align: left;
	margin-top: 45px;
}

#logo a {
	border: none;
}

/* Blog Description */
#blog-description {
	color: #666166;
	margin-top: -1.167em;
	margin-bottom: 47px;
	padding-left: 96px;
	letter-spacing: 1px;
	word-spacing: .125em;
	line-height: 1.167em;
}

/* Hire Davis */
#promotion {
	float: right;
	margin-top: -133px;
	margin-right: 4em;
}

#promotion a {
	display: block;
	width: 118px;
	height: 125px;
	border: none;
	background-image: url(images/hire-davis-quick-hover.png);
}

#promotion a:hover img {
	display: none;
	visibility: hidden;
}


/* Wohlford's Suckerfish */
#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

#menu li {
	float: left;
/*	width: 10em;*/
}

#menu a {
	display: block;
/*	width: 10em;*/
}

#menu li ul {
	position: absolute;
/*	width: 10em;*/
	display: none;
}

#menu li ul ul {
	margin: -1em 0 0 10em;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	display: none;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	display: block;
}

/* Menu Hack */
#menu .page-item-4 ul,
#menu .page-item-4 li {
	width: 168px;
}

#menu .page-item-27 ul,
#menu .page-item-27 li {
	width: 95px;
}

#menu .page-item-27 ul ul {
	margin: -1.5em 0 0 95px;
}

#menu .page-item-37 ul,
#menu .page-item-37 li {
	width: 178px;
}

/* Menu Navigation */
#menu {
	clear: both;
	color: #FF3333;
	background-color: #F9F9F9;
	border-top: 1px #B6B6B6 dotted;
	border-bottom: 1px #666666 dotted;
	padding-left: 43px;
	height: 1.62em;
	font-size: .9em;
}

#menu ul {
	font-weight: bold;
	margin-top: -1px;
}

#menu a {
	position: relative;
	padding-top: .2em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .25em;
	border-top: 1px transparent solid;
	border-bottom: 1px transparent solid;
	line-height: 1.25em;
}

#menu a.current {
	color: #EE3224;
	background-color: #EAEAEA;
	border-top: 1px #EE3224 solid;
	border-bottom: 1px #EE3224 solid;
}

#menu a:hover, #menu a.jcurrent {
	color: #EE3224;
	background-color: #EAEAEA;
	border-top: 1px #216884 solid;
	border-bottom: 1px #216884 solid;
}

/* Body */
#container {
	clear: both;
	color: white;
	padding-left: 43px;
	background-repeat: repeat-x;
}

#content {
	min-height: 27em;
	padding: 9.5em 1.5em 3em 0em;
	border-left: 1px white solid;
	line-height: 1.8em;
}

#content a {
	color: #E5E5E5;
	border-bottom: 1px #BD271C solid;
}

#content a:hover {
	color: #BD271C;
	background-color: #E5E5E5;
	border-bottom: 1px transparent solid;
}

/* Page Navigation */
.navigation {
	clear: both;
	font-size: 1.083em;
	padding-top: 0.923em;
	padding-bottom: 0.462em;
}

/* Articles */
.hentry {
	float: left;
	width: 428px;
}

.hentry .entry-title {
	margin-bottom: 0.125em;
	letter-spacing: 0em;
	font-weight: normal;
	font-size: 4em;
	line-height: 1em;
	letter-spacing: -1px;
	font-family: DavisDirect, 'ITC Franklin Gothic Std', 'Franklin Gothic Book', verdana, arial, helvetica, sans-serif;
}

#content .hentry .entry-title a {
	padding-top: 0.125em;
	padding-left: 16px;
	background-image: url(images/header-condensed-hover.png);
	background-image: url(images/header-hover.png);
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-position: 4px bottom;
	border: none;
}

#content .hentry .entry-title a:hover {
	color: #BD271C;
	background-color: transparent;
	background-image: url(images/header-hover.png);
	background-repeat: repeat-x;
}

.hentry .entry-date {
	font-size: 0.9167;
}

.hentry .entry-content,
.hentry .entry-date,
.hentry .entry-meta {
	margin-left: 16px;
}

.hentry .entry-meta {
	margin-top: 1em;
}

.hentry p {
	margin-bottom: 1em;
}

.hentry ul {
	padding-left: 1.5em;
}

.hentry .break {
	display: block;
}

.hentry .vcard p, #text p.vcard {
	margin-left: 1.5em;
}

/* Forms */
.hentry form fieldset {
	margin-bottom: 1em;
}

.hentry form legend {
	font-weight: bold;
}

.hentry form li {
	list-style: none;
	padding-top: .5em;
	clear: both;
}

.hentry form label,
.hentry form span,
.hentry form input,
.hentry form textarea {
	display: block;
	line-height: 1.8;
	float: left;
}

.hentry form label,
.hentry form span {
	width: 6em;
}

.hentry form input {
	width: 320px;
}

.hentry form textarea {
	width: 325px;
}

.hentry form em {
	font-weight: bold;
	font-style: normal;
	color: #d92d21;
}

.hentry form .button {
	width: 7.57em;
	margin-top: .90em;
	padding-top: .136em;
	padding-bottom: .136em;
	color: #d92d21;
	background-color: white;
	border: 1px #d92d21 solid;
	font-size: 1.1em;
}

.hentry form fieldset fieldset {
	margin-bottom: 0;
}

.hentry form fieldset fieldset legend {
	font-weight: normal;
	display: inline;
}

.hentry form fieldset fieldset label,
.hentry form fieldset fieldset input {
	float: none;
	display: inline;
	width: auto;
}

/* Comments */
#comments {
	clear: both;
	padding-top: 2em;
	padding-left: 16px;
}

/* Blog */
.blog #content,
.archive #content
.single #content {
	padding-top: 8.5em;
}

.blog .hentry,
.archive .hentry,
.single .hentry {
	width: 698px;
}

.blog .hentry,
.archive .hentry {
	margin-top: 3em;
}

.blog .p1,
.archive .p1 {
	margin-top: 0em;
}

/* Sidebar */
#primary {
	float: right;
	padding-left: 2em;
	padding-bottom: 2em;
}

#slideshow {
	width: 270px;
	height: 275px;
}

/* Footer */
#footer {
	clear: both;
	color: #666666;
	background-color: white;
	padding: 0.625em 2em 0.625em 43px;
	line-height: 1.2em;
}

#footer-container {
	margin-left: 16px;
}

#footer-ad {
	margin-top: 0.5em;
}

#footer a {
	background-color: #F9F9F9;
}

#footer a:hover {
	background-color: #E5E5E5;
}

#footer .vcard {
	float: left;
	padding-top: 1.11em;
	font-size: .95em;
}

#footer .vcard .org {
	display: none;
	visibility: hidden;
}

#fsc {
}

#copyright {
	padding-top: 1.11em;
	padding-bottom: 1.11em;
	text-align: right;
	font-size: .95em;
}

#copyright span {
	display: block;
}

/* Home */
.home #logo {
	padding-left: 162px;
}

#logo {
	text-align: left;
	margin-top: 45px;
}

#logo a {
	border: none;
}

.home #blog-description {
	padding-left: 258px;
}

.home #menu {
	padding-left: 248px;
}

.home #container {
	padding: 0;
	background-color: white;
	background-image: none;
}

.home #content {
	min-height: 0;
	padding: 0em;
	padding-top: 3em;
}

.home .hentry {
	float: right;
	width: 365px;
	color: #808080;
	margin-right: 192px;
	font-size: 12.5px;
}

.home .entry-title {
	display: none;
}

.home #content a {
	color: #990000;
	border-bottom: 1px #990000 solid;
}

.home #content a:hover {
	color: #EE3224;
	border-bottom: 1px #216884 solid;
}

.home strong em {
	display: inline-block;
}

.home #promotion.big {
	margin: 0;
}

.home #promotion.big a {
	width: 180px;
	height: 216px;
	border: none;
	background-image: url(images/hire-davis-hover.png);
	text-decoration: none;
}

.home #promotion.big a:hover {
	background-color: transparent;
}

.home #promotion.big a:hover img {
	display: none;
	visibility: hidden;
}

.home #footer {
	width: 475px;
	margin-left: 201px;
}

.home #footer a {
	color: #999999;
	border-bottom: 1px transparent solid;
}

.home #footer a:hover {
	color: #EE3224;
	border-bottom: 1px #216884 solid;
}

.home #footer #latest-news {
	display: none;
}

.home #footer .vcard {
	float: none;
}

.home #footer .vcard .org {
	display: block;
	visibility: visible;
}

.home #footer .vcard .org a {
	color: #990000;
	border-bottom: 1px #990000 solid;
}

.home #footer .vcard .org a:hover {
	color: #EE3224;
	border-bottom: 1px #216884 solid;
}

.home #copyright {
	padding-top: .25em;
	text-align: left;
}

.home #copyright span {
	display: inline;
}

/* Background Images */
#container {
	background-color: #226882;
	background-image: url(images/company-background.jpg);
}

.pageid-10 #container, .parent-pageid-10 #container {
	background-color: #0070A0;
	background-image: url(images/prepress-background.jpg);
}

.pageid-27 #container, .parent-pageid-27 #container {
	background-color: #2C7FA7;
	background-image: url(images/print-background.jpg);
}

.pageid-33 #container, .parent-pageid-33 #container {
	background-color: #246672;
	background-image: url(images/distribution-background.jpg);
}

/* Slideshow */
#slideshow img {
	display: none;
	visibility: hidden;
}

#slideshow {
	background-image: url(images/company.png);
}

.pageid-10 #slideshow, .parent-pageid-10 #slideshow {
	background-image: url(images/prepress.png);
}

.pageid-27 #slideshow, .parent-pageid-27 #slideshow {
	background-image: url(images/print.png);
}

.pageid-31 #slideshow, .parent-pageid-31 #slideshow {
	background-image: url(images/print-bindery.png);
}

.pageid-28 #slideshow, .parent-pageid-28 #slideshow {
	background-image: url(images/print-press.png);
}

.pageid-33 #slideshow, .parent-pageid-33 #slideshow {
	background-image: url(images/distribution.png);
}

.pageid-37 #slideshow, .parent-pageid-37 #slideshow {
	background-image: url(images/distribution-fulfillment.png);
}

.pageid-35 #slideshow, .parent-pageid-35 #slideshow {
	background-image: url(images/distribution-mailing.png);
}
