@charset "UTF-8";
/*
Theme Name: Vimala
Theme URI: http://www.vimalasangha.org/
Description: Child Theme for Thematic
Author: Josh Painter
Author URI: http://www.painterdesigned.com/
Template: thematic
Version: 0.1
*/
 
@import url("../thematic/style.css");

body {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	/*background-color:#c1b6a2;*/
	background-color:#FFF;
	background:repeat-x url(images/background.gif);
}

#main {
	background-color:#FFF;
	margin-top: 50px;
	padding-top: 0;
}

#container {
	padding-left: 15px;
}

#primary {
	margin-right: 15px;
}

.sf-menu li {
	background: none repeat	scroll 0 0;
	border-top: 0 px;
}

.sf-menu a {
	border: 0 none;
	font-size: 14px;
	padding: 7px 10px 5px 10px;
}

.sf-menu {
	border: 0 none;
}

.sf-menu .current_page_item {
	background-color: #FFF;
	border-bottom: 2px solid white;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fafafa;
	  border-bottom: 1px solid white;
}

.entry-title {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

#access {
	border-bottom: 0 none;
}

#branding {
	height:114px;
	background: no-repeat url(images/header.png);	
	padding: 0px;
	margin-top: 0px;
}

#blog-title{
	display:none;
}
#blog-description{
	display:none;
}

.entry-content img {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	padding:5px;
}

#content a:hover {
	color:#FF2800;
}

a:visited {
	color:#365923;
}

#post-6 h1 {
	display: none;
}

.entry-content {
	padding-top: 0px;
}

.entry-title {
	padding-bottom: 22px;
}

larger {
	font-size: 1.7em;
}

strong {
	font-size: 1.1em;
}


