﻿/*

Theme Name: Hilary Duff Web
Theme URI: http://mrsbrightside.com/
Description: Exclusive theme for hialrydweb.org
Author: Fram
Author URI: http://mrsbrightside.com/

*/



/* General Elements */

body {
	background: url(images/bg.png) repeat-x top  #d8d7d5;	
	margin: 0px;
	font-family: Calibri, Calibri, Arial;
	font-size: 10px;
	color: #737578;
}


p, td, tr, table {
	font-family: Calibri, Arial;
	font-size: 12px;
}

a, a:visited, a:active {
	color: #b85e77;
	font-family: Calibri, Arial;
	text-decoration:none;
}

a:hover {
	color: #a6445f;
	text-decoration:none;
}


b, strong, bold {
	color:#8b8e94;
}

i, em, italic {
	color: #9b958f;
	font-style:italic;
}

underline, u{
	color: #b29c8f;
    text-decoration:underline;
}

textarea, button, submit, input {
padding: 5px;
font-family:Calibri;
color:#737578;
border-bottom: 1px solid #d5d4d2;
border-top: 1px solid #ececec;
border-right: 1px solid #d5d4d2;
border-left: 1px solid #ececec;
-moz-border-radius:  5px; 
border-radius: 5px;
-webkit-border-radius: 5px; 
background: #e5e5e5;
max-width:550px;
}


li {
	list-style:none;
	font-size:11px;
	margin-left:-20px;
}


/* Post Elements */

.main-content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #737578;
}

.sb-content {
	padding:10px;
	margin: 0px;
}

.main-content img{
background: #ffffff;
border: 5px solid #ffffff;
padding: 1px;
box-shadow: 0px 0px 7px #d6d3c0;
-webkit-box-shadow: 0px 0px 7px #d6d3c0;
-moz-box-shadow: 0px 0px 7px #d6d3c0;
margin:3px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-bottomright: 12px;
border-top-left-radius: 0px;
border-bottom-right-radius: 0px;
}

.main-content a img{
    /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
}

.main-content a:hover img{
background: #a96473;
border: 5px solid #a96473;
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
}

.main-header, .main-header a  {
color: #e7e7e7; 
font-size:35px; 
font-family: calibri; 
text-transform:lowercase; 
letter-spacing: -2px; 
text-shadow: #7d7c82 1px 1px 1px;
}

.sbh1 {
color: #9f9da5; 
font-size:38px; 
font-family: calibri; 
text-transform:lowercase; 
letter-spacing: -2px; 
text-shadow: #ffffff 1px 1px 1px;
}

.sbh2 {
color: #9b958f; 
font-size:38px; 
font-family: calibri; 
text-transform:lowercase; 
letter-spacing: -2px; 
text-shadow: #ffffff 1px 1px 1px;
}

.sub-header {
background-color: #ededed;
text-align: center;
border-bottom: 1px solid #dfdfdf;
-moz-border-radius:  3px; 
-webkit-border-radius: 3px; 
border-radius: 3px;
padding:3px;
margin:1px;
color:#989b9f;
}


blockquote {
padding: 5px;
margin: 5px;
color:#989b9f;
background: #ededed;
border-left: 3px solid #dfdfdf;
}

img {
border: 0px;
padding: 0px;
margin:0px;
}
