﻿/*

Theme Name: Jessica Stroup Web - MrsBrightside.Com
Theme URI: http://mrsbrightside.com/
Description: Exclusive theme for Jessica Stroup Web
Author: Fram
Author URI: http://mrsbrightside.com/

*/



/* General Elements */

body {
	background: url(images/bg.png) repeat-x top  #c6ced4;	
	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: #8f7182;
	font-family: Arial;
	text-decoration:none;
}

a:hover {
	color: #8d5f79;
	text-decoration:none;
}


b, strong, bold {
	color:#8b9dab;
}

i, em, italic {
	color: #514c50;
	font-style:italic;
}

underline, u{
	color: #794f53;
    text-decoration:underline;
}

textarea {
	background-color: #cfd7dd;
	padding: 8px;
	border: solid 1px #cfd7dd;
	width: 500px;
	font-family: Arial;
	font-size: 12px;
	color: #95a2ac;
}

button, submit, input {
	background-color: #cfd7dd;
	padding: 8px;
	border: solid 1px #cfd7dd;
	font-family: Arial;
	font-size: 12px;
	color: #95a2ac;
	font-weight:bold;
}

li, ul {
display:inline;
}


/* Header Elements */

h1 {
	text-align:center;
	color:#8b7482;
	margin-bottom:-8px;
	text-shadow: #868c95 1px 1px 1px;
}

h2 {
	margin-top: 15px;
	font-family: Arial;
	font-size: 18pt;
	color: #7e5453;
	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: #667075;
	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: #8c98a2;
}

.main-content img{
	 margin:2px;
	 padding:5px;
	 background-color:#e6ebf0;
	 border:1px solid #e9eff4;
	 -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: Arial;
	font-size: 20pt;
	color: #8b7482;
	margin-bottom: 10px;
	text-decoration:none;
	margin-top:15px;
	font-weight:bold;
	text-shadow: #e9eef3 1px 1px 1px;
	text-transform:lowercase;
}

.sub-header {
	margin-top: -8px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #838383;
	background-color: #eceef1;
	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;
}

.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: #707c85;
    text-align:right;
    text-align:center;
    text-transform:lowercase;
    font-style:normal;
}

 .comments a {
	text-decoration:none;
	color: #707c85;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
    text-transform:lowercase;
    font-style:normal;
}


.comments a:hover {
	text-decoration:none;
	color: #54616b;
}

blockquote {
	font: 12px "Trebuchet MS", Arial, "Times New Roman", Times, serif ;
	color:#9ea7ae;
	line-height:15px;
	border-left:11px solid #ced6dc;
	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: #9ea7ae;
	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;
}


.latest img{
	 margin:1px;
	 padding:3px;
         width: 50px;
	 background-color:#e6ebf0;
	 border:1px solid #e9eff4;
	 -moz-border-radius:6px;
	 -khtml-border-radius: 6px;
	 -webkit-border-radius: 6px;
}

.latest a img{
    /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
}

.latest a:hover img{
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}