* {margin:0;padding:0;}
html,
body {
  height: 100%;
}
body {
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #333;
	background: #e0eadf ;
}
h1 {
  	color: #6699CC;
	font-size: 200%;
	padding: 20px 0 0 0px;
	text-decoration: none;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 120%;
}
/* Links */
a {
  color:#6699CC;
}
a:hover {
  color: #46B2F5;
}
a img {
  border: 0;
}
/* Lists */
ul,ol,li {
  list-style-position: inside;
}
ul li a {
	font-weight: bold;
		
}


/* header */
#header {
	background-color:#addaf7;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	color:#23497C;
}
#header_links{
	float:right;
	margin-right:1px;
	padding:2px 10px 6px 10px;
	font-weight:bold;
}
#header_title {
	margin-left: 20px;
	font-size:30px;
}
#header_title a {
	text-decoration: none;
}
#header_explanation {
	color: #46B2F5;
	letter-spacing: 4px;
	text-align: right;
	border: 0px;
	padding-top: 6px;
	padding-bottom: 4px;
	font: 109% Arial, Helvetica, sans-serif;
	width: 760px;
	margin-left: 40px;
}
/* content */
#content {
	width: 847px;
	margin: 0 auto;
	text-align: left;
	background-color:#f8f8f8;
	border:1px solid #bfb4ae;
}
#blog_link {
	text-decoration: none;
	color:#23497c;
}
/* main_content */
#main_content {
	width: 507px;
	margin-left: 30px;
	float:left;
}
* html #main_content {
	width: 504px;
}
/* Modules */
#modules_list {
	font-size: 85%;
	line-height: 1.4em;
	color: #bcbcbc;
	float:right;
	width: 250px;
	margin-right: 2px;
	border:1px solid #eaeaea;
	background-color:#1a243f;
}
* html #modules_list {
	margin-right: 20px;
}
.module {
	padding: 5px 15px 1em 15px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}
.module h3 {
	padding: 10px 0 20px 10px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 15px;
	color: #999;
	height: 32px;
	height: 32px !important; /* for most browsers */
	height /**/:57px; /* for IE5/Win */
}

.module ul {
	margin-left: 15px;
}
/* Footer */
#footer {
  	margin: 0;
	padding: 10px 0 9px 0;
	font-size: 85%;
	color: #ddd;
	background-color:#addaf7;
	text-align:center;
}
#footer ul {
	margin:3em 1em 0pt 0pt !important;
	padding:10px;
}
#footer ul li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#footer ul li a {
  padding: 0 1em;
  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;
  color: #6699CC;
  border-right: 1px solid #4D5760;
}
#footer ul li a.last {
  padding-right: 0;
  border-right: 0;
}
#footer ul li a:hover {
  color: #1a243f;
}
/**************************************************************
   Posts
 **************************************************************/
.post {
	width: 500px;
	margin: 20px 0 0 10px;
	padding: 0;
	line-height: 1.5em;
	border: 5px;
}
.post .title {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: -1px;
	color: #f63;
}
.post .content {
	background-color:#f7f7f7;
	padding:2px 5px;
	overflow:auto;
}
.post .date {
  	margin-bottom: 10px;
	font-size: 90%;
	color: #ff6600;
	font-weight: bold;
}
.post .options {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #6699CC;
}
.post .options a {
	font-style: italic;
}
/**************************************************************
   Comment
 **************************************************************/
.comment {
	font-size:85%;
	line-height:1.5em;
	margin-bottom:1em;
	margin-left:20px;
	padding-top:5px;
	width: 440px;
	background-color:#f2f2f2;
}
.comment .title {
	margin: 0px 0 5px 0;
	padding: 8px 0 0 10px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 130%;
	color: #484848;
	height: 29px ; 
}
.comment .content {
	margin: 4px 0 0 0;
	padding: 10px 10px 1em 30px;
	color: #272E40;
	border-bottom: 1px solid #ddd;
}
.comment .options {
	padding: 5px 10px 0 5px;
	color: #8995B2;
	border-bottom: 1px solid #ddd;
}

/**************************************************************
   Form Elements
 **************************************************************/
#mod_search {
	background-color: #fff;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 94%;
	margin: 0ex;
}
select {
	background-color: #fff;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	margin: 0ex;
}
form.comment {
	width: 460px;
	margin-left:15px;
}
form.comment fieldset {
	border: none;
	padding-top: 10px;
}

caption {
	font-family: Arial, Helvetica, sans-serif;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	margin: auto;
	white-space: nowrap;
	font-size: 105%;
	font-weight: bold;
	padding: .5ex 0;
}

input.comment, textarea.comment {
	background-color: #fff;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	width: 94%;
	margin: 0ex;
}
select.comment {
	background-color: #fff;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 100%;
	margin: 0ex;
}
form.comment legend {
	font-weight: bold;
	color: #FF9933;
	padding-left: 5px;
}
input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}


#img_refresh {
	cursor:pointer;
}
/**************************************************************
   Form Elements
 **************************************************************/
fieldset {
	padding:10px 0;
}
legend {
	font-weight: bold;
	color:#888888;
}
/* label */
.label,.label_rtl {
	float: left;
	clear: both;
	padding-left: 30px;
	width: 130px;
}
.label_rtl {
	float: right;
	padding-right: 30px;
	text-align:right;
}
/* input */
.input, .input_rtl {
	float: left;
	padding-top: 5px;
}
.input_rtl {
	float:right;
	text-align:right;
}
*+html .input, * html .input  {
	float: none;
	margin-left: 162px;
}
*+html.input_rtl, * html .input_rtl {
	margin-right: 162px;
}
/* info */
.info {
	margin-left: 150px;
}
.info_rtl {
	text-align:right;
}
/* notes */
.notes, .notes_rtl {
	font-size:0.8em;
	font-style: italic;
	display:block;
	margin-bottom:10px;
}
.notes_rtl {
	text-align:right;
}


/**************************************************************
   CALENDAR
 **************************************************************/
table.calendar {
	margin: auto;
	font-size: 84%;
	border: solid 1px #ccc;
	background: #fff;
	border-collapse: separate;
	border-spacing: 0px;
	color:#999;
}

tr {
	text-align: center;
}
th {
	font-size: 84%;
	width: 4.5ex;
}
td {
	width: 4.5ex;
}


.clear {
	clear: both;
	height: 1px;
}




.submit, .preview {
	background-color: #FFFFFF;
}
.checkbox {
	margin-left: 10px;
	border: none;
}

*+html #messages, * html #messages {
	width: auto;
	margin: 5px 100px;
}
/* ICONS */
.icon_comment,.icon_delete,.icon_edit,.icon_link,.icon_permalink,.icon_refresh,.icon_tag,.icon_url
{
	background:transparent url(http://www.illiweb.com/bl/new.gif) no-repeat 0% 50%;
	padding:2px 0 0 16px;
	
}
.icon_comment{background-image:url(http://www.illiweb.com/bl/comments.gif);}
.icon_delete{background-image:url(http://www.illiweb.com/bl/delete.gif);color:#bb1111;}
.icon_edit{background-image:url(http://www.illiweb.com/bl/edit.gif);}
.icon_link{background-image:url(http://www.illiweb.com/bl/url.gif);}
.icon_permalink{background-image:url(http://www.illiweb.com/bl/permalink.gif);}
.icon_refresh{background-image:url(http://www.illiweb.com/bl/reload.png);color:#FF9C40;}
.icon_tag{background-image:url(http://www.illiweb.com/bl/tag.gif);background-position:0 50%; }
.icon_url{background-image:url(http://www.illiweb.com/bl/url.gif);}
/* CAPTCHA */
#c_container {
	display:inline;
}
/* MESSAGES */
#messages {
	text-align:center;
	margin:5px 10%;
	padding:0 40px;
}
p.error,p.success,p.message,p.confirm {
	background-repeat:no-repeat;
	background-position:0 50%;
	margin:0;
	padding:16px 0 16px 40px;
}
p.error {
	background-image:url('http://www.illiweb.com/bl/error.gif');
	color:#DC5402;
}
p.error a{
	color:#DC5402;
}
p.success {
	background-image:url('http://www.illiweb.com/bl/confirm.gif');
	color:#86B14E;
}
p.success a {
	color:#86B14E;
}
p.message {
	background-image:url('http://www.illiweb.com/bl/warning.gif');
	color:#DCB602;
}
p.message a{
	color:#DCB602;
}
p.confirm {
	background-image:url('http://www.illiweb.com/bl/question.gif');
	color:#7EA3F7;
}
p.confirm a{
	color:#7EA3F7;
}

.searched_term
{
	background-color:#7EA3F7;
	color:#fff;
}
