﻿/*
Theme Name: Mint
Theme URI: http://heartdrops.org
Description: Simple mint green typography
Version: 1.0
Author: Georgina Luhur
Author URI: http://heartdrops.org/
Copyright Georgina Luhur, not to be redistributed.
*/


/* necessary things */


body, p, li {
	font: normal 95%/240% arial;
	color:#7d5a39;
	text-align: left;
}

body {
	background-color:#E7F5F0;
	margin: 20px auto;	
	padding: 0;
}

#header {
	width:auto;
	height: auto;	
	padding:0;
	margin: 0 auto; 
}

.sitename {
 font-family: "Just Me Again Down Here", cursive;
  font-weight: 400;
	font-size: 400%;
  font-style: normal;
	letter-spacing: 0px;
	text-transform:lowercase;
	text-align: left;
	color: #f5946c;
	width: auto;
}

.sitename a:hover {
	color : #98D9B0;
	background-color: transparent;
}

/* the basic stuff */

a:visited, a:link {
	text-decoration:none;
	color:#98D9B0;
	font-weight:bold;
}

a:hover {
	color:#E7F5F0;
	background-color: #98D9B0;
}

a.external_icon {
	background: url(http://i46.tinypic.com/70jnh1.jpg) center right no-repeat;
	padding-right: 13px;
}

a:hover.external_icon {
	background-color:  #98D9B0;
}

h1 {
	font: bold 280%/80% arial;
	letter-spacing: -2px;
	text-transform:lowercase;
	text-align: left;
	background-color: #98D9B0;
	padding: 0;
	color: #E7F5F0;
}

h2 { 
	color: #98D9B0;
	font: bold 190% arial;
	text-align:center;
	text-transform:lowercase;
	letter-spacing:-2px;
}

h3 {
	text-align:center;
	font: bold 250% arial;
	letter-spacing: -2px;
	text-transform:lowercase;
	text-align: left;
	color: #98D9B0;
}

h4 {
	margin-top: -15px;
	font: bold 85%/190% arial;
	color:#fcad7a;
	text-transform: uppercase;
}

h5 {
	text-align:center;
	font: bold 200% arial;
	letter-spacing: -2px;
	text-transform:lowercase;
	text-align: center;
	color: #ffc296;
}

h6 {
	font: bold 85%/190% arial;
	color:#ffad8f;
	text-transform: uppercase;
}

.img {
	border: 1px solid #98d9b0;
}

b, strong {
	color:#ffad8f;
}

em, i {
	color:#f5966f;
}

u, ins {
	color:#444;
	border-bottom: 1px solid #444;
	text-decoration: none;
}

code {
	font-family: consolas, courier;
	color: #555;
}

pre {
	font-family: consolas, courier;
	overflow:auto;	
	padding:10px;
	color: #555;
	margin: 20px;
}

blockquote {
	font: italic 110%/210% arial;
	display:block;
	padding:12px 15px;
	color: #555;
	margin: 20px 90px;
	background-color: #fff;
}

input, textarea, select {
	background-color:#fff;
	padding: 8px;
	margin: 5px;
	font: normal 95%/190% arial;
	color: #7d5a39;
	border-bottom: 4px solid #98d9b0;
	border-left: 1px solid #98d9b0;
	border-top: 1px solid #98d9b0;
	border-right: 1px solid #98d9b0;
}

table {
	padding: 10px;
}

ul {
	list-style-type: square;
	color: #555;
}

/* the elemental stuff */

.center {
	text-align: center;
}

.left { 
	text-align:left;
}

.right { 
	text-align:right;
}

#container {
	width:810px;
	height:auto;
	margin:0 auto 20px auto;
	padding: 0;
	background-color:transparent;
}

#content {
	width:810px;
	height:auto;
	margin:0 auto;
	padding-bottom:5px;
}

#footer {
	clear:both;
	height:auto;
	border-top: 9px solid #98d9b0;
}

.part { 
	height:auto;
	width:240px;  
	float:left; 
	padding:15px;
	font: normal 85%/190% arial;
	color:#222;
	text-align: justify;
} 

/* the main navigation */

#navigation {
	z-index:150;
	width: auto;	
	height: auto;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
}

#navigation li a {	
	list-style-type: none;
	list-style:none;
	width:auto;
	margin: 0 20px 0 0;
	color: #98D9B0;
	font: bold 160% arial;
	letter-spacing:-2px;
	text-decoration:none;
	border-bottom:none;
}

#navigation li a:hover {
	color:#E7F5F0;
	background-color: #ffb989;
}

/* update links */

.updates {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	padding: 0;
}

.updates li a {
	display: block;
	margin:0;
	margin-bottom:5px;
	background:#fff;
	padding: 3px 10px 3px 30px;
	color: #7d5a39;
}

.updates li a:hover {
	background:#fff;
	color: #98d9b0;
	margin-left: 30px;
}

/* wordpress things */

p.postmetadata {
	padding: 10px;
	margin: 15px 50px 15px 50px;
	font: normal 80%/190% arial;
	color: #ffad8f;
	border-left: 5px solid #ddd;
}

.alignleft {
	float: left;
	text-align: left;
	width: auto;
}

.alignright {
	float: right;
	text-align: right;
	width: auto;
}

.clear {
	clear: both;
}


.grava {
	float: right;
	border:8px solid #fff;
	margin: 9px;
}

.footnotes {
	font: normal 75%/185% arial;
}

/* thread comment */

.editComment, .editableComment, .textComment{
	display: inline;
}

.comment-childs{
	border: 0;
	margin: 5px 0 0 10px;
	border-left: 5px solid #ddd;
	padding: 6px 0 6px 10px;
	background-color: transparent;
}

.chalt{
	background-color: transparent;
}

#newcomment{
	border:1px dashed #777;width:90%;
}

#newcommentsubmit{
	color:red;
}

.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}

.mvccls{
	color: #999;
}

/* speech bubble comments, thank you to Vicky of dearagony.org */

.comment-link {
	padding-left: 0px;
	margin-top: -13px;
	margin-left: 5px;
	padding-top: 17px;
	margin-right: 20px;
	float: right;
	text-align:center;
	font: bold 210% arial;
	letter-spacing: -2px;
}

.comment-link a:link, .comment-link a:active, .comment-link a:visited {
	color : #E7F5F0;
	text-decoration : none;
	border-bottom: none;
}

.comment-link a:hover {
	color : #333;
	text-decoration : none;
	border-bottom: none;
	background-color: transparent;
}

.just-me-again-down-here-regular {
  font-family: "Just Me Again Down Here", cursive;
  font-weight: 400;
  font-style: normal;
}


.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}
