/*
Theme Name: Min Min Ma
Theme URI: http://www.minminma.com
Description: A steller website for Min Min Ma! </p><p><small> Developed by <a href="http://www.twentyfortyone.com/">TwentyFortyOne</a>. Protected by <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.</small>
Version: 1.0
Date Updated: 08.27.09
Author: TwentyFortyOne
Author URI: http://www.twentyfortyone.com/
*/

/********************          GLOBAL          ********************/

*
{
	padding: 0;
	margin: 0;
}

div.clear {
	clear: both;
}

img { border: 0; }

a { text-decoration: none; }

body {
	font-family: 'Helvetica Neue', Arial, Verdana, Sans-Serif;
	font-size: small;
	color: #000;
	background: #fff;
	margin: 0px;
	padding: 0px;
}

div.wrap {
	width: 800px;
	margin: 0px auto;
}

body.splash  {background: #000; }


/********************          HEADER          ********************/

div.top {
	margin-bottom: 30px;
	margin-top: 15px;
}

div.title {
	margin: 0px 0px 0px 0px;
	float: left;
}

div.title h1{
	font-size: 530%;
	letter-spacing: -3px;
	margin-left: -3px;
	word-spacing: -14px;
}

div.title h1 a{
	color: #000;
}

div.title h1 a:hover{
	color: #555;
}


div.title h2{
	font-size: 130%;
	letter-spacing: 0px;
	margin-left: -3px;
	color: #2f2f2f;
}

div.title h2 a{
	color: #000;
}

div.title h2 a:hover{
	color: #555;
}



div.nav {
	float: right;
	text-align: right;
	padding-top: 20px;
}

div.nav span{
	padding: 0px 5px;
	color: #aaa;
}


div.nav a{ 
	color: #555;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
}


div.nav a:hover {
	color: #000;
}

div.nav form {
	margin-top: 15px;
}

div.nav form input {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 0px;
	border-left: 0px;
	padding: 3px 4px;
	color: #aaa;
	text-align: right;
}


ul {
	list-style: none;
	padding-bottom: 20px;
}

ul li {
	line-height: 1.6em;
	font-weight: bold;
}


/********************          ENTRY          ********************/

div.entry {
	border-bottom: 3px solid #000;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 30px 0px;
}


div.entry h2 a {
	color: #000;	
}

div.entry h2 a:hover{
	color: #555;
}

div.entry h2 {
	float: left;
}


div.entry  p.posted {
	float: right;
	font-size: 90%;
	color: #A6DC40;
	font-weight: bold;
}

div.copy {
	margin-top: 10px;
}

div.copy p {
	line-height: 1.5em;
	text-align: justify;
	padding-bottom: 8px;
}

div.copy img {
	text-align: center;
	max-width: 800px;
	margin: 0px 0px 10px 0px;
}

div.entry  p.com {
	font-weight: bold;
	font-size: 90%;
}

div.entry  p.com a{
	color: #555;
	padding-left: 4px;
}

div.entry  p.com a:hover{
	color: #000;
}

h2.archtitle {
	margin-bottom: 20px;
	color: #A6DC40;
}

/********************          PAGES          ********************/

#page {
	border-bottom: 3px solid #000;
	padding-bottom: 80px;
	margin-bottom: 20px;
}

#page h4 {
	font-size: 200%;
	margin-bottom: 10px;
}


#page a {
	color: #555;
	font-weight: bold;
}


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

/********************          COMMENTS          ********************/


div.comment{ 
	background: #eee;
	padding: 20px;
	line-height: 1.7em;
}


#comment-form {
	border-bottom: 3px solid #000;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#comments a{
	color: #000;
}

#comments a:hover{
	color: #555;
}

h3.red {
	text-align: center;
	color: #ec84f3;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-size: 100%;
}

#comments h6
{
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 30px;
	text-align: right;
	vertical-align: middle;
	color: #333;
	background: transparent url(img/comment-background.gif) top right no-repeat;
	padding-right: 30px;
	padding-top: 10px;
}

#comments h6 img
{
	vertical-align: middle;
	margin-left: 10px;
	border: 2px solid #eee;
}

textarea {
	padding: 10px;
	width: 778px;
	border: 1px solid #aaa;
	color: #555;
}

#comment-form input.author {
	padding: 5px;
	width: 788px;
	border: 1px solid #aaa;
	margin-top: 15px;
	color: #555;
}

#comment-form input.email {
	padding: 5px;
	width: 788px;
	border: 1px solid #aaa;
	margin-top: 15px;
	color: #555;
}


#comment-form input.url {
	padding: 5px;
	width: 788px;
	border: 1px solid #aaa;
	margin-top: 15px;
	color: #555;
}


p.submit {
	margin-top: 20px;
	text-align: center;
}




/********************          BOTTOM NAV          ********************/

div.col {
	float: left;
	width: 200px;
}

div.col ul {
	list-style: none;
}

div.col ul li a{
	color: #555;
	font-weight: bold;
}

div.col ul li a:hover{
	color: #000;
}


/********************          FOOTER          ********************/


div.footer {
	margin: 40px 0px 20px 0px;
	border-top: 3px solid #000;
	padding-top: 10px;
}

div.footer p {
	font-size: 90%;
	font-weight: bold;
}