/* Blog White Containers for blog pages */	
	div.blogleftcontainer {
		width:660px;
		float:left;
	}
	div.blogwhitecontainer {
		display:block;
		background: #fff;
		overflow:hidden;
		}
	div.blogwhitecontainer {
		margin:10px 0 0px 0;
	}
	div.blogwhitecontainer2 {
		margin:10px 0 40px 0;
	}
	div.blogwhitetop {
		width:660px;
		height:7px;
		font-size: 0;
		margin:0;
		padding:0;
		background: url(/images/sprite.gif) no-repeat -800px -533px;
		/*background: #fff url(/images/white-top.gif) top left no-repeat;*/
		}
	div.blogwhitebody {
		width:580px;
		padding: 20px 40px;
		border-left: 1px solid #E6E6E6;
		border-right: 1px solid #E6E6E6;
		overflow:hidden;
		}
	div.blogwhitebottom {
		width:660px;
		height:7px;
		font-size: 0;
		margin:0;
		padding:0;
		background: url(/images/sprite.gif) no-repeat -800px -419px;
		/*background: #FFF url(/images/white-bottom.gif) top left no-repeat;*/
		}

/* Blog body container (remove formatting side effects */
	div.blogbodycontainer ul,ol {
		margin-left: 2em;
	}

/* Blog Right White Container for blog pages */	
	div.blogrightwhitecontainer {
		display:block;
		background: #fff;
		width:310px;
		overflow:hidden;
		float:right;
		margin:10px 0 0px 0;
	}
	div.blogrightwhitetop {
		width:310px;
		height:7px;
		font-size: 0;
		margin:0;
		padding:0;
		background: url(/images/sprite.gif) no-repeat -800px -533px;
		/*background: #fff url(/images/white-top.gif) top left no-repeat;*/
		}
	div.blogrightwhitebody {
		width:270px;
		padding: 20px 20px;
		border-left: 1px solid #E6E6E6;
		border-right: 1px solid #E6E6E6;
		overflow:hidden;
		}
	div.blogrightwhitebody h2 {
		margin-top: 30px;
	}
	div.blogrightwhitebody ul {
		list-style-type:none;
		margin:0px 0px 0px 0px;
	}
	div.blogrightwhitebody li {
		margin:0px 0px 4px 0px; 
		line-height: normal;
	}
	div.blogrightwhitebottom {
		width:310px;
		height:7px;
		font-size: 0;
		margin:0;
		padding:0;
		background: url(/images/sprite.gif) no-repeat -800px -419px;
		/*background: #FFF url(/images/white-bottom.gif) top left no-repeat;*/
		}



	#categoryArchivesBox,#oneBigBox, #headlineBox, #headlineBox2, #editorsPicksBox, #featuredBox, #archivesBox, #sideBar1, #sideBar2, #sideBar3, #sideBarFull, #sideBarTwoThirds
	{
		z-index:1;
		padding: 10px 20px 25px 20px;
	}
	
	#categoryArchivesBox,#oneBigBox, #headlineBox, #headlineBox2, #editorsPicksBox, #featuredBox, #archivesBox
	{
		height:325px;
		float:left;
		border:solid 1px #e5e5e5;
		background-color:White;
		margin-right:12px;
		margin-bottom:12px;
		z-index:2;
	}
		 
	#categoryArchivesBox,#oneBigBox, #headlineBox, #headlineBox2, #archivesBox
	{
		width:614px;
		_width:590px;
	}

	#editorsPicksBox
	{
		width:280px;
		_width:265px;
	}
	#featuredBox
	{
		width:280px;
		_width:265px;
	}
	#oneBigBox
	{
		min-height:904px;
		overflow:visible;
		height:auto;
	}
	
	#archivesBox
	{
		min-height:326px;
	}
	#categoryArchivesBox
	{
		min-height:615px;
	}
	
	#sideBarBox
	{
		float:right;
		width:290px;
		height:741px;
		position:relative;
		right:0px;
		margin-right:0px;
	}
	
	#sideBar1, #sideBar2, #sideBar3, #sideBarFull, #sideBarTwoThirds
	{
		width:268px;
		border:solid 1px #e5e5e5;
		background-color:White;
	}
	
	#sideBar1, #sideBar2
	{
		margin-bottom:12px;
		height:240px;
	}
	
	#sideBar3
	{
		height:240px;
	}
	
	#sideBarFull
	{
		height:700px;
	}
	
	#sideBarTwoThirds
	{
		height:615px;
	}
	
	#oneBigBox, #headlineBox,#sideBarBox
	{
		margin-top:20px;
	}

	.comment,.owner {
		background-color:#f6f6f6;
		padding:10px;
		margin-bottom:15px;
	}

	.breadcrumb {
		margin-bottom:20px;
	}
	
	.tagcloudlarge {
		list-style-type: none;text-align: center;display: block;
	}
		
	.tag1 {
		list-style-type: none;
		padding: 0px 0px 5px 5px;
		margin: 0;
		display: block;
		float: left;
		line-height:100%;
		text-align: top;
		white-space:nowrap;
	}
	
	div.tweetbox {
		height: 21px;
		width: 65px;
		overflow: hidden;
		float: right;
		padding-top: 1px;
	}
	div.tweetbox span {
		margin-left: -10px;
	}
	div.facebookbox {
		height: 21px;
		width: 60px;
		overflow: hidden;
		float: right;
	}
