/*
Theme Name: Lockwood Publishing
Theme URI: http://www.lockwoodpublishing.com
Author: James Hutchby
Author URI: http://www.lockwoodpublishing.com
Description: Lockwood Publishing Theme
Version: 0.1
*/

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
    	font-size: 14px;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
address {
    font-style: italic;
}
pre {
    font-family: "courier new", monospace;
}

a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
strong, em {
    font-weight: bold;
}


ul {
    margin:0;
    padding:0;
}
li {
    list-style: none;  
}
hr {
    border: none;
    border-top: 1px dashed #999999;
    clear: both;
}
h1, h2, h3, p {
    padding:0;
    margin:0;

}
h1 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0px;
    font-family: Calibri, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    font-weight: bold;
}
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a, a {
    color: #f06024;
}
h2 {
    font-size: 16px;
    font-weight: normal;
    font-family: Calibri, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 7px;
    
}
blockquote {
    padding-left: 30px;
}
a img {
    border: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
body {
    background-color: #bfbfbf;
    font-family: Segoe UI, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    color: #484848;
}
div#page {
    width: 970px;
    margin:auto;
    background-color: #e4e4e4;
}
div#page > header {
    height: 165px;
    background-color: white;
    padding-top: 25px;
    position: relative;
}
div#page > header img {
    margin: auto;
    display: block;
}
div#page > header nav li {
    float: left;
    padding-right: 35px;
}
div#page > header nav li a {
    color: #666666;
    font-weight:bold;
}
div#page > header nav li a.current {
    color: #ef5f23;
}
div#page > header nav li a {
    font-size: 14px;
}
div#page > header nav li a:hover {
    text-decoration: none;
}
div#page > header nav li.current a {
    color: #f06024;
}
div#page > header nav.right {
    position: absolute;
    bottom: 25px;
    right: 135px;

}
div#page > header nav.left {
    position: absolute;
    bottom: 25px;
    right: 596px;
}

hr#head {
    border-top: 3px solid white;
    margin: 5px 0 15px 0 ;
}
div#page > footer {
    height: 48px;
    background-color: #ef5f23;
    clear: both;
    margin-top: 75px;
    text-align: center;
    color: white;
    line-height: 50px;
    font-size: 11px;
}

div#sidebar {
    width: 205px;
    float: left;
    padding: 0 11px 0 34px;

}
div#sidebar nav {
    width: 175px;
    background-color: white;
    padding: 7px 15px;
    margin-bottom: 15px;
}
div#sidebar ul {
    margin-bottom: 20px;
}

div#sidebar hr {
    margin: 25px auto;
    width: 90%;
}
div#sidebar nav.pagelist a {
    font-size: 14px;
    line-height: 30px;
}
div#sidebar nav a {
    color: #484848;
    font-size: 12px;
}
div#sidebar nav li.current_page_item a {
    color: #ef5f23;
}

div#sidebar div.images {
    margin-top: 45px;
    text-align: center;
}
div#sidebar div.images img.social {
    padding: 0 5px;
}
div#content {
    width: 686px;
    float: right;
    padding-right: 34px;
}
div#content.wide {
    width: 905px;
}
div#content.wide div.center {
    text-align: center;
}
div#content.page article {
    padding: 5px 10px 25px 10px;
}
div#content article {
    background-color: white;
    padding: 5px 10px;
    margin-bottom: 20px;
}
/* search results */
div#content article article {
    padding-left: 30px;
}
div#content article article h1 {
    font-size: 16px;
}
div#content article article {
    font-size: 12px;
}
div#content article li {
    list-style: disc;
    margin-left: 30px;
    padding-left: 5px;

}

div#content article header h1 {
    float: left;
}
div#content article header h2 {
    float: right;
}
div#content article header h2, div#content article header h1 {
    line-height: 35px;
}
div#content > #nav-single {
    float: right;
    font-size: 10px;
    padding: 5px 13px 0 0;
    text-align: right;

}
div#content #nav-single .nav-next {
    padding-left: 10px;
}

p  {
    padding: 5px 0;
}


br.clear {
    clear: both;
    height:0;
    width:0;
}



/* Comments */

#comments-title {
    color: #666;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.nopassword,
.nocomments {
    color: #aaa;
    font-size: 24px;
    font-weight: 100;
    margin: 26px 0;
    text-align: center;
}
.commentlist {
    list-style: none;
    margin: 0 auto;
    padding-left: 80px;
}

.commentlist > li.comment {
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 1.625em;
    
    padding: 10px 15px;
    position: relative;
}
.commentlist .pingback {
    margin: 0 0 1.625em;
    padding: 0 1.625em;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li.comment {
    border-left: 1px solid #ddd;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin: 1.625em 0 0;
    padding: 1.625em;
    position: relative;
}

.comment-meta .fn {
    font-style: normal;
}
.comment-meta {
    color: #666;
    font-size: 12px;
    line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
    
    margin-left: 50px;
}
.commentlist li.comment .comment-content {
    font-size: 14px;
    padding-bottom: 20px;
}
.commentlist .children li.comment .comment-content {
    padding: 20px 0;
    
}
.comment-meta a {
    font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    left: -80px;
    padding: 0;
    position: absolute;
    top: 0;
}
.commentlist > li:before {
    content: url(images/comment-arrow.png);
    left: -23px;
    position: absolute;

}
.commentlist > li.pingback:before {
    content: '';
}
.commentlist .children .avatar {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    left: 2.2em;
    padding: 0;
    top: 2.2em;
}
a.comment-reply-link {
    background: #eee;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    display: inline-block;
    font-size: 12px;
    padding: 0 8px;
    text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
    background: #888;
    color: #fff;
}
a.comment-reply-link > span {
    display: inline-block;
    position: relative;
    top: -1px;
}

/* Post author highlighting */
.commentlist > li {
    background: white;
    border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
    color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
    content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
    background: white;
    border-color: #d3d3d3;
}



/* Comment Form */
#respond {
    background: white;
    border: 1px solid #d3d3d3;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto 1.625em;
    padding: 1.625em;
    position: relative;
    
}
#respond input[type="text"],
#respond textarea {
    background: #fff;
    border: 4px solid #eee;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
    -moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
    box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
    position: relative;
    padding: 10px;
    text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
    position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
    background: #eee;
    -webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
    -moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
    box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
    color: #555;
    display: inline-block;
    font-size: 12px;
    left: 4px;
    min-width: 40px;
    padding: 4px 10px;
    position: relative;
    top: 40px;
    z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
    text-indent: 0;
    z-index: 1;
}
#respond textarea {
    resize: vertical;
    width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
    color: #bd3500;
    font-size: 22px;
    font-weight: bold;
    left: 75%;
    position: absolute;
    top: 45px;
    z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
    font-size: 13px;
}
#respond p {
    margin: 10px 0;
}
#respond .form-submit {
    float: right;
    margin: -20px 0 10px;
}
#respond input#submit {
    background: #222;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    color: #eee;
    cursor: pointer;
    font-size: 15px;
    margin: 20px 0;
    padding: 5px 42px 5px 22px;
    position: relative;
    left: 30px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
    background: #1982d1;
    color: #bfddf3;
}
#respond #cancel-comment-reply-link {
    color: #666;
    margin-left: 10px;
    text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
    text-decoration: underline;
}
.commentlist #respond {
    margin: 1.625em 0 0;
    width: auto;
}
#reply-title {
    color: #373737;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
#cancel-comment-reply-link {
    color: #888;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 2.2em;
    letter-spacing: 0.05em;
    position: absolute;
    right: 1.625em;
    text-decoration: none;
    text-transform: uppercase;
    top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
    color: #ff4b33;
}
#respond label {
    line-height: 2.2em;
}
#respond input[type=text] {
    display: block;
    height: 24px;
    width: 75%;
}
#respond p {
    font-size: 12px;
}
p.comment-form-comment {
    margin: 0;
}
.form-allowed-tags {
    display: none;
}

/* search resutls / archive prev+next links */

nav#pagination {
    padding: 5px 0;

}
nav#pagination div.nav-previous {
    float: left;
}
nav#pagination div.nav-next {
    float: right;
}

.register-table td {
    padding: 5px;
}

.ourproductstable td {
    padding: 10px;
    text-align: justify;
    line-height: 140%;
}


