/*
Theme Name: Coming Soon
Author: Carol L.
Author URI: http://sin21.org
*/

body{
	margin:0 auto;
	padding: 0;
	background: #131313 url(images/folio-bg.jpg) top center fixed;
	font: 12px "Trebuchet Ms";
	color: #5D5D5D;
	text-align: center;
	height: 100%;
}

p, li {
	line-height: 1.8em;
}
.clear {
clear: both;
}

#wrapper {
	width:700px;
}
a:link {background:none; color:#5D5D5D; text-decoration: none;}
a:visited {background:none; color:#5D5D5D; text-decoration: none;}
a:hover {background:none; color:#1F1F1F;}

strong, b{color: #BE5053;}
em, i {color: #171717;}
u {color: #91C846;}

a img, a:visited img {
	padding:5px;
	border: 1px solid #E2E2E2;
}
a:hover img{
	padding:5px;
	border: 1px solid #5FA3C8;
}

/*LINKS*/
ul.links{font-size: 11px; list-style-type: none; margin: 0; padding: 0;}
	ul.links li {display: block; width: 180px; display: inline; float: left;}
	ul.links li a {display: inline; float: left; }
	ul.links li a {background: url() 5px 7px no-repeat; padding: 5px 10px 5px 18px; display: block; width: 180px; border-bottom: 1px dotted #94B95A; color: #5D5D5D; text-align: left;}
	ul.links li a:hover {background:#FFC4D6; color: #ffffff;border-bottom: 1px dotted #FF99B1;}
