﻿/* -- START CSS --

Author: Fram
Author URI: http://mrsbrightside.com/
Theme Name: Susan
Theme URI: http://mrsbrightside.com/
Description:  WP Theme by Fram/Brightside


/* ------------------------------------------------------ Body and Globals 
----------------------------------------------------------------------------------------*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color: #DDD5C9;
    color: #5A596A;
    font-family: Verdana;
    font-size: 9pt;
    }
    
p, td  {
	margin: 0px;
    color: #5A596A;
    font-family: Verdana;
    font-size: 9pt;
    }
    

b, strong {
    color: #536188;
}

i, em {
    color: #725A36;
}

u {
color: #ff686c;
}


img {border:0; padding:0; margin:0;}

input,select,textarea{
	border: #DDD5C9 1px solid;
	font-size: 10pt;
	padding:15px;
	background:#CCCDCC;
	color:#5A596A;
	width:500px;
	font-family:Verdana, Arial, sans-serif;
}


p {margin-top:10px;margin-bottom:15px;}
img.alignleft{margin: 5px 10px 2px 0;}
img.alignright{margin: 5px 0 2px 10px;}
img.centered{display: block;margin-left: auto;margin-right: auto;}

.alignleft{float: left;}
.alignright{float: right;}

blockquote {
	font:12px "Trebuchet MS", Arial ;
	line-height:20px;
	padding:15px;
	margin:5px;
	margin-left:15px;
	color:#536188;
	font-style:italic;
}

.news img {padding:0px; margin:3px; border:0px}

.news a img {
	border: 1px solid #38284c;
	opacity:.70;
	filter: alpha(opacity=70);
 	-moz-opacity: 0.7;
	border: 1px #725A36 solid;
	padding: 2px;
    border-radius: 6px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px;
}

.news a:hover img {
	border: 1px #536188 solid;
	opacity:.90;
	filter: alpha(opacity=90);
 	-moz-opacity: 0.9;
	padding: 2px;
    border-radius: 6px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px;
}




.sidebartitle {
	font-size:15px;
	font-family:Verdana, Arial, sans-serif;
	color:#7D6548;
	margin-left:18px;
	margin-right:18px;
	margin-bottom:5px;
	line-width: auto;
	background-color: #CCCDCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 40px;
	border: 1px solid #D2D2D2;
	padding: 10px;
	text-transform:lowercase;
	letter-spacing:2px;
	text-align:center;
	width:200px;
}

.news, p.news {
	margin-left:18px;
	font-size:8pt;
	margin-top:0px;
	margin-bottom:10px;
	margin-right:18px;
	margin-left:20px;
	background-color: #E3DDD2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 40px;
	border: 1px solid #E7E1D8;
	padding: 10px;
}



/* ------------------------------------------------------ Links
----------------------------------------------------------------------------------------*/

a {
    color: #536188;
    text-decoration: none;
}


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

a.altlink {
	color:#536188;
	font-weight:600;
	text-decoration:none;
}	

a.altlink:hover {
    color: #6D7DA7;
    text-decoration: none;
}


/* ------------------------------------------------------ Headers
----------------------------------------------------------------------------------------*/

h1 {
	font-size:15px;
	font-family:Verdana, Arial, sans-serif;
	color:#536188;
	text-align:left;
	margin-left:18px;
	margin-right:18px;
	line-width: auto;
	background-color: #C4B8AA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 40px;
	border: 1px solid #BEB1A3;
	padding: 10px;
}

h1 a {color:#536188; text-decoration:none}
h1 a:hover {color:#6D7DA7; text-decoration:none}

h2 {
	font-size:13px;
	font-family:Verdana, Arial, sans-serif;
	color:#7D6548;
	margin-left:18px;
	margin-right:18px;
	margin-bottom:5px;
	line-width: auto;
	background-color: #CCCDCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 40px;
	border: 1px solid #D2D2D2;
	padding: 10px;
	text-transform:lowercase;
	letter-spacing:2px;
	font-weight:lighter;
}
h2 a {color:#7D6548; text-decoration:none}
h2 a:hover {color:#A0825C; text-decoration:none}

h3 {
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	color:#725A36;
	text-align:left;
	margin-left:18px;
	margin-right:18px;
	line-width: auto;
}

h3 a {color:#725A36; text-decoration:none}
h3 a:hover {color:#725A36; text-decoration:none}

h4 {
	line-height:56px;
	line-width:641px;
	text-transform:lowercase;
	font-size:x-small;
	font-weight:lighter;
	text-align:center;
}