/*
Theme Name: Little Things
Description: Custom theme for Little Things
Version: 1.0
Author: Su Yin Khoo
Author URI: http://www.pilcrowfoundry.com/
Tags: 960, grid, fluid
Fonts: Museo by Jos Buivenga (exljbris) -> http://www.exljbris.nl
*/

/* generic layout
----------------------------------------------- */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

html {
	background: #78c3c9 url(images/paper.jpg);
}

body {
	background: url(images/sky.jpg) repeat-x;
	color: #1f1f1f;
	font: 12px/130% Helvetica, Arial, Tahoma, sans-serif;
}

#main {
	padding-bottom: 50px;
	position: relative;
	z-index: 99;
}

.container_12 {
	background: url(images/clouds.png) right 50px no-repeat;
}

.single .inner-sidebar {
	padding-top: 0 !important;
}

/* generic typography and links
----------------------------------------------- */
a:link {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #804040;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #071b15;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #9b8179;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font: 55px/80% '"Museo 700', 'Trebuchet MS', sans-serif, sans-serif;
}


h2 {
	font: 700 36px/120% 'Museo 700', 'Trebuchet MS', sans-serif;
}

h3 {
	font: 18px/120% 'Museo 700', 'Trebuchet MS', sans-serif;
}

p, ul, ol {
	font: 14px/145% Helvetica, Arial, Tahoma, sans-serif;
	margin-bottom: 15px;
}

p small {
	font-size: 12px;
}

ul, ol {
	margin-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul.nav,
ul.rating,
ul.rating-results,
ol.comments
{
	margin-left: 0;
	list-style: none;
	font: 12px/130% Helvetica, Arial, Tahoma, sans-serif;
}

#rating-results p {
	font-size: 12px;
	margin-top: -1em;
}

/* nav menu masthead
----------------------------------------------- */
.header {
	margin: 20px 10px;
}

.header h1 {
	display: none;
}

.header a img{
	height: 53px;
	width: 500px;
	background: url(images/header2.png) top no-repeat;
}

.header a:hover img{
	background: url(images/header2.png) bottom no-repeat;
}

p.description {
	font-size: 16px;
}

.nav {
	margin: 20px 10px;
}

.nav ul{
	list-style: none;
}

.nav li {
	float: left;
	display: inline;
	margin-right: 15px;
}

.nav a {
	color: #fff;
	letter-spacing: 0.05em;
}

.nav a:hover {
	color: #1a5a5c;
}

.page_item a {
	color: #fff;
	letter-spacing: 0.05em;
}

.page_item a:hover {
	color: #1a5a5c;
}

.current_page_item a {
	color: #1a5a5c;
}

.current_page_item a:hover{
	color: 1f1f1f
}

/* content
----------------------------------------------- */
.featured, .single {
	background: #dfe8a0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}

.featured .grid_2, .single .grid_2{
	width: 120px;
	padding: 10px;
	overflow: hidden;
}

.single .grid_6{
	width: 420px;
	padding: 0;
}

.grid_8 .single{
	width: 580px;
	padding: 20px;
}

.featured h2 {
	text-align: center;
	font-size: 70px;
	line-height: 90%;
	margin: 10px 0;
}

.single h2.page {
	font-size: 25px;
	margin-bottom: 10px;
}

.single h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px
}

.featured h3, .single h3, h3.sidebar {
	background: #eef7d7;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	display: inline-block;
}

.suggest h3 {
	margin: 8px 0 0 8px;
}

ul.ratings-result {

}

.featured .grid_2 li{
	margin-bottom: 8px;
}

p.meta {
	text-align: center;
	font-size: 11px;
}

.single p.meta {
	text-align: left;
}

.featured h2 a{
	color: #1f1f1f;
	padding: 3px 12px;
}

.featured h2 a:hover{
	background: #eef7d7;
}

.featured h2 sup{
	font-size: 25px;
	vertical-align: top;
}

.featured p.featured-action{
	font-size: 24px;
	line-height: 130%;
	font-weight: 100;
	background: url(images/line.png) left bottom no-repeat;
	padding-bottom: 5px;
	margin: 10px 10px 10px 0;
}

.columns ul {
	padding: 0;
	margin: 0;

}

.columns li {
	list-style: none;
	padding-left: 15px;
	background: url(images/bullet_black.png) -2px 0 no-repeat;
}

.rating li {
	float: left;
	display: inline-block;
}

.rating li a {
	display: block;
	padding: 1px 4px 0 17px;
	font-weight: normal;
}

.rating li.yeh a {
	background: url(images/face.png) left top no-repeat;
}
.rating li.yeh a:hover, .rating li.yeh a.selected {
	background: url(images/face.png) left -16px no-repeat;
}

.rating li.meh a {
	background: url(images/face.png) left -37px no-repeat;
}
.rating li.meh a:hover, .rating li.meh a.selected {
	background: url(images/face.png) left -53px no-repeat;
}

.rating li.neh a {
	background: url(images/face.png) left -75px no-repeat;
}
.rating li.neh a:hover, .rating li.neh a.selected {
	background: url(images/face.png) left -91px no-repeat;
}

/* begin: aggregate votes display */
.rating-results, div#twitter_div {
	margin-bottom: 25px;
}

.rating-results li {
	margin-bottom: 5px;
	font-size: 14px;
}

.rating-results li span {
	display: inline-block;
	width: 14px;
	height: 16px;
	margin: 0 1px -2px 1px;
	background: transparent url(images/face.png) no-repeat;
}

.rating-results li.yeh span {
	background-position: left top;
}
.rating-results li.yeh span.leader {
	background-position: left -16px;
}

.rating-results li.meh span {
	background-position: left -37px;
}
.rating-results li.meh span.leader {
	background-position: left -53px;
}

.rating-results li.neh span {
	background-position: left -75px;
}
.rating-results li.neh span.leader {
	background-position: left -91px;
}
/* end: aggregate votes display */

.featured textarea, .single textarea {
	width: 110px;
	padding: 5px;
	margin: 10px 10px 0 10px;
	border: 1px solid #adb37d;
	background: #eef7d7;
	font: 12px/130% Helvetica, Arial, Tahoma, sans-serif;
}

.featured textarea {
	height: 60px;
}

textarea:hover, textarea:focus, input:hover, input:focus {
	background: #c8eeaf;
	border: 1px solid #5f9839;
}

.featured input {
	font: 12px/130% Helvetica, Arial, Tahoma, sans-serif;
	border: 1px solid #adb37d;
	float: right;
	margin: 5px 8px;
}

.searchform .s {
	width: 120px;
	padding: 4px;
	border: 1px solid #adb37d;
	background: #eef7d7;
	font: 12px/130% Helvetica, Arial, Tahoma, sans-serif;
}

.searchform .searchsubmit, input.submit {
	font: 700 15px/120% 'Museo 700', 'Trebuchet MS', sans-serif, sans-serif;
	border: 1px solid #adb37d;
}

.searchform .s:hover, .searchform .s:focus {
	background: #c8eeaf;
	border: 1px solid #5f9839;
}

/* comments
----------------------------------------------- */
li.odd, li.even {
	margin-bottom: 40px;

}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
	padding: 0 0 5px;
	background: url(images/line.png) left bottom no-repeat;
}

form#commentform input {
	width: 200px;
	padding: 4px;
	border: 1px solid #adb37d;
	background: #eef7d7;
	font: 12px/130% Helvetica, Arial, Tahoma, sans-serif;
}

span.comment-author {
	background: url(images/comment-sheet2.png) left top no-repeat;
	padding: 5px 0 0 20px;
}

form#commentform input:hover, form#commentform input:focus {
	background: #c8eeaf;
	border: 1px solid #5f9839;
}

form#commentform p label {
	font-size: 12px;
}

textarea#comment {
	width: 420px;
	margin: 0;
	font: 13px/130% Helvetica, Arial, Tahoma, sans-serif;
}

button#sub {
	font: 700 15px/120% Calibri, 'Gill Sans', 'Trebuchet MS', sans-serif, sans-serif;
	border: 1px solid #adb37d;
}

button#sub:hover {
	background: #c8eeaf;
	border: 1px solid #5f9839;
}

/* sidebar
----------------------------------------------- */
.grid_3 #sidebar{
	background: #dfe8a0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
	width: 200px;
	padding: 10px;
}

h3.sidebar {
	margin: 25px 0 8px;
}

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

/* footer
----------------------------------------------- */
#footer {
	background: #82ab80 url(images/grass.jpg);
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 30px;
	padding: 20px 0 0;
	clear:both;
}

.tree {
	margin: -303px 50px 0;
	float: right;
	position: relative;
	z-index: 1;
}

#footer ul {
	width: 865px;
	margin: 0 auto;
	list-style: none;
	padding-left: 97px;
	position: relative;
	z-index: 999;
}

#footer ul li {
	display: inline;
	margin-right: 10px;
}

/* suggest form styles
----------------------------------------------- */
.captcha, #thanks-for-thing, #suggest-a-thing-error {
	display: none;
	padding: 1em;
}

#suggest-a-thing-error {
	color: #c00;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* twitter
----------------------------------------------- */
#twitter_div p {
	margin-top: 10px;
}

/* add the # into post titles
----------------------------------------------- */
.featured .alpha h2 {
	background: transparent url(images/hash.png) 20px 20px no-repeat;
}

.featured .alpha h2.two-digit {
	background-position: 10px 20px;
}

.featured .alpha h2.three-digit {
	background-position: 0 20px;
}

/* photos
----------------------------------------------- */
.photo {
	border: solid 10px #eef7d7;
}

.photo.right {
	float: right;
	margin: 0 0 1em 1em;
}

.photo.left {
	float: left;
	margin: 0 1em 1em 0;
}

.photo-credit {
	margin: 1em 0;
}

/* tweets
----------------------------------------------- */
.tweets {
	margin: 0;
	padding: 0;
}

.tweets li {
	margin: 0 0 15px;
	padding: 0;
	font-size: 11px;
	line-height: 130%;
	list-style: none;
	background: none;
}

/* clearfix
----------------------------------------------- */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
