/*
 Theme Name: Canvas
 Theme URI: http://wordpress.org/
 Description: This theme is for people who love reading and writing.
 Author: Rohin Bhargava
 Version: 0.0.2
 Tags: white, one-columns
 */
/* File here for WP identification purposes only. This CSS file is not loaded by the theme at all. See style directory for theme CSS */


/* CSS Reset based on http://meyerweb.com/eric/tools/css/reset/ */
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, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:focus {
    overflow: hidden;
    outline: 1px dotted;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

/*
 * This section styles the text elements of the page
 *
 */ 
body {
    
    font: normal normal normal 10px / 1.8  Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;  
	color: #000;
}

a:focus {
    outline: 1px dotted;
}


/* Headings------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family:"Palatino Linotype",Georgia, serif; 
    font-weight: normal;
	text-transform:capitalize;
}

h1 {
    font-size: 3.6em;	line-height:1;
}

h2 {
	font-size: 2.4em;	line-height:1.5;
}

h3 {
	font-size: 1.8em;	line-height:1;
}

h4 {
	 margin-top:0.643em; font-size: 1.4em;	line-height:1.286;
}

h5 {
	text-indent:2em; margin-top:0.75em; font-size: 1.2em;  line-height:1.5;
}

p {
    margin-top: 1.636em;	font-size: 1.2em;	line-height:1.636;
}
/*---- Other Elements---- */

code {
	font-family: consolas,'deja vu sans mono','lucida sans typewriter',monaco,monospace;
	font-size:1.1em;
	font-style:italic;
}
/* -----Spacing------------------------------------*/
ol { margin-top: 1.636em;
    list-style: decimal;
}

ul {
 margin-top: 1.636em;
    list-style: disc;
}

li {
    margin-left: 0.2em;
    font-size:1.2em;
    
}

h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset {

}


/*
 * This section styles the text elements of the page
 *
 */ 

body {
    font: normal normal normal 10px / 1.8  "Palatino Linotype",Georgia, serif;  
	color: #333;
	background-color:#ffffff;
}
/*
 *General section 
 */
#wrapper {
	margin: 0;
	padding: 0;
}

/* Links */
a {
    text-decoration: none;
}

a:link, a:visited {
    color: #333;
}


a:hover  {
    color: #333;
    text-decoration: underline;
}

.nav-previous a, .nav-next a {
    color: #cc1c04;
}

.nav-previous-page a {
    color: #333;
	float:left;
}

.nav-next-page a {
    color: #333;
	float:right;
}

#nav-below{
	margin-left:4em;
	width:90em;
	padding:1em;
}

.clear {
	clear:both;
}

.page-link {

float:right;
font-size:1.2em;
}
/**** Containers ****/
#header-container {
background-color:#eeeeee;
}

#body-container {
background-color:#cdcdcd;	
}
#footer-container {
	background-color:#333;
}
/**** Container End ****/
/**** Top Navigation ****/

#top-nav {
	margin-right:5em;
	float:right;
	color:#000000; 
	background: rgba(255, 255, 255, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff)"; 
	margin-top:1em;
	border:1px solid #aaaaaa;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#top-nav h4{
	margin-top:0; 
	padding:4px 10px;
	font-size:1.4em;
}

#top-nav h4 a{
color:#000000;
}

/**** Top Navigation ****/
/**** Header Area Start ****/
#header{
	margin:0 auto;
	padding: 0;
        background-color:#ffffff;
	background-image:url(./images/banner-header.png);
	background-repeat:no-repeat;
	width:96em;
	height:23.2em;
	border-bottom:1px solid #345;

}

#site-title h1 {
	padding-top: 3em;
padding-left: 10em;
}

#site-title h1 a{
	color: #333;
	text-decoration:none;
}

#site-description h4{
	margin-top:0.643em;
	padding-bottom:1em;
padding-left: 26.4em;
	color: #777777;
}

#main-search {
	margin-top:0em;
	
}
#search-form{
	margin-left:53.5em;
	//border-bottom:1px solid #888888;
	padding-bottom:.5em;

}

.textBox {

font-family: consolas,'deja vu sans mono','lucida sans typewriter',monaco,monospace;
	font-size:11px;
	font-style:italic;
	color:#333;
border:0;
border-bottom:1px solid #888888;
background:transparent;

}

.button {
	font-family: consolas,'deja vu sans mono','lucida sans typewriter',monaco,monospace;
	font-size:11px;
	font-style:italic;
	color:#333;
	border:transparent;
	background:transparent;
}

/**** Header Area End ****/

/**** Footer Area Start ****/
#footer {
    width: 96em;
    margin: 0 auto;
	clear:both;
	padding:1em 0 3em 0;
	border-top:2px solid #aaaaaa;
	color: #aaa;
}

#footer a{
    color: #aaa;
}

#copyright-info {
	padding: 0 1em;
	float:left;
}

#follow-me {
	padding: 0 1em;
	float: right;
}

#footer-widget-area {
	margin:0 auto;
	width:96em;
	padding: 3em 0 1em 0;
}

#first, #second, #third, #fourth {
	float:left;
	width: 22em;
	margin-left: 1em;
	margin-right: 1em;
    color: #ffffff;
	
}

.widget-title h4{
	margin: 0;
	padding: 0.3em 0.2em;
	font-size:1.8em;
line-height:1;
margin-bottom:1em;
	color: #FCC200;
}

.widget-content {
	padding:1em;
}

.widget-content li a{
	list-style:none;
	list-style-position:outside;
	color: #ffffff;
}

.widget-content div a{
	color: #aaa;
    font-size: 1em;
}

.textwidget {
	font-size:1em;
	color:#ffffff;
}

/**** Footer Area End ****/
/**** Body Area Start ****/
#content {
    width: 96em;

    margin: 0 auto;
    padding-bottom:1em;
    position: relative;
    background-color:#ffffff;
    background-image:url(./images/banner-body.jpg);
    background-repeat:no-repeat;
}

.page-title{
	padding-top:2em;
	text-align:center;
	color:#d90000;
}

.entry-title{
	margin:0em 12em;
	padding:2em 2em 0em 22em;
	border-bottom:1px solid #888888;
	clear:both;
}

.entry-end{
	margin:0em 12em 0em;
	padding:1em 1em 1em;
	border-top:1px solid #888888;
	clear:both;
font-size:1em;
}

.entry-title a{
	color:#000;
}

/**** Post Meta Data ****/
.entry-meta{
	width: 28em;
    float: left;
	margin-top:3em;
    margin-bottom:3em;
    padding-top: 2.6em;
	padding-right:2em;
	border-right: 1px solid #aaaaaa;
	text-align:right;
}

.entry-meta p {
    margin-top: 0;
    font-size: 1em;
    line-height: 1.8;
    font-style: italic;
	padding:0;
	color:#333;
}

.cover {
    float: left;
    padding: 0;
}

#folio-1{
	margin: 0 0 1em 16em;
}
/**** Body Area End ****/
/**** Leaf ****/
.leaf {
    float: left;
    width: 10em;
    height: 15em;
    padding: 1em 1em 0em 1em;
	background-color:#ffffcc;
	border: 1px solid  #111;
}

.leaf h3 {
	font-size:1em;
	line-height:1.8em;
	margin-top:1em;
	text-align:left;
	text-transform:capitalize;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}

.leaf h3 a {
	color: #333;
	text-decoration:none;

}

#leaf-2, #leaf-3, #leaf-4, #leaf-5, #leaf-6 {
	margin-left:5.1em;
}

/*Main Area*/
.content {
	padding: 3em 3em;
    width: 40em;
    min-height:48em;
    float: left;

}

/* Portfolio Area */
#portfolio {
    padding: 1em 0 0em 0;
    height: 20em;
}

#portfolio-title{
	padding: 0.5em 1em 0;	
	
}

#portfolio-title h2{
	margin:0em 1em;
	color: #000;
	border-bottom: 1px solid #aaaaaa;
}

#portfolio-content{
       margin: 0 auto;
	padding:0em 0em;
}

#folio-2 {
	margin-left: 2.5em;
}

#folio-3, #folio-4, #folio-5, #folio-6 {
	margin-left: 4em;
}

#book-2, #book-3, #book-4, #book-5, #book-6 {
	margin-left: 7em;
}
/* Related Post */
#related {
    padding: 0;
    height: 25em;
    border-bottom: 1px solid #000;
}

#related-title{
	padding: 0.5em 1em 0;	
}

#related-content{
	padding:2em 1em;
}

#related-title h2{
	margin:0em 1em;
	color: #000;
	border-bottom: 1px solid #aaaaaa;
}
/* Dropcaps*/

/*
#entry-content > p:first-child:first-letter {
    
	letter-spacing:0; 
	font-size: 5.8em;
    float: left;
    color: #8c151d;
    line-height: 0.9;
	margin-top:0;
	margin-right: 0.2em;
	font-family: "Arial Black";

}
*/
.dropcaps {
	letter-spacing:0; 
	font-size: 6em;
    	float: left;
    	color: #8c151d;
    	line-height: 0.7;
	margin-top:0.1em;
	margin-right: 0.2em;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;

}
img {

}
/* Comments */
img.avatar {
    position: absolute;
    left: -4.6em;
    top: 0;
}

.children img.avatar {
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    left: -2.55em;
}

#comments {
    width: 96em;
    margin: 0 auto;
    position: relative;
	padding:0;
border-bottom:1px solid #000000;	
}

#comments-title {
	padding-left:5em;
	color:#333;
}

.comment-meta {
	width: 25em;
    float: left;
	margin-top:1.8em;
    padding-top: 1.8em;
	padding-right:2em;
	border-right: 1px solid #888888;
	text-align:right;
}

.comment-meta p {
    margin-top: 0;
    font-size: 1em;
    line-height: 1.8;
    font-style: italic;
}

.comment-content{
	padding: 1.5em 8em 1.5em 2em;
    width: 45em;
    float: right;
	
}

.comment-content p{
	font-size: 1em;
}
/* Responses */

#respond {
   width:96em; 
   margin:0 Auto;
   
}
.formcontainer {
	padding: 1.5em 8em 1.5em 2em;
    width: 56em;
    float: right;
}

#respond h3{
	margin-left:3em;
	color:#333;
}

#comment-notes{
	font-size:1em;
}
form #commentform {
    overflow: hidden;
    padding: 2.4em 0;
}

form p {
    font-size: 1.4em;
    margin: 0 0 .5em;
}

span.required, label .required {
    color: #900;
    font-weight: bold;
    font-size: 1.25em;
}

.user-comment {
    width: 33em;
    float: left;
}

.user-comment textarea {
    width: 95%;
    font-size: 1em;
    height: 12em;
    padding: .5em;
    margin: 0 0 1em;
    overflow: auto;
}

.user-info {
    float: right;
    width: 18em;
}

.user-info input {
    width: 95%;
}

.form-label {
    font-size: 1em;
    margin: .5em 0 0;
}

.user-comment .form-label {
    margin-bottom: .5em;
}

.comment #respond div {
    float: none;
}

/* Pages */
ul#links-page h3, ul#archives-page h3 {
    font-size: 1.3em;
}

ul#links-page > li, ul#archives-page > li {
    list-style-type: none;
}

ul#links-page li, ul#archives-page li {
    margin: .375em 0;
}

ul#links-page > li > ul, ul#archives-page > li > ul {
    margin: 1em;
}

/* Image Layout */
#post-image-feature {
    padding: 0em;
    position: relative;
}

#post-image-feature img{
	
	border: 2px solid #111;
    margin-top: 6px;
	
}


.entry-content img {
    border: 2px solid #ffffff;
    padding: 4px;
    margin-bottom: 6px;
}

.centered, .aligncenter {
    display: block;
    margin: 16px auto;
}

.alignright {
    float: right;
    margin: 6px 0 3px 15px;
}

.alignleft {
    float: left;
    margin: 6px 15px 3px 0;
}

.wp-caption {
    border: 1px solid #aaa;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 6px;
}

.wp-caption a, .wp-caption img {
    border: 0 none;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    text-align: center;
    margin: 5px;
    text-indent: 0;
    font-size: 1em;
}

.entry-content ul li, .entry-content ol li {
    text-indent: -.5em;
    padding-left: .5em;
}

.entry-content ul li {
    list-style: disc outside;
}

.entry-content ol li {
    list-style: decimal outside;
}

.entry-content li ol, .entry-content li ul {
    margin: .5em 0 0 .5em;
}

/* Epigraph */
blockquote.epigraph {
    font-style: italic;
    margin: 0 2em;
    text-align: justify;
}


blockquote.epigraph p {
    font-size: 1.1em;
    text-indent: 1em;
	line-height:1.667;
}

blockquote.epigraph em, blockquote.epigraph cite {
    font-style: normal;
}

blockquote.epigraph cite {
    text-align: right;
    font-size: 1.2em;
    display: block;
    font-variant: small-caps;
}

/*footnotes*/

.footnotes {
	border-top:1px solid #888888;
	padding-top:1em;
	margin-top:2em;
	margin-left:-24em;
	margin-right:-9em;
}

.footnotes ol li{
	margin-left:3em;
}

.footnote {
	font-size:0.8em;

}

.footnote a {
	color:#234;
	text-decoration:underline;
}

#wp-calendar {
	margin-left:2em;	
}

td {
	padding:2px 6px 2px 6px;
}


.pullquote {
	position:absolute; 
	width:10em; 
	top:30em;
	right: 48.5em; 
	border:.1em solid #d6d6d6; 
	background:#cdcdcd;
	padding:1em 1em; 
	margin:0; 
	font-variant: small-caps; 
	font-size:1.4em; 
	font-style:italic; 
	line-height:1.286; 
	text-indent:0;
}