﻿/*

Theme Name: Adoring Jessica Simpson - MrsBrightside.Com
Theme URI: http://mrsbrightside.com/
Description: Exclusive theme for Adoring Jessica Simpson
Author: Fram
Author URI: http://mrsbrightside.com/

*/



/* General Elements */

body {
	background: url(images/bg.png) repeat-x top  #d2dad9;	
	margin: 0px;
	font-family: Arial;
	font-size: 10px;
	color: #8c98a2;
}


p, td, tr, table {
	font-family: Arial;
	font-size: 12px;
}

a, a:visited, a:active {
	color: #738179;
	font-family: Arial;
	text-decoration:none;
}

a:hover {
	color: #6d7e6a;
	text-decoration:none;
}


b, strong, bold {
	color:#8baba4;
}

i, em, italic {
	color: #4e5e5f;
	font-style:italic;
}

underline, u{
	color: #6b5353;
    text-decoration:underline;
}

textarea {
	background-color: #d0dddd;
	padding: 8px;
	border: solid 1px #d0dddd;
	width: 500px;
	font-family: Arial;
	font-size: 12px;
	color: #95a2ac;
}

button, submit, input {
	background-color: #d0dddd;
	padding: 8px;
	border: solid 1px #d0dddd;
	font-family: Arial;
	font-size: 12px;
	color: #95aaac;
	font-weight:bold;
}


/* Header Elements */

h1 {
	text-align:center;
	color:#9b938a;
	margin-bottom:-8px;
	text-shadow: #868c95 1px 1px 1px;
}

h2 {
	margin-top: 15px;
	font-family: Arial;
	font-size: 18pt;
	color: #807d69;
	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: #607b7b;
	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: #6c8182;
}

.main-content img{
	 margin:2px;
	 padding:6px;
	 background-color:#e6f0f0;
	 border:1px solid #e9f2f4;
	 -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  {
	font-family: Georgia, "Times New Roman";
	font-size: 20pt;
	color: #9b938a;
	margin-bottom: 10px;
	text-decoration:none;
	margin-top:15px;
	font-weight:normal;
	font-style:italic;
    text-shadow: #e9eef3 1px 1px 1px;
	text-transform:lowercase;
}

.sub-header {
	margin-top: -8px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5f7f83;
	background-color: #d8e4e4;
	border: 0px;
	border-style:solid;
	text-align:center;
	border-color: #;
	margin-left: 15px;
	margin-right: 20px;
	padding:5px;
	line-height:15px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
    margin-bottom: 0;
display:inline
}

.sub-header a {
	text-decoration:none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 9pt;
}

.comments {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #609293;
    text-align:right;
    text-align:center;
    text-transform:lowercase;
    font-style:normal;
}

 .comments a {
	text-decoration:none;
	color: #609293;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
    text-transform:lowercase;
    font-style:normal;
}


.comments a:hover {
	text-decoration:none;
	color: #5b8080;
}

blockquote {
	font: 12px "Trebuchet MS", Arial, "Times New Roman", Times, serif ;
	color:#6b898d;
	line-height:15px;
	border-left:11px solid #b6cccd;
	margin-left:7px;
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
}

.postmetadata {
	padding: 8px;
	color:#9ea7ae;
}





/* Images */

a img {
	margin:2px;
	 padding:6px;
	 background-color:#e6ebf0;
	 border:1px solid #e9eff4;
	 -moz-border-radius:6px;
	 -khtml-border-radius: 6px;
	 -webkit-border-radius: 6px;}


/* Special Elements */

.navigation-links, {
	margin-top: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	color: #9eadae;
	text-decoration:none;
	text-transform:lowercase;
	letter-spacing:1px;
}

.navigation-links a {
	margin-top: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	color: #9ea7ae;
	text-decoration:none;
	text-transform:lowercase;
	letter-spacing:1px;
}

.navigation-links a:hover {
	color: #9ea7ae;
}
.recentimages a img{
	background:#fff;
	padding:3px;
	width:50px;
	margin:2px;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	border-radius:6px;
	box-shadow: 0px 0px 7px #bababa;
	-webkit-box-shadow: 0px 0px 7px #bababa;
	-moz-box-shadow: 0px 0px 7px #bababa;
}

.eliteaffs a img{
	background:#fff;
	padding:3px;
	width:60px;
	margin:2px;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	border-radius:6px;
	box-shadow: 0px 0px 7px #bababa;
	-webkit-box-shadow: 0px 0px 7px #bababa;
	-moz-box-shadow: 0px 0px 7px #bababa;
}
