/*
Theme Name: Paul LeJoy
Theme URI:
Description: Custom theme for Paul Lejoy
Version: 1.0
Author: Dept29
Author URI: http://dept29

*/





/* This is a blend of Eric Meyer reset and Yahoo 2.5.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, 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%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
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: "";
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}


/* Yahoo font.css. IE specific rules are in ie.css
----------------------------------------------*/

body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
}
table {
	font-size: inherit;
	font: 100%; /* This doesn't validate, find out what it is for */
}
/**
* Bump up IE to get to 13px equivalent
*/
pre,code,kbd,samp,tt {
	font-family: monospace;
	line-height: 100%;
}

/*----------- Sizing Chart


Desired pixel size - Percentage equivilent
10...................77
11...................85
12...................93
13...................100
14...................108
15...................116
16...................123.1
17...................131
18...................138.5
19...................146.5
20...................153.9
21...................161.6
22...................167
23...................174
24...................182
25...................189
26...................197

----------------------------------------------*/

/** Begin Typography & Colors
----------------------------------------------*/


body {
	background-color: #fff;
	color: #231f20;
	text-align: center;
}

html {
	background-color: #333133;
}

body.home {
/*	background-color: #e7e8e9;*/
	background: #fff url('images/body-bg.gif') repeat-x 0 398px;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

}

small {
	font-size: 0.9em;
}

p {
	margin: 0 0 20px 0;
	font-size: 100%;
	line-height: 1.5em;
}



.category-sticky-posts p:last-child {
	margin-bottom: 0;
}

h2, .page-id-68 .entry p {
	font-size: 235%;
	font-family: times;
	font-style: italic;
}

.page-id-68 h2 {
	display: none;
	
}

h2.pagetitle {

}



h3 {
	font-weight: bold;
}

#sidebar h3 {
	color: #ed1c24;
	font-weight: normal;
}

body.home #sidebar h3 {
	
	color: #231f20;
	font-family: times;
	font-style: italic;
	font-size: 182%;
}

h1, h1 a, 
h1 a:hover, 
h1 a:visited{
	text-decoration: none;
	color: white;
}

strong {
	font-weight: bold;
}

#sidebar {
	font-size: 100%;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

.page-id-68 {
	
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}



/** Links
----------------------------------------------*/

a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: #ccc;
}

a:active {
	
}


h2 a:link, 
h2 a:visited {
	color: #231f20;
	text-decoration: none;
}

h3 a:link,
h3 a:visited,

#sidebar a:link,
#sidebar a:visited {
	text-decoration: none;
	color: #9c0a0e;
}

h2 a:hover, 
#sidebar a:hover,
#sidebar li.current-cat a:link,
#sidebar li.current-cat a:visited {
	text-decoration: underline;
}

a:link.more-link,
a:visited.more-link {
	color: #adacad;
	text-decoration: none;
}

a:hover.more-link {
	color: #adacad;
	text-decoration: underline;
}


#footer a:link {
	color: #fff;
	text-decoration: underline;
}

#footer a:visited {
	color: #fff;
}

 
#wp-calendar caption, 
cite {
	text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}


/** Layout
----------------------------------------------*/


body {
	margin: 0;
	padding: 0;
}
#page, 
#header,
#sub-header,
#footer {
	text-align: left;
}

#banner-wrapper {
	background: url('images/banner-repeat.jpg') repeat-x left top;
}

body.home #banner {
	background: url('images/banner.jpg') no-repeat center top;
	height: 347px;
}

body.home #banner-content {
	display: none;
}

#page {
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 822px;
}

body.home #page {
	padding: 3px 0 3px 0;
}

body.home #content {
	margin-top: -27px;
}


#header-content, 
#sub-header-content, 
#footer-content {
	width: 822px;
}

#header {
	background: #000 url('images/header-bg.gif') repeat-x left top;
	height: 52px;
	width: 100%;
}

#header-content {
	margin: 0 auto;
}

#header h1 {
	float: left;
	padding: 15px 0 0 15px;
}

#header #icons {
	float: right;
	padding: 15px 30px 0 0;
}

#header #icons img {
	margin-left: 8px;
}

#sub-header {
	background-color: #e7e8e9;
	width: 100%;
}

#sub-header #sub-header-content {
	margin: 0 auto;
	padding: 10px 0;
	color: #959595;
}

#sub-header-content #description {
	float: left;
	font-size: 153.9%;
	font-family: times;
	font-style: italic;
}

#sub-header-content #phone {
	float: right;
	margin: 5px 30px 0 0;
}
.home #sub-header {
	display: none;
}

.narrowcolumn {
	float: right;
	padding: 0;
	margin: 0;
/*	width: 608px;*/
	width: 628px;
}

.post {
	margin: 0;
	padding: 60px 30px 0 30px;
}

body.single .post {
	padding: 0 30px 0 30px;
}

body.page .post {
	padding: 0 30px 0 30px;
}

#respond {
	padding: 30px 30px 70px 30px;
}


.entry {
	border-bottom: 1px solid #b2b4b6;
}

div.sticky-container {
/*	background: url('images/sticky-middle.gif') repeat-y 0px 0px;*/
}

div.sticky-container .category-sticky-posts {
	background: url('images/sticky-top.gif') no-repeat left top;
}

div.sticky-container .entry {
/*	background: url('images/sticky-bottom.gif') no-repeat left bottom;*/
}

body.home div.sticky-container {
/*	background: url('images/sticky-middle-home.gif') repeat-y 0px 50px;*/
}

body.home div.sticky-container .category-sticky-posts {
	background: url('images/sticky-top-home.gif') no-repeat left top;
}

body.home div.sticky-container .entry {
/*	background: url('images/sticky-bottom-home.gif') no-repeat left bottom;*/
}

body.category-all div.sticky-container,
body.category-all div.sticky-container div.category-sticky-posts,
body.category-all div.sticky-container div.entry {
	background: none;
}


.post h2 {
	padding: 25px 0 5px 0;
}

div.sticky-container .post {
	padding: 0;
}


div.sticky-container .post .entry {
	padding: 0 30px 40px 30px;
	border: none;
}

body.category-all div.sticky-container .post h2 {

	padding: 25px 0 5px 0;
	
}

body.category-all div.sticky-container .post {
	padding: 0 30px 0 30px;
	
}

body.category-all div.sticky-container .post .entry {
	padding: 0;
	border-bottom: 1px solid #b2b4b6;
	
}

div.sticky-container .post h2 {
	padding: 25px 30px 5px 30px;
}

body.single div.category-sticky-posts {
	background-color: transparent;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	background: #333133 url('images/footer-bg.gif') repeat-x left top;
	border: none;
	width: 100%;
	padding: 36px 0 0 0;
	clear: both;
	color: #fff;
}

#footer-content {
	margin: 0 auto;
}

#footer-content #left {
	width: 422px;
	float: left;
}

#footer #left p {
	width: 300px;
}

#footer #address {
	margin: 27px 0 0 0;
}

#footer #dept29 {
	margin: 97px 0 0 0;
}

#footer #contact {
	margin: 0 0 65px 0;
}

#footer-content #right {
	width: 350px;
	float: right;
	margin-right: 20px;
}





/** Headers
----------------------------------------------*/




h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
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;
}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}


#sidebar #home-nav {
	border-bottom: 1px solid #999;
}

#sidebar li.categories ul {
	border-bottom: 1px solid #999;
}

body.home #sidebar {
	margin: 0 0 0 15px;
}

body.home #sidebar li.categories ul {
	border-bottom: none;
}

.current-cat {
	
}



#sidebar ul {
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
}

#sidebar ul li {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 10px 0 0 0;
}

#sidebar ul ul ul, #sidebar ul ol {

}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0 10px 0;
	padding: 0;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form {/* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	margin: 0 30px;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */


/** Sidebar
----------------------------------------------*/

#sidebar {
	padding: 30px 0 10px 0;
	float: left;
	width: 149px;
}

#sidebar li {
	font-size: 108%;
}

body.single #sidebar {
	padding: 40px 0 10px 0;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {/* Doesn't work in IE */
background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 0 4px 5px;
	margin: 0;
}


/** Contact Form
----------------------------------------------*/

form#contact-form {
	margin: 0px;
	padding: 0px;	
}
#contact-form legend {
	font-size: 200%;
	color: #A4BD7C
}
#contact-form fieldset {
	border: none;
}
#contact-form input, #contact-form label, #contact-form textarea {

}
#contact-form input, #contact-form textarea {
	margin: 8px 0;
}
#contact-form textarea {
	width: 380px;
}

	
#contact-form label {
	margin: 0 0 0 5px;
	color: #fff;
}
#contact-form .submit {
	margin: 20px 0 0 0;
}
#contact-form .submit {

}
#contact-form input[type=text], #contact-form input[type=password], #contact-form textarea {
/*    border: 1px solid #333;
    background: #C2BCAC;
    color: #fff;*/
}

#contact-form input[type=text]:focus, #contact-form input[type=password]:focus, #contact-form textarea:focus {
/*    border: 1px solid #333;
    color: #000;
	background: #FEFEFE;*/
}
/* Validation */

#contact-form input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

#contact-form input.required, #contact-form textarea.required {
	/*border: 1px solid #00A8E6;*/
}
#contact-form input.validation-failed, #contact-form textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
#contact-form input.validation-passed, #contact-form textarea.validation-passed {

}

#contact-form .validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

#contact-form .custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}



/** Misc
----------------------------------------------*/


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
