/**************************************************************
style from studio7designs.com
 **************************************************************/
/*********************************************************
   HTML Elements
 *********************************************************/
* {	margin: 0; padding: 0; }

html,
body {
  height: 100%;
}
body {
	font-family: Georgia, Trebuchet;
	font-size: 90%;
	color: #888;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link, a:visited {
	color: #5b8fbe;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
img {
	border:0;
}
h2 { 
	font-size: 130%;
	margin: 0.8em 0 0.2em 0;
}
h3 {
	font-size: 100%;
}
ol {
	list-style-position: inside;
}
/**************************************************************
   Top menu and logo
 **************************************************************/
#header {
	background: transparent url('http://www.illiweb.com/bl/skins/nautica_2lg/images/bg/bg.png') top center repeat-x;
}
#header_links{
	float:right;
	margin-right:20px;
	font-weight:bold;
	background-color:transparent;
	display:inline;
}
#header_img {
	background: #eee url('http://www.illiweb.com/bl/skins/nautica_2lg/images/bg/pic.jpg') no-repeat center top;
}
#wrapper1 {
	background: transparent url('http://www.illiweb.com/bl/skins/nautica_2lg/images/bg/bg02-white-right.png') no-repeat scroll right top;
}
#wrapper-header2{
	background: transparent url('http://www.illiweb.com/bl/skins/nautica_2lg/images/bg/bg02-gold-left.png') top left no-repeat;
}
#wrapper-header3 {
	background: transparent url('http://www.illiweb.com/bl/skins/nautica_2lg/images/bg/bg02-gold-right.png') top right no-repeat;
}
#header_img, #main_content {
 	width: 85%;
	margin: 0 auto;
	text-align: left;
}
#main_content {
	background: transparent url('http://www.illiweb.com/bl/skins/nautica_2lg/images/bg/bg02-white-left.png') no-repeat left top;
}
#header h1 {
	margin: 0 200px;
	padding: 0;
	height: 185px;
	line-height: 0em;
	font-size: 130%;
	text-align: center;
}
html>body #header h1 {
	height: 192px;
}
#header h1 a {
	font-size: 200%;
	line-height: 2em;
	margin: 0px;
	padding: 0;
}
#header_link {
	color: #ff0033;
}
#header_explanation {
	text-align: right;
	margin: -26px 20px 0px 0px;
	font-size: 110%;
	color: #FFFFFF;
	font-weight: bold;
}
/**************************************************************
   All page content except for footer
 **************************************************************/
* html #main_content {
	height: 1%;
}
/**************************************************************
   Page Content
 **************************************************************/
#modules_list {
	clear:right;
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}
* html #modules_list {
	margin-right: 15px;
}
.module {
	padding-top: 5px;
	padding: 1px 20px 15px 10px;
	margin-top: 20px;
	background: transparent url('http://www.illiweb.com/bl/skins/nautica_2lg/images/bg/menu.png') no-repeat;
}
.module ul {
	margin: 0;
	padding: 0 0 25px 10px;
	list-style: none;
	font-size: 90%;
}
.module ul ul {
	margin: 0;
	padding: 0 0 0 10px;
}
.module p {
	font-size: 90%;
	padding: 0 10px;
	text-align: justify;
}
.module h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.5em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
	text-align: center;
}
#wrapper1 {
	padding: 5px 245px 5px 40px;
}
#wrapper1 h1 {
	text-align: center;
}
div.comment {
	border: 2px dotted #FFAA99;
	padding: 5px 5px 5px 5px;
}
/**************************************************************
   Posts
 **************************************************************/
.post {
	margin: 0 0 3em 0;
}
.title {
	font-size: 150%;
	margin: 0.8em 0 0.2em 0;
	font-weight: bold;
}
.post .content{
	overflow:auto;
}
.post .content a {
	font-size: 110%;
	font-weight: bold;
}
.date {
	padding-left: 30px;
}
.options {
	font-size: 80%;
	border-bottom: 1px solid #888;
	padding: 0px 30px 30px 30px;
}
/**************************************************************
   CALENDAR
 **************************************************************/
.calendar {
	font-size: 80%;
}
* html .calendar, *+html .calendar {
	font-size: 75%;
}
.calendar td a {
	font-weight: bold;
}
.calendar tfoot {
	text-align: center;
}
/**************************************************************
   Form Elements
 **************************************************************/
fieldset {
	padding:10px 0;
	background-color:#f7f7f7;
	border:0;
}
legend {
	font-weight: bold;
	color:#888888;
}
/* label */
.label,.label_rtl {
	float: left;
	clear: both;
	padding-left: 30px;
	color: #5b8fbe;
	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;
}

input.SearchField {
	float: left;
	background-color: #FFF;
	border: 1px solid #D7D7D7;
	padding: 6px 2px 0px 4px;
	width: 110px;
	height: 18px;
	margin: 0;
}
#img_refresh {
	cursor:pointer;
}
/**************************************************************
   Footer
 **************************************************************/
#footer {
	margin: 0 20px;
	background-color: #e5f0fc;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
	margin-top: 1em;
	text-align: center;
}
/* 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;
}
* html p.message {
	height: 1%;
}
p.message a{
	color:#DCB602;
}
p.confirm {
	background-image:url('http://www.illiweb.com/bl/question.gif');
	color:#7EA3F7;
}
p.confirm a{
	color:#7EA3F7;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.checkbox {
	margin-left: 10px;
	border: none;
}