/*
CSS written for iLeher
BrightEye Web Solutions
Site: http://brighteye.in
New icon: url("img/new.gif") 
*/
* {
	margin: 0;
	padding: 0;
}
body {
    font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: small;
	background: #0C4700 url("img/body.gif") fixed;
	background-attachment: fixed;
	padding: 0 0px 20px 0px;
	text-align: center; /* for centering the layout in IE */
}
/* Default Link Styling
-------------------------*/
a:link{
	color: #470;
	text-decoration: none;
}
a:visited {
	color: #470;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 15px auto 0 auto; 
	text-align: left; /* compensation for centering in IE */
	border: 1px solid #0C4700;
}
/* Layout
-------------------------*/
#content {
	width: 980px;
	float: left;
	background: #e5f1e4 url("img/wrap7.gif") repeat-y;
}
#maincontent {
	clear: both;
	float: left;
	width: 530px;
	margin: 0 10px;
	display: inline; /* for IE double margin bug */
	color: #333;
}
#sidebar {
	float: left;
	width: 210px;
	color: #666;
	margin-top: 4em;
}
#rightbar {
	float: right;
	width: 215px;
	color: #666;
	margin-top: 4em;
}
/* Header
-------------------------*/
#header {
	float: left;
	width: 980px;
	font-size: 1em;
	border-bottom: 3px solid #0C4700;
	background:  white url("img/second.jpg");
}
/* TODO: after adding the logo, when finalized, consider the accessibility of the logo*/
#header #logo{
	float: left;
	width: 510px;
	height: 80px;
}
#header #logo a{
	float: left;
	width: 510px;
	height: 80px;
}
/* Navigation
-------------------------*/
/* TO HILIGHT THE CURRENT PAGE */
.nav-home #nav-home a, .nav-about  #nav-about a, .nav-arc #nav-arch a, .nav-res #nav-res a, .nav-ping #nav-ping a {
	color: #630;
}
#navigation h1 {
	display: none;
}
#navigation {
	float: left;
	width: 100%;
	background: #FF9900 url("img/navbg.gif") top left;
}
#navul{
	list-style: none;
}
#navul li {
	float: left;
}
#navul a {
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	margin: 0px 5px;
}

#navul #ileher-more {
	float: right;
	background: transparent top right  no-repeat;
	padding-right: 25px;
}

#navul #ileher-more a{
	text-transform: none;
}

#navul a:hover {
	color: white;
	background: #f81  url("img/navhover.gif") bottom left;
}
/* Footer
-------------------------*/
#footer { 
	padding: .1em;
	text-align: center;
	background: #FF9900;
	clear: both;
	padding: 1px 0px;
} 
#footer *{
	color: white;
}
#footer p {
	#footer p block with: margin-bottom: 1px;
}
/* Posts
-------------------------*/
#posts {
	margin-top: 30px;
}
#posts .posttitle {
	font-size: 150%;
	font-weight: normal;
	margin-top: 40px;
	border-bottom: 1px solid #888888;
}
#posts .posttitle a{
	display: block;
	color: #ac4800;
	margin-left: 3px;
	text-decoration: none;
}
#posts .posttitle a:hover {
	color:	#f72;
	text-decoration: none;
}
.author-time {
	float: right;
	width: 180px;
	margin-left: 10px;
	text-align: right;
	color: #16a;
	padding-left: 5px;
}
.author-time em {
	font-weight: bold;
}
.author-time .ptime {
	font-size: 85%;
}
.comlink {
    clear: both;
	font-weight: bold;
	color: #d61;
	margin-top: 1em;
	margin-bottom: 10px;
}
.comlink a:link, .comlink a:visited{
	color: #d61;
	text-decoration: none;
}
.comlink a:hover {
	text-decoration: underline;
}
#posts .entry{
	font-size: 100%;
	margin: .5em 0 0 0;
}
#posts .entry p, #posts .entry div, #posts .entry ul li, #posts .entry ol li {
	text-align: justify;
}
#posts .entry ul, #posts .entry ol {
	margin-bottom: 10px;
}
#posts .entry ul li, #posts .entry ol li{
	margin-bottom: 7px;
}
#posts .entry a:link, #posts .entry a:visited{
	border-bottom: 1px dotted #470;
}
#posts .entry p {
	margin-bottom: .5em;
}
/* list styling for the post entry */
.entry ul li{
	margin-left: 20px;
}
.entry ol li {
	margin-left: 30px;
}
.entry a:link, .entry a:visited {
}
.entry a:hover {
	background: green;
        color: white;
	text-decoration: none;
}
.entry h1,h2,h3 {
	font-size: 130%;
}
.entry h4,h5,h6 {
	font-size: 120%;
}
.entry h3, .entry h4,
/* for more standard browsers */
html>body .entry ul {
	list-style: none;
} html>body .entry ul li {	margin-left: 10px; } html>body .entry ol li {margin-left: 30px; }
.entry ul li:before, #sec-content ul ul li:before {
	content: "\00BB \0020";
}
.entry img {
	padding: 5px;
}
#filedunder {
	clear: both;
	border-top: 1px solid #cc8;
	margin: 30px 20px 20px 20px;
}
#filedunder a:hover {
	text-decoration: underline;
}
/* Comments 
-------------------------*/
#comments {
	color: #666;
	margin-top: 5px;
	border-bottom: 1px dotted #bb8;
}
#commentlist {
	list-style: none;
	margin-top: 5px;
}
.ch {
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px dotted #bb8;
}
.comauthor {
	margin-bottom: 5px;
}
.comnum {
	font-weight: bold;
}
.ch cite {
	color: #004477;
	font-style: italic;
}
.ch a:link {
	color: #004477;
}
.ch cite a:visited {
	color: #004477;
	text-decoration: underline;
}
.ch a:link, .ch a:visited {
	text-decoration: underline;
}
.ctime a:visited{
	color: #004477;
}
.ctime {
	font-size: 85%;
}
#nocom {
	color: #666;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	font-size: 100%;
	font-weight: bold;
}
#c-closed {
	color: black;
	font-weight: bold;
}
#commentform {
	padding-top: 5px;
}
#commentform input {
	margin-bottom: 3px;
}
#commentform  small{
	font-size: 85%;
}
#commentform textarea {
	width: 60%;
}
#addcomment {
	margin-left: 50px;
}
#rsstrack {
	margin: 10px 0px;
}
#sec-content ul {
	list-style: none;
}
#next{
	float: right;
	margin-bottom: 10px;
	background: white;
}
#prev{
	float: left;
	margin-bottom: 10px;
}
#next a, #prev a {
	background: white;
	padding: 0 3px;
}
#next a:link, #next a:visited, #prev a:link, #prev a:visited {
	color: #0C4700;
}
#next a:hover, #prev a:hover {
	color: white;
	text-decoration: underline;
	background: #0C4700;
}
/* end of posts and comments related posts styling */

/* Widgets related CSS */
#sec-content .widget a:link {
	color: #0099cc;
	text-decoration: none;
}
#sec-content .widget a:visited {
	color: #0099cc;
	text-decoration: none;
}
#sec-content .widget {
	list-style-type:none;
	margin-bottom: 1.5em;
	margin: 0px 5px 1.5em 5px;
}
#sec-content .widget .wh {
	margin-left: .3em;
	font-size: 100%;
	text-transform: uppercase;
	color: #c50;
	border-bottom: 1px solid #999;
}
#sec-content  .widget .data{
	margin-left: .5em;
	color: #666;
}
#sec-content .widget ul.data a {
	display: block;
	height: 1%; /* IE haslatyout bug. */
}
#sec-content .widget .data a:hover {
	text-decoration: underline;
}
#sec-content .widget ul.data li {
	border-bottom: 1px solid #ddd;
	padding: 1px 0px;
}
#sec-content .widget ul.data a:link {
	color: #666;
}
#sec-content .widget ul.data a:visited {
	color: #666;
	padding-right: 20px;
	background: url("img/visited.gif") bottom right no-repeat;
}
#w-rcntcomments.widget ul.data a:visited, #w-recent.widget ul.data a:visited {
	background: none;
	padding-right: 0px;
}
#w-rcntcomments li strong {
	display: block;
}
#sec-content .widget ul.data a:hover {
	text-decoration: none;
	background: #FF9900;
	color: white;
}
#sec-content #w-subscribe li {
	padding: 3px 0px;
}
#sec-content #w-subscribe a:hover {
	background: none;
	color: black;
}
#sec-content #w-events li img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#w-tagcloud.widget .data a {
	color: #666;
	padding-right: 3px;
}
#w-tagcloud.widget .data a:link, #w-tagcloud.widget .data a:visited  {
	color: #666;
	background: none;
}
#w-tagcloud.widget .data a:hover {
	background: #FF9900;
	color: white;
	text-decoration: none;
}
.widget .data div {
	margin: 5px 0px 5px 5px;
}
.widget .data{
	margin-top: 5px;
}
.widget div, .widget p {
	margin: 5px 0px 5px 5px;
}
/* end of widget related CSS */

#search-box {
	position: absolute;
	top: 10px;
	right: 0;
	color: black;
	padding-right: 10px;
	margin-top: 4px;
	padding-top: 5px;
	height: 71px;
}
#previousposts {
	background: #0C4700;
	margin: 30px 20px 20px 20px;
	color: white;
	padding: 10px;
	border: 1px dotted #cfb;
}
#previousposts ul {
	list-style: none;
}
#previousposts h4 {
	font-size: 130%;
	color: #cfa;
	border-bottom: 1px solid #360;
}
#previousposts li span {
	color: #efa;
}
#previousposts a:link, #previousposts a:visited {
	color: #dda;
	text-decoration: none;
}
#previousposts a:hover {
	border-bottom: 1px dotted white;
}
/* Archives
-----------------------------*/
#arclist h2 {
	margin: 20px 0px;
}
#arclist h3 {
	margin-top: 20px;
}
#arclist a:link, #arclist a:visited{
	color: #ac4800;
	text-decoration: none;
}
#arclist  a:hover {
	text-decoration: underline;
}
#arclist ul {
	list-style: none;
}
#arclist h2{
	font-size: 130%;
}
#notfound #arclist {
	margin-top: 2em;
}

/* Pages related
-------------------------*/
.pagetitle{
	font-size: 130%;
	text-align: center;
	margin-bottom: 10px;
}
.pagetitle strong {
	border-bottom: 1px dotted black;
}
.page {
	margin-top: 30px;
}
.page p {
	margin-bottom: 1.2em;
}
.page p, .page ul li, .page ol li, .page div {
	text-align: justify;
}
.page h1 {
	font-size: 140%;
}
.page h2 {
	font-size: 130%;
}
.page h3 {
	font-size: 120%;
}
.page h4, .page h5, .page h6 {
	font-size: 110%;
}
.page ul, .page ol {
	margin-left: 2em;
}
.page a:link, .page a:visited {
	text-decoration: none;
}
.page a:hover {
	text-decoration: underline;
}
/* Other
-------------------------*/
#top a {
	position:fixed;
	bottom: 0;
	right: 0px;
	background: #bde;
	font-size: 80%;
	color: black;
	text-decoration: none;
}
acronym, abbr, span.caps {
	letter-spacing: .07em;
}
acronym {
	cursor: help;
}
#msg {
	font-weight: bold;
}
blockquote {
	margin: 0 25px;
	color: #065;
	display: block;
	font-weight: bold;
}
img {
	border: 0px;
}
/* Feedback form
-------------------------*/

#contactform div {
	margin: 5px;
}
#contactform label {
	display: block;
	font-weight: bold;
}
#contactform label em {
	font-weight: normal;
}
#fb_name,#fb_url,#fb_email,#fb_subject {
	width: 250px;
}
/* CustomSearch
-------------------------*/
#gsearch {
	display: none;
}

/* For iLeher More */
#sec-content #ileher-more a{
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	margin:1px 0px;
}
#sec-content #ileher-more a:visited{
	background-image: none;
}

.ch p, .ch div, .ch ol li, .ch ul li { text-align: justify; }
