/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@import url("960.css");

* {
	padding: 0;
	margin: 0
}

/* =Structure
-------------------------------------------------------------- */

body {
	background: #fbf2df url('images/bg-inner.jpg') no-repeat center top;
	font-family: Georgia, serif;
}
#wrapper {

}
#main {

}

#page {
	margin: 0 auto;
}
#wrapper {
	background: #f4b62b url('images/bg-inner.jpg') no-repeat center top;
}




/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0 30px;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a, a:link, a:visited {
	text-decoration: none
}



/* =Header
-------------------------------------------------------------- */
#site-title {
	width: 261px;
	height: 158px;
	display: block;
	margin: 30px auto 0 auto
}
	#site-title a {
		background: url('images/ananda-sarita-logo.png') no-repeat left top;
		width: 261px;
		height: 158px;
		display: block;
		letter-spacing: -9600px;
		text-indent: -9600px
	}
#branding nav ul {
	list-style: none;
	margin: 30px auto;
	text-align: center
}
	#branding nav ul li {
		display: inline;
		background: url('images/orange-dot.png') no-repeat left center;
		padding-left: 20px;
		margin-left: 10px
	}
	#branding nav ul li:first-child {
		background-image: none
	}
		#branding nav ul li a, #branding nav ul li a:link, #branding nav ul li a:visited {
			color: #922b19;
			font-family: Georgia, serif;
			font-size: 19px
		}
		#branding nav ul li a:active, #branding nav ul li a:focus, #branding nav ul li a:hover,
		#branding nav ul li.current-menu-item a, #branding nav ul li.current-menu-item a:link, #branding nav ul li.current-menu-item a:visited {
			color: #CC4330;
		}
		
		
#right_sidebar ul#menu-left-side-menu {
	list-style: none;
	margin-top: 100px
}
	#right_sidebar ul#menu-left-side-menu li {
		margin-bottom: 15px;
		margin-left: 15px
	}
		#right_sidebar ul#menu-left-side-menu li a, #right_sidebar ul#menu-left-side-menu li a:link, #right_sidebar ul#menu-left-side-menu li a:visited {
			font-family: Georgia, serif;
			color: #581f21;
			font-size: 17px
		}
		#right_sidebar ul#menu-left-side-menu li a:active, #right_sidebar ul#menu-left-side-menu li a:focus, #right_sidebar ul#menu-left-side-menu li a:hover,
		#right_sidebar ul#menu-left-side-menu li.current-menu-item a, #right_sidebar ul#menu-left-side-menu li.current-menu-item a:link, #right_sidebar ul#menu-left-side-menu li.current-menu-item a:visited {
			color: #9E2D31;
		}
		
		#left_quote {
			font-family: Georgia, serif;
			color: #581f21;
			font-size: 16px;
			line-height: 150%;
			margin: 30px 0 0 15px
		}
		
#secondary ul#menu-right-side-menu {
	list-style: none;
	margin-top: 100px
}
	#secondary ul#menu-right-side-menu  li {
		margin-bottom: 15px
	}

		#secondary ul#menu-right-side-menu li a, #secondary ul#menu-right-side-menu li a:link, #secondary ul#menu-right-side-menu li a:visited {
			font-family: Georgia, serif;
			color: #952c10;
			font-size: 17px
		}
		#secondary ul#menu-right-side-menu li a:active, #secondary ul#menu-right-side-menu li a:focus, #secondary ul#menu-right-side-menu li a:hover,
		#secondary ul#menu-right-side-menu li.current-menu-item a, #secondary ul#menu-right-side-menu li.current-menu-item a:link, #secondary ul#menu-right-side-menu li.current-menu-item a:visited {
			color: #9E2D31;
		}


#categories-4 {
	background: url('images/flowers-1.png') no-repeat right top;
	padding-top: 200px;
	font-family: Verdana, sans-serif
}
	#categories-4 h1 {
		color: #581c1b;
		font-size: 13px;
		font-weight: normal;
		margin-bottom: 10px
	}
	#categories-4 ul {
		list-style: none
	}
		#categories-4 ul li {
			background: url('images/orange-dot.png') no-repeat left 62%; /* punya */
			padding-left: 15px;
			margin-left: 10px;
		}
			#categories-4 ul li a, #categories-4 ul li a:link, #categories-4 ul li a:visited {
				color: #581c1b;
				font-size: 13px;
			}

/* =Content
-------------------------------------------------------------- */


.entry-title {
	text-align: center;
	font-family: Georgia, serif;
	color: #922b19;
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: normal
}
.no_page_header_image .entry-title {
	margin: 36px 0 
}
#page_header_image{
	text-align: center;
	margin-bottom: 30px
}

.entry-content, .blog-gallery-entry {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #581c1b;
	line-height: 150%;	
}


	.entry-content p, .blog-gallery-entry p {
		margin-bottom: 15px;
		line-height:170%
	}
	
	.entry-content h2, .blog-gallery-entry h2 {
		font-size: 50px;
		line-height:170% /* punya also further down */
	}
	
	
	.entry-content a, .entry-content a:link, .entry-content a:visited,
	.blog-gallery-entry a, .blog-gallery-entry a:link, .blog-gallery-entry a:visited {
		color: #9E2D31 
	}
	.entry-content a:active, .entry-content a:hover, .entry-content a:focus,
	.blog-gallery-entry a:active, .blog-gallery-entry a:hover, .blog-gallery-entry a:focus {
		color: #EA6062 
	}
	

	

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	border-top: 5px solid #fbf2df;
	margin: 30px 0 0 0;
	padding: 30px 0;
	background-color: #f4b62b;
	display: block
}
	#small-logo {
		margin-left: 20px
	}
#footer ul {
	list-style: none
}
	#footer ul li a, #footer ul li a:link, #footer ul li a:visited {
		font-family: Verdana, sans-serif;
		font-size: 13px;
		color: #581c1b;
		line-height: 150%;	
	}
	#footer ul li a:active, #footer ul li a:focus, #footer ul li a:hover {
		color: #9E2D31
	}
#home_footer, #home_footer ul {
	margin: auto;
	text-align: center
}
#home_footer li {
	display: inline;
	margin: 0 20px
}

#facebook_like {
	width: 50px;
	overflow: hidden;
	float: left;
	margin-right: 10px
}
h6 {
	font-family: Georgia, serif;
	color: #952c10;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 10px;
}
/* =Blog posts page
-------------------------------------------------------------- */
.blog-gallery-entry {
	margin-bottom: 30px;
	clear: left;
	font-size: 12px
}

.blog-gallery-entry h2, .blog-gallery-entry h2 a {
	font-size: 13px;
	color: #9E2D31;
}

.gallery-image-preview {
	float: left;
	width: 120px;
}
.blog-gallery-entry .entry {
	margin-left: 140px
}


	
/* =Blog post
-------------------------------------------------------------- */
.single-blog-entry {
	font-size: 12px;
}
.single-blog-entry h4, .single-blog-entry h5, .single-blog-entry h6 {
	color: #922b19;
	margin-bottom: 10px;
	font-family: Georgia, serif;
	font-weight: normal
}
.single-blog-entry h4 {
	font-size: 15px
}

.single-blog-entry hr {
	background: url('images/flowers-2.png') no-repeat center top;
	height: 74px;
	border: none;
	margin: 15px 0
}


/* =Homepage
-------------------------------------------------------------- */


body.home {
	background: #fbf2df url('images/home-bbg.jpg') no-repeat center top;
	font-family: Georgia, serif;
}
body.home #wrapper {
	background: #f4b62b url('images/home-bbg.jpg') no-repeat center top;
}
body.home #homepage_wrapper {
	margin-top: 130px;
	min-height: 530px;
}

body.home .home_col {
	text-align: center
}

body.home .col_1 {
	margin-top: 69px
}
	body.home .col_1 p {
		text-align: left;
		font-size: 25px;
		color: #581c1b;
		margin-top: 30px;
		padding: 0 0 0 60px;
		line-height: 150%
	}
body.home .col_3 {
	margin-top: 100px;
	padding-right: 20px
}
	body.home .col_3 p {
		color: #581c1b;
		font-size: 18px
	}
	body.home .col_3 ul {
		list-style: none;
		margin-top: 30px
	}
		body.home .col_3 ul li {
			list-style: none
		}
		body.home .col_3 ul li a {
			color: #922b19;
			font-size: 18px;
			line-height: 150%
		}
		
body.home .col_2 {

}
	body.home .col_2 ul {
		list-style: none;
		margin-top: 38px;
		padding-right: 15px
	}

	body.home .col_2 ul li {
		display: inline;
		background: url('images/orange-dot.png') no-repeat left center;
		padding-left: 15px;
		margin-left: 5px
	}
	body.home .col_2 ul li:first-child {
		background-image: none
	}
		body.home .col_2 ul li a, body.home .col_2 ul li a:link, body.home .col_2 ul li a:visited {
			color: #922b19;
			font-family: Georgia, serif;
			font-size:21px
		}
		body.home .col_2 ul li a:active, body.home .col_2 ul li a:focus, body.home .col_2 ul li a:hover {
			color: #CC4330;
		}
#home_right_col #intro p {
	font-style: italic;
	font-size: 16px
}

/* punya */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	
	font-family: Verdana, sans-serif;
	font-size: 15px;
	color: #6a2b2a;
	line-height: 150%;
	font-weight: bold; 
	margin: 0 0 0.5em 0;	
}

blockquote {
	font-style:italic;
	text-indent: 30px
}

hr {
	background-color: transparent;
	border: 0;
	height: 15px;
	clear:both;
	margin:0
}

/* Text elements from punya */
p {
	margin-bottom: 1.625em;
}
.entry-content ul,
.entry-content ol {
	margin: 0 0 1.625em 2.5em;
}
.entry-content ul {
	list-style: square;
}

	.blog-gallery-entry h2 a {
		font-size: 15px; /* punya  */
	}

/* text-elements for home page by punya */
/* =Homepage
-------------------------------------------------------------- */



	body.home .col_1 p {
		text-align: left;
		font-size: 25px;
		color: #581c1b;
		margin-top: 30px;
		padding: 0 0 0 60px;
		line-height: 150%;
		font-style: italic /* punya */
	}
body.home .col_3 {
	margin-top: 100px;
	padding-right: 25px /* punya */
}
	body.home .col_3 p {
		color: #581c1b;
		font-size: 30px; /* punya DOES NOT WORK */
		line-height:150% /* punya */
	}

		body.home .col_3 ul li a {
			color: #922b19;
			font-size: 17px;
			line-height: 170% /* punya */
		}
		

		body.home .col_2 ul li a, body.home .col_2 ul li a:link, body.home .col_2 ul li a:visited {
			color: #922b19;
			font-family: Georgia, serif;
			font-size:21px;
			line-height:170%; /* punya */
		}


