/* BASICS */
body {
	background: #000000 url(http://thisseasonslove.net/wp-content/themes/tslove01/images/background.jpg) repeat-x;
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
}
table {
	font-size: 12px;
	color: #FFFFFF;
}
img {
	border: 0;
}
.content {
	width: 559px;
	background-color: #410000;
}
.sidebar {
	width: 150px;
	background-color: #410000;
}
.footer {
	width: 730px;
	background-color: #640000;
	font-size: 10px;
	font-family: verdana;
	text-align: center;
}
.footleft {
	width: 14px;
	background-image: url(http://thisseasonslove.net/wp-content/themes/tslove01/images/index_05.jpg);
	background-repeat: repeat-y;
}
.footright {
	width: 6px;
	background-image: url(http://thisseasonslove.net/wp-content/themes/tslove01/images/index_06.jpg);
	background-repeat: repeat-y;
}

/* HEADERS */
h1 {
	font-family: arial;
	font-size: 14px;
	text-transform: lowercase;
	border-bottom: 1px dotted #808080;
	color: #808080;
}
h2 {
	color: #DEDDDD;
	font-family: arial;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 5px;
}
h3 {
	color: #D4B6B6;
	font-size: 14px;
	font-family: verdana;
	text-transform: uppercase;
	border-bottom: 1px dashed #D4B6B6;
	margin-top: 2px;
	text-align: right;
}

/* LINKS */
a:link, a:visited, a:active {
	color: #D48585;
	text-decoration: none;
}
a:hover {
	color: #FF5E5E;
	text-decoration: none;
}
a img {
	border: 3px solid #D68484;
}
a:hover img {
	border: 3px solid #FF5E5E;
}


/* FORMS */
fieldset {
	border: 0;
}
legend {
	display: none;
}
input, textarea, select {
	font-family: verdana;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
}