/*
Theme Name: Minimous-Up
Theme URI: http://www.webtatic.com/projects/minimous/
Description: A clean and sleek personal blog theme, supporting header-navigation, sidebar and footer widgets.
Version: 1.0.5
Author: Andrew Thompson, customized by LEAP Design
Author URI: http://www.webtatic.com/
Tags: white, one-column, right-sidebar, fixed-width

*/

/*
* License: GNU GPL
* Copyright (c) 2009 Andrew Thompson
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #4C4C4C;
}

a {
	text-decoration: none;
	color: #FF9E33;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a img.on { display: none; }
a img.off { display: inline; }
a:hover img.on { display: inline; }
a:hover img.off { display: none; }

#content, #sidebar {
	overflow: hidden;
}

#content p {
	line-height: 2em;
}

#content table {
	margin: 15px 1px;
	border-collapse: collapse;
}

#content ul {
	list-style: none;
}

#content ol {
	list-style-position: inside;
}

img {
	border: 0;
}

#page {
	margin: 0 auto;
	padding: 0 15px;
	width: 853px;
	text-align: left;
}

#content.noleftcolumn {
	padding-left: 155px;
	width: 505px;
}

#page-inner {
	overflow:hidden;
}

#header {
	margin: 40px 0;
	background: url(images/header_bg.gif) no-repeat 0 100%;
	height: 240px;
}

#header_nav {
	margin-bottom: 50px;
	font-size: 12px;
	text-align: right;
	overflow: hidden;
}

#header_nav h2, #footer h2 {
	display: none;
}

#header_nav ul.menu {
	float: right;
}

#leap {
	float: right;
}

#footer {
	margin-top: 20px;
	background: url(images/footer_bg.gif) no-repeat;
	padding: 34px 0 20px 276px;
	font-size: 11px;
}

ul.menu {
	overflow:hidden;
}

ul.menu, ul.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.menu ul ul {
	display: none;
}

ul.menu li {
	float: left;
	padding: 0 5px;
	border-left: 1px solid #999;
}

ul.menu li:first-child {
	border: 0;
}

ul.menu li li:first-child {
	padding-left: 0;
}

ul.menu li li:last-child {
	padding-right: 0;
}

.current_page_item a {
	color: #424039;
}

.current_page_item li a {
	color: #BC7134;
}

#header h1 {
	margin-bottom: 5px;
}

#header h1 a {
	color: #999;
}

#header h1 a:hover {
	color: #ccc;
}

div.page, div.attachment {
	margin-bottom: 80px;
}
div.post {
      margin-bottom: 40px;
	border-bottom: 1px dashed #DFDFDF;
	padding-bottom: 40px;
}
.single div.post {
      margin-bottom: 80px;
	border-bottom: 0;
	padding-bottom: 0;
}

#content {
	float: left;
	width: 577px;
}

#content h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 24px;
	color: #D4D4D4;
}
#content h3 {
	letter-spacing: -1px;
	font-weight: bold;
	color: #D4D4D4;
}
#content h2 a {
	color: #D4D4D4;
}
#content h2 a:hover {
	color: #FF9E33;
	text-decoration: none;
}
.meta {
	font-size: 11px;
	color: #A6A6A6;
}

#back_to_blog {
	margin-top: 30px;
	font-size: 12px;
}

#sidebar {
	float: left;
	margin-right: 76px;
	width: 200px;
	font-size: 11px;
	margin-bottom: 80px;
}

#sidebar p {
	line-height: 1.3em;
	margin: 5px 0;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar h2 {
	margin-top: 16px;
	padding-top: 0;
}
#sidebar h2,
 #sidebar h2 a {
	letter-spacing: -1px;
	font-size: 16px;
      font-weight: 900;
	color: #D4D4D4;
}

#sidebar ul li {
      margin-bottom: 16px;
	border-top: 1px dashed #DFDFDF;
}
#sidebar ul li:first-child {
      border-top: 0;
}
#sidebar ul li li {
      margin-bottom: 0;
	border: 0;
}

#sidebar ul ul li {
	margin-bottom: 5px;
}

#sidebar ul ul ul {
	margin-top: 3px;
	margin-left: 20px;
}

.widget_twitter li {
	padding-bottom: 10px;
}
.entry {
	overflow: hidden;
}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ul.menu li:before {
	content: "";
}
*/

.commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment {
	overflow: hidden;
	margin-bottom: 15px;
}

.comment .date {
	padding: 0;
}

#content .comment p {
	margin: 10px 0;
}

.comment div.avatar {
	float: left;
	clear: left;
	text-align: right;
	width: 130px;
	margin-top: 10px;
}

.comment .reply {
	margin-bottom: 20px;
}

.comment .children {
	margin-top: 20px;
}

#commentform {
	width: 95%;
}

#commentform textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #ccc;
}

.pagenavigation {
	margin-bottom: 40px;
	overflow: hidden;
}

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

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*
** Sociable
*/

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable_tagline {
	padding-bottom: 6px;
	font-style: italic;
	font-size: .75em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
