/*  
Theme Name: wmb blog theme
Theme URI: http://womensmedicinebowl.com/
Description: Three-column theme for wmb blog. 
Version: 1.0
Author: Chris Hardy
Author URI: http://www.semioticpixels.com/
*/

/*--left column accommodates navigation specific to the blog. Floats left within maincontent--*/
p, dl, dd, dt {
	margin-left:5em;
}

#leftcolumn {
	float: left;
	/*width: 15%;*/
	width: auto;
	margin-right: 2%;
	margin-bottom: 5%;
	margin-top: 6%;
	padding: 3px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fbfffa;
	max-width: 20%;
	
}
#leftcolumn a {
	text-decoration: none;
}

#leftcolumn a:hover {
	text-decoration: underline;
}

#leftcolumn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 0.5em;
}

#leftcolumn ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	padding-right: 0.5em;
	padding-left: 0.5em;
	line-height: 1.5em;
	

	
}

/*#leftcolumn h2 {
	font: 100% 'Lucida Grande', Verdana, Sans-Serif ;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	
	}*/
	
	#leftcolumn h2 {
padding-right: 0.5em;
	padding-left: 0.5em;
	text-align: left;	
	}
	
/*not sure if need these styles*/
	#leftcolumn ul p, #leftcolumn ul select {
	margin: 5px 0 8px;
	}

#leftcolumn ul ul, #leftcolumn ul ol {
	margin: 5px 0 0 10px;
	}

#leftcolumn ul ul ul, #leftcolumn ul ol {
	margin: 0 0 0 10px;
	}

ol li, #leftcolumn ul ol li {
	list-style: decimal outside;
	}

#leftcolumn ul ul li, #leftcolumn ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
	
#leftcolumn form {
	margin: 0;
	}

/*.left {
		float: left;
		width: 12%;
}*/

/* Begin Form Elements */
#searchform {
	/*margin: 10px ;
	padding: 5px 3px; */
	text-align: center;
	/*float: right;
	width: auto;*/
	position: absolute;
	right: 8%;
	top: 4%;
/*	padding-right: 0;*/

}

#searchform #s {
	width: 90px;
	padding: 2px;
	
	border: 1px solid #999;
	}

#searchsubmit {
	padding: 1px;
	border: 1px solid #999;
	font-size: 0.90em;
	line-height: 1em;
	/*float: right;
	width: auto;*/
	background-color: #f6f6f6;
	
	}

input {
	font-size: 0.90em;
	line-height: 1em;
}

.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: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */
/*----------------------------------------------*/

/*wp styles that may come in handy*/
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.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 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;
	}

small, #leftcolumn ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* Begin Lists*/	

.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;
	}
	
/* End Entry Lists */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	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 Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
img.center {
	text-align: center;
}

hr {
	display: none;
	}
