#main { background-image: url(/images/home/content_main_bg.jpg); }
#side { background-image: url(/images/home/content_side_bg.jpg); }

#logo {
	left: 40px;
	top: -25px;
	width: 706px;
	height: 150px;
	background-image: url(/images/logo_big.png);
}

html>body #logo {
	left: 83px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html>body #main .content-fade-top {
	background-image: none;
}

html>body #main .content-fade-bottom {
	background-image: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#side .content {
	margin-left: 13px;
	margin-right: 14px;
	height: 352px;
	overflow: auto;
}

#side .content .article {
	margin-top: 5px;
	margin-bottom: 12px;
	clear: both;
}

#side .content h4 {
	font-size: 11px;
	font-weight: normal;
	color: #D1CFCF;
	margin-top: 2px;
	margin-bottom: 5px;
}

#side .content .date a {
	color: #D1CFCF;
	border-bottom: 1px dotted #EE060B;
}

#side .content h4 a {
	color: #D1CFCF;
	border-bottom: 1px dotted #EE060B;
}

#side .content h4 a:hover {
	color: #EE060B;
}

#side .content .pad {
	padding: 4px 8px 1px 9px;
}

#side .content p {
	font-size: 10px;
	color: #D1CFCF;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 7px;
	padding-bottom: 0;
}

#side .content .date {
	display: block;
	margin-bottom: 5px;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #868686;
}

#side .content .article .image {
	margin-top: 4px;
	margin-bottom: 2px;
}

#side .content .article .left {
	float: left;
	margin-right: 5px;
}

#side .content .article .right {
	float: right;
	margin-left: 5px;
}

/* - - - - - - - - - - - - - */

#side .nav {
	margin-top: 7px;
}

#side .nav a {
	display: block;
	color: #666;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#side .nav a:hover {
	color: #EE060B;
}

#side .nav a.newer {
	float: left;
	margin-left: 14px;
}

#side .nav a.older {
	float: right;
	margin-right: 14px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html>body #side .content-fade-top {
	display: block;
	background-image: url(/images/blog/content_fade_top.png);
}

html>body #side .content-fade-bottom {
	display: block;
	background-image: url(/images/blog/content_fade_bottom.png);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* single blog article page										 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body.article #main { background-image: url(/images/blog/content_main_bg.jpg); }
body.article #side { background-image: url(/images/blog/content_side_bg.jpg); }

body.article #logo {
	left: 100px;
	top: -12px;
	width: 433px;
	height: 94px;
	background-image: url(/images/logo_small.png);
}	

html>body.article #logo {
	left: 200px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body.article #main .content .article .date {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #868686;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html>body.article #main .content-fade-top {
	background-image: url(/images/blog/content_fade_top.png);
}

html>body.article #main .content-fade-bottom {
	background-image: url(/images/blog/content_fade_bottom.png);
}

