/*
Theme Name: Less Is Less
Description: Less is Less, but usually better: This is a minimalist, beautiful theme for Wordpress, created by <a href"http://miguelsantirso.es/">Miguel Santirso</a>. The theme includes a full translation into spanish and a .po file so that you can translate it into any language you want.

Version: 1.1
Author: Miguel Santirso
Author URI: http://miguelsantirso.es
Theme URI: http://miguelsantirso.es/less-is-less-%e2%80%94-wordpress-theme/
Tags: green, light, white, black, fixed-width, two-columns, right-sidebar, threaded-comments, sticky-post

*/


#mp-form	{
	padding:10px;
	margin:0;
}
.MailPress_widget	{
	background-color:#dadbdb;
}
.MailPressFormEmail
{
	font-size: 13px;
	color: #696969;
}

.MailPressFormEmail:focus
{
	color: black;
}
.MailPressFormSubmit, .submit	{
	background-color:#154a77;
	color:#FFF;
	border:none;
	margin-left:10px;
	font-size:12px;
	line-height:12px;
	padding:3px;
	text-transform:uppercase;
}

/* a tiny reset... */
img	{
	border:none;
}
body, html { margin: 0; padding: 0; }
body { background-color:#dadbdb; font-size:12px; font-family:Arial, Helvetica, sans-serif; }

/* global styles */

a { color: #154a77; }
a:hover { text-decoration:none; }

pre { overflow: auto; }

blockquote { font-family: Serif; font-size: 1.05em; color: #444; }

/* alignments */ 

img.alignright { margin:0 0 20px 20px; padding:0; float:right; }
img.centered { display: block;	margin-left: auto; margin-right: auto; }
img.alignleft { margin:0 20px 10px 0; padding:0; float:left; }

.alignright { float: right; margin:0 0 0 20px; }
.alignleft { float: left; margin:0 20px 10px 0;}
.aligncenter, div.aligncenter { display: block;	margin-left: auto; margin-right: auto; }

/* blog title */

/*h1#blogTitle { display: none; }*/
h1#blogTitle {  text-transform: uppercase; margin: 30px 0 -3px; }
	h1#blogTitle a { color: #3d3d3d; text-decoration: none; }
	h1#blogTitle a:hover { color: #fed229; }

/* header */

div#header { height: 100px; }
div#headerContent { width: 960px; margin: 0 auto; }

/* search form */

form#searchform { float: right; padding-top: 4px; }
	form#searchform #searchInput { font-size: 13px; color: #696969; }
	form#searchform #searchInput:focus { color: black; }

/* blog menu */

ul#blogMenu { list-style-type: none; margin: 0; padding: 10px 0 30px 0; }
	ul#blogMenu li { height: 32px; float: left;  margin: 0 2px; text-transform: uppercase; font-weight:bold; }
	ul#blogMenu li > a:focus, ul#blogMenu li:hover, ul#blogMenu li.selected, li:hover.selected, ul#blogMenu li.current_page_item, li:hover.current_page_item 
		{ border-color: #154a77; background: #c1c3c3;}
	ul#blogMenu li.selected, ul#blogMenu li:hover.selected, ul#blogMenu li.current_page_item { font-weight: bold; }
		ul#blogMenu li a { display: block; color: #555555; text-decoration: none; outline: 0; padding: 10px 15px 6px; }
		ul#blogMenu li a:hover, ul#blogMenu li a:focus { color: #FFF; text-decoration:none; }

/* menu dropdown */

ul#blogMenu li ul { display: none; position: absolute; margin: 0 0 0 0; padding: 0;  border-top: 0; background: #c1c3c3; }
ul#blogMenu li:hover ul { display: block; }
	ul#blogMenu li ul li { display: block; height: auto; float: none; border: 0; padding:2px 0 2px 4px; }
	ul#blogMenu li ul li:hover, ul#blogMenu li ul#archiveDropdown li > a:focus
		{ background: none; border: 0; }
		ul#blogMenu li ul li a { margin: 0; padding: 3px; }
		ul#blogMenu li ul li a:hover { margin: 0; padding: 3px; color:#FFF; text-decoration:none; }

/* menu dropdown sublists */

ul#blogMenu li ul * ul { display: default; position: relative; list-style-type: none; border: 0; margin: 0 0 0 0.5em; padding: 0; }
	ul#blogMenu li ul * ul li { font-weight:normal; text-transform:none; padding-left: 0.5em; }
	ul#blogMenu li ul * ul li:hover { border-color: #154a77; !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; }

/* content div */

#content { width: 960px; margin: 0 auto; }

/* main content */

#mainContent {  padding-right: 30px; width: 563px; float: left; }

/* contextual info */

div#contextualInfo { padding: 20px; margin: 15px 5px 25px; background-color: #f1f1f1; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
	div#contextualInfo p { font: bold 19px Nevis, sans-serif; margin: 0; text-align: center; text-transform: uppercase; color: #666; }
		div#contextualInfo p span{ color: #154a77; }

/* post */

div.post { margin-bottom: 80px; }

/* sticky post */

.sticky { border-bottom: 8px solid #333; margin-bottom: 10px; }

/* post title */

div.postTitle { border-bottom: 3px solid #154a77; margin-bottom: 1.8em; }
div.postTitle h2 { color: #3d3d3d;margin: 0; font-size:30px; }
	div.postTitle h2 a { padding: 2px 0 6px 0; color: #3d3d3d; text-decoration: none; display: block; }
	div.postTitle h2 a:hover { color: white; }
	div.postTitle h2 a:active { color: black; }

/* post date */

p.postDate { color: #154a77; margin-bottom: 2px; font-size: 16px; font-weight:bold; padding-left:2px; }

/* comment count */

a.commentCount { position: absolute; font-size: 15px; margin-left: 535px; color: #FFF; text-decoration: none; }
a.commentCount:hover { color: #FFF; }
	a.commentCount span.commentCountNumber { background-color: #154a77; color: FFF; -moz-border-radius: 20px 20px 20px 0; -webkit-border-radius: 13px; -webkit-border-bottom-left-radius: 0; padding: 4px 10px; }
	a.commentCount:hover span.commentCountNumber { background-color: #154a77; color: FFF; }
	a.commentCount span.commentCountText { display: none; background: c1c3c3; padding: 2px; }
	a.commentCount:hover span.commentCountText { color: #FFF; background-color:#154a77; }
	div.postTitle:hover span.commentCountText { display: inline; }

/* post content */

div.entry {  line-height: 1.5em; overflow: auto; }

/* post content headings */

div.entry h1, div.entry h2, div.entry h3, div.entry h4, div.entry h5, div.entry h6 { font-family: Nevis, sans-serif; text-transform: uppercase; border-bottom: 1px solid #154a77; }

/* post links */

div.entry a:hover { text-decoration: none; }
	div.entry a img { padding: 0px; }

/* captions */
.wp-caption { text-align: center; background-color: #c1c3c3; padding-top: 5px;}
	.wp-caption img { margin: 0; padding: 0; border: 0 none; }
	.wp-caption p.wp-caption-text { font-style:italic; font-size: 11px; line-height: 15px; padding:4px 5px; margin: 0; border-bottom: 3px solid #154a77; color: #fff; }

/* more link */

a.more-link { color: #333; margin-top: 10px; padding: 15px 20px 12px; display: block; background: #e8e8e8 url('images/arrowShape.gif') center right no-repeat; font: bold 20px Nevis, sans-serif; text-transform: uppercase; text-decoration: none; }
a.more-link:hover { color: #10bc10; background-color: #154a77; }
a.more-link:active { color: white; background-color: #10bc10; }

/* post metadata */

div.postmetadata { background: #c1c3c3; color: #666; margin: 5px 0 0 0; padding-bottom: 10px; border-bottom: 5px solid #154a77; }
	div.postmetadata h3 {  color: #154a77; padding:15px 15px 0 15px; line-height: 11px; margin-bottom: 13px; }	
	div.postmetadata p { margin: 5px 15px; }
		div.postmetadata p 	a { color: #555; font-weight: bold; text-decoration: none; }
		div.postmetadata p 	a:hover { color: black; text-decoration: underline; }

/* comments wrapper */

div.commentsWrapper { margin-top: 50px; color: #154a77; }
	div.commentsWrapper a { color: #154a77; text-decoration: none; }
	div.commentsWrapper a:hover { text-decoration: underline; }

/* comments title */

h3#comments, h3#pings { color: #696969; text-transform: uppercase; border-bottom: 1px solid #696969; }
h3#comments, h3#pings { margin-bottom:30px;}
	h3#comments span, h3#pings span { font-size: 25px; display: block; color: #333; }

/* comments */

ol.commentlist, ul.children { list-style-type: none; margin: 0; padding: 0; }
	ol.commentlist li.comment, ol.commentlist li.ping { overflow:auto; padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid #e8e8e8; position: relative; }
	ol.commentlist li.comment, ol.commentlist li.ping { padding-left: 100px; }
		ol.commentlist li.comment img.avatar { margin-left: -100px; float: left; }

/* nested comments */

ul.children { margin-top: 15px; border-top: 1px solid #e8e8e8; padding-top: 20px; margin-bottom: -30px; }
	ul.children li.comment { padding-left: 50px !important; border-bottom: 0 !important; margin-bottom: 10px !important; }
	ul.children img.avatar { width: 40px; height: 40px; margin-left: -50px !important; }

/* comments metadata */

div.comment-author { color: #999; padding-bottom: 5px; border-bottom: 1px solid #696969; text-transform: lowercase; }
	div.comment-author cite { font-weight: bold; font-style: normal; text-transform: none; }
div.comment-meta { position: absolute; top: 0; right: 0; font-size: small; }

/* comment form */

#respond { background-color: #c1c3c3; padding: 4px 0 8px 13px; border-bottom: 4px solid #154a77; }
	#respond h3 { padding:0 15px 0 0px; }
	#respond input { padding: 4px; font-size: normal; color: #154a77; }
	#respond textarea { width: 450px; padding: 6px; font-family: sans-serif; color: #154a77; }

/* sidebar */

div#sidebar { margin-left: 593px; width: 367px; padding: 9px 0 0 0px; }

/* blog logo */

div#blogLogo {  }
/*div#theLogo { border-top: 8px solid #222; background: #72bc72; padding: 35px 0; text-align: center; }*/
#theBlogDescription { padding: 15px 15px; }
#theBlogDescription p { font-size:20px; color: white; margin: 0; }

/* sidebar widgets */

ul#widgetBar { list-style-type: none; padding: 0; margin: 0; }
	ul#widgetBar li.widget { background: #c1c3c3; color: #666; }
	ul#widgetBar h2 { text-align:left; font-size:18px; color: #3d3d3d; display: block; background-color:#dadbdb; text-transform: uppercase; padding-left: 0.3em; padding-bottom:10px; margin: 30px 0 0 0; line-height: 18px; }
	
/* sidebar widgets links */

ul#widgetBar li.widget a { color: #555; font-weight: bold; text-decoration: none; }
	ul#widgetBar li.widget a:hover { color: #154a77; text-decoration: none; }

/* sidebar widgets lists */

ul#widgetBar li.widget ul { list-style-type: none; padding: 10px 0; margin:0 0 0 15px; }
	ul#widgetBar li.widget ul li { padding: 3px 0; }
	
/* sidebar tag cloud */

li#tag_cloud { padding: 10px !important; }
	li#tag_cloud h2 { margin-bottom: 15px; text-align: left; }
li.widget_tag_cloud { text-align: center;}
li.widget_tag_cloud div	{padding:10px; text-align:left;}

/* sidebar text widget */

ul#widgetBar li.widget_text div.textwidget { padding: 10px; }

/* navigation */

div.navigation { margin-top: -30px; height: 75px; }
	div.navigation div { width: 50%; }
	div.navigation div.alignright a { border:1px solid #154a77;text-align: right; background-color:#154a77; }
	div.navigation div.alignleft a { border:1px solid #154a77;text-align: left;background-color:#154a77; }
		div.navigation div a { display: block; padding: 10px 30px 10px 10px; font: bold 15px Nevis, sans-serif; text-transform: uppercase; color: white; text-decoration: none; }
		div.navigation div a:hover { border:1px solid #FFF; }
		div.navigation div a:active { border:1px solid #154a77; background-color:#154a77; }

/* footer */

#footer { border-top:3px solid #154a77; clear: both; margin-top: 35px; padding:10px 0 30px 0; text-align:center }
	#footer a { color: #154a77; text-decoration: none; font-size: 12px; }
	#footer a:hover { text-decoration: underline; }

/* less is less */

p#lessisless {position: absolute; bottom: 20px; margin: 20px 0 0 20px; text-transform: uppercase; font: bold 25px Nevis, sans-serif; color: #696969; width: 450px; letter-spacing: -1px; }
p#lessisless:first-line { font-size: 44px; letter-spacing: -3px; line-height: 44px; }

/* theme info */


p#footerInfo { margin: 5px; font: 10px sans-serif; color: #444; line-height: 18px; text-transform: uppercase; text-align: right; position: absolute; bottom: 20px; right: 0; }

/* footer options */

div#footerOptions { width: 100%; height: 26px; margin: 0; position: absolute; bottom: 0px; font: 12px Verdana, sans-serif; background: #444; color: #888; }
	div#footerOptions p { margin: 6px 0 0 6px; }

textarea#comment { width: 450px; padding: 5px; }  
  
.commentmetadata { font-size: 10px; }  
