/*

Theme Name: Personal Impact

Theme URI: http://www.personalimpact.ca

Description: Custom Template Design for Personal Impact International by Nota Bene Consulting

Version. 1.0

Author: Melaena D. Thomas

Author URI: http://www.notabenemarketing.com/



*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color: #bd376e;
	text-decoration: underline;
}
a:hover {
	color: #7c2448;
}
p {
	padding: 10px 0 10px 0;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/sidebar-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
	background: #DDDDDD;
	background-color: #674057;
	background-image: url(images/banner-background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 200px;
	padding: 0px;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#banner-topbar {
	height: 24px;
	background: #fff;
}
#banner {
	padding: 0px;
	height: 200px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#banner-benefits {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	width: 350px;
	line-height: 16px;
	padding: 0px;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#banner-benefits p {
	margin: 0px;
	padding: 0px;
}
#banner-logo {
	width: 415px;
	position: relative;
	bottom: 20px;
	height: 221px;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navcontainer {
	height: 35px;
	margin: 0px;
	padding: 0px;
	background-color: #3d2e2a;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ae7680;
}
ul#navlist {
	white-space: nowrap;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 3px;
	padding-left: 14px;
	color: #fff;
	text-decoration: none;
}
#navlist a:hover {
	color: #fff;
	background-color: #ae7680;
	text-decoration: none;
}
/* Begin Sidebar Styles */

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 5px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li {
	padding: 0px;
	margin: 0px;
}
#sidebar ul li h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	color: #674057;
	font-size: 16px;
	text-transform: uppercase;
}
#sidebar ul ul {
	padding-left: 20px;/*	list-style-image: url(images/bullet.gif); */

}
#sidebar ul ul li {
	padding: 0px;
	line-height: 24px;
}
#sidebar ul ul li a {
	color: #bd376e;
	text-decoration: none;
	display: block;
	padding-left: 3px;
}
#sidebar ul ul li a:hover {
	color: #ffffff;
	background-color: #7c2448;
}
#sidebar ul ul ul {
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#sidebar h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	color: #674057;
	font-size: 16px;
	text-transform: uppercase;
}
#sidebar form {
	margin: 0;
}
.sidebarBreak {
	background-color: #FFFFFF;
	height: 3px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* End Sidebar Styles */

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	text-align: left;
	vertical-align: top;
	padding: 0;
}
.break {
	background-color: #c7c7c7;
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#editable {
	margin: 0px;
	padding: 10px;
}
#featuredProducts {
	margin-top: 40px;
}
#featuredProducts h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	color: #7c2448;
	font-size: 18px;
	text-transform: uppercase;
}
#footerGradient {
	background-image: url(images/footer-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 6px;
}
#footer {
	background:#d0cdc0;
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#footerContent {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	font-size: 11px;
	color: #797669;
}
#footerContent a {
	color: #797669;
	text-decoration: underline;
}
#footerContent a:hover {
	color: #bd376e;
	text-decoration: underline;
}
#footerContent ul {
	padding: 0px;
	margin: 0px;
}
#footerContent li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #797669;
}
#AICIlogo {
	height: 77px;
	width: 78px;
	float: left;
	margin-left: 80px;
	margin-right: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.caption {
	font-size: 11px;
}
#search {
	height: 27px;
	padding-bottom: 20px;
}
#contactInformation p {
	padding-right: 10px;
	padding-left: 10px;
}
#testimonials {
	border: 1px solid #7c244a;
	padding: 10px;
}
#newsletterSignup p {
	padding-right: 10px;
	padding-left: 10px;
}
#newsletterSignupTitle {
	height: 62px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#newsletterSignupTitle h3 {
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 12px;
}
#categories ul {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
        list-style-type: disc;
}
.btn {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #7c2448;
	border: 1px solid #919191;
	height: 27px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
}
.btn:hover {
	background-color: #ae7680;
}
.input {
	border: 1px solid #919191;
	height: 23px;
}
/*Wordpress Styles*/

.postinfo {
	font-size: 10px;
	border-bottom: 1px dotted #999999;
}
.post {
	padding: 10px 0 10px 0;
}
.post h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.post h2 a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	color: #7c2448;
	font-size: 18px;
	text-transform: uppercase;
}
.post h2 a:hover {
	color: #bd376e;
}
.postinfo {
	padding: 0;
	margin: 0;
}
.entry {
	line-height: 18px;
}
.entry h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	color: #7c2448;
	font-size: 18px;
	text-transform: uppercase;
}
.entry h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	color: #674057;
	font-size: 17px;
	text-transform: uppercase;
}
.entry h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	color: #674057;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;/*

	border-bottom: 1px dotted #999999;

	*/

}
.entry h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	color: #674057;
	font-size: 12px;
	text-transform: uppercase;
}
.entry h4 a {
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.entry table {
	margin-top: 5px;
	margin-bottom: 5px;
}
.entry table td {
	background: #ffffff;
}
.entry .tableborder {
	background: #000000;
}
.entry .testimonial {
	border: 1px solid #000000;
	color: #ffffff;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	line-height: 14px;
	margin-bottom: 5px;
	background-color: #C59CA5;
}
p.postmetadata {
	border-top: 1px solid #c7c7c7;
	margin: 10px 0 0 0;
}
.navigation {
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
/* 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 */

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}
.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}
.commentmetadata {
	font-size: 12px;
}
.comments-template p.nocomments {
	padding: 0;
}
.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
div.contactform {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
}
div.contactform input {
	border: 1px solid #c7c7c7;
	margin-bottom: 5px;
}
div.contactform textarea {
	border: 1px solid #c7c7c7;
	margin: 0px;
}
div.contactform #contactsubmit {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #7c2448;
	border: 1px solid #919191;
	height: 27px;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 5px;
	text-transform: uppercase;
}
div.contactform #contactsubmit:hover {
	background-color: #ae7680;
}
div.contactform .required {
	color: #7c2448;
	font-weight: bold;
}
/*WP Calendar Styles */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}
#wp-calendar tbody td {
	border: 1px solid #cccccc;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	border: 1px solid #cccccc;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	text-decoration: none;
	font-weight: bold;
	color: #7c2448;
	display: block;
}
#wp-calendar a:hover {
	color: #FFFFFF;
	background-color: #7c2448;
}
#wp-calendar caption {
	font: bold;
	font-size: 18px;
	text-align: center;
	text-align: center;
	width: 100%;
	color: #7c2448;
	margin-top: 10px;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#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 Quote Plugin Styles */

#wp_quotes {
	margin: 0px;
}
#wp_quotes div.wp_quotes_quote {
	text-align:left;
	font-style: italic;
	margin-bottom: 5px;
}
#wp_quotes div.wp_quotes_author {
	text-align: right;
	font-weight: bold;
}
div.wp_quotepage {
	font-size: 14px;
	width: 80%;
	margin-left: 40px;
}
div.wp_quotepage_quote {
}
div.wp_quotepage_author {
	margin-left: 20px;
	font-style: italic;
}
hr.wp_quotepage_hr {
	width: 70%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
div.wpquotes_poweredby {
	text-align: center;
	font-size: 0.8em;
	margin-top: 12px;
}

/* End Quote Plugin Styles */



/*.signupframe {

  border: 1px solid #000000;

  background: #ffffff;

  color: #000000;

  font-family: Arial, Helvetica, sans-serif;

}

*/
