/*
Theme Name: Sole v15
Theme URI: http://soledadpenades.com/
Description: My v15 theme
Version: 1
Author: Soledad Penades
Author URI: http://soledadpenades.com/
Tags: no

*/

* { margin: 0; padding: 0; }
	h1,h2,h3,h4,h5,h6 { font-weight: normal; font-family: Courier, "Courier new", monospace; }
	body { background: #9b9690; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;}
	img { height: auto; max-width: 99%;}
		#wrapper { margin: 10px auto; padding: 3px; width: 850px;}
			#page { border: 1px solid #dfdbd3; }
				#header { background: #5dcef0; font-family: Courier, monospace; padding: 20px;}
					#header h1 { text-align: right; }
						#header h1 a { color: #f9f5a3; text-decoration: none; }
					#site_nav { list-style-type: none; }
						#site_nav li { display: inline; font-style: italic; text-transform: capitalize; }
						#site_nav li+li:before { content: "/ ";}
							#site_nav li a { color: #00f;}
								#site_nav li a:hover {color: #e9f7d9;}
				#main { background: #f9f2ed; color: #444240; padding: 20px 20px;}
					#main a { color: #306a7b; }
						#main a:hover { color: #5dcef0; }
						#main a:visited { text-decoration: none; }
					#main h2 { font-style: italic; font-weight: bold; }
						#content, #sidebar { float: left;}
							#content { line-height: 1.6; padding-right: 20px; width: 580px;}
								#content h2 { margin-bottom: 10px; }
								#content h3, #content h4, #content h5 { font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; font-weight: bold; letter-spacing: -1px; margin: 10px 0;}
								#content ul, #content ol { list-style-position: inside; }
								#content p { margin: 12px 0;  }
								
								.post { margin-bottom: 30px;}
									/*.single_post .post h2, .page h2 { font-weight: bold; }*/
									/*.post .entry { line-height: 1.6; }*/
									.post blockquote { background: #d0f3ea; border-left: 2px solid #bdddd5; padding: 10px; margin: 10px 20px; }
									/*.post img { height: 100%; max-width: 99%; }*/
									#content dt { color: #000; letter-spacing: -1px; }
									#content dd { padding-left: 20px; margin: 5px 0;}
									
									#content .metadata { font-size: 12px; padding-top: 20px;}
									.sticky { background: #fff; border: 2px dashed #9b9690; padding: 20px;}
								
								.posts_navigation { font-size: 12px; padding: 0em 0 4em 0; width: 100%; }
									#main .posts_navigation a { color: #77b8cc; }
								.posts_navigation .next { float: right;}
								.posts_navigation .previous { float: left;}
								
								
									
							#sidebar { color: #9b9690; font-size: 12px; padding-left: 30px; width: 160px;}
								#sidebar h2 { font-size: 14px; font-weight: bold; padding: 2px;}
								#sidebar > div { padding: 15px 0;}
								#sidebar a { color: #77b8cc; }
								#sidebar ul { list-style-position: inside;}
									#sidebar ul li { padding-bottom: 10px; }
						#footer { clear: both; float: none;}

				/* comments */
				.commentlist { list-style-type: none; }
				.commentlist li { padding: 2em; background: #f9f9f9; }
					.commentlist li.even { background: #efefef; }
					.commentlist li .avatar { float: right; border: 1px solid #eee; padding: 2px; background: #fff; }
				.commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal; }
				.commentlist ul { margin-left: 3em; }
				.comments h3 { margin: 1em 0; }
				#commentform, textarea { width: 99%; }


