﻿* {
	margin:0;
	padding:0px;
}

a {
	text-decoration: none;
	color: #457abc;
}

a:hover {
	color: #666b75;
	border-bottom: 1px solid #666b75;
}

#right a:hover { background-color: #f3f1e9;}

img { border: none; vertical-align: bottom; }

/*input[type="text"], input[type="password"] { 
	border: 1px solid #C1BCA8;
	background: #f3f1e9 /*url("images/bg_input.gif") repeat-x 0 0;
	font-size: 10pt;
	font-family: Courier New;
	height: 20px;
	margin-right: 5px;
}

input[type="button"] {
	border: 1px solid #C1BCA8;
	background: #f3f1e9 /*url("images/bg_input.gif") repeat-x 0 0;
	color: #383d44;
}*/

/* search form */
#searchbox input 
{
	padding: 2px 3px;
	border: 1px solid #C1BCA8;
	background: #f3f1e9 /*url("images/bg_input.gif") repeat-x 0 0*/;
}

#searchbutton {
	margin-left: 5px;
	padding: 2px 3px;
	border: 1px solid #C1BCA8;
	background: #f3f1e9 /*url("images/bg_input.gif") repeat-x 0 0*/;
	color: #383d44;
}
#searchcomments
{
	margin-right: 3px;
	margin-top: 2px;
}

body {
	font-family: Verdana;
	font-size: 9pt;
	color: #383d44;
	background: #f3f1e9 /*url(Images/faux_columns.jpg) repeat-y 75% 0;*/
}

p { padding-bottom: 1.2em; }

#content h1 {
	margin-right: 20px;
	font-size: 155%;
	font-family: Book Antiqua;
	font-weight: normal;
	color: #457abc;
	margin-bottom: 5px;
	padding-bottom: 3px;
	margin-top: 10px;
}

#right h1 {
	border-bottom: 1px solid #c4bfa1;
}

h3 {
	color: #693;
	font-size:100%;
	padding: 0;
	margin-bottom: 3px;
	font-weight: normal;
}

h3 span {
	border-bottom: 1px solid #dbd5c5;
}

#right h1 {
	width: 90%;
}

h2, #right h1 {
	color: #693;
	font-size:100%;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-variant: small-caps;
	font-weight: bold;
}

h2 span {
	border-bottom: 1px solid #dbd5c5;
}

ul {
	margin: 0px 5px 5px 0px;
	text-indent: 0px;
	padding-left: 10px;
	font-size: 90%;
}

li {
	list-style-position:inside;
	list-style-type: none;
	color: #c0b36e;
	padding: 2px;
}

/***********  GENERAL ************/
.fieldForm {
	margin-left: 10px;
}

.fieldForm .field {
	margin-bottom: 5px;
}

/*********** LAYOUT ************/

#wrap{
	background: #f3f1e9 url(Images/faux_columns.jpg) repeat-y 75% 0;
}

#header {
	background: #4c81c0 url(Images/header_bg.gif) repeat-x top left;
	position: relative;
	height: 150px;
	padding: 10;
}

#header a:hover { border-bottom: none; }

/* title */
.title {
	float: left;
	padding: 28px 0 0 76px;
	color: #FFF;	
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}
.title a {
	text-decoration: none;
	color: #FFF;
}

/***********  NAVIGATION ************/

#mainNav {
	background: #588e03 url(Images/main_nav_green.gif) repeat-x top left;
	height: 30px;
}

#mainNav #login{
	float: right;
	padding-top:8px;
	margin-right: 20px;
	margin-bottom: -8px;
	padding-bottom: 8px;
}

#mainNav #login a {
	color:#dcf2ba;
	text-decoration:none;
	font-variant:small-caps;
	padding: 7px 8px 4px 8px;
}

#mainNav #login a:hover {
	color:#fff;
	background:#3e6502 url(Images/main_nav_selected_hover.gif) repeat-x top left;
	border-bottom: 3px solid #3e6502;
}

#mainNav ul {
	margin: 0px 0px 8px 30px;
	padding-top: 8px;
	padding-left: 25px;
}

#mainNav ul li {
	display:inline;
	overflow:hidden;
	list-style-type:none;
}

#mainNav ul li .separator {
	color:#3e6502;
	text-decoration:none;
	font-variant:small-caps;
	padding: 7px 8px 4px 8px;
	margin-left: -2px;
	margin-right: -2px;
}

#mainNav ul li a {
	color:#dcf2ba;
	text-decoration:none;
	font-variant:small-caps;
	padding: 7px 8px 4px 8px;
	margin-left: -2px;
	margin-right: -2px;
}

#mainNav ul li a:hover {
	color:#fff;
	background:#3e6502 url(Images/main_nav_selected_hover.gif) repeat-x top left;
	border-bottom: 3px solid #3e6502;
}

#mainNav ul li a.active {
	color:#fff;	
	background:#3e6502 url(Images/main_nav_selected_hover.gif) repeat-x top left;
	border-bottom: 3px solid #81d006;
}

#mainNav ul li a:hover.active {
	background-color: Transparent;
}

/************************************/

#content {
	/*background-color: #f3f1e9;*/
	float: left;
	width:75%;
	
}

#content .padding {
	padding: 20px 40px 40px 40px;
}

#right {
	float: right;
	width: 25%;
	/*background-color: #e9e3be;*/
}

#right .padding {
	padding: 20px;
}

#footer {
	background: #c4bfa1 url(Images/footer_shadow.jpg) no-repeat 75% 0;
	color: #fff;
	clear: both;
	padding: 5px;
	text-align: center;
	font-size: 8pt;
	height: 30px; /*150px --> Great space for some self-advertising (Web Factory, etc ;)*/
	border-bottom: 2px solid #96927C;
}



/*********** STYLE ************/
.postcontent {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

.post .descr {
	margin-bottom: 15px;
	color: #bbb;
}

.post .descr img { border: none; vertical-align: baseline; }

#ctl00_cphBody_divText {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
#ctl00_cphBody_divText p {
	font-size: inherit;
	padding-bottom: 1.2em;
}

.post {
	font-size: 8pt;
	padding-left: 0px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 10px;
	line-height: 1.5;
	margin-bottom: 15px;		
}

.post a { border-bottom: 1px dashed #457abc; }
.post a:hover {
	color: #666b75;
	border-bottom: 1px solid #666b75;
}


a.postheader {
	color: #693; 
	font-weight: bold; 
	border-bottom: 3px solid #f3f1e9; 
	border-top: 3px solid #f3f1e9; 
	padding: 0 2px;
	font-size: 120%;
}

a.postheader:hover {
	color: #fff; 
	font-weight: bold; 
	border-bottom: 3px solid #693; 
	border-top: 3px solid #693; 
	background-color: #693;
	padding: 0 2px;
}

.postfooter {
	padding:2px 3px 3px 8px;
	border-top:1px solid #C1BCA8;
	border-bottom:1px solid #C1BCA8;
	background:#eae4cb;
	font-size:0.9em;
}
.postfooter a { border-bottom: none; }
.postfooter a:hover {
	color: #666b75;
	border-bottom: 1px solid #666b75;
}

.postfooter img { vertical-align: top; }

.post i,
.post b,
.post strong {
	color: #457abc;
}

.post .keyword {
	font-family: Courier New;
	font-size: 9pt;
}

#blogroll {
	font-size: 0.9em;
}

#blogroll li a {
	display: inline-block;
	padding: 3px 6px 3px 18px;	
}

#blogroll li a:hover{
	border-bottom: none;
}

/*code {
	background: #FFF;
	border: 1px dashed #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Courier New,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}*/

blockquote {
	background: url(Images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px
}

#header span a {
    background: transparent url("Images/logo_halo.gif");
    position: absolute;
    top: 0px;
    left: 5px;
    width: 311px;
    height: 114px;
    overflow: hidden;
}

/*----------------------------
					 Code
----------------------------*/

.code {
	font-family: Courier New;
	font-size: 10pt;
	color: #000;
	border: 1px dashed #C1BCA8;
	background-color: #fff;
	padding: 10px;
	margin: 5px auto;
	line-height: 1;
}

.code .comment { color: #008000; }
.code .keyword { color: #0000FF; font-size: 10pt; }
.code .xmlCData { color: #808080; }
.code .userType { color: #2B91AF; }
.code .string { color: #A31515; }

.footnote {
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
	margin-bottom: 20px;
}

/*----------------------------
					 TagCloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
	border-bottom: none;
}

#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	border:1px solid #C1BCA8;
    background-color: #f3f1e9;
    color: #383d44;
    width:80%;
}

.calendar {
	border: none;
	margin: 0 auto;
	font-size: 1em;
	width: 100%;
}

.calendar .weekend {
	/*background-color: #f3f1e9;*/
	color: #FF7C7C;
}

.calendar .other {
	color: #ccc;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #fff;
}

.calendar a.exist:hover {
	border-bottom: none;
	background-color: #fff;
}

.calendar td {
	vertical-align: top;
	background: #s;
}

/*----------------------------
					Star rater
----------------------------*/

.rating p {
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
	margin: 0px;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small_beige.gif);
	line-height: 10px;
	height: 10px;
}