/*
Theme Name: iBlog home v2
Theme URI: 
Description: 
Version: 1.0
Author: cybernetix
Author URI: 
*/

 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin:0; 	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333; 
	background: #595959 url(images/bg.gif) repeat-x;	
	text-align: left; 
}

/* links */
a {
	color: #ff6600; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	background-color: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 145%;	
	padding: 10px 0px 5px 0px;
	color: #009999;
	background-color: inherit;
	border-bottom: 1px solid #e0e0e0;
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/* images */
img {
	border: 3px solid #D5D5D5;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #FF9966;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #FF9966;   
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #ff6600;
}
/* search form */
form.search {
	/* position: absolute; */
	float:right;
	clear:right;
	top: 15px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
	vertical-align: top;
}
form.search input.button {
	width: 60px;
	vertical-align: top;
}

.submit-button {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 3px 7px;
	padding: 2px 7px !ie;
	border:1px solid #666;
	background-color:#CCC;
}

.inbox {
	padding: 2px;
	border-top: 2px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 2px solid #666666;
	background: #FFFFFF;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Tahoma, "Lucida Sans";
}

#setupform input {
	background-color: #fff;
	border: 1px solid #ccc;
}
/**************************************
   LAYOUT 
***************************************/	
#wrap {
	margin: 0 auto; 
	padding: 0; 
	width: 100%;
	text-align: center;
}

#user_login {
	width:120px;
}

#user_pass {
	width:120px;
}

#searchbox {
	width:120px;
}

/* header */
#header { 
	position: relative;
	width:850px;
	height: 261px; 
	margin: 0 auto; padding: 0;
	text-align:left;
	color: #CCC;
	background: url(images/subheader.gif) no-repeat top right;
}

#header-left {
	position:relative;
	float:left;
	margin-left:-15px;
	margin-top:-1px;
}

#header-right {
	float:right;
	width:auto;
}

#header-slogan {
	text-align:right;
	margin-right:8px;
	margin-top:8px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#login-panel {
	float:right;
	width:185px;
	margin:-3px 15px 0px auto;
	margin-top: -7px !ie7;
	_margin-top: -5px !ie6;
	_overflow:hidden !ie6;
}

#header-tools {
	float:right;
	position:relative;
	width:180px;
	text-align:right;
}

#header-logo {
	height:65px;
	border:0;
	margin-top:12px;
	margin-top:-8px !ie;
	margin-right:5px;
	background: url(images/iblog-135x65.png) no-repeat top right;
}

#header-logo2 {
	width:135px;
	height:95px;
	float:right;
	border:0;
	margin-top:10px;
	margin-top:8px !ie;
	margin-right:5px;
	_margin-right:3px !ie6;	
}


#logo {
	font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	color: #ff6600;
	letter-spacing: -2px;	
	border: none;	

/*
	position: absolute;	
	margin: 0; padding:0;
*/	
	/* change the values of top and Left to adjust the position of the logo*/
/*
	top: 0; left: 2px;
*/	
}
#logo span { color: #FF9966; }

#slogan { 
	font: bold 12px Arial, Tahoma, Sans-Serif;
	color:#999;
	text-transform: none;
	padding:0px;padding-top:10px; margin:0px;
/*
	position: absolute;
	margin: 0; padding: 0;	
*/	
	/* change the values of top and Left to adjust the position of the slogan*/
/*	
	top: 50px; left: 45px;
*/	
}

/* menu */
#menu {
	clear: both;
	height: 30px;
	margin: 0 auto;
	width: 778px;
	font: bolder 1.2em/30px Tahoma, Verdana, Arial, Sans-Serif;
	background: url(images/menubg.gif) repeat-x;
	/* background: #FF9966 url(images/menubg.gif) repeat-x;	*/
}
#menu ul{
	margin: 0; padding: 0 0 0 0px;
}
#menu ul li {
	float: left;
	list-style: none;		
	border-right: 1px solid #FFA500;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #FFF;	
}
#menu ul li a:hover {
  	color: #C00;	
	background: url(images/menu-hover-bg.gif) repeat-x;
}
#menu ul li#current a {
	color: #777;
	background: url(images/menu-current-bg.gif) repeat-x;	
}

#header-paper {
	clear:both;
	width:100%;
	height:45px;
	background: #f1f1f1 url(images/header-no-sidebar.jpg) no-repeat center top;
}

/* sidebar */
#sidebar {
	float: left;
	width: 21%; 
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul li {
	border-bottom: 1px solid #e0e0e0;	
	background: url(images/arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

#sidebar ul.children {
	list-style: none;
	text-align: left;
	margin: 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.children li {
	border-bottom: 0px;
	background: url(images/arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}
* html body #sidebar ul li { height: 1%; }

#sidebar ul li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}

#sidebar img {
    border:0;
}

#rightbar {
	float: right;
	width: 21%;
	padding: 0;
	margin: 0; 			
}

#rightbar ul {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#rightbar ul li {
	border-bottom: 1px solid #e0e0e0;	
	background: url(images/arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

* html body #rightbar ul li { height: 1%; }

#rightbar ul li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}
#rightbar ul.children {
	list-style: none;
	text-align: left;
	margin: 0; padding: 0;
	text-decoration: none;	
}
#rightbar ul.children li {
	border-bottom: 0px;
	background: url(images/arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}
#rightbar img {
    border:0;
}
/* main column */

#main {
	margin: 0 auto;
	width: 100%;
	background: #f1f1f1 url(images/body-no-sidebar.jpg) center repeat-y;
}

#main h1 a{
	color: #ff6600;
}
#main h1 a:hover {
	color: #F9864D;
}
#main-sub {
	width: 824px;
	margin: 0 auto;
	background: #fff;
}
#main-content {
	width: 778px;
	margin: 0 auto;
	/* border:1px solid #fff; */ /* hack */
	padding-bottom:8px;
	text-align:left;
	/* background: #fff; */
}

#ie6hack {
	_width:778px !ie6;
	_margin-left: 21px !ie6;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 95%;
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer { 
	clear: both; 	
	color: #999; 	
	padding: 0;
	margin: 0;
	width:100%;
	background: #f1f1f1 url(images/footer-no-sidebar-side.jpg) repeat-x top;	
	height: 124px;
}

#footer-sub {
	padding: 0;
	margin: 0;
	width:100%;
	background: url(images/footer-no-sidebar.jpg) no-repeat center top;
	height: 124px;
}

#footer a { 
	text-decoration: none; 
	font-weight: bold;
}

#footer-content {
	margin: 0 auto;
	padding: 0;
	width: 778px;
	height:100px;
	text-align:center;
	border-top: 1px dashed #e0e0e0;
}

#footer-content2 {
	margin: 0 auto;
	padding: 0;
	width: 778px;
	height:24px;
	text-align:center;
}

#subscribe-container {
	position: relative;
	width: 778px;
	height: auto;
	margin: 0 auto;
}

#subscribe-container #subscribe a {
	display: block;
	position: relative;
	margin-left:-130px;
	margin-top:-214px;
	background-image: url(images/rss.png);
	width: 149px;
	height: 126px;
	text-indent: -2000px;
	overflow: hidden;
	cursor: pointer;
}


/*
#footer-content #footer-left {
	padding: 10px;
	width: 60%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 33%;
	float: right;
	text-align: right;
}
*/
/* alignment classes */

#footer-bottom {
	position:relative;
	min-height:75px;
	_height:75px !ie6;
	background: #595959 url(images/footer-no-sidebar-dark-side.jpg) repeat-x top;

	/*
	height:33px;
	background: url(images/bg2.gif) repeat-x;
	*/
}

#footer-bottom2 {
	position:relative;
	height:212px;
	background: url(images/footer-no-sidebar-dark.jpg) no-repeat center top;

	/*
	height:33px;
	background: url(images/bg2.gif) repeat-x;
	*/
}

#banners-container {
	position:relative;
	width:816px;
	height:130px;	
	margin: -35px auto 0px -20px;
	margin-left:-18px !ie7;
	_margin-left:2px !ie6;
	padding: 0px 0px;
	overflow:hidden;
	border:0px;
	background: #ffffff url(images/banners-panel.gif) no-repeat bottom;
}
#banners {
	position:relative;
	margin: 19px auto 0px auto;
	height:80px;
	width:778px;
	border:0px;
}
#banners a {
	position:relative;
	margin-right:12px;
	border:0px;
}
#banners img {
	border:0px;
}

#column-one {
	min-height:385px;
	background: url(images/qmark.jpg) no-repeat right center;
}

#column-two {
	min-height:385px;
	background: url(images/emark.jpg) no-repeat right center;
}
#column-three {
	min-height:385px;
	background: url(images/imark.jpg) no-repeat right center;
}
.item-column {
	float:left;
	width:30%;
	_width:29% !ie6;
	
}

.item-margin {
	margin-left:5%;
}

.item-row {
	margin-top:8px;
}

a.text-title-bold {
	color: #336699;
	font-weight:bold;
}
a.text-title-bold:hover {
	color:#ff3300;
}

a.text-title-bold2 {
	color: #336633;
	font-weight:bold;
	font-style:normal;
}
a.text-title-bold2:hover {
	color:#ff3300;
}

a.text-title-bold2 span {
	color: #555;
	font-weight:normal;
	font-style:italic;
}

a.text-title {
	color: #006699;
}
a.text-title:hover {
	color: #ff3300;
}

a.item-avatar {
	float:left;
}
a.item-avatar img {
	width:30px;
	height:30px;
	margin-right:8px;
	border:1px solid #999;	
}

a.latest-images {
	display:block;
	border:1px solid #e0e0e0;
	padding:30px 10px 10px 10px;
	font-weight:bold;
	color: #339999;
	background: #f5f5f5 url(images/bg4.png); 
}
a.latest-images:hover {
	color: #ff3300;
}
a.latest-images img {
	border:1px solid #999999;
	width:100px;
	height:100px;
}

.ddate {
	position:relative;
	float:right;
	text-align:center;
	width:66px;
	height:65px;
	background:url(images/ddate.gif);
	padding:0;
	margin:6px 11px 0px 0px;
	_margin-right: 5px !ie6;
}
.ddate span {
	font:bold 25px/35px "Times New Roman",times,serif;
	color:#444444;
}
.ddate div {
	font:bold 15px/25px "Times New Roman",times,serif;
	color:#f1f1f1;
	margin-top:3px;
}

#loginsubmit {
	width:128px;
	height:24px;
	overflow:hidden;
	text-indent:-999px;
	padding:0px;
	margin: 5px 0px 0px 0px;
	margin-top: 4px !ie;
	border:0px;
	background:url(images/button-login.png) no-repeat 0px 0px;
	font-size: 0px !ie;
	line-height: 0px !ie;
}

#searchsubmit {
	width:128px;
	height:24px;
	overflow:hidden;
	text-indent:-999px;
	padding:0px;
	margin: 4px -1px 0px 0px;
	border:0px;
	background:url(images/button-search.png) no-repeat 0px 0px;
	font-size: 0px !ie;
	line-height: 0px !ie;	
}

.iblog-logo-135x95 {
	position:relative;
	width:135px;
	height:95px;
	border:0;
	margin:0;
	padding:0;
	background:url(images/iblog-135x95.png) no-repeat left top;
}

label.xcheckbox {
	padding-left: 28px;
	height:21px;
	/* cursor: pointer; */
	background: url(images/checkbox.gif) no-repeat left 0px;
}
label.checked {
	background: url(images/checkbox.gif) no-repeat left -21px;
}
label.over {
	color: #ff6600;
}

.widecolumn {
	margin: 0 auto;
	background: #f1f1f1 url(images/body-no-sidebar.jpg) repeat-y center;
	text-align:left;
}

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }
.green  { color: #ff6600; }

.linkcat { list-style:none; }
.widget{ list-style:none; }


#ctc-main-container
{
	padding:0;
	margin:0;
}

#ctc-main-container
{
	display:block;
	padding-top:230px;
	width:770px;
	background: url(images/contact-bg.jpg) no-repeat left top;
}
#ctc-main-container-bottom
{
	display:block;
	width:770px;
	height:25px;
	background: url(images/contact-footer.jpg) no-repeat left top;	
}
.ctc-container
{
	display:block;
	width:368px;
	margin:10px 0 0 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;

}
.form-container
{
}
.ctc-info
{
	display:block;
	border:5px solid #CCC;
	color: black;
	background-color:#0C9;
	padding: 8px;
}
.ctc-error
{
	display:block;
	border:5px solid red;
	color: yellow;	
	background-color:#C00;
}
.ctc-text
{
	margin:0;
	display:block;
	width:360px;
	padding: 2px;
	border-top: 2px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 2px solid #999;
	background: transparent;
	color: #333333;	
}
.ctc-textarea
{
	display:block;
	height:200px;
}
#ctc-form
{
	border:0;
	margin:0;
	padding:0;
	background-color: transparent;
}

#ctc-submit
{
	width:128px;
	height:24px;
	float:right;
	overflow:hidden;
	text-indent:-999px;
	padding:0px;
	margin: 5px 0px 0px 0px;
	margin-top: 4px !ie;
	border:0px;
	background:url(images/button-submit.png) no-repeat 0px 0px;
	font-size: 0px !ie;
	line-height: 0px !ie;
}