/* ----------------------------------------
Theme Name: Minor Mania
Description: A Custom Wordpress Theme For Minor Mania
Version: 1.0
Author: Chris Garrett Media Ltd
Author URI: http://chrisgarrettmedia.com
---------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #222 url('images/body-top.gif') repeat-x;
}
body {
	background: url('images/body-foot.gif') bottom repeat-x;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 160%;
}

h1 a {
	display: block;
	width: 270px;
	height: 60px;
	float: left;
	margin: 15px 0;
	text-indent: -9000px;
	background: url(images/logo.png);
}
h1 a:hover {
	color: #FFF;
}

a {
	color: #444;
}
a:hover {
	color: #000;
}

.item {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
	color: #444;
}

.item img {
	padding: 3px;
	background: #FFF;
	border: 1px solid #DDD;
	float: left;
	margin: 0 20px 20px 0;
}

.item h3 {
	margin-bottom: 5px;
}

#header {
	display: block;
	width: 910px;
	margin: auto;
}

#header #search {
	display: block;
	margin: 35px 0;
	width: 278px;
	height: 28px;
	background: url('images/search-field.gif');
	float: right;
}

#header #search #s {
	display: block;
	width: 238px;
	margin: 4px 5px;
	background: none;
	border: none;
	float: left;
}
#header #search #searchsubmit {
	float: right;
}

#content-contain {
	display: block;
	width: 910px;
	margin: auto;
	background: #FFF url('images/content-gradient.gif') repeat-x;
	border-top: 2px solid #FFF;
}

#content {
	display: block;
	padding: 20px;
	background: url('images/side-mid.gif') 666px 0 repeat-y;
}

#content-inner {
	display: block;
	width: 610px;
	float: left;
}

.post .content blockquote {
	display: block;
	margin: 10px;
	padding: 10px;
	background: #EEE;
}

.post .content {
	padding: 15px 0;
	margin: 15px 0;
	border: 1px solid #E3E3E3;
	border-width: 1px 0;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
}
h3 a {
	text-decoration: underline;
	color: #555;
}

.post .info {
	display: block;
	margin-top: 3px;
	font-size: 0.95em;
	color: #444;
}

.date {
	display: block;
	float: left;
	height: 41px;
	width: 38px;
	background: url('images/date.gif') no-repeat;
	text-align: center;
	font-size: 0.8em;
	margin-right: 15px;
}
.date span {
	display: block;
	height: 18px;
	font-size: 1.6em;
	color: #FFF;
	margin-top: 3px;
}

.clear {
	display: block;
	height: 1px;
	margin-top: -1px;
	clear: both;
}

#content .falbum-album img {
	background: #FFF;
	padding: 3px;
	border: 1px solid #DDD;
}

#content .falbum-title {
	border: none;
	margin-bottom: 10px;
}
#content .falbum-meta {
	margin-bottom: 10px;
}
#content .falbum-tn-border-t {
	height: auto;
}
#content .falbum-album {
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#content .falbum-thumbnail-nods img {
	width: 100px;
	height: 75px;
}
#sidebar .falbum-thumbnail-nods img {
	width: auto;
	height: auto;
	margin: 0;
}

#sidebar .falbum-random a {
	float: left;
	margin: 0 10px;
}
#sidebar .falbum-recent a {
	float: left;
	margin: 0 10px;
}

#sidebar .falbum-random img, #sidebar .falbum-recent img {
	background: #FFF;
	padding: 3px;
	border: 1px solid #DDD;
}
#content .curPageLink {
	border: 1px solid #DDD;
	background: #FFF;
}
#content .falbum-title {
	color: #444;
}
#content .buttonLink {
	background: #FFF;
	border: 1px solid #DDD;
	text-decoration: none;
} 
#content .buttonLink:hover {
	background: #D83535;
	color: #FFF;
	border: 1px solid #444;
} 

#content #comments {
	margin-left: 20px;
}

#menu {
	display: block;
	margin: auto;
	width: 910px;
	height: 35px;
	background: url('images/menu.gif');
	font-family: "Arial Narrow", Arial, sans-serif;
	white-space: nowrap; 
}
#menu li {
	float: left;
	background: url('images/menu-item.gif') right no-repeat;
	list-style: none;
	text-transform: uppercase;
	padding: 8px 0px;
}
#menu li a {
	color: #FFF;
	padding: 9px 6px;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
}
#menu li a:hover {
	background: url('images/menu-hover.gif') bottom center no-repeat;
}

#sidebar-contain {
	display: block;
	float: right;
	margin-top: -20px;
	background: url('images/side-mid.gif')  left repeat-y;
}
#sidebar {
	display: block;
	background: url('images/side-top.gif') left top no-repeat;
}
#sidebar-inner {
	display: block;
	width: 210px;
	background: url('images/side-foot.gif') left bottom no-repeat;
	padding: 16px 0 0 14px;
}
#sidebar h4 {
	display: block;
	padding: 18px 0 18px 70px;
	background: url('images/bullet-car.gif') left center no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
}
#sidebar h4.first {
	background: url('images/bullet-car-first.gif') left center no-repeat;
}

#sidebar ul {
	display: block;
	list-style: none;
	border-top: 1px solid #DDD;
	margin-bottom: 10px;
}
#sidebar ul li {
	border-bottom: 1px solid #DDD;
	padding: 4px 0;
}
#sidebar ul li a {
	padding: 4px 0 4px 12px;
	text-decoration: none;
	background: url('images/bullet-arrow.gif') left center no-repeat;
}
#sidebar ul li a:hover {
	color: #000;
}
#sidebar ul li a.post {
	background: url('images/bullet-paper.gif') left center no-repeat;
}

#sidebar ul.date-list li {
	display: block;
	height: 40px;
	padding: 6px 0;
}
#sidebar ul.date-list li a {
	display: block;
	margin-top: 6px;
	background: none;
	text-decoration: underline;
	font-size: 1.2em;
}

#footer {
	display: block;
	width: 910px;
	height: 49px;
	margin: auto;
	background: url('images/footer.gif') 666px 0 no-repeat;
}
#footer p {
	padding-top: 15px;
	color: #BBB;
}
#footer a {
	color: #FFF;
}
#footer .fr {
	float: right;
}

.clearfix:after, .falbum-album:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, .falbum-album {display: inline-block;}

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

* html body {
	text-align: center;
}
* html body * {
	text-align: left;
}
* html #search #s {
	display: block;
	padding: 0 !important;
	width: 200px !important;
}
* html #searchsubmit {
	margin-right: -3px !important;
}
* html #sidebar-inner {
	width: 224px !important;
}
* html .date span {
	text-align: center;
}
* html #content {
	padding-bottom: 0px;
}

/* Appended */
p{
  margin: 5px 0;
  padding: 0;
}

h3.page-header{
  margin-bottom: 15px;
}