/*
Theme Name: Kalpana Asok Blog
Theme URI: http://www.kalpanaasok.com/
Description: Theme developed for Kalpana Asok web site
Version: 1.6
Author: Lyena Solomon
Author URI: http://www.netsprinter.com
Tags: custom header, fixed width, two columns

*/


/* Begin Typography & Colors */

html #wrapper, #page{
    width: 950px;
    margin: auto;
    min-width:700px; /* optional but recommended */ 
}

html #wrapper {
    margin-top: -20px;
    *margin-top: 0px; /* IE fix.  Otherwise cuts the top of the image off */
}

/* HEADER */

#header h1 a {
    display: none;
}

#fluid-content {
    margin-top: -58px;
    *margin-top: -20px;  /* fix content position in IE */
    width: 924px;
    margin-left: 26px;
}   

body {
    background:  #F0E9BC url(http://www.kalpanaasok.com/img/BG.jpg) repeat-x;
    font-family: Verdana, Tahoma, Arial;
    text-align:center;
}

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
}

.narrowcolumn .postmetadata {
    text-align: center;
}

.narrowcolumn {
    float: left;
    margin: 0;
    width: 480px;
}
 
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
    padding-top: 5px;
    text-align: center;
}

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 760px;
	}

.post {
    padding-top: 0px;
    padding-left: 32px;
    width: 620px;
}

.post-page {
    padding-top: 0px;
    padding-left: 32px;
   
    width: 825px;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.alt {
    background-color: #F5F0E1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
}

h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

h1 {
    font-size: 4em;
    text-align: center;
}

h2 {
    font-size: 1.6em;
}

h2.pagetitle {
    font-size: 1.6em;
}

h3 {
    font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
    color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
}

.entry p a:visited {
    color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar { 
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
    font-weight: normal;
}

#sidebar {
    font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
    color: #06c;
    text-decoration: none;
}

a:hover {
    color: #147;
    text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    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;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	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: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin-right: 80px;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
        width: 90%;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 60px 3px 10px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.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 Sidebar */
#sidebar
{
    float: right;
    background: transparent;
    width: 200px;
    padding: 0px 40px 0 0;
	}

#sidebar form {
	margin: 0;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}


/* End Sidebar */



/* 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 a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* NAVIGATION */

body#home a#homeLink, 
body#about a#aboutLink,
body#contact a#contactLink,
body#directions a#directionsLink,
body#blog a#blogLink {
    background: url(http://www.kalpanaasok.com/img/navbg-here.jpg) left top repeat-x;
    color: #201a16;
}


#nav {
    margin-top: 0px;
    margin-bottom: 8px;
    float: left;
    font-size: 15px;
    font-weight: bold;
    font-variant: small-caps;
    font-family: "Tahoma";
    letter-spacing: 5px;
    z-index:1;
    width: 900px;
}

ul.nav {
    background: url(http://www.kalpanaasok.com/img/navbg.jpg) left top repeat-x;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

ul.nav li {
    float: left;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

ul.nav a {
    background: url(http://www.kalpanaasok.com/img/navbg.jpg) left top repeat-x;
    display: block;
    height: 28px;
    width: 178px;
    text-align: center;
    border: none;
    padding-top: 7px;
    text-decoration: none;
    color: #646660;
}

ul.nav a:hover {
    background: url(http://www.kalpanaasok.com/img/navbg-over.jpg) left top repeat-x;
    color: #201a16;
}

#content {
    margin-top: 0;
    padding-top: -20px;
    clear: both;
    text-align: left;
    font-size: 1em;
}




.contenttop#post-50 {
    background: url(images/about-header2.gif) no-repeat;
width:897px;
height:78px;
float:left;
}


.contenttop#post-57 {
 background: url(images/contact-header2.gif) no-repeat;
width:897px;
height:78px;
float:left;
}

.contenttop#post-61 {
 background: url(images/directions-header2.gif) no-repeat;
width:897px;
height:78px;
float:left;
}

.contenttop#post-1 {
 background: url(images/blog-header2.gif) no-repeat;
width:897px;
height:78px;
float:left;
}


.contenttop#post-45 {
 background: url(images/maintop2.gif) no-repeat;
width:897px;
height:78px;
float:left;
}

.contentmiddle {
    background: url(http://www.kalpanaasok.com/img/mainmiddle.gif) right top repeat-y;
    width: 100%;
    float: left;
    display: inline;
}

#pagetext {
  padding-left: 10px;

}

.navigation {
    margin: 0 25%;
    width: 350px;
}

.motto {
    background: url(http://www.kalpanaasok.com/img/motto.gif) right top no-repeat;
    width: 100%;
    height: 93px;
    float: left;
    display: inline;

}

.contentbottom {
    background: url(http://www.kalpanaasok.com/img/mainfooter.gif) right top no-repeat;
    margin-top: 0px;
    height: 91px;
    width: 100%;
    float: left;
}

.clear {
    clear: both;
}
#footer {
    clear: both;
    background:  #570209 url(http://www.kalpanaasok.com/img/GreekBorder.jpg) left top repeat-x;
    width: 900px;
    height: 100%;
    float: left;
    margin-bottom: 8px;
}

#footer p {
    margin: 6px 0 5px 0;
    padding: 6px 0;
    text-align: center;
    font-size: 65%;
    color: #B2B188;
    font-variant: small-caps;
}

#footer #design {
    margin-top: -0px;
    font-variant: normal;
    font-style: italic;
    font-weight: bold;
    font-size: 0.75em;
    font-family: "Trebuchet MS";
    letter-spacing: 3px;
    color: #201a16;
}

#footer #design a:link, a:visited, a:active, a:hover {
    color: #201a16;
}


#footer a {
    color: #B2B188;
    text-decoration: underline;
}

/*  FONTS   */

.smaller {
    font-size: 0.7em;
}

img.alignright {float: right;
padding: 0px 0px 10px 20px;
}


img.alignright2 {float: right;
padding: 0px 0px 10px 20px;
margin-right:90px;
}

img.alignhome{
margin-left:118px;

}

a img {border: 0px !important;}


h3.text {margin:5px 0px;}

ul.text li {
background:  transparent url(images/bullet.gif) 0px 4px no-repeat;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    list-style: none !important;
    margin:3px 0px;}

#directions .contenttop {
    background: url(http://www.kalpanaasok.com/img/directions-header.gif) right top no-repeat;
}

a.links-bottom {
    text-decoration: none;
}

a.links-bottom:hover {
    text-decoration: none;
}

a.links-bottom:visited {
    text-decoration: none;
}

a.links-bottom:active {
    text-decoration: none;
}

.footerright {
position: relative;
left:55%;}
