/********************************************
* Applies to the whole page
********************************************/
body {
	
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #282C30;
	background-color: #FEFEFF;
}

#wrapper {
	margin: 0px auto; /* this centers the web page horizontally on the browser window*/
	width: 984px;
	
}

/********************************************
* BODY
*	#wrapper
*		#header
*		#content
*			#search
********************************************/

/********************************************
* Header
********************************************/

#header {
	border-bottom: 1px solid #16274B;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	}

.header_text {
	position: relative;
	top: -11px;
	left: 10px;
	text-transform: uppercase;
	font-variant: small-caps;
	word-spacing: 2px;
	color: #5a595a;
}
#header_menu{
	float: right;
	
	}
	
#header a:link,
#header a:visited,
#header img {
	border: 0px;
	}

#nav {
	margin: 20px 5px 0 0;
	padding: 0;
	align: right;
	display: inline;
	
	}

#nav li {
	padding: 2px;
	margin: 0px;
	display: inline;
	
	}

#nav a:link,
#nav a:visited {
	color: #5a595a;
	padding:20px 40px 4px 10px;
}
/********************************************
* Content - the main work area on the UI
********************************************/
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	/*padding: 10px;
	border: 1px solid #16274B;*/
	width: 800px;
	background-color: #16274B;
	float: left;
}

/********************************************
* Search
********************************************/
#search {
	margin: 0 4px 0 4px;
	padding: 5px;
	height: 100px;
	background-color:#16274B;
	color: #ffffff;
	border: 1px solid #16274B;	
	z-index: 10001;
	font-size: 16px;
}
	
#search p {
	margin: 0 0 0 0;
	padding: 5px;
	color: #ffffff;
	font-size:16px;
}

#search form {
	display: inline;
	}

#content_header form,#content_header form p {
	margin: 0px;
	padding: 0px;
}

#journal {
	min-height: 700px;
	margin: 0 3px 0 4px;
	width: 781px;
	margin-top: 2px;
	padding: 5px;
	background-color: #FFFFFF;
	font-size:12px;
}

#journal img {
	vertical-align: middle;
}

#sidepanel {
	width: 160px;
	margin: 0px 0 0 10px;
	min-height: 600px;
	float: left;
}

#friends {
	min-height: 50px;
	background-color: #FEFEFF;
	padding: 2px 0px 2px 2px;
	align:left;
	}

.friend_pic {
	float: right;
	margin-right: 3px;
	}

.friend_name {
	font-weight: bold;
	}

#friends p {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar {
	color: #FEFEFF;
	background-color: #843131;
	width: 160px;
	padding: 10px;
	float: left;
}

#sidebar div {
	color: #FEFEFF;
	background-color: #843131;
}

#sidebar_ads {
	padding-top: 10px;
	position: relative;
	/*top: -64px;*/
}

#sidebar_ads div {

}

#footer {
	margin-top: 10px;
	padding-left: 147px;
	padding-top: 0px;
	float: left;
}

h1 {
	font-weight: bold;
	font-size: 25px;
}

#content li {
	list-style: none;
}

#content li a {
	margin: 0 0 0 0px;
	padding: 6px 0 3px 0;
	height: 20px;
}

#content li a:hover {
	color: #FF0000;
}

#journal td {
	vertical-align: middle;
	text-decoration: none;
}

#journal li {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

h2,h3,h4 {
	font-weight: normal;
	font-size: 20px;
	margin: 10px 40px 5px 80px;
}

h3 {
	margin: 20px 40px 20px 80px;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
}

p {
	margin: 0 40px 10px 80px;
	line-height: 1.5;
}

#sidebar p,#sidebar form p,#sidebar dl,#sidebar a {
	margin: 0 0 0 0;
	padding: 5px;
	color: #FEFEFF;
	background-color: #843131;
}

#footer p {
	width: 1004px;
}

#nav {
	float: left;
}

#menu {
	width: 210px;
	padding: 20px 0 0px 0;
	margin: 15px 0 35px 5px;
	border-bottom: 1px solid #16274B;
	float: left;
	list-style: none;
}

#menu li {
	padding: 0;
	list-style: none;
	border-top: 1px solid #16274B;
	width: 210px;
	float: left;
}

#menu li a {
	padding: 6px 0 3px 0;
	height: 20px;
}

#menu li a:hover {
	color: #FF0000;
}

#footer p {
	text-align: center;
	padding: 0;
	text-decoration: none;
}

#inputtext {
	width: 214px;
	height: 28px;
	padding: 10px 5px 0px 5px;
	margin-left: 3px;
	color: #d2d2d2;
	border: 1px solid 16274B;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
}

.submit {
	height: 40px;
	width: 50px;
	margin-left: 5px;
	background: #7095E4;
	color: #FEFEFF;
	font-weight: bold;
	font-size:16px;
	border-width: 2px;
	border-style:solid;
	border-top-color: #dfdfdf;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #858585;
	vertical-align: middle;
	display: inline;
}

.button {
	height: 40px;
	width: 50px;
	margin-left: 5px;
	background: #7095E4;
	color: #FEFEFF;
	font-weight: bold;
	font-size:16px;
	border-width: 2px;
	border-style:solid;
	border-top-color: #dfdfdf;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #858585;
	vertical-align: middle;
	padding: 7px;
}

#cloud
{
	float: right;
	padding: 0px 0px 2px 0px;
	width: 300px;
	color: #282C30;
	height: 95px;
	overflow: hidden;
	display: block;
	}

#cloud p
{
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

#cloud a
{
	color: #ffffff;
}

#suggestions {
	z-index: 10000;
	display: inline;
	float:left;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #e6ebf7;
	color:#282C30;
	border: 1px solid #16274B;
	padding: 0 5px 5px 5px;
	margin: -1px 0 0 3px;
	width: 213px;
	visibility: hidden;
	font-size: 14px;
	}

#suggestions div.current{
	background-color: #002831;
	color: #ffffff;
	margin-left:-3px;
	padding-left: 5px;
	width: 214px;
	font-weight : bold;
}

#suggestions ul {
	margin: -2px 0 0 4px;
	padding: 0 5px 5px 5px;
	width: 212px;
	height: auto;
	list-style: none;
	border: 1px solid #16274B;
	background-color: #282C30;
	z-index: 10001;
	font-size: 16px;
}

#suggestions li {
	width: 200px;
	margin: 0 1px 0 1px;
	padding: 0px;
	list-style: none;
	height: auto;
	background-color: #282C30;
	z-index: 10002;
}

#suggestions li a {
	margin: 0;
	padding: 0;
	height: auto;
	background-color: #282C30;
	z-index: 10003;
}

#suggestions li a:hover {
	color: #FF0000;
}

#suggestions a {
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	height: auto;
	z-index: 10004;
}

#suggestions a:link,#suggestions a:active,#suggestions a:visited {
	text-decoration: none;
	color: #282C30;
	z-index: 10005;
}

#links {
	left: 20px;
	top: 150px;
	z-index: -1;
	text-decoration: none;
}

input:focus {
	background-color: #FFFFCC;
}

/*  ----------------------|  LOGIN  |----------------------  */

.content_left {
  padding: 30px 0 0 10px;
  width: 350px;
  background-color: #faffe9;
  margin: 0px;
  border-right: 1px #282C30 solid;
  overflow: hidden;
  float:left;
}
.content_right {
  padding: 30px 0 0 30px;
  width: 350px;
  background-color: #faffe9;
  margin: 0px;
  overflow: hidden;
  float:left;
}

#journal h2
{
	margin: 0;
	text-align: left;
}

#journal .content_right table
{
	border-collapse: collapse;
	border: solid #16274B;
	border-style: ridge;
	border-width: 0px;
}

.item_header {
	height: 50px;
	background-color: #FEFEFF;
	border-bottom: 1px solid #3366CC;
	text-align: center;
	align:center;
}

.item {
	height: 85px;
	background-color: #E5ECF9;
	border-bottom: 1px solid #3366CC;
	margin: 1px;
	padding: 2px;
	margin-left: auto ;
  	margin-right: auto ;
}

.item_empty {
	background-color: #FFFFFF;
	border-bottom: 1px solid #3366CC;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
}

.item a{
	color: #3B5998;

}

.item_no {
	height: 85px;
	width: 30px;
	float: left;
	text-align: right;
	padding: 2px;
	}
	
.item_img {
	height: 85x;
	width: 80px;
	float: left;
	align: middle;
	padding: 2px;
	}
.item_data {
	height: 85px;
	padding: 2px;
	width: 470px;
	float: left;
	}
.item_data ul, li, a {
	margin: 0px;
	padding: 0px;
	}
.item_action {
	height: 85px;
	width: 175px;
	float: left;
	padding: 2px;
	text-align: right;
	}
	
.item_title {
	font-weight: bold;
	font-size: 14px;
	}
	
.item_by {
	}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #16274B}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 1px}

.tag {
	margin: 5px;
	display: inline;
}
.taga {
	padding: 2px;
	display: inline;
}