﻿/*
Theme Name: Emma Online v1.0
Theme URI: http://mrsbrightside.com/
Description: Exclusive theme for emma-online.org
Author: Fram
Author URI: http://mrsbrightside.com/
*/

/* General Elements */

body {
	background: url(images/bg.jpg) repeat-x top  #37332e;	
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #756c64;
}

p, td, tr, table {
	font-family: Arial;
	font-size: 12px;
}

a, a:visited, a:active {
	color: #b8ac9a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	text-transform:lowercase;
	text-decoration:none;
}

a:hover {
	color: #9b8a78;
	text-decoration:none;
}

b, strong, bold {
	color:#8a7e6f;
}

i, em, italic {
	color: #c9c0b0;
	font-style:italic;
}

underline, u{
	color: #a45c40;
    text-decoration:underline;
}

textarea {
	background-color: #282521;
	padding: 8px;
	border: solid 1px #282521;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	color: #5f584f;
}

button, submit, input {
	background-color: #282521;
	padding: 8px;
	border: solid 1px #282521;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	color: #5f584f;
	font-weight:bold;
}


/* Heaser Elements */


h2 {
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style:italic;
	color: #aa9585;
	margin-bottom: 0;
	text-decoration:none;
	font-weight:normal;
}

h3 {
	margin-top: 15px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #9E907F;
	margin-bottom: 0;
	text-decoration:none;
	font-weight:normal;
}



/* Post Elements */

.main-content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #756c64;
}

.main-content img{
	 margin:2px;
	 padding:5px;
	 background-color:#23201d;
	 border:1px solid #23201d;
	 -moz-border-radius:6px;
	 -khtml-border-radius: 6px;
	 -webkit-border-radius: 6px;
}

.main-content a img{
    /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
}

.main-content a:hover img{
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
}

.main-header, .main-header a  {
	margin-top: 22px;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 20pt;
	color: #7b6c5a;
	margin-bottom: 10px;
	text-decoration:none;
}

.sub-header {
	margin-top: 2px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #b1998b;
	background-color: #24211e;
	border: 1px;
	border-style:solid;
	text-align:center;
	border-color: #292523;
	margin-left: 15px;
	margin-right: 20px;
	padding:2px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
    margin-bottom: 0;
}

.sub-header a {
	text-decoration:none;
	font-size: 7pt;
}

.comments {
	font-family: Georgia;
	font-size: 25px;
	color: #2d2a25;
    font-style:italic;
    text-align:right;
    text-align:center;
}

 .comments a {
	text-decoration:none;
	color: #2d2a25;
	font-family: Georgia;
	font-size: 25px;
}

 .comments a:hover {
	text-decoration:none;
	color: #1f1d1a;
}

blockquote {
	font: 11px "Trebuchet MS", Georgia, "Times New Roman", Times, serif ;
	color:#524e47;
	line-height:15px;
	border-left:11px solid #272420;
	margin-left:7px;
	padding-left:15px;
}

.postmetadata {
	background-color: #211e1b;
	padding: 8px;
	border: solid 1px #211e1b;

}





/* Special Elements */

.welcome {
	font-family: Arial;
	font-size: 11px;
	color: #706965;
	text-align:left;
}

.navigation-links, {
	margin-top: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5b4b37;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	text-transform:lowercase;
}

.navigation-links a {
	margin-top: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #524538;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	text-transform:lowercase;
}

.navigation-links a:hover {
	color: #3e342b;
}
