/*
	Theme Name: Fleur For WordPress
	Theme URI: http://www.grabatheme.com
	Description: A clean, liquid theme that comes with a variety of different header colors included. Converted to WP by <a href="http://grabatheme.com">Grab A Theme</a>
	Author: J. Maloney
	Author URI: http://www.freshwear.ca
*/

@import url(base-weblog.css);

/* NOTES 

- Photoshop brush used - fresh foliage - http://designfruit.com/jasongaylor/blog/?p=37  - with thanks. 

- You can change the look by changing the header color
- Change    fleurheaderblack.gif   in the style below to any of the following ...

                              fleurheadergrey.gif
                              fleurheaderblue.gif
                              fleurheadergreen.gif
                              fleurheaderred.gif
*/


#banner {
	background-image:url(images/fleurheaderblack.gif);
	}

/* ------------------------------------------------------------------------------------------------------- */


body {
	padding:0;
	margin:0;
	background-color: #FFF;
	font: 12px arial;
	color:#252525;
}

a:link {
	color: #57b40b;
	text-decoration: underline;
}
a:visited {
	color: #188db8;
	text-decoration: underline;
}
a:hover {
	color: #57b40b;
	text-decoration: underline;
}
h5 {
	font: 12px arial;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 15px;
}
h6 {
	font: 12px arial;
	font-weight: bold;
	margin: 0px 0px 15px;
}
/* -------- layout styles -------------*/

#container {
	width:100%;
	margin:0;
	padding:0
	}


/* ---------- Single Column Styles ----------  */


.layout-one-column #alpha {width: 70%; margin-left:5%;}





/* ---------- Two Column Right Styles ---------- */


.layout-two-column-right #alpha {
	width:70%;
	margin:0 7% 0 0;
	padding:0;
        float:left
	}
	
.layout-two-column-right #beta {
	width:23%;
	margin:25px 0 0 0;
	padding:0;
        float:right
	}
	

.layout-two-column-right #alpha-inner {margin-left:10%}

/* -------- banner styles -------------*/
	
#banner {
	height:275px;
	background-repeat:repeat-x;
	background-position:top left;
	padding:0;
	margin:0;
	text-align:left;
	}

#banner-inner {
	margin:0 0 0 45px;
	}
		
h1, h2 {padding:0; margin:0;}

#banner-header {
	padding:0;
	margin:0;
	padding-top:17px;
	font-size:36px;
	color:#FFF;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	}

#banner-header a {
	text-decoration:none;
	color:#FFF;
	}
	
#banner-description {
	padding:3px 0 0 7px;
	margin:0;
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	}
	
/* -------- page styles -------------*/

#pagebody {
	margin:auto;
	background-color:#FFF;
	text-align:left;
}


#pagebody-inner {
	padding:0;
	margin:0;
	}


/* -------- entry area styles -------------*/

.date-header {
	font-size:15px;
	padding:0;
	margin:0 0 5px 0;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	}

.entry-header {
	padding:0;
	margin:0 0 25px 0;
	font-size: 25px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.entry-body p {
	margin: 0 0 15px 0;
	font-size: 115%;
}

.entry-body ul, ol {
	font-size:.96em;
	margin-bottom:15px;
	}

.entry-body blockquote {
	background-color: #e3e3e3;
	border: 1px dashed #999;
	font-style: italic;
	padding: 10px;
	margin: 10px 15px 10px 80px;
}

.entry-body img {border: none;}
.entry-body img[align="right"] {margin: 5px 0 15px 20px; display:block;}
.entry-body img[align="left"] {margin: 5px 20px 15px 0; display:block;}

.entry-footer {
	padding:0 0 0 10px;
	border-left:3px solid #BBB;
	}

.entry-footer p {
	margin:10px 0 35px 0;
	}

.post-footers {
	display:block;
	}
	
.separator {display:none !important;}

/* -------- sidebar styles -------------*/

#beta ul li {list-style-type:none}

#beta li {list-style-type:none}

.module-header {
	padding:0;
	margin:0 0 20px 0;
	font-size:18px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	}	

.module-header a {
	color:#252525;
	}

.module-content {
	position:relative;
	margin:0 0 25px 0;
	padding:0;
	}

.module-content ul {
	margin: 5px 0 10px 0;
}

.module-content li {

}

.module-categories module {
	margin-top:20px;
	}

.module-categories ul li ul li {
	margin-left:5px;
}

input, textarea {
	font-size: 100%;
	padding: 2px;
	margin: 3px 0 3px 0;
	border: 1px solid #555;
	background-color:#FFF;
	color:#555;
}

textarea {
 font-size: 1em;
 color:#555;
}

input#search {
    padding:3px;
}

/* ---------- comment trackback styles ------------------ */
div.ljcut {
	text-align: right;
	font-weight: bold;
}

.comment-content {
	background-color: #e1e1e1;
	padding: 10px 10px 0px;
}
	.comment-footer {
	font-size: 85%;
	padding: 0px;
	text-align: right;
	vertical-align: bottom;
	}

.entry-content,
.trackbacks-info,
.trackback-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 0;
}

.trackback-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 0;
}

.content-nav {
	margin-bottom:30px;
}

.trackbacks-header, .comments-header, .comments-open-header, .trackbacks-open-header {
	padding:10px 0 0 0;
	margin:0 0 15px 0;
	font-size:20px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	}

.trackbacks, .comments {
	text-align:justify;
	}

#trackbacks-info {
    margin:10px 0 25px 0;
	font-size:.95em;
	font-style:italic;
	}

.trackback-footer {
	margin-bottom:25px;
	font-size:.96em !important;
	padding-left:15px;
	background-image:url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position:center left;
	}
	
#footer {
clear:both;
font-size: 85%;
color: #666;
}

/* Mine classes */

.toper {
	padding: 20px 25px 30px 5px;
	text-align: right;
	font-size: 90%;
}
.predislovie  {
	width: 70%;
	text-align: justify;
}
.tdright {
	vertical-align: top;
	padding: 0px;
	text-align: left;
}
div#login {
	display: none;
	position: relative;
	padding: 0;
	}
.loginblock {
	display: block; 
	background-color: #FFF; 
	border: red 1px solid;
	padding: 10px;
}
.redline {
	background: #f71d01 url(/images/bg-red.gif) repeat-y right top;
}
.main {
	padding: 20px 20px 20px 30px;
	vertical-align: top;
}
img.limno {
	border: none;
}
img.limits {
	border: 10px solid #000;
}
img.bordered {
	border: #ccc 1px solid;
}
a.titlink {
	color: #252525;
	text-decoration: underline;
}
a.textColor:link {
	color: #252525;
	text-decoration: none;
}
a.textColor:visited {
	color: #252525;
	background-color: #fff;
	text-decoration: none;
}
a.textColor:hover {
	color: #fff;
	background-color: #181818;
	text-decoration: none;
}
a.textColor:active {
	color: #252525;
	text-decoration: none;
}
.hts {
	font-style: italic;
	text-decoration: overline;
}
.dotdown {
	background: url(/blog/images/dotcom.gif) no-repeat center bottom;
	padding-bottom: 0px;
}
.tilda {
	background: url(/blog/images/hindi-tilda.gif) no-repeat center top;
	padding: 4px 3px 0px;
	margin-top: 3x;
}
.petit {
	font-size: 85%;
	padding: 0px;
	margin: 0px;
}
.grand {
	font: 30px arial;
	margin: 10px 0px;
	font-weight: bold;
}
.urokihinditext {
	line-height: 25px;
	font-size: 120%;

}