#blogLeft
{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 649px;
	margin-right: 0;
}

	#blogLeft .blogedit_titlefield
	{
		padding: 5px;
		margin-bottom: 5px;
		border: 1px solid #cccccc;
		color: #505665;
		width: 607px;
		font-size: 18px;
		font-family: 'Trebuchet MS', 'Times New Roman', times, serif;
	}

	#images-container-opacity
	{
		position: relative;
		white-space: nowrap;
		background: #fff;
		overflow: auto;
		height: 159px;
	}

		#images-container-opacity a.gallery
		{
			cursor: hand;
		}

		#images-container-opacity .gallery
		{
			position: relative;
			display: inline-block;
			font-size: 10px;
			zoom: 1;
			*display: inline;
		}

			#images-container-opacity .gallery div span
			{
				position: absolute;
				background: #f9f9f9;
				border: 1px solid #c2c2c2;
				margin: 2px;
				width: 122px;
				padding: 1px 0 1px 0;
				text-align: center;
				word-spacing: 0.5em;
			}

#blogRight
{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 312px;
}

#blogMenu
{
	margin-bottom: 0;
}

	#blogMenu > div
	{
		border-bottom: 0;
	}

	#blogMenu div .add_boxtitle
	{
		padding: 3px 6px 3px 0;
		font-size: 11px;
	}

	#blogMenu div .add_boxtitle img
	{
		position: relative;
		top: 4px;
		margin-left: 12px;
	}

	#blogMenu div .add_boxtitle a
	{
		color: #4a4a4f;
	}

		#blogMenu div .add_boxtitle form div
		{
			float: right;
			position: relative;
			top: 1px;
			right: 8px;
		}

			#blogMenu div .add_boxtitle form div img
			{
				margin-left: 3px;
				position: relative;
				top: 2px;
			}

#postList img
{
	max-width: 486px;
}

#postList tr
{
	text-align: left;
}

	#postList tr th, #postList tr td
	{
		padding: 10px;
	}

		#postList tr th img
		{
			float: left;
			margin: -2px 3px 0 0;
		}

		#postList tr td img
		{
			float: left;
		}

		#postList tr td div img
		{
			float: none;
		}

	#postList .dark
	{
		color: #2C2C2F;
	}

#blog-content #first-column img
{
	max-width: 486px;
}

.blogedit_bodyfield
{
	padding: 5px;
	border: 1px solid #cccccc;
	width: 607px;
	height: 400px;
	font-size: 13px;
	font-family: 'Trebuchet MS', 'Times New Roman', times, serif;
}

.blogList
{
	padding: 0;
	line-height: 18px;
}

	.blogList div
	{
		padding: 8px;
	}

.filterPanel
{
	position: relative;
	top: -8px;
	display: block;
	text-align: center;
	background: #F5F5F5;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
}

	.filterPanel img
	{
		position: relative;
		top: -2px;
	}

#blog-content .background-opacity
{
	width: 958px;
	height: 200px;
	position: relative;
	top: -200px;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* Tabs. Most commented | read | thumbed */
#blog-content .tabs
{
	text-align: center;
}

	#blog-content .tabs div
	{
		display: inline-block;
		zoom: 1;
		*display: inline;
		padding: 1px;
		background-color: #ffffff;
		border: 1px solid #C2C2C2;
		font-size: 9px;

	}

		#blog-content .tabs div a
		{
			display: inline-block;
			zoom: 1;
			*display: inline;
			background-color: #f9f9f9;
			padding: 4px 7px 4px 7px;
			color: #4D4A4A;
		}

		#blog-content .tabs div a.active, .tabs div a:hover
		{
			background-color: #363636;
			color: #fff;
			text-decoration: none;
		}

/* Second column, title inside box */
#blogRight span.title
{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#blogRight a.dark-color
{
	color: #333;
}

/* Medium blogpuff. Posttitle + meta in ul.medium-puff */
#blog-content .small-box
{
	float: left;
	width: 307px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #919191;
	background-color: #fff;
}

	#blog-content .small-box img
	{
		margin-bottom: 5px;
	}

#blog-content .small-box ul.medium-puff
{
	list-style-type: none;
	margin: 0 0 3px 5px;
	padding: 0;
}

	#blog-content .small-box ul.medium-puff li
	{
		margin: 0;
		padding: 0;
	}

		#blog-content .small-box ul.medium-puff li.headline
		{
			color: #333;
			font-size: 22px;
			font-weight: bold;
			letter-spacing: -1px;
		}

			#blog-content .small-box ul.medium-puff li.headline a
			{
				color: #333;
			}

		/* meta info */
		#blog-content .small-box ul.medium-puff li.meta
		{
			font-size: 9px;
			color: #666;
		}

#blog-content .small-text
{
	/*text-transform: uppercase;*/
	font-size: 9px;
	color: #666;
}

/* Black box with latest from editors. */
#blog-content .box-black
{
	background-color: #1a1a1a; /* change to include bg image */
	color: #f5f5f5;
	padding: 7px;
}

	#blog-content .box-black a.headline
	{
		color: #f5f5f5;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: -1px;

	}

	#blog-content .box-black .small-text,#blog-content .box-black .small-talk
	{
		color: #f5f5f5!important;
	}

	#blog-content .box-black div.body
	{
		color: #f5f5f5;
		font-size: 13px;
		margin-bottom: 7px;
	}

/* Apply css3 rounded corners to meta backgrounds for those with recent browsers */
#blog-content .rounded-corners
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#blog-content .box-red
{
	background-color: #df491b;
	padding: 2px 4px;
	margin: 0 6px 0 0px;
	text-transform: uppercase;
	color: #f5f5f5;
}

/* Main bottom listing, alternating rows div light/dark */

/* light row */
#blog-content div.light
{
	padding: 12px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

	/* light row headline */
	#blog-content div.light span.headline
	{
		font-size: 16px;
		font-weight: bold;
		color: #333;
	}

/* dark row */
#blog-content div.dark
{
	padding: 12px;
	background: #f0f0f0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

	/* light row headline */
	#blog-content div.dark span.headline
	{
		font-size: 16px;
		font-weight: bold;
		color: #333;
	}

/* Column listing */
#blog-content .blog-list
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

	#blog-content .blog-list li
	{
		margin: 0;
		padding: 7px 0;
		border-top: 1px solid #AFAFAF;
	}

		#blog-content .blog-list li .title
		{
			font-weight: bold;
		}

/* misc */
#blog-content .text-transform
{
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 4px;
	color: #F5F5F5;
}

#blog-content .grey
{
	color: #585768;
}

#blog-content .small-text-box
{
	padding: 0 4px 1px 4px;
	background-color: #afafaf;
	color: #fff;
	font-weight: bold;
	font-family: verdana;
}

/*
Top carousel styling
new slide-meta (right float)
new small-text rounded-corners (who's parenting?)
Title is an a-tag with class .title
*/

#carousel-content ul.carousel-meta
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	width: 70px;
	display: block;
	text-align: center;
	margin-left: 60px;
	margin-right: 30px;
	background: #f0f0f0;
	border: 1px solid #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

	#carousel-content ul.carousel-meta li
	{
		margin: 0;
	}

	#carousel-content ul.carousel-meta li.headline
	{
		/*text-shadow:0px 1px 3px #ccc;*/
		font: bold 26px Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
		color: #9f9f9f;
		display: block;
		padding: 3px 0px 2px 0px;
		border-top: 1px solid #fff;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}

	#carousel-content ul.carousel-meta li.small-text
	{
		font: normal 9px Arial, Helvetica, sans-serif;
		color: #9f9f9f;
		padding-bottom: 4px;
		border-bottom: 1px solid #ccc;
	}

#carousel-wrapper
{
	font-family: Arial, Helvetica, sans-serif;
	width: 958px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

	#carousel-wrapper #carousel-content
	{
		position: relative;
		white-space: nowrap;
	}

		#carousel-wrapper #carousel-content .slide
		{
			display: inline-block;
			position: relative;
			width: 958px;
			height: 200px;
			zoom:1;
			*display: inline;
		}

			#carousel-wrapper #carousel-content .slide .content
			{
				position: absolute;
				padding: 20px;
				color: #fff;
				z-index: 2;
				white-space: normal;
				width: 918px;
			}

				#carousel-wrapper #carousel-content .slide .content .font-title
				{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					font-weight: bold;
					text-transform: uppercase;
				}

				#carousel-wrapper #carousel-content .slide .content span.meta-round
				{
					font-size: 9px;
					font-weight: bold;
					background-color: #f0f0f0;
					padding: 2px 4px;
					margin: 20px 6px 0px 0px;
					text-transform: uppercase;
					color: #9f9f9f;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
				}

				#carousel-wrapper #carousel-content .slide .content .title
				{
					color: #F5F5F5;
					font-size: 34px;
					font-weight: bold;
					letter-spacing: -1px;
				}

				#carousel-wrapper #carousel-content .slide .content .text-transform
				{
					font-size: 14px;
					line-height: 140%;
					margin-bottom: 4px;
				}

#blog-content .background-opacity
{
	width: 958px;
	height: 200px;
	background-color: #000;
	position: absolute;
	top: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#blog-content #overlay
{
	position: relative;
	color: #fff;
	z-index: 3;
}

	#blog-content #overlay div
	{
		top: -42px;
		right: 176px;
		position: absolute;
	}

#blog-content a.arrow
{
	position: absolute;
	width: 100px;
	height: 200px;
	z-index: 5;
}

	/* remove outlines surrounding hover next/prev links */
	#blog-content a.arrow:active
	{
		outline: none;
	}

	#blog-content a.arrow:focus
	{
	  -moz-outline-style: none;
	}


#blog-content a.prev
{
	/* background-image: url( /gfx/theme_default/site/imagearchive_navig_prev.gif ); */
	background: transparent url(/gfx/theme_default/blogs/blog-carousel-prev-curtain.png) center left no-repeat;
}

#blog-content a.next
{
	/* blog-carousel-next-curtain.png */
	background: transparent url(/gfx/theme_default/blogs/blog-carousel-next-curtain.png) center right no-repeat;
	/*background-image: url( /gfx/theme_default/site/imagearchive_navig_next.gif );*/
}

#canvas
{
	background-color: #fff;
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #444;
}

.commentBody .post_message_spoiler
{
	background-color: #000;
	color: #000 !important;
}

.commentBody ul
{
	list-style-type: disc;
	margin-left: 15px;
}
