/*  
Theme Name: ensembli Wordpress theme
Theme URI: http://ensembli.com/
Description: The ensembli Wordpress theme.
Version: 1.0
Author: ensembli
Author URI: http://ensembli.com/

	ensembli v1.0
	 http://ensembli.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 62.5%;
	font-family: 'helvetica', 'Lucida Grande', Arial, Sans-Serif;
	background: url('images/bg.png');
	color: #555555;
	text-align: center;
	}

#page {
	text-align: left;
	}
	
#logo {
	background-image: url('images/ensembli.jpg');
	background-repeat: no-repeat;
	width: 174px;
	height: 53px;
	float: right;
	margin-bottom: 20px;
	}
	
#nav_footer {
	margin-left: auto;
	margin-right: auto;
	width: 741px;
	}

#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
	
#container {
	width: 741px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/bg_repeat.gif');
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: repeat-y;
	background-position: center;
	}

#bottom {
	display: block;
	clear: both;
	width: 741px;
	height: 14px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
#headerimg 	{ 
	height: 115px; 
	width: 809px; 
	background: url('images/header.jpg') no-repeat bottom center;
	margin-right: auto;
	margin-left: auto;
	} 

#content {
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.widecolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	font-size: 12px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #959595;
	text-align: right;
	margin-bottom: 20px;
	}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: url('images/footer.jpg') no-repeat top; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'helvetica', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: bold;
	color: #555555;
	}

h1 {
	font-size: 4em;
	text-align: center;
	color: #555555;
	}

h2 {
	font-size: 18px;
	font-family: 'helvetica', 'Lucida Grande', Arial, Sans-Serif;
	color: #555555;
	}

h2.pagetitle {
	font-size: 18px;
	}

#sidebar h2 {
	font-family: 'helvetica', 'Lucida Grande', Arial, Sans-Serif;
	font-size: 16px;
	color: #555555;
	}
	
h3 {
	font-size: 1.3em;
	color: #555555;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #555555;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'helvetica', 'Lucida Grande', Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'helvetica', 'Lucida Grande', Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #f6008d;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 12px;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #f6008d;
	text-decoration: none;
	}

a:hover {
	color: #06c;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 12px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'helvetica', 'Lucida Grande', Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

body {
	margin: 20px;
	padding: 0; 
	}

#page {
	width: 700px;
	padding-left: 20px;
	padding-right: 20px;
	}

#top {
	margin: auto; 
	height: 15px; 
	width: 741px;
	background-image: url('images/top.gif')
	}

.narrowcolumn {
	float: left;
	width: 500px;
	margin-top: 20px;
	
	}

.widecolumn {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	float: left;
	}

.post {
	margin: 0 0 0px;
	text-align: justify;
	color: #555555;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	}

.widecolumn .postmetadata {
	display: none;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata {
	clear: left;
	}


h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	color: #555555;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	color: #555555;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	color: #555555;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	color: #555555;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	color: #555555;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

div .entry p {
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #recent-posts ul li:before {
	content: "> ";
	}

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

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
li.pagenav {
	font-family: 'helvetica', 'Lucida Grande', Arial, Sans-Serif;
	color: #55555;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

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

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

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

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

#searchform {
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#commentform {
	width: 400px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

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

#sidebar {
	float: right;
	width: 160px;
	font-size: 12px;
	}

#sidebar form {
	margin: 0;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

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

hr {
	display: none;
	}

a img {
	border: none;
	}
	
#navmenu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	}
	
#navmenu li {
	display: inline; 
	}

#navmenu {
	font-size: 12px;
	font-weight: bold;
	}
	
#navmenu a {
	font-size: 12px;
	color: #50b8db;
	}
	
#navmenu a:hover {
	font-size: 12px;
	color: #f6008d;
	}	

li.page_item:before {
	content: "\2023  ";
	}