/*
	Theme Name: Templatelite [Version 4]
	Theme URI: http://www.templatelite.com
	Description: Simple, nice.
	Version: 4.0
	Author: TemplateLite.com
	Author URI: http://www.templatelite.com/
	Tags: fixed width, two columns
*/
@import url(style2.css);

/***** general *****/
body {
	margin:0px auto;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background: #b6b6b6;
	color:#000000;
	line-height:1.8em;
}
img {
	border:0px;
	padding:5px;
	max-width: 100%; /* not working in IE6*/
}
a {color:#0D506F;text-decoration: underline;}
a:hover {color: #0D506F;text-decoration: none;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}
del {color:red;}
ins {color:green;}

p {margin: 0px 0px 15px 0px;}
hr {height:1px;border:none;border-top:1px dotted #2255AA; width:99%;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 10px;
	margin: 20px 20px 10px 20px;
	border-left: 2px solid #0D506F;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
}
select{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
pre {
	overflow: auto;
	margin:5px auto 5px auto;
	background: #ffffff; 
	border: 1px #cccccc solid; 
	width: 93%;
	padding: 15px 10px 15px 10px;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
	display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 0;
	margin: 0 5px 5px 0;
	display: inline;
}

img.alignright {
	padding: 0;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:29px;}

/***** layout *****/
#base0{
	width:956px;
	margin:0px auto;
	background: url('images/bg.jpg') center repeat-y;
}
#base{
	position:relative;
	width:950px;
	margin:0px auto;
	background:url('images/bg_header.jpg') no-repeat;
}
#header{
	position:relative;
	width: 950px;
	height: 168px;
	z-index:9998;/* ie */
}

#container{
	position:relative;
	width:950px;
	overflow:hidden;
}
#content{ /*width=576*/
	float:left;
	display:inline; 
	/*overflow:hidden;*/
	width:576px;
	padding: 0px 0px 0px 0px;
	margin:10px 4px 0 8px;
	border:0px red solid;
}

#sidebar{ 
	float:right;
	display:inline; 
	line-height:1.5em;
	overflow:hidden;
	width: 350px;
	margin:10px 8px 0 4px;
	padding: 0px 0px 0px 0px;
	color:#000000;
	font-size:11px;
}
#footer_info{
	clear:both;
	height:100%;
	background:#5D5555 url('images/footer_bg.jpg') repeat-x;
	margin:0 8px 0 8px;
	padding:10px 0;
}

#footer {
	clear:both;
	background:none;
	margin:0 -3px 0px -3px;
	text-align:right;
	color: #000000;
	font-size: 11px;
	padding:2px 11px 5px 0px;
	background:url('images/footer_bottom_bg.jpg') no-repeat bottom;

}

/***** header *****/
#header img.home {
	position: absolute;
	margin:0px;
	padding:0px;
	left: 0px;
	top: 0px;
	width:780px;
	height:120px;
}
#header a.rsstop{
	position:absolute;
	right:106px;
	top:0;
	height:42px;
	width:42px;
	background:url('images/icon_header_rss_hover.jpg') no-repeat -100px -100px;
}
#header a.rsstop:hover{
	background:url('images/icon_header_rss_hover.jpg') no-repeat 0 0;
}
#header a.twittertop{
	position:absolute;
	right:0px;
	bottom:0;
	height:90px;
	width:160px;
	background:url('images/bg_twittertop_hover.jpg') no-repeat -100px -100px;
}
#header a.twittertop:hover{
	background:url('images/bg_twittertop_hover.jpg') no-repeat bottom right;
}

/** Menu **/
#menubar{
	position:absolute;
/*	overflow:hidden;*/
	top:128px;
	height:36px;
	width:750px;
	margin-left:7px;
}
/* level 1*/
#menu{
	position:relative;
	list-style:none;
	height: 36px;
	margin:0px;
	padding:0px;
	line-height: 1;
}
#menu li {
	float:left;
	font-size: 11px;
	font-weight:bold;
}

#menu li a {
	display: block;
	color: #c7c7c7;
	line-height: 36px;
	margin-right:0;
	text-decoration:none;
	border-right:1px #000000 solid;
	background: url('images/bg_menu.jpg') repeat-x;
}
#menu li a span{
	display: block;
	padding: 0px 10px 0px 10px;
	background: url('images/bg_menu_left.jpg') no-repeat left;
}

#menu li a:hover, #menu li.current_menu a{
	color:#86866E;
}
#menu li.hover, #menu li:hover{
	position: relative;
}

/*level 2*/
#menu ul	{
	position: absolute;
	visibility: hidden; 
	list-style:none;
	z-index:9999;
	margin:0;
	padding:0;
	width: 200px;
	top: 100%; 
	left: 0; 
}

#menu ul li {
	float:none;
	font-weight: normal; 
	color: #ffffff;
	margin:0;
	padding:0;
}
#menu li ul li a, #menu li.current_menu ul li a{
	display: block;
	color:#c7c7c7;
	background:#000000;
	padding:0 10px 0 10px;
	margin:0;
	height:30px;
	line-height:30px;
	border-top: 1px #c7c7c7 solid;
}							
#menu li ul li a:hover{		  
	color:#86866E;
	background:#181818;
}
/* level 3*/
#menu ul ul{ left: 100%; top: 0px;}
#menu li:hover > ul{ visibility: visible; }


/*** content ***/
.frame1{ /* 576-border 2px - padding 2*10px*/
	border:1px #C0B9B9 solid;
	overflow:hidden;
	width:574px;
	margin:0 0 5px 0;
	background:#ffffff;
}

.post {
	clear:both;
	padding:10px 10px 10px 10px;
	width:554px;
	background:#ffffff url('images/frame1_top.jpg') no-repeat;
}

.post_2nd {
	background:#ffffff url('images/frame1_top2.jpg') no-repeat;
}
.post_full{
	position:relative;
	border:1px #C0B9B9 solid;
	overflow:hidden;
	width:912px;
	margin:10px 0 5px 8px;
	padding:10px 10px 10px 10px;
	background:#ffffff url(images/bg_post_full.jpg) 2px 2px no-repeat;
}
.title{
	position:relative;
	font-size:24px;
	line-height:24px;
	font-family: "Times New Roman",Arial, Verdana, Helvetica, Sans-Serif;
	font-weight:bold;
	font-style:italic;
	margin:0 0 0px 0;
}
.title a{
	color:#0B0000;
	text-decoration:none;
}
.title a:hover{
	text-decoration:underline;
}
.title_sticky{
	background:#000000 url('images/icon_pin.gif') no-repeat 3px 6px;
	padding:5px 20px;
	margin:0 -5px;
}
.title_sticky a{
	color: #ffffff;
}

.date{
	position:relative;
	overflow:hidden;
	font-size:11px;
	margin:0 10px 5px 0px;
	padding:0px;
	height:21px;
}

.bubble{
	position:absolute;
	top:0;
	right:0;
	width:23px;
	height:21px;
	background:url('images/counter_bg1.jpg') no-repeat 0px 3px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size:10px;
	letter-spacing:1px;
	text-align:center;
}
.bubble a,.bubble a:hover{
	color:#000000;
	display:block;
	text-decoration:none;
}
.more-link{
	clear:both;
	float:right;
	padding-left:20px;
	padding-bottom:10px;
	background:url('images/icon_readmore.jpg') no-repeat 0px 4px;
}
.hr_dot1{
	height:2px;
	background:url('images/hr_dot1.jpg') repeat-x;
	padding:0;
	margin:15px 0px;
}
.info{
	padding:10px 0 0 0;
	background:url('images/hr_dot1.jpg') repeat-x top;
}
.tags {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: url('images/icon_tags.jpg') no-repeat 0px -2px;
}
.sociable{
	padding:0 18px;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
.sociable:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.wp-smiley{
	border:0px;
	padding:0px;
	margin:0px;
}
.screenshot{
	border: 3px solid #E5E5E5; 
	padding: 2px;

}
.buttons_block{
	text-align:center;
	margin:10px 0;
}
.buttons{
	display:-moz-inline-box;
	display:inline-block;
	*display:inline; /*for ie*/
	height:32px;
	zoom:1; /*ie only*/
	line-height:32px;
	text-decoration:none;
	padding-left:36px;
	color:#83AAEB; 
	font-weight: bold; 
	font-size:12px;
	
}                                 
.preview{
	margin-right:10px;
	background: url(images/icon_preview.jpg) no-repeat;
}
.download{
	background: url(images/icon_download.jpg) no-repeat;
}

.preview:hover, .download:hover{
	color: #E9A746;
}

/* 2nd version of download and preview */
.screenshot_set{
	position:relative;
	width:460px;
	margin:0 auto;
}
.buttons_block2{
	text-align:center;
	margin:0;
	background:black;
	background:url(images/bg_buttons.jpg) no-repeat top center;
	height:50px;
}
.preview2{
	float:left;
	display:block;
	height:50px;
	width:230px;
}
.preview2:hover{
	background:url(images/bg_buttons.jpg) no-repeat 0 -50px;
}
.download2{
	float:right;
	display:block;
	height:50px;
	width:230px;
}
.download2:hover{
	background:url(images/bg_buttons.jpg) no-repeat -230px -50px;
}
.navigation{
	overflow:hidden;
	padding:10px 10px;
}


/** sidebar **/
#sidebar a {color:#0D506F;text-decoration: none;}
#sidebar a:hover {color: #0D506F;text-decoration: underline;}
.frame2{ /* 576-border 2px - padding 2*10px*/
	position:relative;
	border:1px #C0B9B9 solid;
	overflow:hidden;
	background:#ffffff url('images/frame2_top.jpg') no-repeat;
	width:308px;
	margin:0 0 10px 0;
	padding:10px 20px 5px 20px;
	min-height:60px;
}
.frame2 h2{
	font-size:11px;
	color:#ffffff;
	height:20px;
	padding:4px 20px 0px 20px;
	margin:0 -10px 5px -10px;
	background:#000000;
}
#sidebar ul.list1{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar ul.list1 ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul.list1 li{
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background:url('images/arrow1.jpg') no-repeat 0px 1px;
}
#sidebar h2 a, #sidebar h2 a:hover{
	color: #ffffff;
}

/*** search ***/
#mainsearch{
	position:relative;
	width:350px;
	height:72px;
	background:url('images/search_bg.jpg');
	margin-bottom:10px;

}
#mainsearch .input {
	position:absolute;
	top:38px;
	left:81px;
	padding:3px 5px 3px 5px;
	width:180px;
	font-weight:bold;
	font-size:11px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color:#999999; 
	border:none;
	background:transparent;
}
#mainsearch .submit{
	cursor:pointer;
	border:0px;
	background:transparent;
	position:absolute;
	top:35px;
	left:275px;
	height:25px;
	width:55px;
}

#rssframe{
	position:relative;
	width:274px;
	height:21px;
	margin-left:35px;
	background:url('images/rssframe.jpg');
}
#rssframe .input{
	position:absolute;
	top:1px;
	left:1px;
	width:165px; 
	height:15px;
	margin:0;
	padding:3px 2px 1px 10px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:bold;
	color:#999999; 
	background:transparent;
	border:none;
}
#rssframe .submit{
	cursor:pointer;
	border:0px;
	background:transparent;
	position:absolute;
	top:1px;
	left:179px;
	height:19px;
	width:93px;
}


/**** comments ****/
.nocomments {background: none; color: #000000;}

#commenttitle {
	color: #000000;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 10px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 0px solid #cccccc;
}

.commentlist {list-style: none;margin:0 0 10px 0;padding:0px;}

.comment,.trackback,.pingback{
	clear:both;
	margin:12px 0px 0px 0;
	padding:0px 0px 0px 0px;
}
.comment .children{
	list-style: none;
	padding:0px 0 0 0;
	margin:0px 0 0px 20px;
	border:0px red solid;
}
.comment {
	
}
.comment div, .trackback div, .pingback div, .bypostauthor div{
	height:100%;
	padding:5px;
	border: solid #BFBDBE;
	border-width:1px 3px 1px 6px;
}

.trackback div, .pingback div{
	border:1px #BFBDBE dashed;
}
.comment div div,.trackback div div, .pingback div div{
	background:none;
	padding:0;
	border:0px;
}

.comment .says, .trackback .says, .pingback .says{
	display:none;
}
.comment .avatar{
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.comment .fn,.comment .fn a,.trackback .fn,.trackback .fn a,.pingback .fn,.pingback .fn a{
	margin-left:0px;
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}	
.byuser .fn,.byuser .fn a{
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

.bypostauthor .fn,.bypostauthor .fn a{
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}

.comment .comment-meta,.trackback .comment-meta, .pingback .comment-meta{
	border-bottom: 1px dashed #BFBDBE;
	margin:0 0 10px 0px;
	padding:0px 0 5px 0;
	font-size:10px;
	line-height:12px;
}
.trackback .comment-meta, .pingback .comment-meta{
	padding:2px 0 2px 0;
}
.comment .comment-meta a, .trackback .comment-meta a, .pingback .comment-meta a {
	color:#000000;
	text-decoration:none;
}

.comment .reply{
	margin:5px 0 0px 0;
	padding:2px;
	font-size:10px;
	text-align:right;
}
.comment .reply a{
	color:#000000;
	text-decoration:none;
}
.trackback .reply, .pingback .reply{
	display:none;
}
.bypostauthor {
background:#ffffff url('images/admin.jpg') right top no-repeat;	
}

	/**comment paging WP2.7**/
.commentnavi{
	position:relative;
	padding-right:20px;
}
.commentpages{
	float:right;
	padding:5px 10px;
}
.page-numbers{
	padding-left:5px;
}
.current{
	font-weight:bold;
}
#respond {
	clear:both;
	padding:5px;
	margin:10px 0px 0px 20px;
	font-size:12px;
}	
.cancel-comment-reply{
}
#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	font-size: 12px;
	background: none;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background: #ffffff;
}
#comment {
	width: 98%;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #666666;
	padding: 2px 2px 2px 2px;
	background: #ffffff;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/***** footer *****/
#footer_info{
	color:#ffffff;
	line-height:1.3em;
}
#footer_info a{
	color:#ffffff;
	text-decoration:none;
}
#footer_info a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#footer_info h2{
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0px 0 0 0;
}
#footer_info ul{
	list-style: none;
	margin:0;
	padding:0 0 0 5px;
}
#footer_info li{
	position:relative;
	padding:8px 0 0 0px;
}
#footer_info1{
	float:left;
	width:200px;
	border:0px red solid;
	padding:0 5px 0 10px;
	min-height:200px;
}
#footer_info1 .bubble2{
	display:-moz-inline-box;
	display:inline-block;
	zoom:1;
	text-align:center;
	width:21px;
	height:15px;
	padding:1px 0px 0px 4px;
	margin:0 0 0 10px;
	font-size:9px;
	color:#000;
	background: url('images/counter_bg2.png') no-repeat 0px 0px;
	
}
#footer_info2{
	float:left;
	width:340px;
	background:url('images/footer_slice.jpg') top left no-repeat;
	padding:0 0 0 10px;
	min-height:200px;
	border:0px red solid;
}
#footer_info3{
        color:#ffffff;
	float:left;
	width:350px;
	background:url('images/footer_slice.jpg') top left no-repeat;
	padding:0 0 0 10px;
	min-height:200px;
	border:0px red solid;

}
#footer_info3 a{
        color:#bbbbbb;
}
#footer a{
	color:#000000;
	text-decoration:none;
}
.post_style1 {
        text-align:center;
        font-size:16px;
}
.post_style1 a{
        font-size:16px;
        font-weight:bold;
}
.post_style2 {
        padding-left:50px;
        font-size:12px;
}
.post_style2 strong{
        font-size:16px;
        font-weight:bold;
}
.post_style3 strong{
        font-size:14px;
}
.partner {
        color:#bbbbbb;
        padding-left:10px;
        font-size:10px;
}
.partner a{
        color:#bbbbbb;
        text-decoration:none;
}
.theme_showcase{
	margin:0 -8px 0 -8px;
	padding:0;
}
.theme_showcase img{
	width:150px;
	height:120px;
	padding:2px 5px 10px 5px;
	margin:0;
	background:url(images/bg-theme-showcase.jpg) no-repeat bottom;
}
.theme_showcase img:hover{
	background:none;
}
.paper {
        font-size:18px;
        font-weight:bold;
        background:url(/uploads/2009/05/paper.gif) no-repeat left;
        height:50px;
        padding:25px 0px 0px 16px;
}
.paper-left {
        font-size:18px;
        font-weight:bold;
        background:url(/uploads/2009/05/paper.gif) no-repeat left;
        height:50px;
        padding:25px 0px 0px 50px;
}
.paper-check {
        font-size:13px;
        background:url(/uploads/2009/05/paper-check.gif) no-repeat right;
        height:50px;
        padding:23px 60px 20px 20px;
}
.paper-s1 {
        background:url(/uploads/2009/05/paper-s.gif) no-repeat 0px 2px;
        padding-left:25px;
        margin:15px 0px 8px 10px;
}
.paper-s1 strong {
        font-size:14px;
}
.paper-s ul li{
	list-style:none;
	background:url(/uploads/2009/05/paper-s.gif) no-repeat 0 3px;
	padding:0 0 3px 20px;
}
.check li{
	list-style:none;
	background:url(/uploads/2009/06/check.gif) no-repeat 8px 3px;
	padding:0 0 3px 32px;
        margin:8px;
}
.check a {
        color:#888888;
}
.check strong {
        font-size:14px;
        color:#555555;
}
.coding {
        width:500px;
        padding:1px 10px 1px 5px;
        color:#555555;
        background-color:#F4F4F4;
        border:solid 1px #eeeeee;
}
.themesubscribe {
        padding:7px 7px 12px 7px;
        margin:5px 15px 15px 15px;
        background-color:#F4F4F4;
        border:solid 1px #dddddd;
}
.resource {
	border: 1px solid #E5E5E5; 
	padding: 2px;
        margin-top:8px;
}
.articletitle {
        font-size:18px;
        font-weight:bold;
        margin-top:40px;
}
