/*
Theme Name: WordPress FredericPatenaude
Theme URI: http://wordpress.org/
Description: FredericPatenaude
Version: 1.0
Author: Daniel
Author URI: http://binarybonsai.com/
*/


body {
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
	background:#eaf5d4 url(images/bg-body.gif) repeat-x;
}
img{border-style:none;}
a{color:#2c60e9;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
#wrapper{
	width:960px;
	margin:0 auto;
}
#container{
	background: url(images/bg-main.jpg) no-repeat 0 100%;
	width:100%;
	padding-bottom:231px;
}
#header{
	background: url(images/bg-header.jpg) no-repeat;
	width:100%;
	height:215px;
	overflow:hidden;
}
.icons{
	float:right;
	width:160px;
	padding:115px 0 0;
	font-size:15px;
	font-weight:bold;
	color:#fff;
}
.icons p{
	margin:0 0 8px;
	padding-right:20px;
	text-align:center;
}
.icons ul{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}
.icons ul li{
	float:left;
	margin-right:13px;
}
.icons ul li img{display:block;}
.header{
	width:510px;
	float:left;
	padding:54px 0 0;
}
.header h1{
	background: url(images/logo.png) no-repeat;
	width:417px;
	height:45px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 6px 52px;
}
.header h1 a{
	display:block;
	height:100%;
	position:relative;
}
.header h2{
	background: url(images/slogan.png) no-repeat;
	width:506px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 8px;
}
.blockquote{
	padding:0 33px 0 53px;
	width:417px;
	overflow:hidden;
	position:relative;
}
.left-quote{
	background: url(images/left-quote.png) no-repeat;
	width:31px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	bottom:11px;
	left:16px;
}
.right-quote{
	background: url(images/right-quote.png) no-repeat;
	width:31px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	bottom:11px;
	right:0px;
}
.blockquote blockquote{
	margin:0;
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#2a5190;
}
.blockquote blockquote q{
	display:block;
	text-align:justify;
}
.blockquote blockquote q a{color:#2050d0;}
#navigation{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	height:40px;
	position:relative;
	z-index:10;
}
#navigation li{float:left;}
#navigation li a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:40px;
	margin-left:-1px;
}
#navigation li#nav-home a{
	background: url(images/nav-home.gif) no-repeat;
	width: 99px;
	margin:0;
}
#navigation li#nav-blog a{
	background: url(images/nav-blog.gif) no-repeat;
	width: 92px;
}
#navigation li#nav-blog .drop{width:100px;}
#navigation li#nav-about a{
	background: url(images/nav-about.gif) no-repeat;
	width: 105px;
}
#navigation li#nav-about .drop{width:113px;}
#navigation li#nav-products a{
	background: url(images/nav-products.gif) no-repeat;
	width: 128px;
}
#navigation li#nav-products .drop{width:136px;}
#navigation li#nav-resources a{
	background: url(images/nav-resources.gif) no-repeat;
	width: 143px;
}
#navigation li#nav-resources .drop{width:151px;}
#navigation li#nav-testimonials a{
	background: url(images/nav-testimonials.gif) no-repeat;
	width: 159px;
}
#navigation li#nav-testimonials .drop{width:167px;}
#navigation li#nav-affiliates a{
	background: url(images/nav-aff.gif) no-repeat;
	width: 129px;
}
#navigation li#nav-affiliates .drop{width:137px;}
#navigation li#nav-contact a{
	background: url(images/nav-contact.gif) no-repeat;
	width: 111px;
}
#navigation li#nav-contact .drop{width:119px;}
#navigation li a.active{background-position:0 100% !important;}
#navigation li#nav-blog:hover a,
#navigation li#nav-blog.hover a{background-position:0 50% !important;}
#navigation li#nav-about:hover a,
#navigation li#nav-about.hover a{background-position:0 50% !important;}
#navigation li#nav-products:hover a,
#navigation li#nav-products.hover a{background-position:0 50% !important;}
#navigation li#nav-resources:hover a,
#navigation li#nav-resources.hover a{background-position:0 50% !important;}
/*
#navigation li#nav-testimonials:hover a,
#navigation li#nav-testimonials.hover a{background-position:0 50% !important;}
#navigation li#nav-affiliates:hover a,
#navigation li#nav-affiliates.hover a{background-position:0 50% !important;}
#navigation li#nav-contact:hover a,
#navigation li#nav-contact.hover a{background-position:0 50% !important;}
*/


#navigation li:hover,
#navigation li.hover{position:relative;}
#navigation li:hover .drop,
#navigation li.hover .drop{
	position:absolute;
	left:-5px;
	top:40px;
	display:block;
}
#navigation li .drop{
	display:none;
}
.drop-holder{
	background: url(images/bg-drop-left.png) repeat-y;
	padding-left:5px;
}
.drop-frame{
	background: url(images/bg-drop-right.png) repeat-y 100% 0;
	padding-right:5px;
}
.drop-frame ul{
	list-style:none;
	margin:0;
	padding:11px 5px 65px;
	background:#fff;
	font-size:13px;
	overflow:hidden;
}
#navigation ul li{
	float:none;
	text-align:center;
	margin-bottom:7px;
}
#navigation ul li a{
	background:none !important;
	text-indent:0 !important;
	color:#0b244e;
	text-decoration:none;
	height:inherit;
	display:inline !important;
}
#navigation ul li a:hover{color:#4e8800;}
#navigation li#nav-blog ul li a:hover{color:#2050d0;}
.drop-bottom{
	background: url(images/bg-drop-bt-l.png) no-repeat;
	padding-left:9px;
	height:9px;
}
.drop-bottom span{
	display:block;
	background: url(images/bg-drop-bt-r.png) no-repeat 100% 0;
	padding-right:11px;
	height:9px;
}
.drop-bottom em{
	background: url(images/bg-drop-bt.png) repeat-x;
	width:100%;
	display:block;
	height:9px;
	text-indent:-9999px;
	overflow:hidden;
}

#main{
	width:100%;
	overflow:hidden;
	padding-top:16px;
}
.content{
	width:613px;
	float:left;
}
.post-block{
	border:1px solid #488eff;
	width:611px;
	background:#e1e9f6 url(images/bg-post.gif) repeat-x;
	padding-bottom:7px;
	margin-bottom:17px;
}
.title{
	width:593px;
	overflow:hidden;
	padding:8px 0 0 20px;
}
#main .date{
	float:left;
	background: url(images/bg-date.gif) no-repeat;
	width: 65px;
	height: 62px;
	padding-top:2px;
}
#main .date span{
	display:block;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	margin-bottom:1px;
}
#main .date strong{
	display:block;
	font-size:24px;
	font-weight:bold;
	color:#2e5895;
	text-align:center;
}
.title-heading{
	float:left;
	width:495px;
	padding-left:11px;
}
.title-heading h3{
	margin:0 0 6px;
	font:24px/26px Georgia, "Times New Roman", Times, serif;
	color:#123a73;
}
.title-heading p{
	margin:0;
	font-size:12px;
}
.title-heading p a{color:#2c60e9;}
.post-comments{
	border:dotted #173669;
	border-width:1px 0;
	width:611px;
	overflow:hidden;
	margin-bottom:6px;
}
.post-comments .holder{
	background:#f6f8fc url(images/bg-postcomment.gif) repeat-x;
	width:593px;
	padding:5px 0 0 20px;
	overflow:hidden;
}
.comment-box{
	width:219px;
	float:left;
	overflow:hidden;
	padding-top:4px;
}
.comment-box span{
	background: url(images/bg-comment.gif) no-repeat;
	width: 66px;
	height: 50px;
	float:left;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	line-height:40px;
}
.comment-box span a{
	color:#fff;
	text-decoration:none;
}
.comment-box span a:hover{text-decoration:underline;}
.comment-box .comment-link{
	float:left;
	font:24px/28px Georgia, "Times New Roman", Times, serif;
	color:#535353;
	width:144px;
	margin-left:9px;
}
.post-content{
	width:372px;
	float:left;
	overflow:hidden;
}
.post-icons{
	list-style:none;
	margin:0;
	padding:0 0 5px;
	width:100%;
	overflow:hidden;
}
.post-icons li{
	float:left;
	margin-right:18px;
	text-align:center;
	font-size:12px;
}
.post-icons img{display:block;}
.post-box{
	background: url(images/bg-postbox.gif) repeat-y;
	margin:0 0 10px 5px;
	width:601px;
}
.post-box .holder{background: url(images/bg-postbox-top.gif) no-repeat;}
.post-box .frame{
	background: url(images/bg-postbox-bottom.gif) no-repeat 0 100%;
	width:571px;
	padding:20px 15px 20px;
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#2d2d2d;
}
.post-box p{
	margin:0 0 18px;
	text-align:justify;
}
.alignright{
	float:right;
	margin:0 0 0 22px;
}
.post-box span{
	display:block;
	color:#f26b1a;
}
.bottom-comments{
	width:591px;
	padding:0 0 9px 20px;
	overflow:hidden;
}
.search-box{
	width:100%;
	overflow:hidden;
	padding:6px 0 14px;
}
.search-box input{float:left;}
.search-box span{
	float:left;
	width:133px;
	border:1px solid #f26f1f;
	background: url(images/bg-input.gif) repeat-x;
	height: 15px;
	padding:3px 5px 4px;
	margin-right:6px;
	overflow:hidden;
}
.search-box span input{
	float:none;
	display:block;
	padding:0;
	width:100%;
	font-size:12px;
	color:#797878;
	border-style:none;
	background:none;
}
.search-box ul{
	list-style:none;
	margin:0;
	padding:3px 0 0;
	float:right;
	overflow:hidden;
	font:12px "Trebuchet MS", Helvetica, sans-serif;
	width:150px;
}
.search-box ul li{
	float:left;
	background: url(images/bullet-search.gif) no-repeat 0 7px;
	padding:0 7px 0 9px;
	margin:0 4px 0 -4px;
}
.search-box ul li a{color:#2050d0;}
.icon-list{
	width:367px;
	float:right;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0 0 0 5px;
}
.icon-list li{
	float:left;
	margin-right:13px;
	display:inline;
}



.sidebar {
	float:right;
	border:1px solid #d5d4d4;
	width:312px;
	background:#f9f9f9;
	padding:8px 8px 10px;
}
.sign-up-box {
	background:#f1eac6 url(images/bg-sign-up.gif) repeat-x;
	border:1px solid #803203;
	padding:8px 20px 13px;
	margin:0 0 9px;
	font-size:12px;
	line-height:18px;
	height:1%;
	position:relative;
}
.sign-up-box h2 {
	background:url(images/separator.gif) repeat-x 0 100%;
	padding:0 0 9px;
	width:310px;
	margin:0 -20px 10px;
	position:relative;
}
.title-get strong {
	background:url(images/text-get.gif) no-repeat;
	width: 212px;
	height: 15px;
	text-indent:-9999px;
	overflow:hidden;
	margin:auto;
	display:block;
}
.main-txt {
	display:block;
	font:bold 18px/22px Georgia, "Times New Roman", Times, serif;
	color:#123a73;
	text-align:center;
}
.mark {
	display:block;
	font:bold 18px/22px Georgia, "Times New Roman", Times, serif;
	color:#fd6001;
	text-align:center;
}
.sign-up-box p {margin:5px 0 12px;}
.row {
	height:1%;
	overflow:hidden;
	padding:0 0 7px 17px;
}
.sign-up-box label {
	float:left;
	width:70px;
	padding:0 6px 0 0;
	font-size:12px;
	line-height:18px;
	color:#000;
	position:relative;
}
.sign-up-box .field {
	border:1px solid #803203;
	background:#eaeaea url(images/bg-field.gif) repeat-x;
	padding:2px 4px 3px;
	width:149px;
	overflow:hidden;
	float:left;
}
.sign-up-box .field input {
	float:left;
	width:148px;
	color:#000;
	font-size:12px;
	background:none;
	border:none;
	margin:0;
	padding:0;
}
.sign-up-box .btn {
	border:none;
	background:none;
	width:161px;
	height:40px;
	margin:6px 0 11px 92px;
	padding:0;
}
.sincerely {
	font:16px/18px Georgia, "Times New Roman", Times, serif;
	color:#000;
	display:block;
	text-align:center;
	margin:0 0 6px;
}
.name {
	display:block;
	background:url(images/text-name.gif) no-repeat;
	width: 183px;
	height: 22px;
	text-indent:-9999px;
	overflow:hidden;
	margin:auto;
}
.arrow {
	background:url(images/arrow.png) no-repeat;
	width: 122px;
	height: 107px;
	position:absolute;
	left:-24px;
	top:212px;
}
.search-form {
	border:1px solid #f26f1f;
	background:#f1eac6 url(images/bg-search-box.gif) repeat-x;
	padding:7px 5px 7px 6px;
	height:1%;
	margin:0 0 9px;
	overflow:hidden;
}
.search-form .field {
	border:1px solid #f26f1f;
	background:#eaeaea url(images/bg-field.gif) repeat-x;
	padding:4px 4px 3px;
	float:left;
	width:212px;
}
.search-form .field input {
	background:none;
	border:none;
	padding:0;
	color:#797878;
	font-size:12px;
	margin:0;
	width:212px;
	float:left;
	position:relative;
}
.search-form .btn {
	float:right;
	background:none;
	border:none;
	width:71px;
	height:24px;
	padding:0;
	margin:0;
}
.side-box {
	background:#e1ecfd url(images/bg-side-box.gif) repeat-x;
	border:1px solid #4f92ff;
	padding:7px 0 6px;
	margin:0 0 9px;
	overflow:hidden;
}
.side-box h3 {
	background:url(images/separator-title.gif) repeat-x 0 100%;
	padding:0 0 9px;
	margin:0 0 6px;
}
.side-box h3 strong {
	display:block;
	text-indent:-9999px;
	margin:auto;
	overflow:hidden;
}
.side-box h3.text-featured strong {
	background:url(images/text-featured.gif) no-repeat;
	width: 125px;
	height: 16px;
	margin:0 auto;
}
.video-holder {	padding:0 0 0 5px;}
.video-holder img {display:block;}
.cocial-icon {
	padding:0 0 0 48px;
	height:1%;
	overflow:hidden;
}
.cocial-icon ul {
	float:left;
	list-style:none;
	padding:7px 0 0;
	margin:0;
}
.cocial-icon ul li {
	float:left;
	margin:0 7px 0 0;
}
.cocial-icon ul img {display:block;}
.more {
	float:left;
	padding:0 0 0 3px;
	margin:9px 0 0;
	font:12px/14px "Trebuchet MS", Helvetica, sans-serif;
	text-decoration:underline;
	color:#2050d0;
	white-space:nowrap;
}
.more:hover {text-decoration:none;}
.text-frederics strong {
	background:url(images/text-frederics.gif) no-repeat;
	width: 156px;
	height: 16px;
}
ul.side-links {
	list-style:none;
	padding:2px 0 7px;
	margin:0;
	font:15px/20px Georgia, "Times New Roman", Times, serif;
}
ul.side-links li {
	width:100%;
	clear:both;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align:top;
}
ul.side-links a {
	color:#2050d0;
	left: 50%;
	float: left;
	position: relative;
	text-decoration:none;
	text-align: center;
}
ul.side-links a span {
	left: -50%;
	float: left;
	position: relative;
	padding:0 0 0 31px;
	cursor:pointer;
}
ul.side-links a em {
	font-style:normal;
	float:left;
	padding:0 32px 0 0;
	cursor:pointer;
	text-decoration:underline;
}
ul.side-links li a strong {
	display:inline;
	color:#0b244e;
	font-weight:normal;
	font-style:italic;
	text-decoration:none !important;
}
ul.side-links a:hover {color:#f26b1a;border:0;}
ul.side-links a:hover span {background:url(images/bg-side-links.gif) no-repeat 0 50%;}
ul.side-links a:hover em {background:url(images/bg-side-links.gif) no-repeat 100% 50%;}
.side-box h3.text-blog strong {
	background:url(images/text-blog.gif) no-repeat;
	width: 112px;
	height: 20px;
}
.side-box h3.text-blog {padding-bottom:5px;}
.ad {
	margin:0 0 9px;
}
.ad img {display:block;}
.side-box h3.text-categories strong {
	background:url(images/text-categories.gif) no-repeat;
	width: 90px;
	height: 19px;
}
.side-box h3.text-categories {padding:2px 0 4px;}
.ad-2 {
	width:322px;
	overflow:hidden;
	margin:0 -10px 9px 0;
}
.ad-2 img {
	float:left;
	margin:0 10px 0 0;
}
/*
.side-box h3.text-blog-roll strong {
	background:url(images/text-blog-roll.gif) no-repeat;
	width: 70px;
	height: 20px;
}*/
.side-box h3.text-blog-roll {padding:2px 0 4px;}

#footer{
	width:925px;
	padding:9px 25px 9px 10px;
	overflow:hidden;
	font-size:12px;
}
#footer p{
	float:right;
	margin:0;
	color:#0b244e;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
#footer ul li{
	float:left;
	padding:0 8px;
	border-left:1px solid #0b244e;
	margin:0 1px 0 -1px;
}
#footer ul li a{
	text-decoration:none;
	color:#0b244e;
}
#footer ul li a:hover{text-decoration:underline;}

.photos-box{
	font-size:12px;
	padding:10px 0 16px;
}
.photos-box p{
	text-align:center;
	margin:0 0 10px;
}
.photo-links{
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
	width:300px;
	overflow:hidden;
}
.photo-links li{
	float:left;
	margin:0 5px 5px 0;
}
.photo-links li img{display:block; width: 69px;}
.more-link{
	display:block;
	padding-right:32px;
	text-align:right;
	font-size:12px;
}
.tabset-holder{background:url(images/separator-title.gif) repeat-x 0 100%;}
.tabset-holder h3{background:none;}
.tabset{
	width:100%;
	overflow:hidden;
	height:33px;
	margin-bottom:14px;
}
.tabset a{
	float:left;
	width:70px;
	margin-left:5px;
	font:14px/13px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background:#f26b1a;
	border:solid #fff;
	border-width:1px 1px 0;
	color:#fff;
	text-decoration:none;
	outline:none;
	height:28px;
	padding-top:2px;
}
.tabset a.active{
	color:#0b244e;
	background: url(images/bg-tab.gif) repeat-x;
	border-color:#488eff;
	height:30px;
}
.heading-mostpopular{
	margin:0 !important;
	padding-bottom:2px !important;
}
.heading-mostpopular strong{
	background: url(images/heading-mostpopular.gif) no-repeat;
	width:113px;
	height:20px;
}
.tab .side-links li{
	margin-bottom:6px;
	line-height:20px;
}
.heading-featured strong{
	background: url(images/heading-featured.gif) no-repeat;
	width:151px;
	height:16px;
}
.side-box h3.text-blog-roll strong{
	background: url(images/heading-recommend.gif) no-repeat;
	width:170px;
	height:16px;
}
.heading-photos{padding-bottom:4px !important;}
.heading-photos strong{
	background: url(images/heading-photos.gif) no-repeat;
	width:89px;
	height:20px;
}



div.sociable{
	margin: 0 !important;
}

.stico_default{
	background:url(images/icon-sharethis.gif) no-repeat scroll 0 0 !important;
}


.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;
	line-height: 1.5em;
	text-transform: none;
	}

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

.commentmetadata {
	font-weight: normal;
	}


#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;
	}

.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 .comment-author{
	width: 100%;
}
.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 */
.fb_share_no_count{
	display: block !important;
}
#navigation{
	z-index: 999;
}
.title-heading h3 a{
	color:#123A73;
}
.tweetmeme_button{
	float: none !important;
}


/* inner page */
.post-box2{
	margin-top:5px;
}
.post-box2 .holder{
	background: url(images/bg-postbox-top2.gif) no-repeat;
}
.post-box2 h3{
	font-size:24px;
	color:#123a73;
	margin:0 0 32px;
	font-weight:bold;
}
span.note{
	float:right;
	width:182px;
	height:181px;
	background: url(images/bg-note.png) no-repeat;
	margin:-20px -30px 20px 10px;
	position:relative;
}
.image-holder{
	text-align:center;
	padding:20px 0 0;
}
.image-holder img{vertical-align:middle;}
.form-search{
	position:relative;
	padding:30px 0 0;
	width:100%;
}
.content-fields{
	float:left;
	width:239px;
}
.content-fields p{
	margin:0 0 8px;
	text-align:left;
}
.form-search{font:12px Arial, Helvetica, sans-serif;}
.form-search .arrow{
	width:159px;
	height:140px;
	background: url(images/arrow2.png) no-repeat;
	left:452px;
	top:-40px;
}
span.sign{
	display:block;
	font-size:18px;
	color:#000;
	margin:39px 0 0;
}
span.sign img{margin:0 0 0 7px;}
span.footnote{
	display:block;
	margin:82px 0 0;
	font:10px Arial, Helvetica, sans-serif;
	color:#2d2d2d;
}
.post-box .title-heading{
	padding:0;
	float:none;
}
.post-box .title-heading p{font-family: Arial, Helvetica, sans-serif;}
.post-box2 .title-heading h3{margin:0 0 13px;}
.sign-up-box input{
	position:relative;
	z-index:2;
}
.sign-up-box table{
	width:100%;
	text-align:center;
}
.sign-up-box td{
	padding:0 2px 5px 5px;
	text-align:center;
}.frame div.addthis_container{
	display: none !important;
}
.related-posts{
	height:1%;
	overflow:hidden;
	background: url(images/bg-related-posts.gif) repeat-x;
	padding:15px 0 5px;
}
.related-posts h4{
	font-size:15px;
	margin:0 0 4px;
}
.related-posts p{margin:0;}

.commentlist .comment-author-admin{
	width:591px;
	padding:0;
	margin:0 -10px;
	background:#fdf5ce url(images/bg-related-posts.gif) repeat-x;
}
.commentlist .comment-author-admin .comment-body{
	padding: 13px 5px 10px 10px;
	background:url(images/bg-related-posts.gif) repeat-x 0 100%;
}


/* product page */
.container .post-block{
	width:957px;
	padding:12px 0 0;
}
.container h2{
	font:bold 24px/30px Georgia, "Times New Roman", Times, serif;
	color:#123a73;
	margin:0 0 10px;
}
.container .post-box{
	background: url(images/bg-postbox2.gif) repeat-y;
	margin:0 0 12px 5px;
	width:946px;
}
.container .post-box .holder{background: url(images/bg-postbox-top3.gif) no-repeat;}
.container .post-box .frame{
	background: url(images/bg-postbox-bottom2.gif) no-repeat 0 100%;
	width:916px;
	padding:20px 15px 20px;
}
.product-list{
	list-style:none;
	margin:-10px 0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.product-list li{
	background: url(images/hdivider.gif) repeat-x;
	padding:28px 0 24px;
	height:1%;
	vertical-align:top;
	margin:-4px 0 0;
	overflow:hidden;
}
.product-list .image{
	float:left;
	width:95px;
	margin:0 6px 0 0;
}
.product-list h3{
	margin:0 0 6px;
	font:24px/28px Georgia, "Times New Roman", Times, serif;
	color:#535353;
}
.product-list h3 a{color:#2050d0;}
.product-list .entry-content{
	height:1%;
	overflow:hidden;
	padding:0 0 0 4px;
}
.guidelines .buttons,
.product-list .buttons{
	height:1%;
	overflow:hidden;
	font:italic 18px/43px Arial, Helvetica, sans-serif;
	margin:0 0 0 -4px;
}
.details,
.super-testim{
	float:left;
	width:193px;
	height:43px;
	background: url(images/btn-details.gif) no-repeat;
	color:#242424;
	text-decoration:none;
	text-align:center;
	padding:0 4px 0 35px;
	margin:0 13px 0 0;
}
.add{
	float:left;
	width:109px;
	height:43px;
	background: url(images/btn-add.gif) no-repeat;
	color:#242424;
	text-decoration:none;
	text-align:center;
	padding:0 4px 0 35px;
}
.items{
	list-style:none;
	margin:0 -30px 0 0;
	padding:7px 0 0;
	width:945px;
	overflow:hidden;
}
.items li{
	float:left;
	background:none;
	padding:0 29px 13px 0;
}
.items img{vertical-align:middle;}
div.note{
	padding:10px 60px 30px 68px;
	text-align:justify;
	font:15px/17px Georgia, "Times New Roman", Times, serif;
	color:#535353;
}
div.note p{margin:0;}
div.note a{
	text-decoration:none;
	color:#2050d0;
}
div.note a:hover{text-decoration:underline;}

/* testimonials-page */
.title-post{
	height:1%;
	padding:0 0 7px 20px;
	overflow:hidden;
	margin:-3px 0 0;
}
.image-box{
	float:left;
	padding:1px 9px 0 0;
}
.image-box img{
	 float:left;
}
.container .title-descript h2{
	margin:0;
}
.title-descript{
	padding:10px 0 0;
	height:1%;
	float:left;
}
.title-descript p{
	margin:0 0 15px;
	font:15px/17px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.title-post .buttons{
	height:1%;
	font:italic 18px/43px Arial,Helvetica,sans-serif;
	overflow:hidden;
	margin:0 0 0 -4px;
}
.btn-testim{
	display:block;
	background:url(images/btn-testim.gif) no-repeat;
	width:242px;
	height:44px;
	color:#242424;
	text-decoration:none;
	padding:0 0 0 38px;
	position:relative;
}
.product-list.testim{
	margin:-5px 0 -15px;
}
.product-list.testim li{
	padding-bottom:30px;
}
.photo{
	float:left;
	width:97px;
	margin:4px 7px 0 0;
}
.avatar.photo{
	width:32px !important;
}
.photo img{
	display:block;
	margin:0 0 7px;
}
.photo p{
	margin:0;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	text-align:center;
}
.post-box .photo span{
	color:#2f2f2f;
}
.container .entry-content h2{
	color:#0f0f0f;
	line-height:26px;
	margin:0 0 15px;
}
.testim .details{
	background:url(images/btn-details2.gif) no-repeat;
	padding:0 0 0 30px;
	width:188px;
}
.testim .content-list,
.guidelines .content-list{
	list-style:none;
	padding:0;
	margin:0 0 18px;
}
.testim .content-list li,
.guidelines .content-list li{
	background:url(images/bullet.gif) no-repeat 0 8px;
	padding:0 0 0 8px;
	margin:0;
}
.note.intestim{
	padding-top:0;
	margin-top:-5px;
}
/* testimonials-page2 */
.guideline-block{
	width:100%;
	overflow:hidden;
	margin:18px 0 -10px;
}
.video-block{
	float:left;
	width:106px;
	padding:0 4px 0 0;
}
.video-block img{
	display:block;
	margin:2px 0 7px 2px;
}
.video-block p{
	font:12px/14px Arial, Helvetica, sans-serif;
	margin:0 0 12px;
	text-align:center;
}
.video-block ul{
	list-style:none;
	padding:0;
	margin:0;
}
.video-block ul li{
	float:left;
}
.video-block ul img{
	margin:0;
}
.guidelines{
	float:left;
	width:802px;
}
.super-testim{
	background:url(images/btn-super-testim.gif) no-repeat;
	width:334px;
	margin:0;
	padding:0 0 0 30px;
	position:relative;
}
.guidelines .buttons{
	margin:0 0 22px -4px;
	padding:6px 0 0;
}
.guidelines .content-list{
	margin:0 0 22px;
}
