@charset "utf-8";
/*  
Theme Name: KOK Stratégie
Theme URI: http://www.kokstrategie.ca/
Description: Theme développé spécifiquement pour KOK Stratégie. Basé sur le design de Nathalie Gagné, ce thème se veut accessible et facile de navigation, tout en étant juste suffisamment hors-norme pour représenter une entreprise qui oeuvre dans le domaine du web. Peut être modifier via les options du panneau d'administration.
Author: Nickolas Simard
Author URI: http://nickolabs.com/
Version: 1.0
Tags: kok strategie, white, red, light, three-columns, two-columns, fixed-width, right-sidebar, theme-options, threaded-comments
*/
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border-bottom:1px dashed #C00;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/**
 * Cufón adjustement
 */
.cufon {
	visibility: hidden;
}

.cufon-loading .postContent h1, h2, h3, h4, h5, h6 {
	visibility: hidden;
}

/*** CSS Enhancements / Modding for Safari BG and Opera ***/
html {
	background: #fff url(images/bg_body.gif) no-repeat top center;
	margin-left: -1px;
	overflow-y: scroll; 
}
html .mceContentBody {
	max-width: 550px;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	head~body *{ margin-left: -1px;}
}

body, html {
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	font-size: 12px;
	text-align: left;
}
p {
	/*padding: 7px 0px 7px 0px;*/
	line-height: 18px;
}

a:link, a:visited { color:#666; text-decoration: none;}
a:hover, a:active { color:#e42219; text-decoration: underline;}

/*** Standard buttons ***/
a.btn,
a.btn:hover {
	display:-moz-inline-stack;
	display:inline-block;
	height:18px;
	background:url(./images/icons.png) no-repeat 0 -220px;
	color:#5c7a99;
	text-decoration:none;
	margin:0 0 0 10px;
}
.btn span {
	display:block;
	height:18px;
	margin-left:21px;
	background:url(./images/icons.png) no-repeat 100% -60px;
	line-height:18px;
	font-size:11px;
	padding:0 15px 0 8px;
}
a.btn:hover span {
	background-position:100% -80px;
}
#wrapper {
	background: #fff url(images/bg_content.jpg) no-repeat;
	margin: 0px auto;
	position: relative;
	padding-top: 50px;
	width: 960px;
}
#wrapper.index {
	background: #fff url(images/bg_content_index.jpg) no-repeat;
}
#wrapper.blog {
	background: #fff url(images/bg_content_blog.jpg) no-repeat;
}

#slideshow-container	{ width:583px; height:86px; position:relative; }
#slideshow-container img { width:583px; height:86px; display:block; position:absolute; top:0; left:0; z-index:1; }

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_15 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
/* Grid >> 15 Columns
----------------------------------------------------------------------------------------------------*/
.container_15 .grid_2 {
	width:108px;
}
.container_15 .grid_3 {
	width:172px;
}
.container_15 .grid_4 {
	width:256px;
}
.container_15 .grid_5 {
	width:300px;
}
.container_15 .grid_8 {
	width:492px;
}
.container_15 .grid_9 {
	width:556px;
}
.container_15 .grid_10 {
	width:620px;
}
/* Prefix Extra Space >> 15 Columns
/* Suffix Extra Space >> 15 Columns
/* Push Space >> 15 Columns
----------------------------------------------------------------------------------------------------*/
.container_15 .prefix_3 {
	padding-left:192px;
}
.container_15 .prefix_4 {
	padding-left:256px;
}
.container_15 .suffix_3 {
	padding-right:192px;
}
.container_15 .push_5 {
	left:320px;
}
.container_15 .push_10 {
	left:600px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* Header
----------------------------------------------------------------------------------------------------*/

#header {
	/*background:  url(images/logo.png) top left no-repeat;*/
	height: 160px;
}
#home a {
	display: block;
	height: 160px;
}
.home {
	width: 160px !important; 
	margin-right: 0;
}
.header {
	height: 94px;
	margin-bottom: 35px;
	margin-top: 30px;
	text-align: center;
}
.portfolio {
	height: 86px;
	background-color: #FFF;
	margin-left: 5px;	
	margin-top: 34px;
	margin-bottom: 35px;
	width: 583px !important; 
}
div.portfolio_title {
	margin-top: 0;
}
#blog_logo_tail {
	background:  url(images/blog_logo_tail.jpg) top left no-repeat;
	height: 148px;
	left: -68px;
	position: absolute;
	top: 0;
	width: 68px;
}
/* Content
----------------------------------------------------------------------------------------------------*/

#content {
	margin: 0;
	margin-top: 20px;
	padding: 0;
}
#body_accueil {
	position: relative;
}

/* CONTENT */
#body_accueil div.content {
	position: absolute;
	bottom: 0px;
	right: 10px;
	margin: 0;
	text-align: right;
}
#body_accueil div.huge_link {
	margin: 0;
	padding: 0;
}

/* MENU */
#body_menu {
	text-align: right;
}
#body_menu ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#body_menu a {
	color: #707173;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
	text-transform: lowercase;
}
#body_menu a:hover {
	color: #e42219;
}
/* NEWS */
#body_news h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
}
#body_news h1 a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#body_news h1 a:hover {
	color: #e42219;
	display: block;
	text-decoration: underline;
}
#body_news h1.news {
	background-color: #b6ca00;
}
#body_news ul, #body_news li {
	font-size: 10px;
	line-height: 12px;
	list-style: none;
	margin: 7px 0 7px 7px;
	padding: 0;
}
#body_news a {
	color: #666;
	display: block;
	text-decoration: none;
}
#body_news a:hover {
	color: #e42219;
	display: block;
	text-decoration: underline;
}
/* INFOLETTRE */
#body_news h1.infolettre {
	background-color: #f6a629;
}
#body_news div {
	padding-left: 15px;
	margin: 7px 0 7px 0;
}
#body_news div h2 {
	color: #e32219;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}
#body_news div p{
	font-size: 10px;
	line-height: 12px;
	margin: 7px 0 7px 0;
}
.input {
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 20px;
	line-height: 15px;
	width: 110px;
}
hr {
	border: none;
	border-bottom: 1px dashed #666;
	height: 1px;
}

/* CONTACT
----------------------------------------------------------------------------------------------------*/
form.wpcf7-form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.wpcf7-form fieldset {
	margin-top: 20px;
	padding : 15px !important;
	border: 1px solid #B5B8C8;
}
.wpcf7-form legend {
	font-size: 12px;
	color: #15428B;
	font-weight: bold;
}
.wpcf7-form fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}
.wpcf7-form label span {
	color: #000;
}
.black label span {
	color: #ccc;
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
	color:#999999;
	display : block;
	margin-bottom: 5px;
	width: 290px;
}
.wpcf7-form input.file-input {
	width: 290px;
}
.wpcf7-form input.hidden {
	padding:0;
	margin:0;
	border:0;
	display:none;
}
.wpcf7-form span.checkbox, .wpcf7-form .checkbox {
	display: inline;
}
.wpcf7-form .button {
	text-align:right;
	margin-top: 20px;
}
.submit {
	color: #555;
	float:right;
	margin-right: 10px;
	text-decoration: none;
	width: 80px !important;
}
.departement {
	display: inline !important;
	margin-bottom: 20px !important;
	width: 120px !important;
}
.wpcf7-form input {
	/*background: url('images/button-bg.png') repeat-x;
	border: 2px solid #AAA;*/
	height: 20px;
}
.wpcf7-form hr {
	clear: both;
	visibility: hidden;
}

span.add_to_list {
	display: block;
	width: 290px;
}
span.add_to_list input {
	float: left;
	width: 15px !important;
	margin: 0 !important;
}
/* Archives
----------------------------------------------------------------------------------------------------*/
#smart-archives-block li {
	list-style: none;
	margin-left: 0;
}

/* Footer
----------------------------------------------------------------------------------------------------*/
#footer {
	margin-top: 20px;
	/*padding-top:10px;*/
}
#footer p{
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#social_icons ul {
	margin: 0;
	padding: 0;
}
#social_icons li {
	display: inline;
	list-style-type: none;
	padding: 0;
	/*margin-right: 3px;*/
}
#footer .footer_sep {
	background: url(images/footer_sep.gif) no-repeat top center;
	height: 6px;
	margin-bottom: 2px;
}
#footer p.copyright {
	color: #666;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer .sep {
	color: #e32219;
	font-size: 12px;
}
.phone {
	color: #e32219;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 10px;
}

.tip {
	background: url(images/tip_bg.png) left top repeat-y;
	width: 242px;
}
.tip-top {
	background :url(images/tip_top.png) top left no-repeat;
	height: 6px;
	width: 242px;
}
.tip-title {
	color: #B6CA00;
	font-weight: bold;
	margin: 0 10px 0 10px;
}
.tip-text {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}
.tip-bottom {
	background:url(images/tip_bottom.png) left bottom no-repeat;
	height: 14px;
	width: 242px;
}
/**
 * SHARE
 */

.share {
	/*border-color: #000000 #000000 #000000 #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 2px;*/
	height: 195px;
	left: -17px;
	padding:1px 0 5px 5px;
	position: absolute;
	top: 85px;
	width:53px;
}
.share span.st_twitter_vcount,
.share span.st_facebook_vcount {
	display: block;
    margin-bottom: 5px;
}
.FBConnectButton_Small  {
	background-positin:-5px -232px !important;
	border-left:1px solid #1A356E;
}
.FBConnectButton_Text {
	margin-left:12px !important;
	padding:2px 3px 3px !important;
}
.addthis_container {
	clear:left;
	float:left;
	margin-top:10px;
}
/**
 * WordPress Static
 */

.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
.wp-caption {
  text-align:center;
  padding:7px 2px 2px;
}
.wp-caption p.wp-caption-text {
  font-size:12px;
  line-height:17px;
  padding:2px 4px 5px;
  margin:0;
  color:#555;
	font-style:italic;
}
blockquote,
pre {
	background:url(./images/blockquote.png) 3px 3px no-repeat;
	padding:4px 12px 0 40px;
	margin:5px 0;
	word-wrap:break-word;
	overflow:hidden;
	font-style:italic;
}
.more-link,
.more-link:visited {
	/*background-color: #e3e3e3;
	border: 1px solid #CCC;*/
	color:#E32119 !important;
	display: block;
	float: right;
	font-size:11px;
	margin-top: 10px;
	padding: 2px;
	text-decoration:none;
	width: 75px;
}
.more-link:hover {
	font-size:11px;
	color:#E32119;
	text-decoration:underline;
}

/*
Arjuna Adjustment
*/
.no_bg {
	background: none !important;
}
.pageTitle {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110px !important;
	font-weight: normal !important;
	height: 120px;
	line-height: 100px !important;
	letter-spacing: 5px;
	margin: -15px 0 -10px -20px;
	padding: 0;
	text-transform: uppercase;
}
.pageTitle a{
	color: #CCC !important;
}
.pageTitle a:hover {
	text-decoration:none !important;
}
.post {
	margin-top: 10px;
	position: relative;
}

.postContent a:link, .postContent a:visited { color:#e42219; text-decoration: none;}
.postContent a:hover, .postContent a:active { color:#e42219; text-decoration: underline;}

/**
 * AUTHOR PAGE
 */
#entry-author-info {
	/*background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;*/
	clear: both;
	margin: 24px 15px;
	overflow: hidden;
	/*font-size: 14px;*/
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -150px 0 0;
	padding: 11px;
	height: 140px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 160px;
}
/*
Page Section Service
*/
tr.service td {
	color: #A1A3A6;
	line-height: 15px;
	text-align: right;
}
tr.service td a{
	color: #E32119 !important;;
}
span.recette {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}
span.recette ul li {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 7px;
}
a.strategie {
	color: #E32119 !important;;
	font-size: 15px;
	font-weight: bold;
}
td.strategie {
	background-color: #E32119;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center !important;
	width: 170px;
}
td.strategie a{
	color: #ffffff !important;;
}
a.design {
	color: #B5CA00 !important;;
	font-size: 15px;
	font-weight: bold;
}
td.design {
	background-color: #B5CA00;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center !important;
	width: 170px;
}
td.design a{
	color: #ffffff !important;;
}
a.web {
	color: #F6A529 !important;;
	font-size: 15px;
	font-weight: bold;
}
td.web {
	background-color: #F6A529;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center !important;
	width: 170px;
}
td.web a{
	color: #ffffff !important;;
}
/*
* Portfolio
*/
.portfolio_image {
	float: left;
	margin: 0;
	padding: 3px;
	height: 21px;
}
.portfolio_image img{
	border: 1px solid #D2D2D5;
}
/**
* Page Équipe Tab
*/
.tab-wrapper
{
	margin: 0;
	clear: both;
}
.tab-menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}
.tab-menu li
{
	margin: 0 !important;
	margin-left: 10px !important;
	padding: 0;
	float: left;
	line-height: 2em;
	list-style: none !important;
}
.tab-menu li a
{
	margin-right: 15px;
	font-weight: bold;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
}
.tab-menu li.tab-selected a
{
	text-decoration: none;
	color: inherit;
	/* your effect here */
}
.tab-wrapper .tab-ajax-loading
{
	padding: 20px 0;
	background: url(./images/ajax-loader.gif) no-repeat center;
}
p.likes {
	font-family: "ChampagneLimousine", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
/*
Arjuna Base Styling
*/

.postHeader {
	position: relative;
	/*padding-left:40px;*/
}
.postTitle {
	color: #e32219;
	font: 20px/28px "ChampagneLimousine", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.postHeader .postTitle {
	padding-left:15px;
}
.postHeader .postTitle span {
	display:block;
	padding: 3px 0px 3px;
}
.postTitle a {
	text-decoration:none;
	color:#E32219;
}
.postTitle a:hover {
	text-decoration: underline;
}
.postHeader .bottom {
	padding: 3px 15px 3px 0px;
}
.postHeader .bottom div {
	border-top: 1px dashed #666;
	margin-left: 15px;
	margin-right:-15px;
	height: 15px; /*22px*/
	position:relative;
	padding-top: 5px;
}
.postHeaderCompact {
	padding-left:15px;
}
.postHeaderCompact .postTitle {
	position:relative;
	z-index:1;
	top: -10px;
}
.postHeaderCompact .bottom {
	padding-left:15px;
	margin:0 15px 0 -30px;
	position:relative;
	bottom:-26px;
	height:26px;
}
.postHeaderCompact .bottom span {
	display:block;
	background:url(./images/heading.png) no-repeat right -182px;
	padding:0 15px;
	margin-right:-30px;
	height:26px;
	position:relative;
}
.postDate {
	display:block;
	float:left;
	font-size:11px;
	color:#555;
	line-height:22px;
	background:url(./images/heading.png) no-repeat 0 -116px;
	padding-left:20px;
}
.postAuthor {
	display:block;
	float:left;
	font-size:11px;
	color:#555;
	line-height:22px;
	background:url(./images/heading.png) no-repeat -200px -116px;
	padding-left:15px;
	margin-left:15px;
}
.postAuthor a {
	color:#555;
}
.postHeader .authorPhoto {
	position: absolute;
	left: -55px;
	bottom: 20px;
}
.postCommentLabel {
	display:block;
	height:16px;
	position:absolute;
	right:20px;
	top: 8px;
	background:url(./images/icons.png) no-repeat 0 0;
}
.postCommentLabel span {
	display:block;
	height:16px;
	margin-left:21px;
	background:url(./images/icons.png) no-repeat 100% -20px;
	line-height:16px;
	font-size:11px;
	padding:0 15px 0 8px;
	color:#555;
}
a.postCommentLabel span {
	color:#5c7a99;
}
a.postCommentLabel:hover span {
	background-position:100% -40px;
}
a.postCommentLabel:hover {
	text-decoration:none;
}

.postContent {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	margin:20px 15px;
	overflow:hidden;
}

.postContent p {
	margin:0 0 15px;
}
.postContent table {
	border-collapse:collapse;
	margin:5px 0 10px;
}
.postContent th, 
.postContent td {
	border:1px solid #aaa;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.postContent th {
	background:#e5e5e5;
}
.postContent em {
	font-style:italic;
}
.postContent strong {
	font-weight:bold;
}
.postContent ul,
.postContent ol {
	margin-bottom:15px;
}
.postContent ul ul,
.postContent ol ol {
	margin-bottom:0;
}
.postContent ul li {
	list-style:disc;
	margin-left:25px;
}
.postContent ul ul li {
	list-style:circle;
}
.postContent ul ul ul li {
	list-style:square;
}
.postContent ul ul ul ul li {
	list-style:disc;
}
.postContent ol li {
	list-style:decimal;
	margin-left:25px;
}
.postContent ol ol li {
	list-style:lower-alpha;
}
.postContent ol ol ol li {
	list-style:lower-roman;
}
.postContent ol ol ol ol li {
	list-style:decimal;
}
.postContent h1, h2, h3, h4, h5, h6 {
	color: #e32219;
	font-family: "ChampagneLimousine", Arial, Helvetica, sans-serif;
}
.postContent h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
}
.postContent h2 {
	font-size: 19px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 10px;
}
.postContent div.tab-container h2 {
	font-family: "ChampagneLimousine", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
}
.postContent div.tab-container h2 span {
	font-family: "ChampagneLimousine", Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 20px;
	font-weight: normal;
}
div.portfolio_title h2 {
	font-size: 21px;
	font-weight: bold;
}
.postContent h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
}
.postContent h4 {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
}
.postContent h5 {
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 10px;
}
.postContent h6 {
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 10px;
}

.postFooter {
	background:url(./images/postFooter.png) no-repeat 0 0;
	margin:0 40px 20px 0;
	padding-left:40px;
	position:relative;
	min-height:33px;
}
.postFooter .r {
	height:33px;
	background:url(./images/postFooter.png) no-repeat 100% 0;
	width:40px;
	position:absolute;
	right:-40px;
	top:0;
}
.postFooter .left {
	margin-left:-20px;
	/*margin-right:130px;*/
	overflow:hidden;
	padding-top:8px;
}
.postCategories {
	background:url(./images/icons.png) no-repeat 0px -99px;
	padding-left:25px;
	font-size:11px;
	margin-right:20px;
	float:left;
}
.postTags {
	background:url(./images/icons.png) no-repeat 0px -147px;
	font-size:11px;
	float:left;
	line-height:17px;
	padding-left:25px;
}
.bottom .postTags {
	margin-left:15px;
	padding-left:20px;
}
.postTags i {
	color:#777;
}

.postEdit,
a.postEdit:hover {
	position:absolute;
	top:8px;
	right:-20px;
	height:18px;
	background:url(./images/icons.png) no-repeat 0 -340px;
	color:#5c7a99;
	text-decoration:none;
}
a.postEdit:hover {
	text-decoration:none;
}
.postEdit span {
	display:block;
	height:18px;
	margin-left:21px;
	background:url(./images/icons.png) no-repeat 100% -60px;
	line-height:18px;
	font-size:11px;
	padding:0 15px 0 8px;
}
.postEdit:hover span {
	background-position:100% -80px;
}

/**
 * Comments
 */

.noComments {
	margin:0 0 40px;
}

.postComments {
	margin: 20px 15px;
}
.commentHeader {
	height:30px;
	background:url(./images/icons.png) repeat-x 0 -172px;
	margin-bottom:20px;
	overflow:hidden;
}
.commentHeader h4 {
	float:left;
	font-size: 20px;
	font-family:"ChampagneLimousine", Arial, Verdana, Geneva, sans-serif;
	line-height:30px;
	margin:0 20px 0 15px;
}
a.btnTrackback,
a.btnTrackback:hover {
	background-position:0 -260px;
	margin-top:5px;
}
a.btnReply,
a.btnReply:hover {
	background-position:0 -240px;
	margin-top:5px;
}

li.comment {
	overflow:hidden;
	margin-bottom:20px;
}
li.comment li {
	margin:2px 0 0;
}
.comment .avatar {
	border:1px solid #a6a6a6;
	background-color:#d9d9d9;
	padding:1px;
	float:left;
	margin-top:8px;
}
.comment .message {
	margin-left:50px;
}
.comment .message .t {
	height:40px;
	background:url(./images/comment.png) no-repeat 0 0;
	margin-right:10px;
}
.comment .message .t div {
	height:40px;
	width:10px;
	background:url(./images/comment.png) no-repeat -990px 0;
	float:right;
	margin-right:-10px;
}
.comment .message .i {
	border:1px solid #bfbfbf;
	border-width:0 1px;
	background-color:#f2f2f2;
	margin:0 0 0 17px;
	padding:1px 0;
}
.comment .message .i .i2 {
	margin:-37px 15px 0;
	position:relative;
	padding-top:14px;
}
	.comment .message .i span {
		font-size:11px;
	}
	.comment .message .i .title {
		display:block;
		position:absolute;
		top:0;
		left:5px;
	}
	.comment .message .i .links {
		display:block;
		position:absolute;
		top:0;
		right:5px;
	}
.comment .message .b {
	height:11px;
	background:url(./images/comment.png) no-repeat 0 -40px;
	margin-right:10px;
}
.comment .message .b div {
	height:11px;
	width:10px;
	background:url(./images/comment.png) no-repeat -990px -40px;
	float:right;
	margin-right:-10px;
}
.comment .message p,
.comment .message ul {
	margin-top:10px;
	font-size:12px;
	line-height:150%;
}

.commentList ul.children {
	margin:0 0 0 20px;
	clear:both;
}


.commentListAlt .thread-odd .avatar,
.commentListRight .comment .avatar {
	float:right;
}
.commentListAlt .thread-odd .message,
.commentListRight .comment .message {
	margin:0 50px 0 0;
}
.commentListAlt .thread-odd .message .t,
.commentListRight .comment .message .t {
	margin:0 0 0 10px;
	background-position:right -60px;
}
.commentListAlt .thread-odd .message .t div,
.commentListRight .comment .message .t div {
	background-position:0 -60px;
	float:left;
	margin:0 0 0 -10px;
}
.commentListAlt .thread-odd .message .i,
.commentListRight .comment .message .i {
	margin:0 17px 0 0;
}
.commentListAlt .thread-odd .message .b,
.commentListRight .comment .message .b {
	background-position:right -100px;
	margin:0 0 0 10px;
}
.commentListAlt .thread-odd .message .b div,
.commentListRight .comment .message .b div {
	background-position:0 -100px;
	float:left;
	margin:0 0 0 -10px;
}

.commentListAlt .thread-odd ul.children,
.commentListRight .comment ul.children {
	margin:0 20px 0 0;
}

/* Comment pagination */
.commentNavigation {
	height:24px;
	background:url(./images/pagination.png) no-repeat 0 -30px;
	margin:30px 10px 0 0;
}
.commentNavigation div {
	height:24px;
	background:url(./images/pagination.png) no-repeat right -30px;
	margin:0 -10px 0 10px;
	padding:0 20px 0 10px;
}
.commentNavigation span,
.commentNavigation a
{
	display:block;
	float:left;
	height:18px;
	border:1px solid #9a9a9a;
	margin:1px;
	color:#5c7a99;
	font-size:11px;
	line-height:18px;
	padding:1px 7px;
	background:#fff url(./images/pagination.png) no-repeat -15px -99px;
}
.commentNavigation a:hover {
	background-position:-15px -124px;
	text-decoration:none;
}
.commentNavigation .title {
	display:block;
	float:left;
	color:#808080;
	height:22px;
	line-height:22px;
	padding:0 15px 0 25px;
	font-size:11px;
	border:none;
	background:url(./images/pagination.png) no-repeat 0 -61px;
}
.commentNavigation .gap {
	color:#808080;
	height:22px;
	line-height:22px;
	font-size:11px;
	padding:0 8px;
	border:none;
	background:none;
}
.commentNavigation .current {
	float:left;
	margin:-2px 1px -2px 0;
	height:24px;
	line-height:24px;
	background:#fff url(./images/pagination.png) no-repeat 0 -149px;
	padding:1px 9px;
	font-weight:bold;
	color:#808080;
}

.commentNavigation .newer,
.commentNavigation .older {
	display:block;
	background:none;
	padding:0;
	border:0;
	margin:0;
}
.commentNavigation .newer a {
	background:#fff url(./images/pagination.png) no-repeat 0 -99px;
	padding-left:20px;
}
.commentNavigation .newer a:hover {
	background-position:0 -124px;
}
.commentNavigation .older {
	float:right;
}
.commentNavigation .older a {
	background:#fff url(./images/pagination.png) no-repeat right -99px;
	padding-right:20px;
}
.commentNavigation .older a:hover {
	background-position:right -124px;
}

/*
 * Post Pagination
 */
.postLinkPages {
	font-size:11px;
	margin:0 20px 10px;
}

.commentReply {
	padding-top:20px;
}
.replyHeader {
	overflow:hidden;
	height:30px;
	background:url(./images/icons.png) repeat-x 0 -172px;
	margin-bottom:20px;
}
.replyHeader h4 {
	font-size: 20px;
	font-family:"ChampagneLimousine", Arial, Verdana, Geneva, sans-serif;
	line-height:30px;
	margin:0 20px 0 15px;
	float:left;
}
.cancelReply {
	display:inline;
}
a.btnCancel,
a.btnCancel:hover {
	margin-top:5px;
	background-position:0 -320px;
}
.commentReply .replyLoggedIn {
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	margin:0 10px 10px;
	font-size:11px;
	line-height:18px;
}
.commentReply .replyRow {
	margin-bottom:2px;
}
.commentReply .inputText {
	background:#f2f2f2 url(./images/inputText.png) no-repeat 0 0;
	border:1px solid #999;
	padding:3px 8px;
	font-size:13px;
	width:184px;
	font-family:Verdana, Geneva, sans-serif;
}
.commentReply textarea {
	font-family:Verdana, Geneva, sans-serif;
	background:#f2f2f2 url(./images/inputText.png) no-repeat 0 0;
	border:1px solid #999;
	padding:3px 8px;
	font-size:13px;
	width:98%;
	height:120px;
}
.commentReply .inputIA {
	color:#999;
	font-style:italic;
}
.commentReplyActive {
	padding:20px;
	margin:20px 0;
	border:1px dashed #999;
}
.commentReplyActive .replyHeader {
	margin:0 -19px 20px;
}

.replySubmitArea {
	overflow:hidden;
	margin-top:10px;
}
.inputBtn {
	float:right;
	background:url(./images/button.png) no-repeat 0 0;
	border:0;
	height:23px;
	width:160px;
	margin-right:20px;
	padding:0;
	position:relative;
	overflow:visible;
	cursor:pointer;
	text-align:center;
	line-height:20px;
	color:#b3b3b3;
}
.inputBtn::-moz-focus-inner {
	padding:0;
	border:0;
}

a.btnSubscribe,
a.btnSubscribe:hover {
	background-position:0 -280px;
}
a.btnLogout,
a.btnLogout:hover {
	background-position:0 -300px;
}

.pagination {
	height:24px;
	background:url(./images/pagination.png) no-repeat 0 -30px;
	margin:30px 10px 0 0;
}
.paginationTop {
	margin:0 10px 30px 0;
	background-position:0 0;
}
.pagination div {
	height:24px;
	background:url(./images/pagination.png) no-repeat right -30px;
	margin:0 -10px 0 10px;
	padding:0 20px 0 10px;
}
.paginationTop div {
	background-position:right 0;
}
.pagination .info {
	display:block;
	float:left;
	color:#808080;
	height:22px;
	line-height:22px;
	padding:0 15px 0 25px;
	font-size:11px;
	background:url(./images/pagination.png) no-repeat 0 -61px;
}

.pagination li {
	float:left;
	margin:1px 1px 1px 0;
}
.pagination li.current {
	float:left;
	margin:-2px 1px -2px 0;
	height:26px;
}
.pagination li.prev {
	margin-right:10px;
}
.pagination li.prev a span {
	background:url(./images/pagination.png) no-repeat 0 -100px;
	padding:0 7px 0 20px;
}
.pagination li.prev a:hover span {
	background-position:0 -125px;
}
.pagination li.next {
	margin-left:10px;
}
.pagination li.next a span {
	background:url(./images/pagination.png) no-repeat right -100px;
	padding:0 20px 0 7px;
}
.pagination li.next a:hover span {
	background-position:right -125px;
}
.pagination li.gap span {
	line-height:22px;
	display:block;
	float:left;
	padding:0 5px;
	color:#808080;
}
.pagination a {
	display:block;
	float:left;
	height:20px;
	border:1px solid #9a9a9a;
	background:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.pagination a span {
	display:block;
	margin:1px;
	height:18px;
	color:#5c7a99;
	font-size:11px;
	line-height:18px;
	padding:0 7px;
	background:url(./images/pagination.png) no-repeat -15px -100px;
}
.pagination a:hover {
	text-decoration:none;
	border-color:#808080;
}
.pagination a:hover span {
	background-position:-15px -125px;
}
.pagination li.current a {
	height:26px;
}
.pagination li.current a span {
	height:24px;
	line-height:24px;
	background:url(./images/pagination.png) no-repeat 0 -150px;
	padding:0 9px;
	font-weight:bold;
}
.pagination li.current a:hover span {
	background-position:0 -150px;
}

.pagination .newer {
	display:block;
	margin-top:1px;
}
.pagination .newer span {
	background:url(./images/pagination.png) no-repeat 0 -100px;
	padding-left:20px;
}
.pagination a.newer:hover span {
	background-position:0 -125px;
}
.pagination .older {
	display:block;
	float:right;
	margin-top:1px;
}
.pagination .older span {
	background:url(./images/pagination.png) no-repeat right -100px;
	padding-right:20px;
}
.pagination a.older:hover span {
	background-position:right -125px;
}

/**
 * SmartArchives
 */
.year-list li, .month-list li {
	color: #333333;
	font: 20px/28px "ChampagneLimousine", Arial, Helvetica, sans-serif;
}

.year-list a {
	float: left;
	font: 32px/28px "ChampagneLimousine", Arial, Helvetica, sans-serif !important;
	padding: 5px 7px 10px !important;
}
.year-list a:hover {
	text-decoration: none;
}
.month-archive-link {
	font: 15px/20px "ChampagneLimousine", Arial, Helvetica, sans-serif !important;
}
.archive-list li{
	font: 18px/22px "ChampagneLimousine", Arial, Helvetica, sans-serif !important;
}
