﻿/*
Theme Name: Sanchez Fan
Theme URI: http://mrsbrightside.com/
Description: Exclusive theme for roselynsanchezfan.com
Author: Fram
Author URI: http://mrsbrightside.com/
*/

/* General Elements */

body {
	background: #0e0000;	
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #948180;
}

p, td, tr, table {
	font-family: Arial;
	font-size: 12px;
}

a, a:visited, a:active {
	color: #d1a58b;
	text-decoration:none;
}

a:hover {
	color: #e5ac8a;
	text-decoration:none;
}

b, strong, bold {
	color:#af3531;
}

i, em, italic {
	color: #825046;
	font-style:italic;
}

underline, u{
	color: #9f2d2d;
    text-decoration:underline;
}

textarea {
	background-color: #1f120d;
	padding: 8px;
	border: solid 1px #332017;
	width: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	color: #825046;
}

button, submit, input {
	background-color: #1f120d;
	padding: 8px;
	border: solid 1px #332017;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	color: #af3531;
}


/* Heaser Elements */


h2 {
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style:italic;
	color: #af3531;
	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: #948180;
}

.main-content img{
	 margin:2px;
	 padding:5px;
	 background-color:#0e0000;
	 border-bottom:1px solid #1a0b0b;
	 border-right:1px solid #1a0b0b;
	 -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: 15px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #d8bdad;
	margin-bottom: 0;
	text-decoration:none;
}

.sub-header {
	margin-top: 2;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ceb8ab;
	background-color: #453731;
	border: 1px;
	border-style:solid;
	border-color: #30160b;
	margin-left: 15px;
	margin-right: 14px;
	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;
}

.comments {
	font-family: Georgia;
	font-size: 40px;
	color: #857170;
	margin-right: 65px;
	margin-top: 68px;
	margin-bottom: 0;
    font-style:italic;
    text-align:right;
	margin-bottom: 0;
}

 .comments a {
	text-decoration:none;
	color: #857170;
}

 .comments a:hover {
	text-decoration:none;
	color: #d1a58b;
}

blockquote p:first-letter { 
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	color: #af3531;
	margin: 5px;
	font-style: italic;
	font-size: 50px;}

blockquote {
	background-color: #362118;
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
	margin-left: 1.8em;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #927773;
	border: 1px solid #442e24;}

.postmetadata {
	background-color: #362118;
	padding: 8px;
	border: solid 1px #442e24;

}

.navigation-links {
	margin-top: 0px;
	margin-left: -150px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #f7f1eb;
	font-style:italic;
	font-weight:normal;
	text-decoration:none
}

/* Sidebar Elements */

.sidebar {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #a2908f;
}

.sidebar b, .sidebar strong, .sidebar bold {
	color: #ad9788;
}

.sidebar u {
	color: #d3e6f6;
}


.sidebar i, .sidebar em, .sidebar italic {
	color: #417ab5;
	font-style:italic;
}


.sidebar a, .sidebar a:visited, .sidebar a:active {
	color: #d1a58b;
	text-decoration:none;
}

.sidebar a:hover {
	color: #e5ac8a;
	text-decoration:none;
}

.sidebar-pics img, {
	 margin:0px;
	 padding:5px;
	 background-color:#610000;
	 border-bottom:1px solid #6f0d0c;
	 border-right:1px solid #6f0d0c;
	 -moz-border-radius:6px;
	 -khtml-border-radius: 6px;
	 -webkit-border-radius: 6px;
}

.sidebar li {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #958281;
	background-color: #610000;
	border: 1px;
	border-style:solid;
	border-color: #6f0d0c;
	margin-left: -40px;
	margin-right: 5px;
	margin-top:20x;
	padding:6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
    margin-bottom: 5px;
    font-weight:normal;
    list-style-image:none;
    list-style-type:none;
}

.sidebar li a, .sidebar li a:active, .sidebar li a:visited  {
	color: #cea084;
}



/* Special Elements */

.welcome {
	margin-left: 40px;
	margin-right: 28px;
	margin-top: 4px;
	font-family: Arial;
	font-size: 11px;
	color: #74605f;
	text-align:right;
}

.navigation, .navigation a {
	margin-top: 0px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #9e8c8b;
	font-style:italic;
	font-weight:bold;
	text-decoration:none
}


