/*
Theme Name: Unity
Theme URI: http://www.platinumpending.com
Description: UnityTruthSeekers
Author: III
*/

@import "side.css";
@import "heads.css";
@import "nav_imgs.css";




html{
	/*overflow-x: auto;*/ /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}
body {
	font-family: Times New Roman, serif;
	font-size: 15px;
	text-align: left; /* IE Fix */
	margin: 0;
	color:#400F4A;
	padding: 0px; /* required for Opera to have 0 margin */
	background-color:;
	background-image: url(images/unity_bg.jpg);	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-3;
	background-color: #FBB306;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a{
	color:#9E2DBB;
}
a { 
    text-decoration: none;
    border-bottom: 1px dotted #000; 
}

a:hover {
    background-color: #777;
    color: #fff; 
}

img {
	border: 0;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	

#container {
	width:850px;
	min-height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/head3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FDE59F;
	padding: 20px; 
	}
	
	
#front_left {
float:left;
	width:400px;
}

#front_right {
float:left;
	width:400px;
	margin-left:15px;

}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float:center;
	width: 800px;
	min-height:200px;
		padding:10px;
	}	
.entry {
	width:800px;
	min-height:200px;
		padding:10px;
	}
.entry_front {
	width:98%;
}

.entry, .entry_front {
	
	margin-left:10px;
	background-color:#F8E8E8;
	min-height:100px;
	padding:5px;
	background-image:url(images/itembg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:5px;

}	
.entry_left {
float:left;


}
.entry_right {
float:right;

}

.entry_title {
	font-family:Times New Roman, Times, serif;
	font-size:24px;
	padding-bottom:2px;
	
	

}
.entry_title h3 {
	padding-left:10px;
	padding-bottom:0px;
	margin:0px;
}

.entry_front h4 {
	font-family:Times New Roman, Times, serif;
	font-size:24px;
	color:#922973;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:5px;
}

.entry_mini {
font-family:Times New Roman, Times, serif;
font-size:16px;
margin-bottom:3px;
padding-bottom:0px;

}


.entry_title a, entry_title a:visited{
	color:#922973;
	font-weight:normal;


}
.entry_author {	

}
.entry_author a{

}
.itemtext {
	padding:4px;
	color:#592B55;
	vertical-align: top;
}
.itemtext a{

	}
	
.itemtext a:hover {

	}
.itemtext img{


}
.itemtext p{


}

.details {
	font-size:11px;
	

}
.details a, .details a:visited {
	color:#643F6B;
	}

.details_list {

	}
.details_list ul {

}

.details_list li {

}


blockquote {

	}
	
.editlink img {
	border:0px;
	
}

.date {
	width:100%;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#EDE2F1;
	padding-top:5px;
	font-size:11px;
	color:#8B698A;
}

.date_day {
	display:block;
	font-size:25px;
	text-align:right;
	margin-bottom:5px;
}

.date_month {
	display:block;
	font-size:25px;
	text-align:right;
	font-weight:bold;
	margin-bottom:2px;
}

.date_year {
	display:block;
	font-size:14px;
	/*line-height:.9em;*/
}

.pagetitle {
	margin-left:5px;
	background-color:#F8E8E8;
	width:450px;
	padding:4px;
	background-image:url(images/itembg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:10px;
	}


/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 

	}
#content div, #sidebar div { 
	
	}

#content h1
{

}



/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
clear:both;
width:100%;
background-color:#FFFFFF;
margin-top:20px;
clear:both;
min-height:20px;
text-align:center;
	vertical-align: bottom;
	padding-top:5px;
	}
	
#footer a { 

 }









/*------------------------------------------------------------*
**  Comments
**------------------------------------------------------------*/

.comments {
	
}

.commentauthor{
	font-weight: bold;
	font-style: normal;
}

.comment_section {

}

.commentlist {

	margin: 0px;
	padding: 15px;

}

.alt {

	}
	
.reg {


}
.comment_cnt {

}

.latestactivity small
{
display: block;
margin: 0px;
margin-left: 10px;
font-size: 94%;
}



/*------------------------------------------------------------*
** Custom Contact
**------------------------------------------------------------*/



.custom_contact_row {
  margin: 10px 0px 20px 0px;
  margin: 15px 0px 15px 0px;
  clear: left;
}
.custom_contact_label {
  font-size: 1em;
  float: left;
  width: 120px;
  padding-left: 5px;
}
.custom_contact_label_required {
  font-weight: bold;
  font-size: 1em;
  float: left;
  width: 120px;
  padding-left: 5px;
}
.custom_contact_data {
  float: left;
  padding-left: 5px;
}
.custom_contact_data textarea {
	width: 85%;
	height: 200px;
}
.custom_contact_buttons {
  clear: left;
  padding: 10px 0px 0px 0px;
/*  border-top: 1px solid gray;*/
}

