/*  
Theme Name: Grid Focus
Theme URI: http://5thirtyone.com/
Description: Grid aligned WordPress theme
Version: 1.1
Author: Derek Punsalan
Author URI: http://5thirtyone.com/
Tags: white, grid, whitespace, minimal, clean, widgets

Grid Focus was designed and coded by Derek Punsalan. Find
more info about the guy at http://5hthirtyone.com


*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	color: #634c45;
	background-image:url('http://www.mandapop.com/pix/bg.jpg');
	background-repeat:y;
	background-position: top center;
	font-size: 72.5%;
	font-family: Amaranth, Gill Sans Std, Gill Sans, Gill Sans MT, helvetica, arial, verdana, sans-serif;
	text-align: center;

}

CSS selector {
	font-family: Amaranth, Gill Sans Std, Gill Sans, Gill Sans MT, helvetica, arial, verdana, sans-serif;
}



 
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}

a:link {color: #b57dba; outline: none; text-decoration: none;} 
a:visited {color: #b57dba; outline: none; text-decoration: none;}
a:hover {color: #e1ac6d; outline: none; text-decoration: none;}
a:active {color: #e1ac6d; outline: none; text-decoration: none;} 
a img {border: 0;}



/* =----------------------------------- oh the convenience */
#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	font-size: 1.2em;
	line-height: 1.3em;
	letter-spacing: .02em;
	word-spacing: .04em;
}
.nav li {
	line-height: 1.4em;
}
.nav li a {
	color: #826556;
	font-weight: bold;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.nav li a span {
	color: #705852;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: lowercase;
}
.nav li a.focus span {
	color: #705852;
}
.nav li a:hover,
.nav li a.focus {
	color: #ffffff;
}
.nav .searchField input {
	color: #634c46;
}
.toggleCategories li a {
	color: #fff;
}
.toggleCategories li a:hover {
	color: #cfc3b8;
}
.postMeta {
	font-size: 0.9em;
	text-transform: uppercase;
}
.postMeta span.date {
	color: #777;

}
.postMeta span.comments a,
.postMeta span.date a {
	color: #e1ac6d;

}
.post h2 {
	line-height: 1.2em;
}
.entry a,
.secondaryColumn a,
#commentsContainer h3 a,
.commentlist .comment-author a {
	color: #e1ac6d;
	font-weight: normal;
}
.entry a:hover,
.secondaryColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
	color: #e1ac6d;
}
.secondaryColumn a {
	font-weight: normal;
}

.entry blockquote {
	color: #555;
}
.entry blockquote {
	font-style: italic;
}
.secondaryColumn h3,
#commentsContainer h3 {
	font-size: 1.2em;
}
#cancel-comment-reply-link {
	color: #e1ac6d;
	font-size: 0.8em;
}
.commentlist .comment-meta a {
	color: #777;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.8em;
}
#commentform p span input,
#commentform span textarea {
	color: #333;
	font-family: Amaranth, Gill Sans Std, Gill Sans, Gill Sans MT, helvetica, arial, verdana, sans-serif;
	font-size: 1em;
}
#paginateIndex {
	font-size: 0.9em;
	text-transform: uppercase;
}
#footer {
height: 1px;
width: 100%;
display: block;
background-color: #ddccc3;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom: 30px;
}
#footer p a {
	font-weight: bold;
	color:#333;
}

/* =----------------------------------- main structure */
#wrapper {
	margin: auto auto;
	text-align: left;
	width: 970px;
	padding: 0px 0px;
}
#masthead {
	padding: 0px 0
}
#filler {}
#mainColumn {
	float: left;
	margin: 28px 0 0 0;
	width: 680px;
}
.secondaryColumn {
	float: right;
	margin: 14px 0 0 30px;
	overflow: hidden;
	width: 200px;
}

/* =----------------------------------- header elements */

#blogLead img {
	background: #fff;
	border: 1px solid #bbb;
	float: right;
	height: 42px;
	margin: 0 7px;
	padding: 2px;
	width: 42px;
}
#authorIntro {
	float: right;
	margin: 8px 0 0 0;
	width: 340px;
}

/* =----------------------------------- top + bottom navigation */
.navStripWrapper {
	position: relative;
	clear: both;
}
.nav {
	background: #eee5df;
}
.nav li {
	display: block;
	float: left;
}
.nav li a {
	display: block;
	padding: 0px 0px;
	width: 85px;
	height: 20px;

}
.nav li a span {}
.nav li a:hover {
	background: #cfc3b8;
}
.nav li a.focus {
	background: #e1ac6d;
}
.nav li.searchField {
	float: right;
	border: 0;
}
.nav .searchField div {
	margin: 0px 0px 0px 0px;
}
.nav .searchField span {
	background: #fff;
	border: 1px solid #cfc3b8;
	border-left-color: #cfc3b8;
	border-bottom-color: #cfc3b8;
	display: block;
	padding: 0px;
}
.nav .searchField input {
	border: 1px solid #cfc3b8;
	outline: none;
	padding: 0px;
	width: 200px;
}
.toggleCategories {
	background: #e1ac6d;
}
.toggleCategories ul,
.toggleCategories2 ul {
	padding: 8px 7px 7px;
}
.toggleCategories ul li {
	display: block;
	float: left;
	width: 102px;
}
.toggleCategories li a {
	margin: 3px 0 4px 5px;
}

#nopad    {
    padding: 0px;
    
}


/* =----------------------------------- meta lead for each post */
.postMeta {
	border-bottom: 3px dotted #eee5df;
	text-align: left;
	margin-top: 20px;
	margin-bottom: -27px;
	position: relative;
}
.postMeta .container {
	position: absolute;
	top: -18px;
	right: 0;
}
.postMeta span.date {
	background: #fff;
	padding: 0 4px;
}
.postMeta span.comments {
	background: #fff url(images/chat_grey.gif) no-repeat 2px 2px;
	padding-left: 18px;
}

/* =----------------------------------- general post */
.post {
	margin: 0 0 21px 0;
}
.post h2 {
	margin-bottom: 10px;
	padding: 0 3px;
}
.post h2 a {
	display:block;
}

/* =----------------------------------- entry body */
.entry {
	padding: 6px 5px 70px 5px;
	overflow: hidden;
}
.entry p {
	line-height: 1.9em;
	margin: 15px 0;
}

.entry blockquote {
	margin: 0 14px;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 0px 0px;
}
.entry ul
{
list-style-type: none;
padding-top: 10px;
margin: 0px;
}


.entry li
{
background-image: url("http://www.mandapop.com/pix/pinkstar.jpg");
background-repeat: no-repeat;
background-position: 0px 0.5px;
padding-left: 24px;
padding-right: 40px;
padding-bottom: 20px;
}




.entry blockquote {
	border-left: 1px solid #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}
.entry img,
.entry a img {
	padding: 2px;
}
.entry a:hover img {
	border-color: #3c6c92;
}

.entry.meta {
	background: #eee5df;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
.entry.meta p {
	margin: 5px 7px;
}
.entry.meta .highlight {
	text-transform: uppercase;
	font-size: 10px;
}
.entry.meta a {
	color: #333;
	border-color: #bbb;
}
.entry.meta a:hover {
	color: #e1ac6d;
}

/* =----------------------------------- main index pagination */
#paginateIndex { 
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #777;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 4px 7px 3px;
	background: #fff;
	border: 1px solid #ddd;
}
.commentlist li .reply a {
	color: #aaa;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
	color: #e1ac6d;
	border-color: #e1ac6d;
	background: #eee5df;
}

/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3 {
	border-bottom: 2px dotted #eee5df;
	margin: 0 0 8px 0;
	padding: 0px 4px;

}
.widgetContainer {
	margin: 0 0 20px 0;
}

.widgetContainer ul li {
	margin: 0 3px 7px 14px;
	list-style: none;
	line-height: 1.2em;
	font-size: .9em;
}


.widgetContainer .textwidget {
	margin: 0 3px;
	line-height: 1.5em;

}

.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

a:link {color: #b57dba; outline: none; text-decoration: none;}
a:visited {color: #b57dba; outline: none; text-decoration: none;}
a:hover {color: #e1ac6d; outline: none; text-decoration: none;}
a:active {color: #e1ac6d; outline: none; text-decoration: none;} 


/* =----------------------------------- style some comments */
#commentsContainer {
	margin-bottom: 30px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
#commentsContainer h3 {
	display: block;
	margin: 10px 0;
	padding: 7px 4px 0;
	border-top: 1px solid #3c6c92;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}
.commentlist .comment-author {
	border-top: 1px solid #ccc;
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 0;
}
.commentlist .comment-meta {
	margin: 0 0 0 20px;
}
.commentlist li .reply {
	text-align: right;
	padding-bottom: 10px;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	margin: 1em 0;
	padding: 0 3px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	padding: 4px 3px;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	background: #fff;
	margin-right: 4px;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px 3px;
	width: 160px;
}
#commentform p label {
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}


.separator {
height: 1px;
width: 100%;
display: block;
background-color: #ddccc3;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom: 30px;
}


/* =----------------------------------- boring footer */
#footer {
	
	margin: 0px 0;
}
#footer p {
	padding: 0px 0px 0; 
}

/* =----------------------------------- floats + clearing rule */
.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
} 
* html .fix{
	height: 1%;
}
.fix{
	display:
	block;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.mandapop.com/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.mandapop.com/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 80; width: 100%; height: 500px; background-color: #000; }

p.moods {
	font-weight: bold;
	color:#cca2a9;
	line-height: 4em;
	margin-bottom: -8px;
	margin-left: 5px;
}


