/*
Theme Name: WordPress Default
Theme URI: http://ashley-madekwe.com
Description: Ashley Madekwe Online
Version: 1
Author: Michele
Author URI: http://fresh-sins.com
*/

body {
	background: #DDD9D6 url('imgs/background.gif') repeat-x top left;
	font: 8pt "Trebuchet MS";
	color: #808080;
	margin: 0;
	padding: 0px;
}

a {
	color: #4d4d4d;
	text-decoration: none;
}

a:hover { 
	color: #2d2d2d;
	text-decoration: underline;
}

.add {
	width: 728px;
	height: 90px;
	margin-top: 3px;
}

.topleft {
	background: #FF6D44 url('imgs/topleft.gif') no-repeat top left;
	width: 18px;
	height: 18px;
}

.topright {
	background: #FF6D44 url('imgs/topright.gif') no-repeat top right;
	width: 18px;
	height: 18px;
}

.bottomleft {
	background: #FF6D44;
	width: 18px;
	height: 18px;
}

.bottomright {
	background: #FF6D44;
	width: 18px;
	height: 18px;
}

.titlemain {
	background: #FF6D44;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 11px;
	padding: 8px 0 8px 0;
}

.titlemain i {
	color: #2d2d2d;
}

.titlemain a {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 10pt "Trebuchet MS";
}

.titlemain a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.mainupdate {
	text-align: justify;
	padding: 10px 22px 10px 22px;
	background: #ffffff;
}

.mainupdate strong {
	color: #FF6D44;
}

.mainupdate em {
	color: #CA3209;
}

.mainupdate img {
	padding: 1px;
	background: #ffffff;
	border: 3px solid #D0D0D0;
	margin: 6px 3px 6px 3px;
}


.mainupdate a img {
	padding: 1px;
	background: #ffffff;
	border: 3px solid #D0D0D0;
	margin: 6px 3px 6px 3px;
}

.mainupdate a img:hover {
	border: 3px solid #B9B9B9;
}

.subupdate {
	margin: 5px 25px 30px 25px;
	text-align: center;
}

.bottomleftif {
	background: #FFFFFF url('imgs/bottomleft-if.gif') no-repeat bottom left;
	width: 18px;
	height: 18px;
}

.bottomrightif {
	background: #FFFFFF url('imgs/bottomright-if.gif') no-repeat bottom right;
	width: 18px;
	height: 18px;
}

.family a img {
	padding: 1px;
	background: #ffffff;
	border: 3px solid #D0D0D0;
	margin: 4px 3px 4px 3px;
}

.family {
	text-align: center;
}

.family a img:hover {
	border: 3px solid #B9B9B9;
}

blockquote, .bq_comment { 
	border-left:8px solid #DDDDDD; 
	background: url('imgs/quote.jpg') no-repeat top left #ffffff; 
	padding:5px 20px 5px 20px; 
	text-align:justify; 
	margin-top:20px; 
	margin-bottom:20px;
}

input, select, textarea, button{
	font: 8pt "Trebuchet MS";
	color: #4D4D4D;
	border:0px;
	background: #E6E6E6;
	padding: 7px;
	-moz-border-radius:  12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px;
}

.contactform {
	text-align: center;
}

.contactform input, .contactform select, .contactform button {
	width: 300px;
}

.contactform textarea {
	width: 432px;
}