/*
 * PLUMBR LLC WEBSITE
 * @author: Hugues
 * Last update: 20.02.08
 */

body {
	background: white url('/images/template/background.png') repeat-x;
	margin: 0; padding: 0;
	text-align: center;
	font-size: 10pt; font-family: Arial, Geneva, Verdana, sans-serif; color: black;
}
html>* { font-size: 10pt; font-family: Arial, Geneva, Verdana, sans-serif; color: black; }
a, a:hover { text-decoration: none; cursor: pointer; }
p { line-height: 12pt; }
img { border: none; }

/* === MAIN BLOCS ========================================== */

#header {
	width: 710px; height: 317px;
	margin-right: auto; margin-left: auto; margin-bottom: 10px; padding: 0 30px 0 30px;
	background: url('/images/template/header.png') no-repeat;
}
#container {
	width: 750px; min-height: 350px;
	margin-right: auto; margin-left: auto; padding: 0 0 20px 0;
	text-align: left;
	background: white url('/images/template/container_bg.png') right bottom no-repeat;
}
#footer {
	clear: both;
	background: #dff1f8 url('/images/template/footer_bg.png') repeat-x;
	padding-bottom: 20px;
}
#debug {
	margin: 30px; padding: 10px;
	background-color: #efefef;
	border: solid 1px #ccc;
	text-align: left;
}

/* one col main container */
#main { padding: 10px; }
/* two col main contaimer, left one */
#mainL { float: left; padding: 20px 10px 0 20px; width: 400px; }
/* two col main caontaimer, right one */
#mainR { float: right; padding: 20px 20px 0 20px; width: 220px; }

/* === GLOBAL STYLES ======================================= */

.left { float: left; }
.right { float: right; }
.center { margin-right: auto; margin-left: auto; }
.tLeft { text-align: left; }
.tRight { text-align: right; }
.tCenter { text-align: center; }
.clear { clear: both; }
.nomarge { margin: 0; padding: 0; }
.strike { text-decoration: line-through; }
.pink { color: #e0358a; }
.orange { color: #ff5800; }
.green { color: #8cc131; }
.blue { color: #00a6ca; }
.grey { color: #ccc; }
hr.sep1 { border-top: 0; border-right: 0; border-left: 0; border-bottom: solid 1px #aaa; height: 1px; color: #aaa; }
hr.sep2 { border-top: 0; border-right: 0; border-left: 0; border-bottom: dotted 1px #fff; height: 1px; color: #fff; }
hr.clear { clear: both; visibility: hidden; }
ul.l1 { list-style-image: url('/images/blog/b1.gif'); margin: 10px 0 10px 20px; padding: 0; }
.l1 li { margin: 4px 0 4px 0; }

/* growl message box */
.growlMess {
	width: 200px;
	margin-top: 10px; padding: 10px; 
	background-color: #e0358a;
	-moz-border-radius: 8px;
	text-align: center; color: white; font-size: 8pt;
}
.growl {
	width: 200px;
	margin-top: 10px; padding: 10px; 
	background-color: black;
	-moz-border-radius: 8px;
	text-align: center; color: white; font-size: 8pt;
}
.growl strong { font-size: 10pt; }

/* === HEADER ============================================== */

#header a, #header a:hover { color: black; text-decoration: underline; }
#header .icon {	margin-right: 4px; }

/* clients login */
#header .txtLeft {
	float: left; width: 320px;
	margin-right: 129px; padding-top: 9px;
	text-align: left; font-size: 9pt;
}

/* language setting */
#header .txtRight {
	float: right; width: 110px;
	padding-top: 9px;
	text-align: right; font-size: 9pt;
}

/* search box */
#search { 
	float: left; width: 150px;
	margin: 4px 0 0 0; padding: 0;
	text-align: left;
}
#search .keywords {
	width: 93px; height: 14px;
	margin: 0; padding: 1px 2px 0 4px;
	background: url('/images/template/search_bg.png') no-repeat;
	border: none;
	font-size: 8pt; font-family: Arial, Geneva, Verdana, sans-serif;
}
#search .ok {
	width: 30px; height: 15px;
	margin-left: 4px; padding-top: 0; padding-top: 1px;
	background: url('/images/template/bt_search.png') left top no-repeat;
	cursor: pointer;
	border: none;
	font-family: Arial, Geneva, Verdana, sans-serif; font-size: 7pt; color: white;
}
#search .ok:hover { background: url('/images/template/bt_search.png') -32px top no-repeat; }
#searchlist a { color: black; font-size: 10pt; }
#searchlist a:hover { color: #e0358a; }
.keywordsSuggessions { display: none; }
.keywordsSuggessionsActive {
	max-height: 150px;
	background-color: white;
	border: solid 1px #aaa;
	font-family: Arial, Geneva, Verdana, sans-serif; font-size: 8pt;
	overflow: auto;
}
.keywordsSuggessionsActive ul { list-style: none; margin: 0; padding: 0; }
.keywordsSuggessionsActive li { padding: 1px 2px 1px 4px; cursor: pointer; }
.keywordsSuggessionsActive li:hover { background-color: #cdc5b2; }
.keywordsSuggessionsActive li.selected { background-color: #cdc5b2;}

/* === MAIN NAVIG TABS ===================================== */

#tabs {
	clear: both; float: left;
	position: absolute;
	top: 294px;
	width: 332px; height: 23px;
	margin-left: 347px;
}
.tabsP0 { background: url('/images/template/tabs.png') left top no-repeat; }
.tabsP1 { background: url('/images/template/tabs.png') left -23px no-repeat; }
.tabsP2 { background: url('/images/template/tabs.png') left -46px no-repeat; }
.tabsP3 { background: url('/images/template/tabs.png') left -69px no-repeat; }
.tabsP4 { background: url('/images/template/tabs.png') left -92px no-repeat; }
#tabs ul { text-align: left; list-style: none; margin: 0 0 0 7px; padding: 0; }
#tabs li {
	float: left;
	display: block;
	width: 79px; height: 21px;
	margin: 0; padding: 1px 0 0 0;
	text-align: center;
	font-size: 7pt; font-family: Geneva, Verdana, sans-serif; font-weight: bold; color: white;
}
#tabs a { display: block; padding: 3px 0 3px 0; color: white; text-decoration: none; }
#tabs a:hover { color: #e0358a; text-decoration: none; }
#tabs li.active a { color: #444; }
#tabs li.active a:hover { color: #444; }

/* === FOOTER ============================================== */

#footerContent {
	width: 770px;
	margin-right: auto; margin-left: auto; padding: 45px 0 0 0;
	background: url('/images/template/footer.png') no-repeat;
	text-align: left;
}
#footerContent a, #footerContent a:hover { color: #aaa; }

/* left col, site information links */
#footerC1 {
	float: left;
	padding-left: 32px;
	color: white; font-size: 7pt; font-family: Geneva, Verdana, sans-serif;
}
#footerC1 h3 { margin: 6px 0 0 10px; padding: 0; font-size: 8pt; font-family: Arial, Verdana, sans-serif; }
#footerC1 ul { list-style: none; margin: 15px 0 0 0; padding: 0; width: 190px; }
#footerC1 li { margin: 0; padding: 3px 0 4px 15px; color: #00a6ca; border-bottom: dotted 1px #00a6ca; background: url('/images/template/b1.gif') 0 4px no-repeat; }
#footerC1 li:hover { background: url('/images/template/b2a.gif') 0 4px no-repeat; }
#footerC1 a { color: #00a6ca; }
#footerC1 a:hover { color: #8cc131; }

/* right col, last blog post */
#footerC2 {
	float: right;
	width: 246px;
	margin: 14px 30px 0px 0; padding: 0 10px 10px 10px;
	background: #4b4b4b url('/images/template/blog_bottom.gif') left bottom no-repeat;
	color: white; font-size: 7pt; font-family: Geneva, Verdana, sans-serif;
}
#footerC2 h3 { margin: 0; padding: 0; font-size: 10pt; font-weight: bold;  font-family: Arial, Verdana, sans-serif; }
#footerC2 ul { list-style: none; margin: 5px 0 5px 0; padding: 0; }
#footerC2 li {
	margin: 0;
	padding: 3px 0 4px 15px;
	color: #fff;
	border-bottom: dotted 1px #fff;
	background: url('/images/template/b4.gif') 0 4px no-repeat;
}
#footerC2 li:hover { background: url('/images/template/b4a.gif') 0 4px no-repeat; }
#footerC2 a { color: #fff; }
#footerC2 a:hover { color: #fff; }

/* copyright information */
.footerTxt { padding-left: 32px; clear: both; font-size: 7pt; color: #aaa; }

/* === LOGIN FORM ========================================== */
/* login form div popup on all pages */

#loginForm {
	z-index: 999;
	position: absolute; top: 35px; left: 0;
	width: 264px; height: 160px;
	padding: 48px 30px 20px 24px;
	background: url('/images/template/login_bg.png') no-repeat;
	text-align: left; color: white; font-size: 8pt;
	visibility: hidden;
}
#loginForm p { margin: 7px 0 3px 0; padding: 0; }
#loginForm .input {
	margin: 2px 10px 2px 0;
	padding: 2px 3px 2px 3px;
	font-size: 8pt;
	color: black;
	height: 13px;
	width: 130px;
	border: inset 1px #ccc;
	background-color: #fff;
}
#loginForm .input:hover, .input:focus { border: solid 1px #00a6ca; }
#loginForm a { color: white; }
#loginForm a:hover { color: #e0358a; }
#loginForm img { margin-right: 6px; vertical-align: -2px; }
.loginMess { color: #fff; font-weight: normal; }
.loginError { color: #ff5800; font-weight: bold; }
#loginForm .button {
	height: 19px; width: 40px;
	margin: 0 0 1px 0px; padding: 0;
	background: url('/images/template/bt_login.png') left top no-repeat;
	border: none;
	font-size: 8pt; font-family: Arial, Geneva, Verdana, sans-serif; color: white;
	cursor: pointer;
}
#loginForm .button:hover { background: url('/images/template/bt_login.png') -42px top no-repeat; }
#loginForm .readonly { border: inset 1px #ccc; background-color: #ccc; }
#togglePasswordForm { position: absolute; left: 25px; top: 145px; }
#closeLoginForm {
	display: block;
	height: 15px;
	padding-left: 18px;
	position: absolute; right: 30px; top: 145px;
	background: url('/images/template/bt_close.png') left 1px no-repeat;
}
#closeLoginForm:hover { background: url('/images/template/bt_close.png') left -15px no-repeat; }

/* === CONTACT FORM ======================================== */
/* contact form div popup on all pages */

/* mask resized by js in order to disable the page content */
#mask {
	visibility: hidden;
	clear: both;
	width: 100%; height: 100%;
	z-index: 65556;
	position: absolute; left: 0; top: 0;
	background-color: black;
}
#contactForm {
	visibility: hidden;
	height: 440px; width: 532px;
	clear: both;
	position: absolute; top: 0;
	z-index: 65556;
	margin-right: auto; margin-left: auto; padding: 0 9px 0 9px;
	background: url('/images/template/contact_bg.png') no-repeat;
}
#contactForm p { line-height: normal; }
#closeContactForm {
	display: block;
	height: 15px;
	padding-left: 18px;
	position: absolute; bottom: 20px; right: 40px;
	background: url('/images/template/bt_close.png') left 1px no-repeat;
	font-size: 8pt; color: white;
}
#closeContactForm:hover { color: #e0358a; background: url('/images/template/bt_close.png') left -15px no-repeat; }
#contactForm h2 {
	position: absolute; top: 70px; left: 30px;
	margin: 0; padding: 0;
	color: white; font-size: 30pt; line-height: 24pt; text-align: left; letter-spacing: -0.4pt;
}
#contactForm .col { width: 147px; float: left; margin-top: 180px; padding: 0 15px 0 15px; color: white; font-size: 7pt; }
#contactForm .C1 a, #contactForm .C2 a, #contactForm .C3 a { padding-top: 125px; display: block; color: white; }
#contactForm .C1 a { background: url('/images/template/icon_contact.png') left top no-repeat; }
#contactForm .C1 a:hover { background: url('/images/template/icon_contact.png') -147px top no-repeat; }
#contactForm .C2 a { background: url('/images/template/icon_feedback.png') left top no-repeat; }
#contactForm .C2 a:hover { background: url('/images/template/icon_feedback.png') -147px top no-repeat; }
#contactForm .C3 a { background: url('/images/template/icon_support.png') left top no-repeat; }
#contactForm .C3 a:hover { background: url('/images/template/icon_support.png') -147px top no-repeat; }
#contactForm .title { display: block; font-size: 9pt; font-weight: bold; margin: 0 0 5px 0; padding: 0; }
#contactSlideAjax { padding-top: 75px; padding-left: 20px; visibility: hidden; text-align: left; height: 360px; }
#contactSlideAjax .cl { float: left; border-right: dotted 1px white; font-size: 8pt; width: 165px; padding-right: 15px; height: 335px; color: white; margin-right: 25px; }
#contactSlideAjax .cl strong { font-size: 9pt; }
#contactSlideAjax .cl img { margin-bottom: 10px; }
#contactSlideAjax .cl a { color: white; }
#contactSlideAjax .cl a:hover { color: #00a6ca; }
#contactSlideAjax .cl p { margin: 10px 0 0 0; }
#contactSlideAjax .c2 small { display: block; margin-top:10px; color: #fff; font-style: italic; float: left; }

#contactSlideAjax .c2 {
	float: right;
	text-align: left;
	width: 290px;
	margin-right: 15px;
}

#contactSlideAjax .c2 p { margin: 3px 0 3px 0; }
#contactSlideAjax label {
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 15px;
	font-size: 8pt;
	margin-top: 4px;
}

#contactSlideAjax .select {
	border: inset 1px #ccc;
	width: 172px;
	font-size: 8pt;
	padding: 0;
	background-color: #efefef;
	margin-bottom:2px;
	min-height: 20px;
}
#contactSlideAjax .input {
	border: inset 1px #ccc;
	width: 160px;
	font-size: 8pt;
	padding: 2px 5px 2px 5px;
	background-color: #efefef;
	margin-bottom:2px;
}
#contactSlideAjax textarea { 
	border: inset 1px #ccc;
	width: 272px;
	padding: 2px;
	font-size: 8pt;
	background-color: #efefef;
	margin-top: 10px;
	height: 100px;
	font-family: Arial, Geneva, Verdana, sans-serif;
}
#contactSlideAjax .submit {
	float: right;
	border: outset 1px #ccc;
	margin: 10px 10px 0 0;
	font-size: 8pt;
	background-color: #efefef;
}
#contactSlideAjax h3 { font-size: 14pt; color: #fff; font-weight: bold; margin: 0 0 15px 0; }
#contactForm fieldset {}

/* glider */

div.glider-scroller { 	
	width: 500px; 
	height: 300px;
	overflow: hidden;
}

div.glider-scroller div.glider-section {
  width:500px;
  height:300px;
  overflow:hidden;
  float:left;
  padding:1em;		
}

div.glider-scroller div.glider-content {
  width: 10000px;
}

/* === SEARCH RESULTS PAGE ================================= */

#searchResults {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 8pt;
}

#searchResults li { margin-bottom: 10px; }
#searchResults .title { font-size: 9pt; }
#searchResults .title a { color: #00a6ca; text-decoration: underline; }
#searchResults .title a:hover, #searchResults .title a:visited { color: #e0358a; text-decoration: underline; }
#searchResults .resultsInfo, #searchResults .resultsInfo a, #searchResults .resultsInfo a:hover { color: #8cc131; }

/* feeds links */
.feeds {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 8pt;
}

.feeds li {
	display: block;
	padding-left: 20px;
	height: 20px;
	float: left;
	background: url('/images/template/icon_feed.png') left top no-repeat;
	margin: 0 10px 3px 0;
}
.feeds a { color: #aaa; }
.feeds a:hover { color: #e0358a; }
.feeds li:hover { background: url('/images/template/icon_feed.png') left -21px no-repeat; }

.relatedTags {
	display: inline; 
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

.relatedTags li { display: inline; margin: 0 3px 3px 0; }
.relatedTags a { color: #aaa; }
.relatedTags a:hover { color: #e0358a; }
.searchNavig a { color: #00a6ca; }
.searchNavig a:hover { color: #e0358a; }

#advancedSearch .iText {
	border: inset 1px #333;
	width: 240px;
	height: 20px;
	padding: 2px 3px 0 3px;
}

#advancedSearch .button {
	height: 19px;
	width: 115px;
	border: none;
	margin: 10px 0 1px 0px;
	padding: 0;
	background: url('/images/template/bt_advsearch.png') left top no-repeat;
	font-size: 8pt;
	font-family: Arial, Geneva, Verdana, sans-serif;
	color: white;
	cursor: pointer;
}

#advancedSearch .button:hover { background: url('/images/template/bt_advsearch.png') 0 -24px no-repeat; }

/* === HOMEPAGE ============================================ */

/* first and second col */
#main .homeC1, #main .homeC2 { float: left; width: 225px; margin: 0 10px 0 10px; color: #444; }
/* frame team */
#main .homeCbottom { clear: left; float: left; width: 410px; height: 55px; text-align: center; margin: 40px 0 10px 20px; padding: 17px 10px 10px 10px; background: #B4AD9C url('/images/home/bg_bottom.png') no-repeat; font-size: 10pt; color: #444; font-weight: bold; }
#main h2.homeTitle { color: #00a6ca; margin: 0px; padding: 0px; font-size: 12pt; font-weight: normal; line-height: 14pt; }
/* third blue col news */
#homeC3 { margin: 0 9px 0 9px; padding: 0; float: right; width: 220px; padding: 0; background: url('/images/home/news.png') left top repeat-y; color: #444; }
#homeC3bottom { background: url('/images/home/news_bottom.png') bottom left no-repeat; margin: 10px 0 -6px 0; padding: 0; float: right; width: 220px; height: 8px; font-size: 6px; }
#homeC3 .content { margin: 0 15px 0 15px; }
#homeC3 a { color: #444; }
#homeC3 a:hover { color: #ff5800; }
#homeC3 h2.sidebarTitle { color: #fff; margin: 0px; padding: 0px; font-size: 12pt; font-weight: normal; line-height: 14pt; }
/* ul and li for the last news list */
#homeC3 ul { list-style: none; margin: 10px 0 0 0; padding: 0; }
#homeC3 li { padding: 1px 2px 7px 0px; margin-bottom: 5px; border-bottom: dotted 1px white; }
#homeC3 li a:hover { color: black; }

/* === TEAM ================================================ */

/* first col */
#main .teamC1 {
	float: left;
	width: 345px;
	margin: 0 10px 0 10px;
	color: #444;
}

/* second col */
#main .teamC2 {
	float: left;
	width: 345px;
	margin: 0 10px 20px 10px;
	padding: 25px 0 0 0;
	color: #444;
	background: url('/images/team/rtop.png') left top no-repeat;
}

#main .teamC2 .content { margin: 0 15px 0 15px; padding-top: 10px; }

#main h2.teamTitle {
	color: #00a6ca;
	margin: 0px;
	padding: 0px;
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 17pt;
}

#main h3.sidebarTitle {
	color: #fff;
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 17pt;
}
#main .teamC2bottom {
	height: 12px;
	background: url('/images/team/rbottom.png') left bottom no-repeat;
}

/* === WORK ================================================ */

/* first col */
#main .workC1 {
	float: left;
	width: 345px;
	margin: 0 10px 0 10px;
	padding: 25px 0 0 0;
	color: #444;
	background: url('/images/team/rtop.png') left top no-repeat;
}

/* second part of the first col */
#main .workC1bis {
	width: 345px;
	padding: 25px 0 20px 0;
	color: #444;
	background: white;
}

/* second col */
#main .workC2 {
	float: left;
	width: 345px;
	margin: 0 10px 0 10px;
	color: #444;
}

#main .workC1 .content { margin: 0 15px 0 15px; padding-top: 10px; }

#main h2.teamTitle {
	color: #00a6ca;
	margin: 0px;
	padding: 0px;
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 17pt;
}

#main h3.sidebarTitle {
	color: #fff;
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 17pt;
}
#main .workC1bottom {
	height: 12px;
	background: url('/images/team/rbottom.png') left bottom no-repeat;
}

/* === BLOG ================================================ */

/* BLOG INDEX */
.post { margin: 12px 0 30px 0; color: #444; }
.post .date {
	float: left;
	height: 51px;
	width: 54px;
	margin: 0 10px 10px 0;
	background: url('/images/blog/date_bg.png') no-repeat;
	text-align: center;
	padding: 5px 2px 0 0;
	font-size: 7pt;
	color: #444;
	line-height: 9pt;
}
.post .date strong { color: #e0358a; font-size: 18pt; line-height: 16pt; }
.post h2, .post h1 { 
	color: #00a6ca;
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 11pt;
}
.post h1 { width: 450px; }
.post h2 a, .post h2 a:hover, .post h1 a, .post h1 a:hover { color: #00a6ca; }
.post h3 { color: #e0358a; }
.post .post-infos { 
	margin: 0 0 10px 0;
	padding: 0;
	float: right;
	width: 333px;
	text-align: left;
	color: #777;
	font-size: 8pt;
}
.post .post-infos a { color: #777; }
.post .post-infos a:hover { color: #e0358a; }
.post .icon { vertical-align: -4px; margin-right: 3px; }
.post .post-content { clear: both; }
.post .post-content a { color: #e0358a; }
.post .post-content a:hover { color: #00a6ca; }
.post .more-link { display: block; margin-top: 4px; text-align: right; }
.post blockquote {
	margin: 10px 5px 10px 5px;
	padding-left: 15px;
	border-left: solid 5px #cdc5b2;
}
.post pre {}

/* POST PAGE */
.fullpost { 
	padding: 10px;
	float: left;
}
.fullpost .post-infos { 
	margin: 0 0 10px 1px;
	padding: 0;
	float: left;
	text-align: left;
	color: #777;
	font-size: 8pt;
}
.fullpostInfos {
	float: right;
	width: 200px;
	background: #e3ddd0 url('/images/blog/postinfos_bg.png') no-repeat;
	margin: 0 0 0 20px;
	padding: 10px;
	z-index: 9999;
}
.fullpost h1 { float: none; }
.fullpost .post-content { 
	clear: left; 
	font-size: 10pt;
	line-height: 12pt;
	width: 450px;
}
.fullpost .post-content p { line-height: 13pt; }
.fullpost pre { 
	overflow: auto;
	background-color: #dff1f8;
	padding: 3px;
	border: dotted 1px #00a6ca;
}

/* syntax highlight */
.wp_syntax { padding: 0; clear: both; background-color: #dff1f8; border: dotted 1px #00a6ca; }
.wp_syntax td { padding: 0; vertical-align: top;}
.wp_syntax pre { margin: 0; }
.line_numbers pre { width: 30px; overflow: hidden; border: none;}
.code pre { border: none; width: 400px;}
.fullpost ul { list-style-image: url('/images/blog/b1.gif'); }

/* div related posts */
.fullpostInfos h3 { font-size: 9pt; }
.fullpostInfos ul { list-style: none; margin: 0; padding: 0; }
.fullpostInfos li { 
	padding: 3px 2px 3px 20px;
	border-bottom: dotted 1px white;
	background: url('/images/template/sidebar_b1.gif') 3px 3px no-repeat;
	font-size: 9pt;
}
.fullpostInfos .half li { margin-right: 10px; }
.fullpostInfos .list li:hover { background: url('/images/template/sidebar_b1a.gif') 3px 3px no-repeat; }
.fullpostInfos .list li a, .fullpostInfos ul li a { color: #444; display: block; }
.fullpostInfos .list li a:hover { color: #fff; }
.fullpostInfos ul li a:hover { color: #E0358A; }
.fullpostInfosBottom {
	float: right;
	clear: right;
	width: 220px;
	height: 15px;
	background: #e3ddd0 url('/images/blog/postinfos_bottom.png') no-repeat;
	margin: 0 0 20px 20px;
}
.wp-smiley { vertical-align: -3px; }

/* post comments */
#postComments { font-size: 9pt; }
#postComments small { font-size: 7pt; }
#postComments h3 { color: #8cc131; font-size: 12pt; margin-top: 50px; margin-bottom: 10px; width: 450px; }
#postComments p { margin: 2px 0 2px 0; }
#postComments dl.comments { margin-bottom: 20px; width: 450px; }
#postComments dl.comments dd { margin: 0; padding: 8px 10px 4px 10px; background: url('/images/blog/post_comment_bg1.png') no-repeat; color: #444; }
#postComments dl.comments dd a strong { color: #444; }
#postComments dl.comments dt { margin: 0 0 20px 0; color: #444; }
#postComments dl.comments dt a { color: #e0358a; }
#postComments dl.comments dt a:hover { color: #00a6ca; }
#postComments dl.comments dt.com1 { padding: 10px 10px 10px 60px; background: url('/images/blog/post_comment_bottom1.png') left -5px no-repeat; }
#postComments dl.comments dt.com1 img { float: left; margin-right: 10px; border: solid 3px #E3DDD0; }
#postComments dl.comments dt.com2 { padding: 10px 60px 10px 10px; background: url('/images/blog/post_comment_bottom2.png') left -5px no-repeat; text-align: right; }
#postComments dl.comments dt.com2 img { float: right; margin-left: 10px; border: solid 3px #E3DDD0; }

#postComments label { width: 120px; float: left; text-align: right; font-size: 9pt; display: block; margin: 5px 10px 0 0; }
#postComments .input { width: 287px; padding: 4px 4px 3px 4px; margin: 2px 0 2px 0; color: #444; font-family: Arial, Geneva, Verdana, sans-serif; border: none; background: url('/images/blog/post_input_bg.png') no-repeat; font-size: 9pt; }
#postComments textarea { width: 405px; height: 180px; padding: 10px; margin: 10px 0 0 0; color: #444; font-family: Arial, Geneva, Verdana, sans-serif; border: none; background: url('/images/blog/post_textarea_bg') no-repeat; font-size: 9pt; } 
#postComments .mandatory { font-size: 18pt; font-weight: bold; color: #ff5800; vertical-align: -5px; margin-left: 5px; }
#postComments .error { margin: 0px 5px 6px 135px; font-weight: bold; color: #ff5800; font-size: 7pt; }
#postComments .error-textarea { margin: 6px 5px 0px 5px; font-weight: bold; color: #ff5800; font-size: 7pt; }

/* BLOG SIDEBAR */

#sidebar {
	float: right;
	width: 270px;
	padding: 32px 20px 0 10px;
	margin: 0;
	font-size: 8pt;
}

/* blue frames for categories */
#sidebar .f1 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url('/images/template/sidebar_f1_bg2.png') left bottom no-repeat;
}
#sidebar .content { padding: 0 10px 0 10px; }
#sidebar h2, #sidebar h3 { margin: 0; }
#sidebar .list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar .list li { 
	padding: 3px 2px 3px 17px;
	border-bottom: dotted 1px white;
	background: url('/images/template/sidebar_b1.gif') 3px 3px no-repeat;
}
#sidebar .half {
	float: left;
	width: 50%;
}
#sidebar .half li { margin-right: 10px; }
#sidebar .list li:hover { background: url('/images/template/sidebar_b1a.gif') 3px 3px no-repeat; }
#sidebar .list li a { color: #444; display: block; }
#sidebar .list li a:hover { color: #fff; }

/* lasts comments */
.comments { margin-bottom: 20px }
.comments dd {
	margin: 0;
	padding: 10px 10px 4px 10px;
	background: url('/images/template/sidebar_f2_bg1.png') no-repeat;
	color: #444;
}
.comments dd a strong { color: #444; }
.comments dt { margin: 0 0 10px 0; color: #444; }
.comments dt a { color: #e0358a; }
.comments dt a:hover { color: #00a6ca; }
.comments dt.com1 {
	padding: 10px 10px 10px 60px;
	background: url('/images/template/sidebar_f2_bottom1.png') left -5px no-repeat;
}
.comments dt.com1 img { float: left; margin-right: 10px; border: solid 3px #E3DDD0; }
.comments dt.com2 {
	padding: 10px 60px 10px 10px;
	background: url('/images/template/sidebar_f2_bottom2.png') left -5px no-repeat;
	text-align: right;
}
.comments dt.com2 img { float: right; margin-left: 10px; border: solid 3px #E3DDD0; }

/* tyags cloud */
#sidebar ul.tags { list-style: none; margin: 0; padding: 0; }
#sidebar .tags li { display: inline; font-size: 8pt; }
#sidebar .tags a { color: #444; }
#sidebar .tags a:hover { color: #fff; }

/* blogroll */
#sidebar .blogroll {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
}
#sidebar .blogroll>li { margin: 5px 0 5px 0; }
#sidebar .blogroll h3 {
	font-size: 9pt;
	color: #444;
}
ul.blogrollList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blogrollList a { color: #444; }
.blogrollList a:visited { color: #ccc; }
.blogrollList a:hover { color: #e0358a; }
.blogrollList li {
	height: 18px;
	padding-top: 2px;
	border-bottom: dotted #444 1px;
}
.blogrollList li img {
	margin-right: 5px;
	vertical-align: -3px;
}

/* navigation */
.navigation .alignright {
	float: right;
}

.navigation .alignleft a, .navigation .alignright a {
	color: #444644;
	font-weight: bold;
}

.navigation .alignleft a:hover, .navigation .alignright a:hover {
	color: #E0358A;
}