/*  
Theme Name: ezee

Description: A two-columned wordpress theme with customizable header, logo and a pleasant feminine floral appearance. Uses truecolor png rendering for header image.
Version: 1.3
Author: eZee Technosys Pvt. Ltd. 
Author URI: http:ezeetechnosys.com
Tags: pink, custom header, fixed width, two columns, widgets, widget ready, options page, left sidebar

*/

@import url('w3-reset.css');
/* Begin Typography & Colors */
h1,h2,h3,h4,h5,h6 {
	color:#444;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#444;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
	margin-left: 0px;

	list-style: none;

}
html > body .entry li {

}
.entry ol {

}
.entry ol li {
	margin: 0;
	padding: 0;
}
.entry{
	font-family: Verdana;
	color: #000000;
	font-size: 11px;	
	line-height: 1.5em;
	text-align: justify;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	list-style-type: none;
	/*width: 172px;*/

}
#sidebar > ul > li > ul {
	/*width: 175px;*/
	width: 162px;
	margin: 0px auto;
}
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
	overflow:auto;
}
#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */
/* Begin Comments
.alt {
	margin: 0;
	padding: 10px;
}
*/
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	float:left;
	width:95%;
	border:1px solid #c0c0c0;	
	background-color:#eee;
	margin: 20px 4px;
	padding:4px;
	/*padding: 5px 10px 3px;*/
	list-style: none;
}
.commentlist li.alt {
	background-color:#f8f8f8;
}
.commentlist li img.avatar {
	float:left;
	margin:5px;
}
.commentlist li .commentmetadata{
	float:right;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar th {
	font:size:10px;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	font-size:11px;
	line-height:12px;
	text-align: center;
}
#wp-calendar #today {
border:1px solid #B7B7B7;
}
#wp-calendar td.pad:hover {
	/* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
	padding: 3px;
}
img {
	border: none;
	padding: 3px;
}
/* End Various Tags & Classes*/
/***Begin Web 2.0 Specific CSS***/
body {
font-family:verdana,Georgia,Times,serif;
font-size:11px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
padding: 0;
margin: 0;
background-color: #F5F5F7;
}
#body-wrapper {
/*width:850px;*/
width:850px;
margin:0px auto;
background-image:url("images/wrapper.png");
background-repeat:repeat-y;
background-position:center top;
}
#mainbox {
	margin: 0px auto;
	width: 850px;
	background-color: #FFF;
}
.bringdown {
	clear: both;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-bottom: 15px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



a:link {
	color: #048;
	text-decoration: none; 
}
a:visited {
	color: #048;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/***Header Stuff***/
#header {
	width: 850px;
	padding: 0px;
	margin: 0;

}
#header1{
	width: 850px;
	background:url("images/header.jpg") no-repeat;
	height: 46px;
	float: left;
	padding: 0;
}
#header2{
	width: 850px;
	height: 125px;
	float: left;
	padding: 0;
}


#search {
	margin-left: 551px;
	 display: none; 
}
#search input {
	width: 133px;
	height: 17px;
	border: 1px solid #FFF;
	background-color: #D3D9DB;
}
input#submit {
	width: 69px;
	height: 21px;
	border: 0px;
	position: absolute;
	margin-top: 1px;
}
#menu{
	float:left;
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	width: 100%;
	/*background-color:#c2619d;*/
}

/***Main Area Stuff***/
#content-wrapper {
	/*clear: both;
	border:1px solid gray;*/
}
#content {
	float: right;
	width:554px;
	padding-bottom: 10px;
	text-align:justify;
	
}
#sidebar {
	float: left;
	margin-left:15px;
	width: 182px;
	}
#side_bold{
	height: 20px;
	width: 181px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	font-family: verdana, sans-serif;
	background: url("images/left_heading.jpg") no-repeat left;

	float: left;
}
#side_bold1{
	height: 20px;
	width: 181px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	font-family: verdana, sans-serif;

	float: left;
}
.sidebar_font{
	width: 170px;
    font-size: 11px;
	font-family: arial, verdana, sans-serif;
	float: left;
	padding-left: 10px;
	margin-bottom: 20px;
}
.sidebar_font2{
	width: 170px;
    font-size: 11px;
	font-family: arial, verdana, sans-serif;
	float: left;
	padding-left: 10px;
	margin-bottom: 20px;
}
.sidebar_font2 ul{
	padding: 0;
	margin: 0;
	vertical-align:middle;
	list-style: none;
	}
.sidebar_font2 ul li{
	padding: 0;
		vertical-align:middle;
	margin: 0;
}
.sidebar_font2 ul li a{
 	font-size: 11px;
	font-family: arial, verdana, sans-serif;
		vertical-align:middle;
	padding-left: 20px;
	background: url("images/arrow.gif") no-repeat left;
	
}
.sidebar_font ul{
	padding: 0;
	margin: 0;
	list-style: none;
	}
.sidebar_font ul li{
	padding: 0;
	margin: 0;
}
.sidebar_font ul li a{
 	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	padding-left: 20px;
	background: url("images/arrow.gif") no-repeat left;
	
}
#resources{
	background: url("images/resources_1.jpg") no-repeat center;
	height: 130px;
	width: 181px;
	padding-top: 10px;

	float: left;

}
/*html>body #sidebar {
	width: 182px;
}*/

body #content {
	width:554px;
	padding: 0;
	margin: 0;
	padding-right: 50px;
}

html>body{
/* not IE */

}


/***Footer Stuff***/
#footer {
	clear: both;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	background-position:top;
	color: #FFF;
	width: 850px;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 auto;
	height: 58px;
	text-align: center;
}
#footer_inner {
	clear: both;
	background-repeat: no-repeat;
	background-position:top;
	width: 850px;
	padding-top: 13px;
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;	
	line-height: 1.5em;

}
#footer_inner a, #footer_inner a:link, #footer_inner a:visited{
	margin: 0px;
	padding: 0px;
	color: #fff;
}
#footer_inner a:hover{
	text-decoration: underline;
}


.recentcontent {
	margin-bottom: 5px;
}
.recentcontent p {
	margin: 0px;
	padding: 0px;
}
.footbox {
	width: 240px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}
/***Post Stuff***/
.post {
padding: 0;
margin: 0 !important;
float: left;
width:554px;
}
.posttitle {
	/*float: left;*/
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
}
.posttitle small {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	margin-top: 1px;
	position: absolute;
	line-height: 18px;
	}
#post_font{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	margin-top: 1px;
	line-height: 18px;
	font-weight: bold;
}
.post a:link {
	text-decoration: underline;
}
.post a:visited {
	text-decoration: underline;
}
.post a:hover {
	text-decoration: underline;
}
.post span a {
	font-family: verdana, serif; 
	color: #235ABE;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-decoration: none !important;
}
.post h2 a, .post h3 a {
	font-family: verdana, serif; 
	color: #235ABE;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-decoration: none !important;
}
.commentsquare {
	width: 67px;
	height: 76px;
	color: #FFF;
	font-size: 27px;
	float: right;
	text-align: center;
}
.commentsquare a {
	color: #FFF;
	font-size: 27px;
	text-decoration: none;
	display: block;
	width: 67px;
	height: 76px;
}
.commentsquare a:link {
	text-decoration: none;
}
.commentsquare a:visited {
	text-decoration: none;
}
.commentsquare a:hover {
	text-decoration: none;
}
.postcontent {
	clear: both;
	font-family: Verdana;
	color: #000000;
	font-size: 11px;	
	line-height: 1.5em;
	text-align: justify;
}
.postfoot {
	border-top: 1px solid #B6B157;
	border-bottom: 1px solid #B6B157;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear:both;
}
/***Sidebar Items***/

.showcase {
	background-color: #D2DE50;
	background-image: url("images/showcase-bot.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 177px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.showcase img {
	margin-bottom: 8px;
	width: 177px;
	height: 139px;
	margin: 0px auto;
}
.archivebox {
	background-image: url("images/list1.gif");
	background-repeat: repeat-y;
	width: 186px;
	padding-bottom: 3px;
	border: 1px solid #DFE882;
}
.archivebox ul {
	padding: 0px;
	margin: 0px;
}
.archivebox li {
	list-style-type: none;
	margin-top: 6px;
	margin-left: 27px;
}
.archivebox a {
	color: #767006;
	font-size: 12px;
}
.archivebox a:link {
	text-decoration: none;
}
.archivebox a:visited {
	text-decoration: none;
}
.archivebox a:hover {
	text-decoration: underline;
	color: #C0440D;
}
#sidebar ul ul {
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-y;
	width: 181px;
}

#sidebar li li {
	list-style-type: none;
}
#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:hover {
	/*color: #00F;*/
	color: #c2619d;
	text-decoration: none;
}

h2.widgetitle {
	background-image: none;
	font-size: 0px;
	color: #FFF;
}
li.wigit_text {
	background-image: none;
	background-color: transparent;
	border: none;
}
/***Other Stuff***/
.footbox li {
	list-style-type: none;
	margin-top: 3px;
}
/*
.footbox li a {
	color: #E7EC6A;
}
*/
ul#metafoot {
	margin-left: 0px;
	margin-top: 0px;
}
html > body ul#metafoot {
	margin-left: -40px;
}
ul#metafoot2 {
	margin-left: 0px;
	margin-top: 0px;
}
html > body ul#metafoot2 {
	margin-left: -40px;
}

.clear {
clear:both;
}

#tags {
background-color:#ddd;
padding:2px 4px ;
}