/*
Theme Name: Ezilnila
Theme URI: http://ezilnila.com
Description: test
Version: 1.0
Author: Thivyan Mahendran
Author URI: http://thivyan.com/
Tags: blue, custom header, fixed width, two columns, widgets



*/


/* Clear */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}






/*
	MAIN STYLES
*/



html { overflow-y:scroll; }


	
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	line-height: 1.5em;
	margin: 0; 
	padding: 0;
	
}

a, a:link, a:active, a:visited {
	color:#095eba;
	text-decoration:none; 
}

a:hover {
	color:#f18d46; 
	text-decoration:none;
}

p {
	text-align: left;
	padding-bottom: 2em;
	font-size: 9pt;
	line-height: 1.7em;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

h3 {
	font-size: 13pt;
}

h4 {
	font-size: 10.5pt;
	line-height: 1.5em;
	margin-bottom: 20px;
}

h5 {

}

h6 {

}


.screen-reader-text
{
	display: none;
}



img.alignright
{
	float: right;
	margin: 10px;
}
img.alignleft
{
	float: left;
	margin: 10px;
}
img.aligncenter
{
	float: center;
	margin: 10px;
}








#wrapper {
	width: 960px;
	margin: 10px auto 10px auto;
	background: #FFF;
	border: 1px solid #808080;
	overflow: fixed;
}


#header {
	background: url("images/header.png");
	height:173px;
}

#header h1, #header h2 {
	display: none;
}






#main {
	padding: 0 30px 0 30px;
}

#content {
	float: left;
	margin-right: 0;
	width: 610px;
}
#content h3 {
	margin-bottom: 20px;
}






#sidebar {
	float: right;
	width: 230px;
	border-left: 1px dotted #999;
	padding: 0 10px 0 20px;
}
#sidebar ul {
	margin-bottom: 20px;
	
}
#sidebar ul ul{
	margin-bottom: 0px;
}

#searchDiv
{
	margin-bottom: 20px;
}

#searchDiv #s
{
	border: 1px solid #999;
}


#footer {
	background: url("images/footerBar1.png");
	height: 20px;
	text-align: center;
	padding: 10px;
	font-size: 8pt;
	font-family: verdana;
	clear: both;
}









#catTitle
{
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
}













div.post
{
	margin-bottom: 20px;
}

li.cat-item, li.page_item, li.linkcat, div.entry
{
	font-size: 8pt;
}

li a img
{
	margin-top: 20px;
}

li.current-cat a, li.current_page_item a
{
	font-weight: bold;
	color: #008;
}

ul.children
{
	margin-left: 30px;
}

#sidebar h4
{
	margin-bottom: 5px;
}
#comment
{
	width: 625px;
}

#toTop
{
	font-size: 10pt;
	margin-bottom: 15px;
	margin-top: 15px;
}




/* Side bar pictures */

#sideBarTitleAbout h4, #sideBarTitleArticles h4, #sideBarTitleLinks h4
{
	display: none;
}

#sideBarTitleAbout, #sideBarTitleArticles, #sideBarTitleLinks 
{
	height: 40px;
	background-repeat: no-repeat;
}

#sideBarTitleAbout
{
	background-image: url("images/enila.png");
}

#sideBarTitleArticles
{
	background-image: url("images/pathippu.png");
}

#sideBarTitleLinks
{
	background-image: url("images/pirapakkangkal.png");
}

#homeHeader h3
{
	display: none;
}

#homeHeader
{
	height: 50px;
	background-repeat: no-repeat;
	background-image: url("images/recentpost.png");
	margin-bottom: 10px;
}