/* -------------------------- Document-Wide Styles -------------------------- */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e4e4e;
	text-align: center;
	margin: 0px;
}
a{
	color: #315dff;
	text-decoration: none;
}
a:hover{
	color: #a12aab;
}
a.sideLink{
	display: block;
}
a.sideLink:hover{
	background-color: #decde0;
}
h1{
	font-size: 14px;
	font-weight: bold;
}
/* --------------------------- Main Document Panes -------------------------- */
#mainPane{
	text-align: left;
	background-color: #eaeaff;
	width: 900px;
	margin: auto;
	padding: 0px;
}
#topPane{
	background-image: url('../images/page_header.png');
	width: 900px;
	height: 135px;
}
#filterPane{
	text-align: right;
	width: 890px;
	margin-bottom: 5px;
	padding: 0px 5px 0px 5px;
}
#rightPane{
	width: 250px;
	margin: 0px 5px 5px 0px;
	float: right;
}
#leftPane{
	width: 635px;
	margin: 0px 0px 5px 5px;
	float: left;
}
#bottomPane{
	text-align: center;
	width: 900px;
	padding-bottom: 5px;
}
#loginPane{
	text-align: right;
	width: 250px;
	padding: 5px;
	float: right;
}
#searchPane{
	width: 250px;
	margin: 0px 0px 0px 350px;
	padding-top: 10px;
}
#alertPane{
	background: #ffffff;
	text-align: center;
	margin: 0px auto 5px auto;
	color: #dd0000;
	border: 2px solid #ff0000;
	width: 500px;
	padding: 5px;
	
}
/* ------------------------ Content Container Classes ----------------------- */
.sideContentContainer{
	background: #ffffff url('../images/side_bg.png') bottom no-repeat;
	width: 240px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 5px;	
}
.popArticlesHeader{
	background-image: url('../images/side_header_purple.png');
	font-size: 14px;
	color: #ffffff;
	width: 240px;
	height: 20px;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
	left: -5px;
}
.contactHeader{
	background-image: url('../images/side_header_pink.png');
	font-size: 14px;
	color: #ffffff;
	width: 240px;
	height: 20px;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
	left: -5px;
}
.contentContainer{
	background: #ffffff url('../images/content_bg.png') bottom no-repeat;
	width: 625px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
}
.articleHeader{
	background-image: url('../images/content_header_blue.png');
	font-size: 14px;
	color: #ffffff;
	width: 625px;
	height: 20px;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
	left: -5px;
}
.commentHeader{
	background-image: url('../images/content_header_orange.png');
	font-size: 14px;
	color: #ffffff;
	width: 625px;
	height: 20px;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
	left: -5px;
}
.contentText{
	width: 565px;
	float: right;
}
.userProfilePic{
	width: 100px;
	height: 133px;
	float: left;
	margin: 0px 5px 5px 0px;
}
.userProfileText{
	font-size: 12px;
	line-height: 150%;
	width: 510px;
	padding: 5px;
	margin: 0px;
	float: right;
}
.shareBar{
	color: #ffffff;
	text-align: right;
	background: url('../images/share_bar2.png');
	width: 140px;
	height: 20px;
	padding: 5px;
	float: right;
	margin: auto;
}
.shareThumbs{
	float: left;
}
/* ------------------------------ Span Classes ------------------------------ */
.sideThumbs{
	color: #686868;
	position: relative;
	top: 7px;
	float: right;
}
.sideTitle{
	font-size: 13px;
	color: #2d2d2d;
}
.sideAuthor{
	font-size: 11px;
	color: #686868;
}
.contentThumbs{
	color: #e1e1e1;
	font-size: 11px;
	float: right;
}
.articleTitle{
	font-size: 18px;
	line-height: 13px;
	color: #2d2d2d;
}
.articleDate{
	font-size: 11px;
	color: #a1a1a1;
	float: right;
}
.articleAuthor{
	font-size: 14px;
	color: #2d2d2d;
}
.articleLink{
	text-align: right;
}
/* ------------------------------ Image Classes ----------------------------- */
.searchGlass{
	vertical-align: top;
}
.contentBottom{
	position: relative;
	left: -5px;
}
