/* -------------------------------------------------------------------------------
	Theme Name: patproPG
	Theme URI: http://www.templatelite.com/maple-leaf-free-wordpress-theme/
	Description: Nice 2-column WordPress theme by <a href="http://www.templatelite.com">Template Lite</a>.
	Version: 1.03
	Author: Hand Spun Digital adaptation of Maple Leaf by TemplateLite.com
	Author URI: http://www.templatelite.com/
	Tags: simple, clean, fixed width, widget ready, widgets, left sidebar, two columns, valid XHTML, valid CSS
   ------------------------------------------------------------------------------- */
/* general */
body{
	margin:0px auto;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#252322;
/*	color:#5d5855;
*/	background: url(images/bodybg.jpg) repeat;
/*	background: #D4CB9D url(images/bg_bottom_repeat.jpg) repeat-x bottom;
*/}

img {
	border:0px;
	padding:5px;
	/*max-width: 100%;  not working in IE6*/
}
a {color:#466aaa;text-decoration: underline;}
a:hover {color: #466aaa;text-decoration: none;}

h1 {
	color:#5f4f47;	
	font-size:1.6em; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-weight: bold;
	margin: 0 0 0 0;
	line-height: 1.6em;
}
h1.homemsg {font-size:1.8em;color:#000;	}
h2 {
	color:#999999;	
/*	color:#b59d62;*/
	font-size:1.4em; 
	font-family: Arial, Helvetica, Sans-Serif; /* */
	font-weight: bold;
	display: block;
	margin: 4px 0 10px 0;
	line-height: 1.4em;
	letter-spacing: .05em;
	
	}
h3 {
	color:#5f4f47;	
/*	color:#8a5c42;
*/	font-size:14px; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-weight: bold;
	/**/letter-spacing: .001em;
	margin: 0 0 2px 0;
	line-height: 16px;
}
h3 strong {color:#999999}
h4 {
	color:#5f4f47;	
/*	color:#8a5c42;	
*/	font-size:12px;
	font-family: Arial, Helvetica, Sans-Serif; /* */
	font-weight: bold;
	margin: 0 0 4px 0;
	line-height: 12px;
}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #cccccc; width:90%;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
/*	background: url(images/quote.gif) no-repeat top left;
*/}
input {
	margin-bottom:5px;
	vertical-align: middle;
}
select{
	font-family: Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#header #patphoto {
position: relative;
float:right;
	border:0px;
	padding:0px;
	margin-left: 20px;
	margin-top: 12px;
		margin-right: 12px;
}

.clear {clear:both;}
.spacer {height:20px;}
/***** layout *****/
#page_top{
	margin:0px auto;
	padding:0;
	width:1002px;;
}

#base{	margin:0px auto;
	padding:0;
	width:1002px;
	background: #ffffff url('images/base_bg.png') no-repeat left top;
	
}

#header{
	position:relative;
	width: 1002px;
	margin:0px auto;
	height: 140px;
	background-color:#ffffff;
/*	background: url('images/header_bg.png') no-repeat top;
*/}

#container{
	position:relative;
	overflow:hidden;
	width:1002px;
	margin:0px auto;
	margin-top: 18px;
	
}
#sidebar{
	float:right;
	width:320px;
	overflow:hidden;
/*	color:#706D2A;*/
	padding:20px 10px 10px 0px;
	margin-right:10px ;
/*	background-color:#00CC99;
*/ text-align: left;
	
}
#content{
	float:right;
	display:inline; 
	width:622px;
	overflow:hidden; 
	padding: 0;
	margin: 0 20px 0 0 ;
/*	background-color:#0099FF;
*/}
iframe { /*border:1px solid #0000CC*/}
#contentbookstore{
	float:right;
	display:inline; 
	width:942px;
	overflow:hidden; 
	padding: 0;
	margin: 0 30px 0 0 ;
/*	background-color:#0099FF;
*/}
#footer{
	clear:both;
	display: block;
	color: #666666;
	height:56px;
	font-size:10px;
	font-family:Arial;	
	width:1002px;
/*	
*/	margin: 0 auto;
	margin-bottom:20px;
	background:url('images/footer_bg.png') repeat-x top;
	text-align:left;
	
}
#footer a,#footer a:hover{
	color:#6a8d8f;
	text-decoration:underline;
}
#footer span { padding-top: 6px; line-height: 16px;margin:0 50px;/**/}
#footer li {display: inline;}
/*######### header ############*/
#blogtitle {
	position:relative; 
float: left;
	margin-left: 12px;
}


#subtitle {

	position:relative;
float: left; clear:left;
overflow:hidden; 

	margin-left: 20px;
		font-family: Arial, Verdana; 
	width:280px; 
	height:auto;

	text-align:left; 
	font-size:14px;
	letter-spacing: 1px;
	color:#000000; 
	font-style:italic;
	font-weight: bold;
	border:0px red solid;
	line-height:1.4em;
}

.searchbox { /*entire search feature - not the input field*/
	position:relative;
	display: block;
	width:inherit;
	height:32px; 
	overflow: hidden;
	margin-bottom: 10px;
}
.search-field {
	font-size:11px; 
	font-family: Arial, Helvetica, Sans-Serif; 
	/*color: #735646;*/
	font-weight:bold;
}
.search-field input {
	width:100px; 
	height:15px; 
	font-size:11px; 
	font-weight:normal;
	font-family: Arial, Helvetica, Sans-Serif; 
	color:#8ba2ff; 
	padding:5px 3px 3px 3px;
	border:1px solid #cccccc;
	background:#eeeeee;
	margin: 6px 0; 

}
.search-but {
visibility: hidden;
/*background: url('images/search_butt.jpg') no-repeat;
	border:1px solid #cccccc;
	width:30px; 
	height:30px; 
	margin: 0;
	padding: 0;
*/	

}

#footer img.rss{
	position: absolute;
	right: 52px;
	top: 29px;
	height:26px;
	width:26px;
}

/***** sidebar *****/
/*#sidebar a{color:#466aaa;text-decoration:none;}
#sidebar a:hover {color:#466aaa;text-decoration:underline;}
*/
#sidebar a{color:#466aaa;text-decoration:none;}
#sidebar a:hover {color:#466aaa;text-decoration:underline;}

#sidebar p {line-height: 1.3em;}
#sidebar .smaller {font-size: smaller;}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	
}
#sidebar ul.reglist {
	list-style-type: disc;
	margin: 0px 0px 10px 6px;
	padding: 0px 0px 0px 0px;
}
#sidebar ul.reglist li {
	list-style-type: disc ;
	list-style-position:inside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar ul.reglist ul.reglist{
	list-style-type: circle;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}
#sidebar ul.reglist li ul.reglist li  {
	list-style-type: circle ;
	list-style-position:inside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar ol.reglist {
	list-style-type: decimal ;
	margin: 0px 0px 10px 6px;
	padding: 0px 0px 0px 0px;
}
#sidebar ol.reglist li {
	list-style-type: decimal ;
	list-style-position:inside;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


#sidebar ul ul li{
	position: relative;
	line-height: 1.7em;
	list-style-type: none;
	font-size:12px;
	margin: 0px 0px 0px 5px;
/*	padding:0 5px 0 16px;
	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;
*/}

#sidebar ul ul ul li {
	position: relative;
	list-style-type: none;
	font-size:12px;
	border:0px; 
	margin: 0px 0px 0px 0px; 
	line-height: 1.7em; 
/*	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;
	padding: 0px 0px 0px 16px;*/
}

#sidebar h2 {
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size:16px; 
	line-height: 18px;
	color: #735646;

/*	background:url('images/sidebar_title.jpg') no-repeat center;
*/}
#sidebar select{
	margin:5px 0px 2px 5px;
	font-size:12px;
	width:200px;
	overflow:hidden;
}

/***** content *****/

.archivetitle {
	height:20px;
	color: #000000;
	font-size: 11px;
	font-weight:normal;
	padding: 10px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}
.post{
	width:622px;
margin:0;
padding: 0;
display: block;
}	

.post_top{
	position: relative;
/*	height:40px;
*/	margin: 0 0 10px 0;
}
.post_bottom{
	margin: 0 0 20px 0;
	height:5px;
	border-bottom: 1px solid #cccccc;
}	
.posttitle{
	position:relative;
/*	line-height: 1em;
*/}
.posttitle a{
	color: #5f4f47;	
	text-decoration:none;
}
.posttitle a:hover{
	color: #466aaa;
	text-decoration:underline;
}
.date {
	font-family:arial;
	font-size: 10px;
	padding: 0;

}
.author{
	/*display: none;*/
	position:relative;
	font-family:arial;
	font-size:11px;
	margin-top: 10px;
/*	top:28px;
	left:5px;
*/}
.author a{
	text-decoration:none;
}
.author a:hover{
		text-decoration:underline;
}
/**/
.info {
	line-height: 2em;
	font-size: 9px;
	padding:0 0 10px 0 ;
}
.category{
	padding:2px 0 2px 20px;
	background:url(images/category.jpg) no-repeat top left;
}
.bubble{
	padding:2px 0 2px 20px;
	background:url(images/bubble.jpg) no-repeat left top;
}
.bubble a { font-weight:bold; font-size:11px;}
.tags{
	padding:2px 0 2px 20px;
	background:url(images/tags.jpg) no-repeat left top;
}

.entry {
/*	color: #5d5855;
*/	line-height: 1.4em;
	text-align: left;
	padding: 0;
}

.navigation {
	font-size: 12px;
	padding: 30px 0px 30px 0px;
}


.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #d7cdac;
	background:#ffffff;
}

/*** comment ***/
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}
#comments{
	padding:0 30px 0 20px;
}
.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #d7cdac;
}
.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #d7cdac;
	background:#eeeeee;
}

.commenthead {
	height:34px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#eeeeee;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 15px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #d7cdac;
	background:#e0cfa5;
}
.adminhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #d7cdac;
	background:#e0cfa5;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #d7cdac;
	background: #e0cfa5 url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px dashed #d7cdac;
	background:#e0cfa5;
}

.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #252322;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family:Arial, Helvetica, Sans-Serif;/* Georgia, Times, 'Times New Roman', serif;*/
}
.authorlink {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.authorlink a {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 10px; color: #000000;}

.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #5A6B1E;
	font-family: Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 500px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	border: 1px solid #5A6B1E;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #5A6B1E;
	font-family: Arial, Helvetica, Sans-Serif;
}

/***** widget *****/
#wp-calendar td {font-size:11px;color:#999999;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 210px;
	text-align: center;
	font-size:11px;
	color:#5A6B1E;
}
.wp-caption { /*images caption*/
	text-align: center;
/*	color:#666666;
*/}

.textwidget { /*text box*/
	margin:5px 0px 5px 5px;
}

#akismetwrap{
	margin:2px 0 2px 45px;
}
.rsswidget img {
	margin-top:2px;
	margin-left:-15px;
	padding:0px;
	background:#ff0 fixed;
}

#sidebar h2 a.rsswidget{
	margin-left:-3px;
	color: #706D2A;
	text-decoration:none;
}

/* Pages Nav and topmenu */
#topmenu {
display: block;
width: 500px;
margin-left: 480px;
padding-top: 10px;
text-align: right;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
line-height: 21px;
letter-spacing:.05em;
color: 
/*background-color:#33CCFF
*/}
#topmenu ul  {
        margin:0 0 0 5px;
        padding: 0;
        list-style: none;
	height: 27px;
	width: inherit;
}
#topmenu li {
        margin: 0px;
        padding:0px;
        display:inline;
}
#topmenu  a{
        color: #525d87;
        font-weight: bold;
		text-decoration: none;
		padding-left: 20px;
}

#topmenu  a:hover{
        color: #8ba2ff;
        font-weight: bold;
		text-decoration: underline;
}

#topmenu li.current {
        padding-top:0px;
        padding-bottom:0px;
        font-weight: normal;
}
#topmenu li.current a{
        color: #f8f8ec;
        font-weight: normal;
}
#topmenu #ppheadbtn, #topmenu #ppheadbtn input,  #topmenu #ppheadbtn img {margin: 0; padding: 0;}
#pages_nav {	
	margin:0;
/*	margin-left: 294px;
*/	padding: 0;	
/*	width: 742px;
*/	height: 38px;
	width: 100%;
	overflow: hidden;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
/*	line-height: 21px;
*/	letter-spacing:.08em;
	border-bottom: 2px solid #949cbe;
	border-top: 2px solid #949cbe;
	background:#f7f9ff url(images/pagenavbg.jpg) repeat-x bottom; 
}

#pages_nav ul  {
        margin:0 0 0 5px;
        padding: 0;
        list-style: none;
	width: inherit;

}

/*#pages_nav ul.level2 {
	height: 100px;
}
#pages_nav ul.children {
	height: 27px;
}*/


#pages_nav li {
        margin: 0px;
        padding-top:10px;
        padding-bottom:0px; /**/
        padding-left: 14px;
        padding-right: 0px;
        display:inline;
		float: left;
}
#pages_nav li.first {
        padding-left:0px; /**/
}
#pages_nav  a{
        position: relative;
		color: #525d87;
        font-weight: bold;
		text-decoration: none;
		text-align: center;	
		display: block;
		width:130px;
		white-space: normal; 	
		overflow: hidden;
		
}
#pages_nav  a:hover{
        color: #8ba2ff;
        font-weight: bold;
		text-decoration: underline;
}

#pages_nav li.current {
        padding-top:0px;
        padding-bottom:0px;
        font-weight: normal;
}
#pages_nav li.current a{
        color: #8ba2ff;
        font-weight: normal;
}
.columntext {
float:left;
margin-right: 20px;
width: 276px;
display: block;
margin-bottom: 10px;
}

.columntextthree {
float:left;
margin-right: 20px;
width: 182px;
display: block;
margin-bottom: 10px;
margin-top: 10px;
}
.productgrid {
display: block;
width: 600px;
padding: 0;
margin: 0;
border-top: #cccccc 1px solid;
border-right: #cccccc 1px solid;
overflow: hidden;
}
.productgriditem {
float: left;
display: block;
width: 149px;
height:250px;
text-align: center;
border-bottom: #cccccc 1px solid;
border-left: #cccccc 1px solid;
overflow: hidden;
}
.brandgrid {
display: block;
width: 600px;
padding: 0;
margin: 0;
border-top: #cccccc 1px solid;
border-right: #cccccc 1px solid;
overflow: hidden;
}
.brandgriditem {float: left;
display: block;
width: 299px;
height:160px;
text-align: center;
border-bottom: #cccccc 1px solid;
border-left: #cccccc 1px solid;
overflow: hidden;
}
.brandgriditem img.short, .brandgriditemlast img.short  { margin-top: 20px;/**/}
.griditemname {text-align: center;
font-weight: bold;}

.brandgriditemlast {float: left;
display: block;
width: 599px;
height:160px;
text-align: center;
border-bottom: #cccccc 1px solid;
border-left: #cccccc 1px solid;
overflow: hidden;
}
.pricelist {
display: block;
width: 296px;
float:left;

}

#sidebar div.productpgimage {
width: 310px;
display: block;
text-align: center;
 }
#sidebar .widget {text-align: left;
border: #cccccc 3px solid;
/*border-top: #cccccc 3px solid;
border-bottom: #cccccc 3px solid;
*/width: 90%;
margin: 0 auto;
margin-bottom: 10px;
padding: 10px;
} 
.sidecontentchunk {
text-align: left;
border: #cccccc 3px solid;
padding: 10px;
float: right; 
width: 200px;
margin: 0;
margin-bottom: 10px;
margin-left: 10px;
}
.footcontentchunk {
text-align: left;
border: #cccccc 1px solid;
padding: 10px;
float: none;
clear: both;
position: relative;
width: 90%;
margin: 0;
margin-bottom: 10px;
font-size: .9em;
font-style:italic;
}
#sidebar h2, .sidecontentchunk h2 {
color: #666666; 
font-family:Arial, sans-serif; 
}

#sidebar .sidebarchunk h3, .sidecontentchunk h3 {
color: #aaaaaa; 
font-family:Arial, sans-serif; 
line-height: 1.1em; 
font-size: 1.1em}
#sidebar .sidebarchunk ul li, .sidecontentchunk ul li {margin-bottom: 6px;}




.pricebox { background-color:#faf6dd;
display: block; width:auto;}

.allclear {clear: both; } 

address {width: 90%; margin: 0 auto; font-size: 1.1em; }
.widget_stray_quotes h1 {visibility: hidden; display: none;}
.homethreerow {
display: block;
width: 620px;
padding: 0;
margin: 0;
/*border-top: #cccccc 1px solid;
border-right: #cccccc 1px solid;
*/overflow: hidden;
}


.pricingMenuLink{margin-bottom: 10px;padding-bottom: 10px; border-bottom: 1px solid #cccccc;
margin-top: 10px;padding-top: 10px; border-top: 1px solid #cccccc}
.pricingMenuLinkTOP{margin-bottom: 10px;padding-bottom: 10px; border-bottom: 1px solid #cccccc}
.pricingMenuLinkBTM{margin-top: 10px;padding-top: 10px; border-top: 1px solid #cccccc}
span.equationpart {display: block; width: auto; height: 50px; float:left; padding-right:10px;}
span.equationpartlast {display: block; width: 330px; height: 50px; float:left}

#bloglister {}
#bloglister h3 {}
#bloglister li {margin-bottom: 10px;}
#bloglister li a {}



/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
#searchdiv {float: right; margin: 8px 11px 0 0}

.widget_links img, .widget_links a {clear: both; float:none; display: block; margin: 0 auto;}
#smicons img {margin: 0; padding: 0;  vertical-align:text-bottom}

.homeblogspace {
border-top: #cccccc 2px solid;
border-bottom: #cccccc 2px dotted;
text-align: left; 
margin-bottom:20px;
padding: 10px 0;}
.homeblogspace h2 {margin: 0; padding: 0; line-height:normal}
