/*  
Theme Name: Beloved
Theme URI: http://wordpress.org/
Description: By Toney
Version: 1.5
Author: Scott Kitson
Author URI: http://remixx.net/
*/

A:link, A:visited, A:active  {
	text-decoration: none;
	color: #937A66;
	font-weight: bold;
}
     
A:hover {
	text-decoration: none;
	color: #151521;
	cursor: crosshair;
	font-weight: bold;
}
     
body {
	background: url(http://remixx.net/wp-content/themes/beloved/images/belovedbg.jpg) #D8D8D8;
	color: #151521;
	font-size: 12px;
	font-family: Arial, Times New Roman;
	cursor: default;
	text-align: justify;
}

b , i , u {
	color: #8B8B8B;
}
     
p {
	margin: 0px;
}

.big {
	font-size: 20px; 
	line-height: 170%; 
	font-family: Georgia, Arial, Times New Roman;
	color: #151521;
	text-align: justify;
}

div.blogsmall {
	font-size: 11px; 
	line-height: 170%; 
	font-family: Arial, Times New Roman;
	color: #8B8B8B;
	text-align: justify;
	padding-bottom: 5px;
}

div.top {
	color: #151521;
	font-size: 22px;
	text-align: left;
	font-family: Georgia, Arial, Times New Roman;
	border-bottom: 1px #151521 solid;
	width: 360px;
}

div.content {
	color: #151521;
	font-size: 12px;
	font-family: Arial, Times New Roman;
	cursor: default;
	text-align: justify;
	line-height: 170%;
	padding-top: 5px;
	width: 360px;
}

td.top {
	color: #151521;
	font-size: 22px;
	text-align: left;
	font-family: Georgia, Arial, Times New Roman;
	border-bottom: 1px #151521 solid;
	width: 360px;
}

td.content {
	color: #151521;
	font-size: 12px;
	font-family: Arial, Times New Roman;
	cursor: default;
	text-align: justify;
	line-height: 170%;
	padding-top: 5px;
	width: 360px;
}

div.sidebar {
	color: #151521;
	font-size: 19px;
	text-align: left;
	font-family: Georgia, Arial, Times New Roman;
	background: url() #FFFFFF;
	padding: 10px;
	width: 180px;
}

div.topside {
	color: #151521;
	font-size: 19px;
	text-align: left;
	font-family: Georgia, Arial, Times New Roman;
	border-bottom: 1px #151521 solid;
	background: url() #FFFFFF;
	width: 180px;
}
     
div.contentside {
	color: #151521;
	font-size: 11px;
	font-family: Arial, Times New Roman;
	cursor: default;
	text-align: justify;
	line-height: 170%;
	padding-top: 5px;
	background: url() #FFFFFF;
	width: 180px;
}

textarea , input , select {
	font-family: Arial, Times New Roman;
	font-size: 11px;
	color: #151521;
	background: #FFFFFF;
	border: 1px solid #151521;
}

.image {
	padding: 4px; 
	background-color: #FFF; 
	border: 1px solid #272727;
}
.imageleft {
	float: left; 
	margin: 0 10px 4px 0; 
	padding: 4px; 
	background-color: #FFF; 
	border: 1px solid #272727;
}
.imageright {
	float: right; 
	margin: 0 0 4px 10px; 
	padding: 4px; 
	background-color: #FFF; 
	border: 1px solid #272727;
}