/*  
Theme Name: Bob's Copy Shop
Theme URI: 
Description: This is a Wordpress template for the Bob's Copy Shop website.
Version: 1.0
Author: Jonah West
Author URI: http://www.jonahcoyote.com 

/* -------------------------------------------------------------- 
   reset declarations
   * Resets default browser CSS. and apply default styles
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-------------------------------------------------------------- */

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;
}
ol, li {
	list-style: none;
}
body {background: #5c5f82; margin: 0 1.5em 0}

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

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

a img { border: none; }

/* =General
-----------------------------------------------------------------------------*/
/* Class for clearing floats */
.clear {
	clear:both;
}
#outer-container {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}
#container {
	height: auto;
	padding: 0 0 15px 0;
	background: url(images/body-bg.jpg) repeat-y top left;
}
p {
	margin: 15px 0;
	color: #000;
}
hr {
	height: 1px;
	border: none;
	color: #ccc;
	background-color: #ccc;
}
/* =Typography
-----------------------------------------------------------------------------*/
body {
  font: 62.5%/1.6 Arial, Tahoma, Verdana, sans-serif;
  line-height: 62.5%;
}


/* =Headings
-----------------------------------------------------------------------------*/
h2.news-header,h2.testimonials-header,h2.more-link {
	font-size: 1.8em;
	font-weight: bold;
	padding: 8px 0 8px 30px;
}
h2.news-header {
	background: url(images/icons/news-icon.jpg) no-repeat top left;
}
h2.testimonials-header {
	background: url(images/icons/testimonials-icon.jpg) no-repeat top left;
}
h2.more-link {
	font-size: 1.4em;
	padding: 4px 0 4px 0px;
}
a.more-link {
	margin: 10px 0 0 0;
}

/* =Links
-----------------------------------------------------------------------------*/
a {
	text-decoration: none;
     }
a:link,a:visited {
	color: #b50a22;
	text-decoration: none;
     }
a:link:focus{ 
     }
a:link:hover, 
a:visited:hover {
	text-decoration: underline;
    }
a:link:active, 
a:visited:active {
     }
a img{
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }

/* =Branding
-----------------------------------------------------------------------------*/
#header {
	height: 110px;
	text-align: left;
	margin-bottom: -3px;
}
#header h1 {
	/*margin: 0 auto;*/
	width: 100%;
	height: 100%;
	position: relative;
}
#header h1 span {
	background: url(images/header.jpg) no-repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
	}

/* =Main Nav
-----------------------------------------------------------------------------*/
#nav {
	float: left;
	text-align: right;
	margin: 15px 0 0 -113px;
	position: absolute;
}
#nav ul {
	margin-top: -5px;
}
#nav li,#nav li a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	width: 200px;
	height: 24px;
    padding: 1px 15px 0 0;
}
#nav li {
	margin-bottom: 5px;
}
#nav li a {
	padding-top: 9px;
	color: #fff;
}
#nav li.shop-nav-first {
	margin-top: 15px;
	padding: 15px 0 0 0;
	background: url(images/nav-separator.gif) no-repeat 12px -10px;
}
#nav li.shop-nav a,#nav li.shop-nav-first a {
	font-size: 1.4em;
}
#nav li a:hover {
	text-decoration: none;
	background: url(images/link-current-left.jpg) no-repeat top right;
	color: #000;
}
#nav li.current_page_item a, #nav li.current_page_parent a {
	background: url(images/link-current-left.jpg) no-repeat top right;
	color: #000;
}
#nav li.current_page_item a, #nav li.current_page_parent a {
	font-size: 1.5em;
}
#nav li.current_page_parent {
	margin-bottom: 100px;
}
#nav li ul {
	display: none;
}
#nav li.current_page_parent ul {
	display: inherit;
	background: url(images/nav-separator.gif) no-repeat 12px 75px;
	padding: 0 10px 10px 0;
}
#nav li.current_page_parent li.current_page_item a,#nav li.current_page_parent li.page_item a {
	background: none;
	font-size: 1.1em;
	color: #fff;
}
#nav li.current_page_parent li.current_page_item a,#nav li.current_page_parent li.page_item a {
	color: #ffb400;
}
#nav li.current_page_parent li.current_page_item a:hover,#nav li.current_page_parent li.page_item a:hover {
	color: #000;
}
#nav li.current_page_parent li.current_page_item a {
	background: url(images/sublink-over-left.jpg) no-repeat top right;
}
#nav li.current_page_parent li.current_page_item a:hover,#nav li.current_page_parent li.page_item a:hover {
	background: url(images/sublink-over-left.jpg) no-repeat top right;
}
#nav li.facebook-link {
	margin-top: 20px;
}
#nav li.facebook-link a:hover {
	background: none;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#main-content {
	float: left;
}
#home-text,#page-text,#news-text,#testimonials-text {
	font-size: 1.4em;
}
#home-text,#page-text,#news-text,#testimonials-text,#news,#testimonials, #message-box {
	margin: 0 0 0 100px;
	padding: 0 0 0 30px;
	line-height: 1.2em;
	position: relative;
	float: left;
	text-align: left;
}
#message-box { margin: 10px 0 0 130px; padding: 10px; font-size: 1.2em; position: relative; float: left; width: 480px; background: #ededed; border: 1px solid #ccc; }
#main-pictures {
	float: left;
	width: 150px;
	margin: -5px 0 0 0;
}
#main-pictures h2 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
}
#news-text,#testimonials-text,#page-text {
	width: 500px;
	padding-top: 20px;
}
#home-text {
	width: 370px;
}
#news-text h2,#testimonials-text h2,#page-text h2 {
	font-weight: bold;
	font-size: 1.8em;
	color: #b50a22;
	font-family: Geneva;
}
#news-text h2 {
	margin-bottom: 15px;
}
#testimonials-text h3,#page-text h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #b50a22;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 30px;
	font-family: Geneva;
	background: url(images/icons/testimonials-icon-send.gif) no-repeat 0 0;
}
#testimonials-text .entry h3 {
	background: none;
	padding: 0;
	margin: 10px 0 0 0;
	font-style: normal;
} 
#news {
	clear: both;
}
#news,#testimonials {
	width: 230px;
	font-size: 1.1em;
	margin: 15px 0 0 100px;
}
#testimonials {
	margin-left: 10px;
}
#news h3,#testimonials h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #b50a22;
	font-family: Geneva;
}

/* =Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	text-align: left;
	position: absolute;
	width: 150px;
	float: left;
	margin: 15px 0 0 651px;
}
#sidebar a {
	color: #ffb400;
}
#sidebar a:hover {
	color: #000;
	text-decoration: none;
}
#sidebar h2 {
	background: url(images/link-current-right.jpg) no-repeat top left;
	padding: 9px 0px 8px 15px;
	width: 150px;
	height: 24px;
	font-size: 1.8em;
	font-weight: bold;
}
#sidebar h2.directions-head,#sidebar h2.newsletter-head {
	background: url(images/link-current-right.jpg) no-repeat top left;
}
#sidebar .hours,#sidebar .contact,#sidebar .directions,#sidebar .wpml_widget {
	padding: 0 0 0 15px;
	width: 150px;
	margin-bottom: 25px;
}
#sidebar .hours h2, #sidebar .contact h2,#sidebar .directions h2,#sidebar .wpml_widget h2 {
	background: none;
	color: #fff;
	font-size: 1.8em;
	height: auto;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
}
#sidebar .hours p,#sidebar .contact p,#sidebar .directions p,#sidebar .wpml_widget p {
	line-height: 1.2em;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
}
#sidebar .newsletter-widget form {
	color: #fff;
}
#sidebar .newsletter-widget form label {
	margin: 7px 0 5px 0;
	display: block;
	font-weight: bold;
}
#sidebar .newsletter-widget form input {
	width: 130px;
}
#sidebar .newsletter-widget form input.button {
	width: auto;
	margin: 5px 0 0 0;
}

/* =Post Content
-----------------------------------------------------------------------------*/
#news .post,#news-text .post {
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0;
}
#testimonials .post,#testimonials-text .post {
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0;
	margin: 10px 0;
}
#news .post h3,#news-text .post h3, h3.post-title {
	font-size: 1.2em;
	font-weight: bold;
}
#news-text .post h4 {
	font-size: 0.8em;
	font-style: italic;
}
#news .post h4 {
	font-style: italic;
}
h3.post-title {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
h3.post-time {
	font-size: 0.8em;
	font-style: italic;
	float: left;
	position: relative;
}
#news-text p,#testimonials-text p {
	margin: 15px 0 15px 0;
	padding: 0;
	clear: both;
	font-style: normal;
}
#news .post h3 a {
	color: #b50a22;
}
#news .post p,#testimonials .post p {
	margin: 0;
}
#testimonials .entry,#testimonials-text .entry {
	font-style: italic;
}
#testimonials .entry h3 {
	font-style: normal;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}
#footer-body {
	background: url(images/footer-bg.jpg) repeat-y top left;
	float: left;
	width: 100%;
	margin: 0 0 0 0px;
	padding: 10px 0 20px 30px;
}
#footer-body p.services-message {
	margin: 0 0 0 -160px;
	padding: 20px 0 0px 0px;
	text-align: center;
	font-style: italic;
	color: #b50a22;
}
#footer-top {
	margin: 0 0 0 100px;
	padding: 0 0 0 30px;
	text-align: left;
}
#footer-top {
	min-height: 40px;
	background: url(images/footer-top.jpg) no-repeat top left;
	margin: 0;
}
#footer-top h2 {
	margin: 0 0 0 100px;
	padding: 20px 0 10px 0;
	font-size: 2.2em;
	font-weight: bold;
}
#footer-body ul {
	margin: -10px 0 0 0;
}
#footer-bottom {
	min-height: 40px;
	clear: both;
	background: url(images/footer-bottom.jpg) no-repeat top left;
}
#credits {
	font-weight: bold;
	margin: -10px 0 10px -80px;
	line-height: 1.2em;
	color: #fff;
}
#credits a {
	color: #fff;
}

/* =Services
-----------------------------------------------------------------------------*/
.services-col1, .services-col2, .services-col3 {
	text-align: left;
	float: left;
	position: relative;
	width: 150px;
	font-size: 1.4em;
}
.services-col1 {
	padding: 0;
	margin-left: 100px;
	margin-right: 0;
}
.services-col2 {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 165px;
}
.services-col3 {
	margin-left: 10px;
}
.services-col1 h2, .services-col2 h2, .services-col3 h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Geneva;
	width: 200px;
	color: #b50a22 !important;
	margin-bottom: 10px;
	padding: 9px 0 9px 30px;
}
.services-col1 h2,.services-col2 h2,.services-col3 h2 {
	background: url(images/icons/other-icon.jpg) no-repeat top left;
}
.services-col1 li, .services-col2 li, .services-col3 li {
	line-height: 1.2em;
	list-style: disc;
	margin: 0 0 0 22px;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}
#sidebar .mailing-list fieldset.dbx-box {
	width: 150px;
}

/* =Comments
-----------------------------------------------------------------------------*/
h3#comments,h3#respond {
	font-size: 1.4em;
}
.commentlist li {
	list-style: decimal;
	margin: 15px 0 15px 40px;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.commentlist li.alt {
	background-color: #eee;
}
.authorcomment {
	background: #eceef3;
}
.tbcomment {
	padding: 5px;
	background: url(images/tb.png) no-repeat;
}
.pbcomment {
	padding: 5px;
	background: url(images/pb.png) no-repeat;
}

/* =Misc 1
-----------------------------------------------------------------------------*/
p.comment-paragraph {
	font-size: 0.8em;
	margin: 0 0 15px 0;
}