/* _____________________________________________

Dapper Ink Website
Created By: Mike Moreau, Jr.
1-3-08
harvestmedia.com

Section 1 - Default and Reset Styles

Section 2 - Layout

Section 3 - Typography

Section 4 - Navigation

Section 5 - Footer

Section 6 - Home Page

Section 7 - Forms

Section 8 - 

Section 9 - 

Section 10 - Accessibility Options

_____________________________________________*/






/* = Section 1 - Default and Global Styles _______________________________________________ */

/* Eric Meyer's Reset Styles */
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, dd, dl, dt, li, ol, ul, 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%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img { border: 0; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul { list-style: none; }

q:before, q:after, blockquote:before, blockquote:after { content: ""; }

/* End Reset Styles */



body {
	background: url(images/page-tile.jpg) repeat-x top left scroll #ded8c6;
	color: #222;
	font-size: 13px;
	font-family: "Trebuchet MS", tahoma, Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

strong { font-weight: bold; }

em { font-style: italic; }



/* Default Link Styles */
a:link, a:visited {
	background-color: transparent;
	color: #000066;
	outline: none;
}
a:hover, a:active {
	text-decoration: none;
	outline: none;
}


/* Global Classes */
.floatleft {
	float: left;
	margin: 0 1em .5em 0;
}

.floatright {
	float: right;
	margin: 0 0 .5em 1em;
}

.hide {
	display: none;
}




/* = Section 2 - Layout _______________________________________________*/
#masthead {
	background: url(images/starburst-top.jpg) center top no-repeat transparent;
	height: 140px;
	min-width: 860px;
	position: relative;
}
#masthead h1 a {
	background: url(images/dapper-logo.jpg) left top no-repeat transparent;
	height: 77px;
	left: 50%;
	margin: 0 0 0 -430px;
	position: absolute;
	text-indent: -9999em;
	top: 48px;
	width: 275px;
}
#masthead .vcard {
	background: url(images/contact-info.jpg) left top no-repeat transparent;
	height: 36px;
	margin: 0 -467px 0 0;
	position: absolute;
	right: 50%;
	top: 89px;
	width: 222px;
}
#masthead .vcard li {
	visibility: hidden;
}
#masthead .vcard li a {
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	visibility: visible;
	text-indent: -9999px;
	top: 17px;
	width: 220px;
}

#pnav {
	background: url(images/nav-tile.gif) repeat-x top left transparent;
	border-bottom: 1px solid #3b3726;
	border-top: 1px solid #3b3726;
	height: 34px;
	position: relative;
}
#billboard {
	background: url(images/ornamented-stroke.gif) center bottom no-repeat transparent;
	height: 189px;
	margin: 0 auto 0 auto;
	padding: 15px 0 23px 0;
	width: 860px;
}
#home-billboard {
	background: url(images/ornamented-stroke.gif) center bottom no-repeat transparent;
	height: 373px;
	margin: 0 auto 0 auto;
	position: relative;
	width: 860px;
}
#content-wrapper {
	background: url(images/starburst-bottom.jpg) center top no-repeat transparent;
	min-width: 860px;
	padding-top: 1px;
}
#in-content {
	/*background: url(images/separator.gif) repeat-y center top transparent;*/
	height: auto;
	margin: 15px auto 15px auto;
	padding: 0 15px 0 15px;
	overflow: hidden;
	width: 830px;
}
#content{
	float: left;
	min-height: 600px;
	width: 538px;
}
#sidebar {
	float: right;
	width: 212px;
}

#sidebar ul {
	list-style: none;
}

#sidebar input {
	border: 1px solid #000;
	margin-bottom: 3px;
	margin-right: 2px;
}

#sidebar #s { width: 98%; margin-bottom: 10px; }

#sidebar #searchsubmit {
	float: right;
}

#footer {
	background: url(images/ornamented-stroke.gif) center top no-repeat transparent;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
	width: 860px;
}

.clear {
        clear:both !important;
        float:none !important;
        display:block !important;
        margin:0 !important;
        padding:0 !important;
        line-height:0pt !important;
        width:auto !important;
        font-size:0 !important;
}

.error-message {
        color:red;
}



/* = Section 3 - Typography _______________________________________________*/
h2 {
	border-bottom: 1px solid #bcb49c;
	color: rgb(94, 50, 3);
	font-family: Impact, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 15px;
	padding: 42px 0 11px 0;
}
h3, .linkcat h2{
	border-bottom: 1px solid #bcb49c;
	color: rgb(123, 20, 10);
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0pt 0pt .7692em;
}
h3 a {
	color: rgb(123, 20, 10);
}
h4, h5, h6{
	color: #600;
	font-weight: bold;
	line-height: 1.6em;
}
p, ul, ol{
	color: #333;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}
blockquote{}
q{}
cite{}
ul{
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 3em;
}
ol{
	list-style: outside decimal;
	margin-left: 3em;
}
li {
	line-height: 1.6em;
}
table{
	line-height: 1.6em;
	margin-bottom: 1.6em;
}




/* Sidebar Typography */
a.sidebar-browse-icon {
	background: url(images/sidebar-browse-icon.png) no-repeat top left transparent;
	display: block;
	height:146px;
	margin: 0 0 2em 0;
	text-decoration: none;
	text-indent: -9999em;
	width:212px;
}

#sidebar blockquote p {
	color: #601f2a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
	margin-bottom: .8em;
	text-align: center;
}
#sidebar blockquote p.customer {
	color: #000;
	font-family: "Trebuchet MS", tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 2em;
}
#sidebar p {
	text-align: center;
}

/* Special Typography */
p.emphasis {
	font-size: 1.5em;
}
ul.emphasis li {
	font-size: 1.25em;
}
ul.emphasis li strong {
	color: #601f2a;
}


h3.question {
	font-style: italic;
}


.section {
	border-top: 1px solid #bcb49c;
	padding: 15px 0 0 0;
}
.section img {
	float: left;
}
.section p {
	margin-left: 107px;
}

/* Reviews */
#content blockquote {
	background-color: rgb(237,231,211);
	border: 1px solid #bcb39c;
	margin: 0 15px 0 15px;
	padding: 30px 30px 0 30px;
}
#content blockquote p {
	color: #601f2a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-style: italic;
}
#content p.customer {
	background: url(images/text-bubble-arrow.gif) no-repeat left top transparent;
	color: #000;
	margin-left: 45px;
	padding: 12px 0 0 25px;
}




/* = Section 4 - Navigation _______________________________________________*/

/* Primary Nav Presentation */
#nav {
	list-style-type: none;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 860px;
}
#nav li {
	float: left;
	position: relative;
}
#nav a {
	color: #cecdbc;
	display: block;
	float: left;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1em;
	margin: 0 15px 0 0;
	padding: 10px 0 0 0;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
#nav a:hover, #nav a.here {
	background: url(images/nav-hover.gif) no-repeat center top transparent;
	color: #fff;
}







/* = Section 5 - Footer _______________________________________________*/
#footer p, #footer address {
	color: #333;
	font-size: 11px;
	line-height: 1.6em;
	margin: 0;
	text-align: center;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}





/* = Section 6 - Home Page _______________________________________________*/
div#slideshow {
	color: #685b4b;
	height: 349px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 15px;
	vertical-align: top;
	width: 628px;
}
div#slideshow a {
	color: #685b4b;
}

#featured-icon-1, #featured-icon-1 a, #featured-icon-2, #featured-icon-2 a {
	display: block;
	height: 163px;
	width: 234px;
}
#featured-icon-1 {
	left: 632px;
	position: absolute;
	top: 19px;
}
#featured-icon-1 a {
	background: url(images/browse-catalog.png) no-repeat left top;
	text-indent: -9999em;
}
#featured-icon-2 {
	left: 632px;
	position: absolute;
	top: 191px;
}
#featured-icon-2 a {
	background: url(images/hear-customers.png) no-repeat left top;
	text-indent: -9999em;
}

h2.home {
	border-bottom: none;
	margin-bottom: 15px;
	padding-bottom: 0;
}





/* = Section 7 - Forms _______________________________________________*/
/* Contact Form on Prayer Request Page */
.contact {
	border-top: 3px double #bcb49c;
	padding: 1.5em 0 0 0;
}
.contact div {
	margin: 0 0 1em 0;
}
.contact h4 {
	margin-bottom: 1em
}
form.contact label {
	display:block;
	font-weight: bold;
}
form.contact input, form.contact textarea, form.contact select {
	background-image: none;
	display:block;
	border: 1px solid #3b3726;
}
form.contact input.submit-form {
	background: #333333;
	border: 3px double #3b3726;
	color: #fff;
	padding: 1em;
}
form.contact input.submit-form:hover {
	background-color: #601f2a;
}

.user_form th {
        padding-right: 10px;
        text-align: right;
        color: #5E3203;
        font-weight: bold;
        min-width:125px;
}

.user_form td {
        line-height:30px;
}

.user_form td input {
        width:65%;
}

.form-error {
        background-color:#FF9999;
}

.user_form .input-desc {
        clear: left;
        font-size: 0.9em;
}








/* Section 10 - Accessibility Options _______________________________________________*/
ul#skip {
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
#skip li {
	display: block;
}
#skip a {
	background: #fff;
	display: block;
	left: 0px;
	padding: .5em;
	position: absolute;
	top: -40em;
	width: 25em;
}

/* SECTION WORDPRESS */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.widecolumn {
	width:840px !important;
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	margin-top:10px;
	text-align: center;
	}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}