/*
Theme Name: Enisseo v2
Theme URI: http://enisseo.net/
Description: 
Version: 1.0
Author: Enisseo
Author URI: http://enisseo.net/
Template: enisseo
Tags: 

*/

* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	outline: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFF url("images/body_background.png") scroll repeat-x left top;
	font-size: 0.8em;
}

#page {
	margin: 0 auto;
	width: 1000px;
	overflow: auto;
}

#header {
	background: transparent url("images/header_background.png") scroll no-repeat center top;
	height: 210px;
	color: #FFF;
	position: relative;
}
#header h1 {
	margin: 0;
	position: absolute;
	bottom: 60px;
	left: 50px;
	width: 160px;
	height: 40px;
	overflow: hidden;
}
#header h1 a {
	float: right;
	display: inline;
	height: 40px;
	padding-right: 160px;
	overflow: hidden;
	text-indent: -10000px;
}
#header .description {
	position: absolute;
	bottom: 210px;
}
ul#mainmenu {
	margin: 0 50px;
	padding: 0;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	list-style: none;
}
ul#mainmenu li {
	float: left;
	display: inline;
	height: 100%;
	overflow: hidden;
}
ul#mainmenu li.active {
	background: transparent url("images/menu_active.png") scroll no-repeat bottom center;
}
ul#mainmenu li a {
	display: block;
	height: 50px;
	background: transparent url("images/menu.png") scroll no-repeat top left;
	overflow: hidden;
	padding-left: 100%;
}
ul#mainmenu li#menu-home { width: 90px; }
ul#mainmenu li#menu-home a { background-position: 0px top; }
ul#mainmenu li#menu-home a:hover { background-position: 0px bottom; }
ul#mainmenu li#menu-blog { width: 70px; }
ul#mainmenu li#menu-blog a { background-position: -90px top; }
ul#mainmenu li#menu-blog a:hover { background-position: -90px bottom; }
ul#mainmenu li#menu-projects { width: 89px; }
ul#mainmenu li#menu-projects a { background-position: -160px top; }
ul#mainmenu li#menu-projects a:hover { background-position: -160px bottom; }
ul#mainmenu li#menu-about { width: 108px; }
ul#mainmenu li#menu-about a { background-position: -249px top; }
ul#mainmenu li#menu-about a:hover { background-position: -249px bottom; }

#sidebar {
	width: 240px;
	margin: 26px 0 0 10px;
	float: left;
	display: inline;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin-bottom: 5px;
	background: transparent url("images/sidebar_title.png") scroll no-repeat left top;
	line-height: 28px;
	padding-left: 10px;
	color: #777;
	text-transform: uppercase;
}
#sidebar ul li h2 {
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: normal;
}
#sidebar ul li ul li {
	margin: 2px 0;
	padding: 0;
	background: none;
	line-height: 100%;
	text-transform: none;
}
#sidebar ul li ul li a {
	color: #777;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 10px;
}
#sidebar ul li ul li a:hover {
	color: #444;
	text-decoration: underline;
	background: transparent url("images/sidebar_bullet.png") scroll no-repeat left center;
}
#sidebar ul li ul li ul li {
	padding-left: 2em;
}
#sidebar #searchform  {
	margin-left: 10px;
	padding: 4px 0;
	line-height: 100%;
	overflow: hidden;
}
#sidebar #searchform * {
	display: inline;
}
*+html #sidebar #searchform *{
	float: left;
}
#sidebar #searchform label {
	text-indent: -10000px;
	height: 0;
	overflow: hidden;
	display: block;
}
#sidebar #searchform input {
	background: #FFF url("images/input_background.png") scroll repeat-x bottom left;
	border: 1px solid #FFF;
	outline: 1px solid #C5BFA9;
	color: #444;
	font-size: 0.9em;
	margin: 1px;
}
*+html #sidebar #searchform input {
	border: 1px solid #C5BFA9;
}
#sidebar #searchform input:hover {
	color: #000;
	outline-color: #A99F7E;
	background: #FFF;
}
#sidebar #searchform input#searchsubmit {
	padding: 0 1em;
	width: auto;
	overflow: hidden;
	cursor: pointer;
}
*+html #sidebar #searchform input#searchsubmit {
	width: 80px;
}
#sidebar #searchform input#s {
	padding: 1px;
	cursor: text;
	width: 120px;
}

#content {
	width: 750px;
	float: left;
	display: inline;
}

#content .post {
	margin: 30px 0 15px 0;
	width: 750px;
	overflow: auto;
}
#content .post h2 {
	float: right;
	display: inline;
	width: 550px;
	text-align: left;
	color: #CE5300;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#content .post h2 a {
	color: #CE5300;
	text-decoration: none;
}
#content .post h2 a:hover {
	text-decoration: underline;
}
#content .post h2 a.post-edit-link {
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 1em;
}

#content .post .meta {
	float: left;
	display: inline;
	width: 190px;
	margin-right: 10px;
	color: #777;
	text-align: right;
}
#content .post .meta p {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}
#content .post .meta a,
#content .post h2 a.post-edit-link  {
	color: #777;
	text-decoration: none;
}
#content .post .meta a:hover,
#content .post h2 a.post-edit-link:hover {
	color: #444;
	text-decoration: underline;
}
#content .post .meta .date {
	color: #777;
	font-style: italic;
}
#content .post .meta .tags {
	background: transparent url("images/tags_background.png") scroll no-repeat bottom center;
	padding-bottom: 10px;
}
#content .post .meta .tags h3 {
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	height: 0;
	overflow: hidden;
}
#content .post .meta .tags ul {
	background: transparent url("images/tags_background.png") scroll no-repeat top center;
	padding: 10px 15px 0 10px;
	margin: 0;
	list-style: none;
}
#content .post .meta .tags ul li {
	display: inline;
	margin-right: 0.5em;
	font-size: 0.85em;
}
#content .post .meta .comments {
	margin: 0;
	padding: 0.2em 25px 0.8em 0;
	background: transparent url("images/comments.png") scroll no-repeat center right;
}

#content .post .entry {
	float: right;
	display: inline;
	width: 550px;
	color: #444;
	line-height: 125%;
	overflow: auto;
	overflow-y: hidden;
}

#content .navigation {
	margin: 20px 0;
	width: 550px;
	float: right;
	display: inline;
	overflow: hidden;
}

#content.page .post h2,
#content.page .post .entry,
#content.page .navigation {
	width: 740px;
}

#content #comments {
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	height: 0;
	display: block;
}
#content ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 550px;
	float: right;
	display: inline;
}
#content ol.commentlist li {
	width: 550px;
	overflow: hidden;
	margin: 1em 0;
}
#content ol.commentlist .meta {
	width: 245px;
	color: #777;
}
#content ol.commentlist .even .meta {
	text-align: right;
	float: left;
	display: inline;
}
#content ol.commentlist .odd .meta {
	text-align: left;
	float: right;
	display: inline;
}
#content ol.commentlist .meta a {
	color: #777;
	text-decoration: none;
}
#content ol.commentlist .meta a:hover {
	color: #444;
	text-decoration: underline;
}
#content ol.commentlist .meta  .author img.avatar {
	border: 1px solid #C5BFA9;
	margin: 0 5px;
}
#content ol.commentlist .even .meta  .author img.avatar {
	float: right;
	display: inline;
}
#content ol.commentlist .odd .meta  .author img.avatar {
	float: left;
	display: inline;
}
#content ol.commentlist .meta  .author cite {
	font-style: normal;
	font-weight: bold;
}
#content ol.commentlist .meta  .author .says {
	display: none;
}
#content ol.commentlist .meta .date {
	margin: 0;
	font-style: italic;
}
#content ol.commentlist .body {
	width: 300px;
	overflow: auto;
	padding-bottom: 19px;
	color: #444;
}
#content ol.commentlist .even .body  {
	float: right;
	display: inline;
	background: transparent url("images/comment_right_background.png") scroll no-repeat right bottom;
}
#content ol.commentlist .odd .body  {
	float: left;
	display: inline;
	background: transparent url("images/comment_left_background.png") scroll no-repeat left bottom;
}
#content ol.commentlist .even .body .text {
	padding: 20px 20px 1px 49px;
	background: transparent url("images/comment_right_background.png") scroll no-repeat right top;
}
#content ol.commentlist .odd .body .text {
	padding: 20px 49px 1px 20px;
	background: transparent url("images/comment_left_background.png") scroll no-repeat left top;
}
#content ol.commentlist .body .text p {
	margin: 0 0 1em 0;
}
#content ol.commentlist .body .text blockquote {
	margin: 0;
	padding: 0 5px;
	font-style: italic;
}

#commentform #mandatory {
	font-size: 1em;
	font-style: italic;
}
#commentform label {
	display: inline-block;
	display: -moz-inline-block;
	font-weight: bold;
	color: #444;
	width: 80px;
	text-align: right;
}
#commentform input.text,
#commentform textarea{
	border: 1px solid #C5BFA9;
	background: #FFF;
	padding: 2px;
	color: #444;
}
#commentform input.text {
	width: 120px;
}
#commentform textarea {
	width: 225px;
	height: 100px;
}
#commentform input.submit {
	display: inline;
	margin: 2px 0 0 0;
	border: 1px outset #C5BFA9;
	background: #C5BFA9;
	padding: 2px 10px;
	color: #444;
	cursor: pointer;
}
#commentform input.submit:hover {
	background: #FFF;
}
.nocomments {
	float: right;
	display: inline;
	width: 550px;
	text-align: center;
}



#footer {
	height: 130px;
	background: #000 url("images/footer_background.png") scroll repeat-x left bottom;
}
#footer .content {
	margin: 0 auto;
	width: 900px;
	height: 130px;
	background: transparent url("images/footer_image.png") scroll no-repeat center bottom;
	position: relative;
}
#footer .content p {
	margin: 0;
	padding-bottom: 5px;
	position: absolute;
	width: 900px;
	bottom: 0;
	text-align: center;
	font-size: 0.8em;
	color: #777;
}
#footer .content p a {
	color: #777;
	text-decoration: none;
}
#footer .content p a:hover {
	color: #CCC;
	text-decoration: underline;
}


/* CONTENT */
.alignright {
	float: right;
	display: inline;
}
.alignleft {
	float: left;
	display: inline;
}
	
#content .post .entry h1 {
	margin: 10px 0;
	color: #CE5300;
	font-size: 1.2em;
	font-weight: bold;
}
#content .post .entry h2 {
	margin: 10px 0;
	color: #6F8409;
	font-size: 1.13em;
	font-weight: bold;
}
#content .post .entry h3 {
	margin: 10px 0;
	color: #444;
	font-size: 1.07em;
	font-weight: bold;
}
#content .post .entry h4 {
	margin: 5px 0;
	color: #444;
	font-size: 1em;
	font-weight: bold;
}
#content .post .entry h5 {
	margin: 5px 0;
	color: #777;
	font-size: 1em;
	font-weight: bold;
}
#content .post .entry h6 {
	margin: 5px 0;
	color: #777;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

#content .post .entry p {
	margin: 1em 0;
}

#content a,
#content .post .entry a:visited {
	color: #0255B0;
	text-decoration: underline;
}
#content .post .entry a {
	color: #0255B0;
	text-decoration: underline;
}
#content a:hover,
#content .post .entry a:hover {
	text-decoration: none;
}
#content .post .entry img {
	border: 1px solid #C5BFA9;
	padding: 1px;
}
#content .post .entry a:hover img {
	border-color: #0255B0;
}
#content .post .entry a.more-link {
	display: block;
	margin-top: 1em;
	text-align: right;
}

#content .post .entry em {
	font-style: italic;
}
#content .post .entry strong {
	font-weight: bold;
}
#content .post .entry sub {
	font-size: 0.7em;
	line-height: 2em;
}
#content .post .entry sup {
	font-size: 0.7em;
	line-height: 1em;
}

#content .post .entry dl {
	margin: 1em  2em;
	padding: 0;
}
#content .post .entry dl dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#content .post .entry dl dd {
	margin: 0;
	padding-left: 2em;
}

#content .post .entry ul {
	margin: 1em 0;
	padding-left: 3em;
}
#content .post .entry ul li {
	margin: 0;
	padding-left: 1em;
}
#content .post .entry ol {
	margin: 1em 0;
	padding-left: 3em;
}
#content .post .entry ol li {
	margin: 0;
	padding-left: 1em;
}
#content .post .entry ul ul,
#content .post .entry ul ol,
#content .post .entry ol ul,
#content .post .entry ol ol {
	margin: 0;
}

#content .post .entry input,
#content .post .entry textarea,
#content .post .entry select {
	background: #FFF url("images/input_background.png") scroll repeat-x bottom left;
	border: 1px solid #FFF;
	outline: 1px solid #C5BFA9;
	color: #444;
	font-size: 0.9em;
}
#content .post .entry input:hover,
#content .post .entry textarea:hover,
#content .post .entry select:hover {
	color: #000;
	outline-color: #A99F7E;
	background: #FFF;
}
*+html #content .post .entry input,
*+html #content .post .entry textarea,
*+html #content .post .entry select{
	border: 1px solid #C5BFA9;
}
#content .post .entry input {
	margin: 1px;
	padding: 0 1em;
	width: auto;
	overflow: hidden;
	cursor: pointer;
}
#content .post .entry label input {
	padding: 1px;
	cursor: text;
}
#content .post .entry textarea  {
	margin: 1px;
	padding: 1px;
	width: 80%;
}
#content .post .entry select {
	margin: 1px;
	padding: 0;
}

#content .post .entry pre,
#content .post .entry code,
#content .post .entry tt {
	font-family: 'Courier New', Courier, monospace;
	color: #777;
	white-space: pre;
}
#content .post .entry code {
	padding: 0 0.5em;
}
#content .post .entry code br {
	display: none;
}
#content .post .entry pre {
	margin: 1em 2em;
	overflow: auto;
}
#content .post .entry kbd {
	font-family: 'Courier New', Courier, monospace;
	color: #777;
	padding: 0 0.5em;
	background: #F1EFE4;
}
#content .post .entry big {
	font-size: 1.2em;
}
#content .post .entry small {
	font-size: 0.8em;
}

#content .post .entry blockquote {
	margin: 1em 2em;
	font-style: italic;
}

#content .post .entry table {
	margin: 1em auto;
	padding: 0;
	background: #F2F0E5;
	border: 1px solid #C5BFA9;
	border-collapse: collapse;
}
#content .post .entry table td {
	background: #FFF url("images/input_background.png") scroll repeat-x bottom left;
}
#content .post .entry table th,
#content .post .entry table td {
	padding: 1px 0.5em;
}

#content .post .entry fieldset {
	margin: 1em 2em;
	padding: 10px;
	border: 0;
	background: transparent url("images/fieldset_bottom_corner.png") scroll no-repeat bottom right;
}
#content .post .entry fieldset legend {
	margin: 0 -10px -1em -10px;
	padding: 0 0 10px 0;
	border: 0;
	font-weight: bold;
	background: transparent url("images/fieldset_top_corner.png") scroll no-repeat bottom left;
}

#content .post .entry .wp-caption {
	margin: 5px 0.5em;
	padding: 15px 15px 0 15px;
	background: #F1EFE4 url("images/caption_right_corner.png") scroll no-repeat right top;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
#content .post .entry .wp-caption.alignleft {
	background: #F1EFE4 url("images/caption_left_corner.png") scroll no-repeat left top;
}
#content .post .entry .wp-caption img {
	border: 1px solid #C8C7BE;
	padding: 0;
	background: #FFF;
}
#content .post .entry .wp-caption p.wp-caption-text {
	margin: 5px 0;
	padding: 0;
	font-size: 0.8em;
	color: #777;
	line-height: 100%;
}
