/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* Reset: based on http://meyerweb.com/eric/tools/css/reset v1.0 | 20080212, sans table styles
============================================================================================== */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
cite,
address {
	display:inline;
	font-style:normal;
}

/* Typography
======================================================*/
body {
	color: #51555c;
	font: 12px/18px helvetica, arial, sans-serif;
}

strong {
	color: #204468;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

code {
	font-family: "Lucida Console", Monaco, monospace;
}
*[lang] {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
pre {
	overflow: auto;
}
textarea {
	font: 12px/18px helvetica, arial, sans-serif;
	padding: 3px;
}


/* specify all three for accessibility */
a:link,
a:focus,
a:hover,
a:active,
a:visited {
	text-decoration: none;
	color: #204468;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color: #204468;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #204468;
	text-decoration: none;
}
/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}
 /* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 13px;
	font-style: italic;
}
/* Font sizes and vertical measure */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
	display:block;
	text-decoration: none;
	padding-bottom: 8px;
}
h1,
.h1 {
	font-size: 18px;
	color: #285480;
	padding-top: 20px;
	padding-bottom: 8px;
}
h2,
.h2 {
	font-size: 14px;
	color: #285480;
	font-weight: bold;
}
h3,
.h3 {
	font-size: 14px;
	color: #373737;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p,
pre,
dl,
ul,
ol {
	margin-bottom:18px;
}
blockquote {
	border-left:2px solid #e9eaea;
	margin:0 9px 9px;
	padding-left:10px;
}
ol {
	margin-left:36px;
}
dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
}
li,
dd,
.tight {
	margin-bottom:9px;
}

#content_news ul li {
	background: url(../img/arrow-bullet.gif) no-repeat left top;
	padding-left:12px;
	padding-top: 2px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-right: 20px;
}

acronym,
.caps,
.small {
	font-size: 11.5px;
}
hr {
	color:#ccc;
	height:1px;
	margin:0 30px 18px 30px;
	background-color: #FFF;
}
.rule-major{
	background-color:#FFF;
}
.rule,
.rule-minor {
	border-top:1px solid #cecfd1;
	height:9px;
	margin:0 0 18px;
}
.rule-major {
	border-top:1px solid #cecfd1;
	height:35px;
	margin:0 0 18px;
}
.rule hr,
.rule-minor hr,
.rule-major hr {
	display:none;
}

/* No formatting class */
.plain,
.plain li {
	background:transparent;
	border:0;
	font-style:normal;
	list-style:none;
	margin:0;
	padding:0;
}
.alt-font {
	color: #999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
.alt-font a {
	font-family:helvetica, arial, sans-serif;
	font-style:normal;
}
.blue_bold {
	font-weight:bold;
	color:#D50005;
	font-size: 20px;
}

h1.entry-title, .full-title {
	color: #204468;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 25px;
	margin-left: 35px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

li.cat-item {


	list-style-type: none;

}


ul.recent_posts li {
	float:left;
	margin-right:20px;
	list-style-type: none;
}

.widget_title {
	padding-bottom:5px;
	
	
}

div.widget_recent_entries li {
	list-style-type: none;	
}

li.jaw_years {
	list-style-type: none;	
}

li.jaw_years ul {
	margin-top:10px;
	list-style-type: none;	
}

li.jaw_years a {
	font-size:18px;
	font-weight:bold;
	


}

li.jaw_months a {
	color:#000;
	font-size:16px;	
	font-weight:bold;
	padding-top: 10px;
}

li.jaw_posts a {
	color: #285480;
	font-size:12px;
	padding: 0px;
	font-weight:normal;
}

/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* UI: Shared classnames
================================================================= */
.accessibility {
	left:-32000px;
	position:absolute;
}
.lofi {
	display:none;
}
/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
body {
	background-color:#e5edf4;
	background-image: url(../img/bg_gradient_s.png);
	background-repeat: repeat-x;
	text-align: center;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

h1.page-title {
	color: #999;
	font: italic 14px Georgia, serif;
}


/* QTRANS LANGUAGE SWITCH */

#language {
	color:#FFF;
	width:50px;
	float:right;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#clientlogin {
	color:#FFF;
	width:120px;
	float:right;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	text-align: left;
	margin: 0px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/clientlogin.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#clientlogin a {
	color:#FFF;
	width: 120px;
	display: block;
}

.qtrans_language_chooser li {
	float:left;
	list-style:none;
	background:none;
}

.qtrans_language_chooser li.active {
	display:none;
	}

.qtrans_language_chooser li a {
	color:#FFF;
	text-decoration:none
}

.qtrans_language_chooser li a:hover {
	color:#FFF;
	text-decoration:none
}

.qtrans_flag { padding-top:5px; display:none;}

#navigation {
	width: 800px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

#navigation .nav ul li.current_page_item a {
	color: #FFF;
}
/* General horizontal navigation lists with dropdown magic */
.nav,
.nav ul,
.nav li {
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
}
.nav ul {
	z-index: 9999;
}
.nav li {
	float:left;
	margin-right:12px;
}
.nav li a {
	display:block;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.nav li a:hover {
	color: #FFF;
}
.nav li li a {
	color: #CCC !important;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}
.nav li li a:hover {
	color: #FFF !important; /* These need to retain a contrasting color with dropdown background */	
}
.nav li ul
 {
	margin-right:0;
	width: 200px;
	height: 109px;
}
.nav li li ul {
	margin:-31px 0 0 200px;
}
.nav li.secondary {
	float:right;
	margin-left:12px;
	margin-right:0;
}
/* dropdown action */
.nav li ul,
.nav li:hover li ul,
.nav li li:hover li ul,
.nav li.hover li ul,
.nav li li.hover li ul {
	left: -32697px;
	position: absolute;
}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.hover ul,
.nav li li.hover ul,
.nav li li li.hover ul {
	left: auto;
}


.pagination,
.pagination-single {
	background-color:transparent;
	overflow:hidden;
}
.pagination .previous a,
.pagination-single .previous {
	float:left;
	padding:18px;
}
.pagination .next a,
.pagination-single .next {
	float:right;
	padding:18px;
}
.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.close {
	background-color:#e9eaea;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 6px;
	text-align: center;
}
/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.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;
	/* optional rounded corners for browsers that support it */
	-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;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Structure
================================================
	Total width: 960
	Columns: 12
	Column width: 58px
	Gutter width: 24px
	Unit (column + gutter): 82px
	Interior padding: 6px = colum width 50px
	#content = 7 units
	#sidebar = 5 units
*/


#page {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}
#top {
	width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin: 0px;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#headerlogo {
	width:602px;
	float:left;
	position: relative;
	text-align: left;
}

#header {
	background-color: transparent;
	padding: 0px;
	height: 134px;
	margin: 0px;
	float: left;
	background-image: url(../img/header_OnNet2.png);
	background-repeat: no-repeat;
	width: 930px;
}

#sub-header {
	width: 800px;
	position: relative;
	padding: 0px;
	float: left;
	margin: 0px;
}
#maintop {
	padding: 0px;
	background-image: url(../img/body_onnet_top.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 800px;
	float: left;
	background-position: center top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 3;

}

#maintop_home1 {
	padding: 0px;
	width: 800px;
	float: left;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 3;
	background-image: url(../img/contentslider_top.png);
	height: 16px;
	background-repeat: no-repeat;
}


#maintop_about {
	padding: 0px;
	background-image: url(../img/body_aboutus_content_top.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 800px;
	float: left;
	background-position: center top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 3;
}

#maintop_complete {
	padding: 0px;
	background-image: url(../img/body_complete_top.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 800px;
	float: left;
	background-position: center top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 3;
}

#maintop_home {
	padding: 0px;
	background-image: url(../img/body_aboutus_content_top.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 800px;
	float: left;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 3;
}

#maintop_news {
	padding: 0px;
	background-image: url(../img/body_aboutus_content_top.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 800px;
	float: left;
	background-position: center top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 3;
	margin-top:-150px;
}


#main {
	margin: 0px;
	float: left;
	width: 800px;
	padding: 0px;
	position: relative;
	
}

#main_news {
	margin: 0px;
	float: left;
	width: 800px;
	padding: 0px;
	position: relative;
	z-index: 4;
	background-position: center;
	background-image: url(../img/body_onnet_middle.png);
	background-repeat: repeat-y;
	
}

#content_news {
	width: 800px;
	position: relative;
	text-align: left;
	float: left;
	padding: 0px;

	
}


#mainbottom {
	padding: 0px;
	background-image: url(../img/body_onnet_bottom.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 800px;
	float: left;
	background-position: center bottom;
}

#mainbottom_about {
	padding: 0px;
	margin: 0px;
	background-image: url(../img/body_aboutus_content_bottom.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 800px;
	float: left;
	background-position: center bottom;
}

#mainbottom_news {
	padding: 0px;
	margin: 0px;
	background-image: url(../img/body_aboutus_content_bottom.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 800px;
	float: left;
	background-position: center bottom;
}

#content {
	width: 800px;
	position: relative;
	text-align: left;
	float: left;
	padding: 0px;
	background-image: url(../img/body_onnet_middle.png);
	background-repeat: repeat-y;
	z-index: 4;
}
#content_about {
	width: 800px;
	position: relative;
	text-align: left;
	float: left;
	padding: 0px;
	z-index: 4;
	margin-top: -45px;
	background-position: center;
	background-image: url(../img/body_onnet_middle.png);
	background-repeat: repeat-y;
}

#content_complete {
	width: 800px;
	position: relative;
	text-align: left;
	float: left;
	padding: 0px;
	z-index: 4;
	margin-top: 0px;
	background-position: center;
	background-image: url(../img/body_onnet_middle.png);
	background-repeat: repeat-y;
}

#content_home {
	width: 800px;
	position: relative;
	text-align: left;
	float: left;
	padding: 0px;
	z-index: 4;
	margin-top: 0px;
	background-position: center;
	background-image: url(../img/body_onnet_middle.png);
	background-repeat: repeat-y;
}



#content_whmcs {
	width: 800px;
	position: relative;
	text-align: left;
	float: left;
	padding: 0px;
	z-index: 4;
	margin-top: -45px;
	background-position: center;
	background-image: url(../img/body_onnet_middle.png);
	background-repeat: repeat-y;
}

.full-content {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	margin-top: 15px;
}

#content_about .full-content {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	float:left;
	width: 730px;
	background-image: url(../img/body_aboutus_content_middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 35px;
	margin: 0;
	padding-right: 35px;
	padding-left: 35px;
	}
	
	#content_complete .full-content {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	float:left;
	width: 730px;
	background-image: url(../img/body_aboutus_content_middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 35px;
	margin: 0;
	padding-right: 35px;
	padding-left: 35px;
	}


#content_home .full-content {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	float:left;
	width: 730px;
	background-image: url(../img/body_aboutus_content_middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 35px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}




#content_news .full-content {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	float:left;
	width: 730px;
	background-image: url(../img/body_aboutus_content_middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 35px;
	margin-top: -135px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#content_whmcs .full-content {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	float:left;
	width: 730px;
	background-image: url(../img/body_aboutus_content_middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 35px;
	margin: 0;
	padding-right: 35px;
	padding-left: 35px;
}


#sidebar {
	float:left;
	margin-left:500px;
	padding:14px;
	width: 200px;
	min-height:300px;
	background-color: #000;
}
#sidebar #primary-sidebar,
#sidebar #secondary-sidebar {
	float:left;
	width:173px;
}
#sidebar #primary-sidebar {
	margin-right:12px;
}
#footer {
	background-color: transparent;
	clear: both;
	color: #000;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
	float: left;
	position: relative;
	width: 800px;
	font-weight: bold;
}

#footer a,
#footer a:visited {
	color: #204468;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* Posts
 =============================== */
.entry-content,
.entry-summary {
	overflow:auto;
}
.hentry {
	position:relative;
}
.hentry .edit {
	background-color:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 11.5px;
	opacity:.60;
	padding:3px 5px 1px;
	left:-32697px;
	position:absolute;
	top:0;
}
.hentry:hover .edit,
.post:hover .edit-post,
.comment.hentry:hover .edit-comment {
	left: auto;
	right:0;
}
.hentry:hover .edit-comment {
	left:-32697px;
	right: auto;
}
.comment.hentry.bypostauthor:hover .edit-comment {
	top: 2px;
	right: 2px;
}
.edit a,
.edit a:visited,
.edit a:hover{
	color:#fff;
}
.full .pages-link,
.page-numbers {
	font-weight:bold;
}
.full .pages-link a,
a.page-numbers {
	border:1px solid #cecfd1;
	font-weight:normal;
}
.full .pages-link a,
.page-numbers{
	padding:2px 6px;
}
.full .pages-link a:hover {
	border-color:#999;
	text-decoration:none;
}
.full p.comments-link {
	float:right;
}

.hentry ul {
	margin-left: 35px;
}
.hentry ol {
	margin-left: 32px;
}

.archive {
	border-top: 1px dotted #cecfd1;
	list-style: none;
	margin: 1.5em 0 0;
}
.archive li {
	margin-bottom:0;
}
.archive .full {
	margin-top:18px;
}
.excerpt {
	background: url(../img/arrow-bullet.gif) no-repeat 0 12px;
	border-bottom: 1px dotted #cecfd1;
	color: #999;
	padding: 12px 146px 12px 20px;
	position:relative;
}
.excerpt strong.entry-title {
	font-size: 14px;
}
.excerpt strong.entry-title a,
.excerpt strong.entry-title a:visited {
	color: #51555c;
}
.excerpt strong.entry-title a:hover {
	color: #285480;
	text-decoration: none;
}
.excerpt .date {
	margin-top:1.5em;
}
.excerpt p {
	margin:0;
}
.excerpt .date,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span {
	display: block;
	width: 140px;
}
.excerpt .date,
.excerpt .comments-link {
	position:absolute;
	right:0;
	top:14px;
}
.search {
	border-top: 1px dotted #cecfd1;
	padding-top:18px;
}

/* Comments and comment form
=================================== */
.commentlist{
	clear:both;
	list-style:none;
	margin:0 0 18px;
}
li.li-comment{
	background:transparent;
	margin:0;
	padding:0;
	position:relative;
}
li.li-comment li.li-comment {
	background:url(../img/comment-thread.gif) no-repeat 0 3px;
	padding-left:24px;
}
.commentlist .comment {
	margin-bottom:8px;
	overflow:hidden;
	padding:0 0 0 60px;
}
.commentlist .comment .photo img{
	margin-left:-60px;
	position:absolute;
}
.comment cite.fn {
	font-size:14px;
	font-weight:bold;
}
.comment .comment-content {
	overflow:hidden;
	margin-bottom:4px;
}
.comment .comment-content p:last-child,
.comment .comment-content p.last-child {
	margin-bottom:0;
}
.comment-meta {
	color:#999;
	font-size: 10.5px;
}
.comment-meta .date {
	float:right;
}
.comment-reply-link,
.comment-reply-link:visited,
.comment-reply-link:hover {
	background:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	color:#fff;
	font-size:9.5px;
	opacity:.7;
	padding:3px 5px 2px;
}
/* author comments */
.commentlist .bypostauthor {
	background-color:#efeff1;
	padding:8px 12px 6px 72px;
}

/* trackbacks and pingbacks */
.ping {
	border-top:1px dotted #cecfd1;
	padding:9px;
}
.ping .entry-summary,
.ping .entry-summary p {
	border:0;
	margin:0;
	padding:0;
}
form.comment-form {
	background-color:#efeff1;
	border:1px solid #e9eaea;
	margin-bottom:8px;
	padding:9px 9px 0;
}
.comment-form label {
	color:#51555c;
	font-weight:bold;
}
.comment-form-user-info input {
	margin-right:9px;
	width:200px;
}
.comment-form em {
	color:#999;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}
.comment-form textarea {
	height:9em;
	width:95%;
}

/* Sidebar and Widgets
============================== */
.widget {
	margin-bottom:18px;
	overflow:hidden;
	width:100%;
}
h2.widget-title,
.widget_search label {
	font-size: 1.16666667em; /* 14 */
	line-height: 1.28571429;
	margin: 0 0 .58333334em 0;
}
.widget li {
	margin:0;
}
.widget_search label {
	display:block;
	font-weight:bold;
}
.widget_search input {
	margin-bottom:6px;
}
#carrington-subscribe h2.widget-title {
	color:#999;
	float:left;
	font:normal 1.16666667em/1.28571429 helvetica, arial, sans-serif; /* 14 */
	margin:7px 0 0;
	text-transform:uppercase;
}
#carrington-about {
	padding-bottom:24px;
}
#carrington-about .about{
	overflow:hidden;
	padding:12px;
}
#carrington-about p {
	margin:0;
}
#carrington-about a.more,
#carrington-about a.more:visited {
	float:right;
}
#carrington-archives ul {
	border-top: 1px dotted #cecfd1;
}
#carrington-archives li {
	background-position:left 6px;
	border-bottom: 1px dotted #cecfd1;
	background-color: transparent;
	background-image: none;
}
#carrington-archives li a {
	display:block;
	padding:6px 0;
}
#sidebar ol {
	margin-left: 26px;
}

#TB_secondLine {
	color:#999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
#TB_title{
	background-color: transparent;
	color:#fff;
	font-size:11.5px;
	line-height:18px;
}
#TB_title a,
#TB_title a:visited {
	color:#fff;
}
a#TB_prev:hover,
a#TB_next:hover {
	height:100%;
}
a#TB_prev:hover {
	background:url(../img/lightbox/prevlabel.gif) no-repeat left center;
}
a#TB_next:hover {
	background:url(../img/lightbox/nextlabel.gif) no-repeat right center;
}

#gallery_menu {
	
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
}

#gallery_menu a{
	text-decoration: none;
	font-size: 24px;
	color: #999;
	font-weight: bold;
}

/* menu_style */

.menu {
	font-size:14px;
	font-weight:bold;
	width: 810px;
	border: thin none #3E3E3E;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	}
	
.menu ul{
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu ul li{
	float:left;
	padding:0px;
	background-color: transparent;
	width: 157px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: none;
		}
	.menu ul li a{
	color:#FFF;
	display:block;
	font-weight:bold;
	line-height:35px;
	margin:0px;
	padding:0px 20px;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
		}
		
	.menu ul li a:hover, .menu ul li:hover a{
	color:#FFFFFF;
	text-decoration:none;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	width: 755px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	}
	
.submenu ul {
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
	}
	
	.submenu ul li {
	float:left;
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
		}
		
	.submenu li ul
 {
	margin-right:0;
	width: 200px;
	height: 190px;
	padding-top: 10px;
	background-image: url(../img/menu_dropdown_1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 99999;
	padding-left: 10px;
}
.submenu li li ul {
	margin:-31px 0 0 200px;
}
.submenu li.secondary {
	float:right;
	margin-left:12px;
	margin-right:0;
}
/* dropdown action */
.submenu li ul,
.submenu li:hover li ul,
.submenu li li:hover li ul,
.submenu li.hover li ul,
.submenu li li.hover li ul {
	left: -32697px;
	position: absolute;
	padding-top: 23px;
}
.submenu li:hover ul,
.submenu li li:hover ul,
.submenu li li li:hover ul,
.submenu li.hover ul,
.submenu li li.hover ul,
.submenu li li li.hover ul {
	left: auto;
}

.submenu ul li ul li.page_item a {
	color: #FFF !important;
	font-size: 12px;
	margin-top: 5px;
	padding-right: 39px;
	padding-bottom: 0px;
	padding-left: 17px;
}
.submenu li li a:hover {
	color: #FFF !important; /* These need to retain a contrasting color with dropdown background */	
}
		
		
	.submenu ul li.current_page_item a {
	color:#FFF;
	text-decoration:underline;		
	}
		
		
	.submenu ul li.page_item a {
	color:#FFF;
	display:block;
	margin:0px;
	padding:0px 15px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight: bold;
		}
	
	.submenu ul li.page_item a:hover {
	color:#FFF;
	background-image: url(../img/menu_hover.png);
	background-repeat: no-repeat;
	background-position: 15px center;
			}
		

		
		
		#content_menu {
	font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	width: 800px;
	border: thin none #3E3E3E;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#content_menu ul {
	list-style:none;
	margin:0;
	padding: 0px;
	float: left;
	}

#content_menu ul li {
	float:left;
	background-color: transparent;
	margin: 0px;
	padding:0px;
		}
		
		#content_menu ul li.current_page_item  a {
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../img/grey_button_over.png);
	background-repeat: no-repeat;
		}
		
#content_menu ul li a {
	color:#FFF;
	display:block;
	font-weight:normal;
	margin:0px;
	text-align:center;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	width: 170px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
	background-image: url(../img/grey_button.png);
	background-repeat: no-repeat;
	background-position: center top;
		}
		
#content_menu ul li a:hover    {
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../img/grey_button_over.png);
	background-repeat: no-repeat;
			}
		
		
#content_submenu {
	background-repeat: no-repeat;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin: 0px;
	width: 760px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
	border: thin none #3E3E3E;
	height: 50px;
	float: left;
	background-position: center top;
	}
#content_submenu ul{
	background:transparent;
	list-style:none;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 21px;
	}
#content_submenu ul li{
	float:left;
	background-color: transparent;
	padding: 0px;
	margin-right: 19px;
		}
		
		
#content_submenu ul li.current_page_item  a{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	
}


#content_submenu ul li a{
	color:#FFF;
	display:block;
	font-weight:bold;
	line-height:32px;
	margin:0px;
	text-align:center;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
		}
#content_submenu ul li a:hover    {
	color:#FFFFFF;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
			}
			
			#map_canvas {
	height: 710px;
	width: 420px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 20px;
}

.onheberge_content{
	font-weight:bold;
	margin: 0px;
	width: 730px;
	padding:0px;
	height: 310px;
}

.onheberge_content ul{
	background:transparent;
	list-style:none;
	margin:0px;
	width: 730px;
	padding: 0px;
}

.onheberge_content li{
	float:left;
	background-color: transparent;
	width: 222px;
	height: 297px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 31px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.onheberge_content li a{
	color:#FFF;
	display:block;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
}

.onheberge_content li a:hover, .onheberge_content ul li:hover a{
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.enreg_table {
	background-image: url(http://www.onnet.ca/wp-content/themes/carrington-blog/img/enregistre_domainreg.png);
	background-repeat: no-repeat;
	width: 530px;
	height: 215px;
	margin: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.enreg_table p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000;
}

.enreg_table h1 {
	color:#fff;
	background: transparent;
	padding-top: 0px;
	padding-left: 8px;
	font-size: 18px;
	padding-bottom: 15px;
	text-align: left;
	vertical-align: top;
}

/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table, td{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	border:1px solid #fff;
}
table{
	width:100%;
	border-collapse:collapse;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
th, td{
	text-align:center;
	padding:0.5em;
	border:1px solid #fff;
}
th{
	color:#fff;
	background-color: #ef9534;
}
td{
	background-color: #FBE0C4;
	text-align: center;
}

/* tablecloth styles */

tr.even td{
	background-color: #FBE0C4;
	text-align: center;
}
tr.odd td{
	background-color: #F7C691;
	text-align: center;
}

th.over, tr.even th.over, tr.odd th.over{
}
th.down, tr.even th.down, tr.odd th.down{
}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{
}
td.down, tr.even td.down, tr.odd td.down{
}
td.selected, tr.even td.selected, tr.odd td.selected{
}

/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}



.options table, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: none;
	text-align: left;
}
.options table{
	width:216px;
	border-collapse:collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.options th, td{
	text-align:left;
	padding:0.6em;
}
.options th{
	color:#fff;
	background-color: transparent;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 65px;
	padding-top: 0px;
}
.options td{
	background-color: transparent;
	padding-left: 10px;
}

/* tablecloth styles */

.options tr.even td{
	background-color: #FBE0C4;
	text-align: left;
}
.options tr.odd td{
	background-color: #F7C691;
	text-align: left;
}

.options th.over, tr.even th.over, tr.odd th.over{
}
.options th.down, tr.even th.down, tr.odd th.down{
}
.options th.selected, tr.even th.selected, tr.odd th.selected{}

.options td.over, tr.even td.over, tr.odd td.over{
}
.options td.down, tr.even td.down, tr.odd td.down{
}
.options td.selected, tr.even td.selected, tr.odd td.selected{
}

/* use this if you want to apply different styleing to empty table cells*/
.options td.empty, tr.odd td.empty, tr.even td.empty{
	background:transparent;
}


