/*
Theme Name: Designs
Theme URI: ?
Description: 
Version: 1.0
Author: Carol L.
Author URI: http://dirrty-laundry.com
*/
body {
        margin: 0px auto;
	background: #ffffff url(http://francia-raisa.net/wp-content/themes/Dirrty%20Laundry%20Designs/images/fro-bg.jpg) top repeat-x;
	overflow-x:hidden;
	font: 11px "Arial";
	line-height: 13px;
	color: #747474; 
	text-align: justify;
}
#layout {
        margin: 0px auto;
}
/*Bold, Italics, Underline*/
strong, b {	
	color: #FF8B77;
}
i, em {	
	color: #4DBCCC;
}
u {
	color: #644B47;
}
/*Main Link CSS*/
a:link{
	color: #484848; 
	text-decoration: none;
}
a:visited{
	color: #484848; 
	text-decoration: none;
}
a:hover{
	color: #D4B8A3;
}

h1, h2, h3 { 
	font-family:"Trebuchet MS";
	text-decoration: none;
}

/*Bullet & Link List*/
ul { list-style-type: none;  margin: 0px; padding: 0px;}
ul li { display: block; list-style-type: none; color: #484848; background:#F2F2F2; border-bottom: 1px solid #DEDEDE; width: 95%; padding: 5px 10px 5px 18px;}

/*Template CSS*/
#c-body { 
	background: #F4F4F4;
	width:100%;
	padding: 0 0 45px 0;
}
.c-title { 
	background: #FFFFFF;
	padding: 4px 0 4px 10px;
	font: 18px "Trebuchet Ms";
	color:  #99D9E2;
	letter-spacing: -1px;
	text-transform: uppercase;
	border-bottom: 5px solid #99D9E2;
	text-align: center;
}
.c-date { 
	background:#FDEB7D;
	padding: 2px 0 2px 0;
	font: 11px "Trebuchet Ms";
	color: #5C5C5C;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	border-top: 1px solid #F2F2F2;
}
.c-news {
	background: #F2F2F2;
	font-family: Arial;
	line-height: 17px;
	font-size: 11px;
	color: #484848; 
	text-align: justify;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #DEDEDE;
}
.c-news a:link {
	text-transform: none;
	color: #484848; 
}
.c-news a:visited {
	color: #484848; 
}
.c-news a:hover{
	color: #FFB4A7; 
	text-decoration: underline;
}
.c-meta {
	background: #FBFBFB;
	font-family: Arial;
	line-height: 17px;
	font-size: 11px;
	color: #787878; 
	text-align: justify;
	padding: 3px 10px 3px 10px;
}
.c-meta a:link {
	text-transform: none;
	color: #787878; 
}
.c-meta a:visited {
	color: #787878; 
}
.c-meta a:hover{
	background: #FDEB7D;
	color: #5B5B5B; 
}
.c-news img{
	padding: 5px;
	background:#FBFBFB;
	border:1px solid #DEDEDE;
	margin-right: 3px;
}

#s-body { 
	background: #DCF1F6;
	width:100%;
	padding: 0 0 25px 0;
}
.s-title { 
	background: #ffffff;
	padding: 7px 0 7px 10px;
	font: 15px "Trebuchet Ms";
	font-weight: bold;
	color: #FEB5A6;
	letter-spacing: -1px;
	text-transform: lowercase;
	border-bottom: 5px solid #FEB5A6;
	text-align: center;
}
.s-news {
	background: #DCF1F6;
	font-family: Arial;
	line-height: 17px;
	font-size: 11px;
	color: #484848; 
	text-align: justify;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #DEDEDE;
}
.s-news a:link {
	text-transform: none;
	color: #484848; 
}
.s-news a:visited {
	color: #484848; 
}
.s-news a:hover{
	color: #2D93AC; 
	text-decoration: underline;
}
.s-news img{
	padding: 5px;
	background:#ECF8FB;
	border:1px solid #ACDDEA;
	margin-right: 1px;
}

/*******FORMS*********/
blockquote {
	background: #FFFFFF;
	color: #484848;
	display: block;
	font: 11px "Arial";
	text-align: justify;
	line-height: 15px; 
	padding: 0px 7px 0px 7px;
	border: 2px solid #DEDEDE;
}
input.submit {
	color: #484848;
	background: #FFFFFF;
	font: 11px "Arial";
	padding: 5px 5px 5px 5px;
	text-align: center;
	border: 2px solid #DEDEDE;
	margin-bottom: 5px;
	width:80px;
}
input {
	color: #484848;
	background: #FFFFFF;
	font: 11px "Arial";
	padding: 5px 5px 5px 5px;
	text-align: center;
	text-align: left;
	border: 2px solid #DEDEDE;
	margin-bottom: 0px;
}

textarea, #comment{
	color: #484848;
	background: #FFFFFF;
	font: 11px "Arial";
	padding: 5px 5px 5px 5px;
	text-align: center;
	text-align: left;
	border: 2px solid #DEDEDE;
	margin-bottom: 5px;
	width:400px;
}

option {
	color: #484848;
	background: #FFFFFF;
	font: 11px "Arial";
	padding: 1px 5px 1px 5px;
	text-align: center;
	text-align: left;
	border: #575757 0px solid;
	margin-bottom: 5px;
}

select {
	color: #484848;
	background: #FFFFFF;
	font: 11px "Arial";
	padding: 5px 5px 5px 5px;
	text-align: center;
	border: #575757 1px solid;
	width:70%;
	margin-bottom: 5px;
}