@charset "utf-8";
/* CSS Document */
/* Colors: 
light blue text: #5679B9
purple text: #5F0F3D
grey text on sidebar: #828083
gray/blue text in Main: #5679B9

light blue backgound: #2D3D5F
background on "main" #19171C
background on "body" #333333

*/	

body { margin: 0; background: #333333 url("images/background.gif") repeat-x;}

.clear { clear: both; height: 0; overflow: hidden;}

h1, h2, h3, h4 {margin: 0;}

.lightBlueText {color:#5679B9; font-family:Arial, Helvetica, sans-serif; font-size:16px;}

.blueBorder {
	border:solid #5679BD 1px;
	margin: 8px;
}

#Content {float: left;margin-bottom: 25px;width: 580px;}

h3 {
	margin: 30px 0 5px 0;
	color: #8d9bb3;
	font: normal 20px Arial;
	width: 100%;
}

#content h2 {color: #8d9bb3;font: normal 27px Arial;}

#sidebar-box h3 {color: #5F0F3D;}

.sidebar-box a:link {color: #5F0F3D; text-decoration:none;}
.sidebar-box a:visited { color: #5F0F1b; text-decoration:none;}
.sidebar-box a:hover { color: White; text-decoration:none;  }
.sidebar-box a:active {
	color: #5F0F3D;
	text-decoration: none;
	display: block;
	width: 100%;
}



.imageRoundup p>img {
	padding-left:25px;
	border:none;
	/*float: left;*/
	margin: 0px 20px 0 0;
} 

.imageRoundup .bynow img {
	float:right;
	padding-right: 25px;
	width: 87px;
}


	
.imageRoundup #right {
	float:right;}




.imageRoundup {font: normal 14px/20px }

/*#content p { font: normal 14px/20px Arial; color: #5679b9; width: 580px;}

#blockquote p { border-left: 10px solid #1e2354; margin: 0px 30px; padding-left: 15px;}*/
.imageRoundup .bordbot {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	padding-bottom: 10px;
	width: 580px;
}
.imageRoundup>img {
}
.imageRoundup h1 {
	padding-bottom: 20px;
}
.imageRoundup .thickbox img {
	margin-left: 15px;
}
.imageRoundup .post-date a {
	padding-left: 10px;
}
.paging {
}
