@charset "utf-8";
/* CSS Document */

@import "grid.css";
@import "ie6.css";
@import "text.css";
@import "footer.css";
@import "container.css";
@import "header.css";
@import "input.css";
@import "top-navigation.css";
@import "side-navigation.css";
@import "profile.css";
@import "slider.css";
@import "coin-slider-styles.css";

/*
	Theme Name: Studio960 by Cudazi
*/

/* note, see the /css/colors/ folder for additional color information. */

html, body, form,
h1, h2, h3, h4, h5, h6,
p, img, a, div
{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
body, html
{
	background:#FCFAE6 url(../images/bg.gif) repeat-x top left;
}
body
{
	color:#555;
	font-size:15px;
	padding:0;
	margin:0;
}
body, textarea, .promo span, .widgettitle, .minipost h3 a
{
	font-family:Georgia;
}

td{
	vertical-align:top;
}

a
{
	color:#555;
	text-decoration:none;
}
a:hover
{
	color:#000;
}
a:active
{
	color:#555;
}
input
{
	outline:0;
}
UL
{
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
}
UL LI
{
	padding:1px 0;
}
UL LI UL
{
	padding:0 0 0 20px;
}
img
{
	border:0;
}
hr
{
	border:0;
	background:none;
	border-bottom:2px solid #555;
}
.left{
	float:left;
	clear:right;
}

.right{
	float:right;
	clear:left;
}

.last{
	margin:0;
	padding:0;
	border:none medium none;
}

hr{
	border-bottom:1px solid #e1dec3;
}

article {
    margin: 15px;
	text-align:center;
}

a.button{
	background:#999999;
	border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 12px;
    margin: 0 0 0 15px;
    padding: 7px 10px;
}