﻿/*
Theme Name: Love is...
Theme URI: http://heartdrops.org
Description: Typography layout, love-themed
Version: 1.0
Author: Georgina Luhur
Author URI: http://heartdrops.org
Copyright Georgina Luhur, not to be redistributed. 
*/

/* fance schmance */

@font-face {
	font-family: 'leaguegothic';
	src: url('/x/wp-content/themes/loveis/fonts/league_gothic-webfont.eot');
	src: local('☺'), url('/x/wp-content/themes/loveis/fonts/league_gothic-webfont.woff') format('woff'), url('/x/wp-content/themes/loveis/fonts/league_gothic-webfont.ttf') format('truetype'), url('/x/wp-content/themes/loveis/fonts/league_gothic-webfont.svg#webfontq7L3lEgk') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gisha';
	src: url('/x/wp-content/themes/loveis/fonts/gisha-webfont.eot');
	src: local('☺'), url('/x/wp-content/themes/loveis/fonts/gisha-webfont.woff') format('woff'), url('/x/wp-content/themes/loveis/fonts/gisha-webfont.ttf') format('truetype'), url('/x/wp-content/themes/loveis/fonts/gisha-webfont.svg#webfontq7L3lEgk') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* necessary things */

body,p, li {
	font: normal 95%/240% arial;
	color:#222;
	text-align: justify;
}

body {
	background-color:#ccc;
	background-attachment: fixed;
	margin: 0 auto;	
}

#header {
	width:auto;
	height: 300px;
	background:url('he.png') no-repeat scroll center top;		
	position: relative; 
}

#lovebox {
	position: absolute;
	bottom: 125px;
	left: 420px;
	width: 330px;
	height: 150px;
	padding:5px;
	display:table;
}

#thelove {
	height: auto;
	width:auto;
	display: table-cell;
	vertical-align:middle;
	font: normal 120%/150% gisha;
	text-align: left;
	color: #999;
}

/* the basic stuff */

img {
	border:none;
}

a:visited,a:link {
	text-decoration:none;
	color:#F69679;
	font-weight:bold;
	border-bottom: 1px dotted #aaa;
}

a:visited.no, a:link.no {
	font-weight:normal;
	border-bottom:none;
}

a:hover {
	color:#777;
	border-bottom: 1px solid #ccc;
}

h1 {
	font: normal 280% leaguegothic;
	text-align: left;
	color: #aaa;
	text-transform:uppercase;
}

h2 { 
	color:#636363;
	font: normal 175% leaguegothic;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
}

h3 {
	text-align:center;
	color:#444;
	font: normal 110%/170% arial;
	text-transform:uppercase;
}

h4 {
	padding: 10px 0 0 30px;
	margin-top: -20px;
	font: normal 95%/190% arial;
	color:#444;
}

h6 {
	padding: 10px 30px 0 0;
	font: italic 95%/190% "times new roman";
	color:#444;
	text-align:right;
}

h5 {
	color:#444;
	font: normal 85%/200% gisha;
	text-align:center;
}

b,strong {
	color:#999;
	font-family: arial;
}

em, i {
	color:#555;
	font-family: georgia;
}

code {
	font-family: consolas, courier;
	color: #333;
}

pre {
	font-family: consolas, courier;
	overflow:auto;	
	padding:10px;
	color: #888;
	margin: 20px;
	border-left: 6px solid #ccc;
}

u {
	color:#333;
}

blockquote {
	font: italic 100%/190% "times new roman";
	display:block;
	padding:10px;
	color: #333;
	margin: 20px 90px;
	border-left: 6px solid #ccc;
}

input, textarea, select {
	background-color:#eee;
	padding: 10px;
	font: normal 95%/190% arial;
	color: #333;
	border:1px solid #bbb;
}

/* the elemental stuff */

.center {
	text-align: center;
}

#container {
	width:810px;
	height:auto;
	margin:20px  auto;
	background-repeat:no-repeat;
	background-color:transparent;
	padding: 10px;  
	border-radius: 15px;
}

#content {
	width:740px;
	height:auto;
	margin:auto;
	padding-bottom:15px;
}

#footer {
	clear:both;
	height:auto;
	border-top: 6px solid #ddd;
	margin:0 10px;
}

#footer2 {
	clear:both;
}

.part { 
	height:auto;
	width:220px;  
	float:left; 
	padding:15px;
	font: normal 85%/190% arial;
	color:#222;
	text-align: justify;
} 

#navigation {
	padding: 0 0 20px 0;
	margin: 0 20px;
	text-align:center;
	border-bottom: 6px solid #ddd;
}

#navigation li {
	display: inline;
}

#navigation li a {	
	list-style-type: none;
	list-style:none;
	width:auto;
	padding: 5px;
	margin: 0 11px;
	color:#888;
	font: bold 130% arial;
	text-decoration:none;
	border-bottom:none;
}

#navigation li a:hover.one {
	background:url('heart2.png') no-repeat scroll center top;
}

#navigation li a:hover.two {
	background:url('heart1.png') no-repeat scroll center top;
}

#navigation li a:hover.three {
	background:url('heart3.png') no-repeat scroll center top;
}

#navigation li a:hover {
	color:#222;
	text-decoration:none;
}

.updates {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	padding: 0;
}

.updates li a {
	display: block;
	margin:0;
	margin-bottom:3px;
	background:#eee;
	padding: 3px 3px 3px 10px;
	color: #888;
	border-bottom:none;
}

.updates li a:hover {
	background:#fff;
	border-right:4px solid #F69679;
	border-bottom:none;
}


big {
	font: normal 130% georgia;
	letter-spacing:2px;
	color: #c16739;
}

.image a img {
	border: 8px solid #eee;
	background: #fcc;
	text-align:center;
}

.image a:hover img {
	border: 8px solid #ddd;
	background: #ccb;
}

table {
	padding: 10px;
}

p.postmetadata, div.postmetadata {
	background-color:#eee;
	padding: 10px;
	margin: 10px 50px 10px 50px;
	font: normal 80%/190% arial;
	color: #333;
	border-left:5px solid #bbb;
}

.alignleft {
	float: left;
	text-align: left;
	width: auto;
}

.alignright {
	float: right;
	text-align: right;
	width: auto;
}

.clear {
	clear: both;
}

.thecomment {
	margin-bottom:10px;
	font: normal 85%/170% arial;
	text-align: justify;
	margin-top: -30px;
}

.grava {
	float: right;
	border:5px solid #ccc;
	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, thank you to Vicky of dearagony.org */

.comment-link {
	padding-left: 0px;
	margin-top: 10px;
	margin-left: 5px;
	padding-top: 17px;
	margin-right: 10px;
	float: right;
	width: 70px;
	height: 65px;
	text-align:center;
	font: 700 170% arial;
	background : url('heart.png') no-repeat;
}

.comment-link a:link, .comment-link a:active, .comment-link a:visited {
	color : #fffffe;
	text-decoration : none;
	border-bottom: none;
}

.comment-link a:hover {
	color : #333;
	text-decoration : none;
	border-bottom: none;
}

/* rounded corners, thank you roundedcornr.com */

.roundedcornr_box_880481 {
   background: #ffffff;
}
.roundedcornr_top_880481 div {
   background: url(roundedcornr_880481_tl.png) no-repeat top left;
}
.roundedcornr_top_880481 {
   background: url(roundedcornr_880481_tr.png) no-repeat top right;
}
.roundedcornr_bottom_880481 div {
   background: url(roundedcornr_880481_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_880481 {
   background: url(roundedcornr_880481_br.png) no-repeat bottom right;
}

.roundedcornr_top_880481 div, .roundedcornr_top_880481, 
.roundedcornr_bottom_880481 div, .roundedcornr_bottom_880481 {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_880481 { margin: 0 20px; }

/* navigation tutorial */

#nav0 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}

#nav0 li {
	margin-bottom: 2px;
}

#nav0 a {
	background: #000;
	color: #ddd;
	display: block;
	width: 150px;
	border-left: 5px solid #808080;
	border-bottom:none;
	padding-left: 10px;
} 

#nav0 a:hover {
	background: #808080;
	color: #ddd;
	text-decoration: none;
	border-left: 5px solid #000;
	border-bottom:none;
} 

#nav1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav1 li {
	float: left;
	width:85px;
	margin-bottom: 2px;
}

#nav1 li a {
	background: #000;
	color: #ddd;
	display: block;
	width: 85px;
	padding: 3px;
	text-align: center;
	border-bottom:none;
} 

#nav1 li a:hover {
	background: #808080;
	color: #ddd;
	text-decoration: none;
	border-bottom:none;
} 

