/*
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.4
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.
*/

/* =Structure
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-weight: normal;
}
@font-face {
	font-family: 'DS';
	font-style: normal;
	font-weight: normal;
	src: url('/_css/ds.eot');
	src: local('Droid Sans'), local('DroidSans'), url('/_css/ds.eot') format('embedded-opentype'), url('/_css/ds.woff') format('woff');
}
@font-face {
	font-family: 'GU';
	font-style: normal;
	font-weight: bold;
	src: url('/_css/gu.eot');
	src: local('Gudea Bold'), local('Gudea-Bold'), url('/_css/gu.eot') format('embedded-opentype'), url('/_css/gu.woff') format('woff');
}
body * { font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; color: #534741; }
body h1, body h2, body #site-title, #content .entry-title a { font-family: GU; font-size: 22px; }
#content header.page-header h1.page-title {
    background-color: #E5E5E5;
    border: 6px solid #776E6B;
    font-size: 17px;
    margin: 0 9px 10px;
    padding: 5px 10px;
}
#content .entry-title a { display: block; text-decoration: none; }
#content .entry-title a:hover { color: #998675; }

body { background: url("/wp-content/uploads/2012/06/india-buddhism-bg.jpg") no-repeat scroll center top #534741; margin: 0; padding: 0; }
#page {
    border-top: 10px solid #534741;
    display: block;
    margin: 0 auto;
    width: 1000px;
}
#branding hgroup {
    background: url("/wp-content/uploads/2012/06/india-buddhism-header-bg.jpg");
    border-bottom: 4px solid #534741;
	display: block;
    height: 200px;
    position: relative;
}
#branding hgroup #site-title, #branding hgroup h2 {
    bottom: 3px;
    color: #E5DBBA;
    font-size: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
}
#branding hgroup #site-title { right: 401px; }
#branding hgroup #site-title a { color: #FFFFFF; font-family: GU; font-size: 20px; text-decoration: none; }
#branding hgroup #site-title a:after { content: ":\00A0"; }
#branding hgroup a[title="India Buddhism Logo"] { display: block; padding: 40px 0 0 154px; width: 260px; }
#branding hgroup h3 {
    color: #9B8565;
    font-family: GU;
    font-size: 17px;
    margin: -2px 0 0;
    padding: 0 0 0 153px;
}
#primary {
	float: left;
	margin: 0 -270px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 0;
}
#main .widget-area {
    clear: right;
    float: right;
    margin: 3px 10px 0 0;
    overflow: hidden;
    width: 260px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

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

/* 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;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */

#access {
    background: url("/wp-content/uploads/2012/06/nav-bg.png") repeat scroll 0 0 transparent;
    border-bottom: 2px solid #DB6E73;
    border-top: 10px solid #DB6E73;
    display: block;
    float: left;
    margin: 0 auto;
    padding-left: 50px;
    width: 950px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
    border-right: 2px groove #DDDDDD;
    display: block;
    line-height: 35px;
    padding: 0 15px;
    text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a, #access ul ul *:hover > a {
    background: none repeat scroll 0 0 #C7B299;
    border-bottom: 1px solid #FFC9AD;
	color: #FFF;
    line-height: 34px;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}

/* SOCIAL */
#socialbh {
    background-color: #736357;
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 980px;
}
#socialbh h3 { color: #FFF; float: left; font-size: 11px; line-height: 24px; }
#socialbh h3:after { content: ":"; }
#socialbh a {
    color: #C7B299;
    display: block;
    float: right;
    font-size: 11px;
    line-height: 24px;
    padding: 0 26px 0 8px;
    position: relative;
    text-decoration: none;
}
#socialbh a:hover { background-color: #C7B299; color: #FFF; }
#socialbh a i {
    background-image: url("/wp-content/uploads/2012/06/social-icon.png");
    display: block;
    height: 16px;
    line-height: 24px;
    position: absolute;
    right: 5px;
    top: 4px;
    width: 16px;
}
#socialbh a[title="find us on facebook"] i { background-position: left top; }
#socialbh a[title="follow us on twitter"] i { background-position: center top; }
#socialbh a[title="follow us on Google+"] i { background-position: right top; }
#socialbh a[title="find us on facebook"]:hover i { background-position: left bottom; }
#socialbh a[title="follow us on twitter"]:hover i { background-position: center bottom; }
#socialbh a[title="follow us on Google+"]:hover i { background-position: right bottom; }

/* =Content
-------------------------------------------------------------- */
#content .entry-title {
    background-image: url("/wp-content/uploads/2012/06/content-bullet.png");
    background-repeat: no-repeat;
    border-bottom: 1px solid #E5DBBA;
    line-height: 26px;
    margin-bottom: 15px;
    padding-left: 30px;
}
#content .entry-content {
	border-bottom: 1px solid #E5DBBA;
	margin-bottom: 15px;
}

.art-hd, .art-ft, #content article { background: url("/wp-content/uploads/2012/06/art-hd-ft.png") center top; margin: 0 0 0 7px; }
.art-hd, .art-ft { height: 13px; padding: 0; width: 706px; }
.art-ft { background-position: center bottom; margin-bottom: 20px; }
#content article {
    background: url("/wp-content/uploads/2012/06/contentbg.png") repeat-y scroll center top transparent;
	display: block;
    padding: 20px;
    width: 666px;
}
.sticky {}
.entry-meta 				{ clear: both; display: block; }
div.entry-meta				{ font-style: italic; }
#content div.entry-meta * 			{ font-size: 12px; }
.single-author .entry-meta .byline 	{ display: none; }
#content nav 				{ display: block; overflow: hidden; }
#content nav .nav-previous 	{ float: left; padding: 0 0 10px 10px; position: relative; }
#content nav .nav-next 		{ float: right; padding: 0 10px 10px; text-align: right; }
i.nav-l, i.nav-r, #content .nav-previous a, #content .nav-next a {
    background-image: url("/wp-content/uploads/2012/06/btn-bg2.png");
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 11px;
    height: 25px;
    line-height: 24px;
}
i.nav-l { height: 25px; width: 11px; }
i.nav-r { background-position: center bottom; width: 12px; }
#content .nav-previous a, #content .nav-next a {
    background-position: center center;
    color: #D4C0C1;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
}
#content .nav-previous a:hover,
#content .nav-next a:hover 			{ color: #FFF; text-decoration: underline; }
#content .nav-previous a:before 	{ content: "\00AB\00A0";}
#content .nav-next a:after 			{ content: "\00A0\00BB";}
#content #nav-above 				{ display: none; }
.paged #content #nav-above,
.single #content #nav-above { display: block; }
#nav-below {}
.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,
.wp-caption {
	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 {
    background-color: #BFAF96;
    border: 1px solid #D1C2AC;
    padding: 8px;
    text-align: center;
}
.wp-caption img 	{ margin: .25em; }
.wp-caption .wp-caption-text {
    font-size: 12px;
    font-style: italic;
    margin: 0;
}
.gallery-caption 	{}
.wp-smiley 			{ margin: 0; }
.entry-content abbr {
    border: medium none;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 10px auto 30px;
    text-align: center;
    text-decoration: underline;
}
.entry-content .cap-left { display: block; float: left; padding: 10px 50px; }

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

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

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


/* =Comments
-------------------------------------------------------------- */
article.comment 	{ display: block; }
#respond p 			{ line-height: 25px; margin: 9px 0; }
#respond input[type="text"] {
    border: 1px solid #BBBBBB;
    display: block;
    float: right;
    height: 22px;
    line-height: 22px;
    margin-right: 40px;
    width: 70%;
}
#respond textarea {
    border: 1px solid #BBBBBB;
    display: block;
    float: right;
    margin: 0 40px 20px;
    width: 70%;
}
#respond .form-allowed-tags { clear: both; width: 100%; }
#respond .form-allowed-tags code:before { content: "*\00A0"; }
#respond .form-allowed-tags code {
    background-color: #EEEEEE;
    border: 1px dashed #CCCCCC;
    color: #888888;
    display: block;
    font-family: courier;
    font-size: 13px;
    padding: 5px;
}
div#comments {
    background: url("/wp-content/uploads/2012/06/comment-bg.png") no-repeat scroll 1px 80px #E5E5E5;
    margin: 15px auto 20px;
    padding: 20px;
    width: 646px;
}
#comments #reply-title:before 	{ content: "\25CA\00A0" ; }
#comments #reply-title:after	{ content: "\00A0\25CA" ; }
#comments .comment-notes {
    color: #FF0000;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 25px;
}
#comments input#submit 			{ border: medium none; height: 24px; }
#comments div#respond form#commentform p.comment-subscription-form 		{ margin: 5px 0; }
#comments div#respond form#commentform p.comment-subscription-form * 	{ font-size: 13px; height: 0; margin: 2px 0 0 10px; }

/* =Widgets
-------------------------------------------------------------- */
#comments,
.widget {
    background-color: #E5E5E5;
    border: 6px solid #776E6B;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    width: 228px;
}
.widget-area .widget_search { overflow: hidden; }
.widget-area .widget_search input {	float: left; }
.widget-area .widget-title:before { content: "\25CA\00A0" ; }
.widget-area .widget-title:after { content: "\00A0\25CA" ; }
.widget-area .widget-title,
#comments #reply-title {
    border-bottom: 1px solid #998675;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
input.pushbutton-wide,
.widget-area input {
    border: medium none;
    display: block;
    font-size: 13px;
    height: 24px;
    margin: 0;
    padding: 0;
}
.widget-area input[type="text"] { border: 1px solid #BBBBBB; height: 22px; }
input.pushbutton-wide,
#comments input#submit,
.widget-area input[type="submit"] {
    background-image: url("/wp-content/uploads/2012/06/btn-bg.gif");
    color: #FFFFFF;
    cursor: pointer;
    padding: 0 10px;
}
.widget-area p { margin: 0 0 10px; }
.widget-area ul { margin: 0; padding: 0;}
.widget-area li { list-style: none outside none; }
#secondary.widget-area li a:before { content: "\203A\00A0"; }
#secondary.widget-area li a {
    display: block;
    line-height: 22px;
    padding-left: 15px;
    text-decoration: none;
    text-transform: capitalize;
}
#secondary.widget-area li a:hover { background-color: #C7B299; color: #FFF; }

/* =RSS= */
.widget-area p a[title="Subscribe to Posts"] { font-size: 13px; line-height: 20px; }
.widget-area p a[title="Subscribe to Posts"] img {
    margin: 0 0 0 10px;
    padding-right: 5px;
    vertical-align: middle;
    width: 20px;
}

/* =Footer
-------------------------------------------------------------- */
#colophon {
    background: url("/wp-content/uploads/2012/06/india-buddhism-footer-bg.jpg") repeat scroll 0 0 transparent;
    float: right;
    height: 40px;
    line-height: 35px;
    padding: 90px 0 0;
    text-align: right;
}
#colophon #site-generator { font-size: 11px; margin-right: 55px; }
#colophon #site-generator a { color: #736357; font-size: 11px; }
#colophon #site-generator a:hover { color: #534741; }

/* CONTACT */
#content .contact-form input { border: 1px solid #BBBBBB; height: 22px; }
#content .contact-form textarea { border: 1px solid #BBBBBB; }
#content .contact-form label span { color: #FF1100; font-size: 11px; font-style: italic; }
#content .contact-form label span:before { color: #534741; font-size: 13px; font-style: normal; content: ":\00A0"; }