body {
	background: #e3e3e3 url(/img/bg.jpg);
}


#container {
	width: 988px;
	margin: 12px auto;
	padding: 16px;
	
	background: #fff;
	
	color: #333;
	font-size: 12px;
	line-height: 14px;

	border: solid 1px #D1D6DC;
	border-radius: 10px;
	box-shadow: 0 0 10px #666;	
}

#slice1, #slice2, #slice2m, #slice3, #slice4, #slice5, #slice6, #slice7 {
	width: 988px;
}


#slice1 {
	display: none;
}

#slice2m {
	width:  986px;
	height: 18px;
	margin: 8px 0 0 0;
	box-shadow: 0 0 1px #999;
	border: solid 1px #999;
	border-radius: 2px;
	overflow: hidden;
	
	font-size: 11px;
	color: #666;
	
	background-color: #e9e9e9;

background-image: linear-gradient(bottom, rgb(243,238,238) 0%, rgb(238,238,238) 62%);
background-image: -o-linear-gradient(bottom, rgb(243,238,238) 0%, rgb(238,238,238) 62%);
background-image: -moz-linear-gradient(bottom, rgb(243,238,238) 0%, rgb(238,238,238) 62%);
background-image: -webkit-linear-gradient(bottom, rgb(243,238,238) 0%, rgb(238,238,238) 62%);
background-image: -ms-linear-gradient(bottom, rgb(243,238,238) 0%, rgb(238,238,238) 62%);
}

#slice2m div.date {
	float: right;
	font-size: 11px;
	line-height: 18px;
	padding: 0 8px 0 0;
}

#slice2m div.weather {
	float: right;
	font-size: 11px;
	line-height: 18px;
	padding: 0 18px 0 0;
}

#slice2m div.weather img {
	vertical-align:middle;
}

#slice2m h3 {
	float: left;
	font-size: 11px;
	line-height: 18px;
	color: #f83629;
	margin: 0 0 0 8px;
}

ul.marketBox {
	margin-left: 32px;
}

ul.marketBox li {
	float: left;
	font-size: 11px;
	line-height: 18px;
}

ul.marketBox li label {
	font-size: 11px;
	line-height: 18px;
	display: inline-block;
	margin: 0 2px 0 8px;
}
/*
#slice2 {
	background: #39f;
}

#slice3 {
	background: #cc3;
}
*/

#slice4 {
	background: #63f;
}
/*
#slice5 {
	background: #f39;
}
*/
/*
#slice6 {
	background: #f3f;
}
*/






#slice1 {
	height: 18px;
	margin: 0 0 4px 0;
}

#slice1 ul {
}

#slice1 ul li {
	float: left;
	height: 18px;
}

#slice1 ul li a {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	
	color: #666;
}

#slice1 ul li a:hover {
	color: #EE3123;
}




#slice2 {
	height: 28px;
	margin: 0 0 4px 0;

	background: #eee url(/img/nav_bg.png) repeat-x;

	border-top: solid 1px #5e5e5e;
	border-bottom: solid 1px #000000;
	border-radius: 3px;
	
	overflow: hidden;
}

#slice2 ul {
	height: 28px;
	width: 988px;
}

#slice2 ul li {
	float: left;
	padding: 0 12px;
	margin: 0;
	height: 28px;
	
	background: url(/img/nav-li_bg.png) no-repeat; 
	
	text-align: center;
	
	cursor: pointer;
}

#slice2 ul li a {
	font-size: 13px;
	font-weight: 700;
	line-height: 31px;
	text-shadow: 1px 1px 0.05em #333, -1px -1px 0.05em #333;

	color: #fff;
	text-decoration: none;
}

#slice2 ul li a:hover {
	color: #fff;
	text-decoration: none;
}


#slice2 ul li.home {
	padding: 0 12px;
	background: url(/img/icon_home.png) no-repeat center center;
	
	width: 15px;
}



#slice3 {
	height: 96px;
	margin: 16px 0 16px 0;
}

#slice3 .logo {
	width: 432px;
	height: 96px; 
}

#slice3 #market {
	position: absolute;
	top: 2px;
	left: 484px;
	width: 494px;
	height: 60px;
	padding: 4px;
	overflow: hidden;
	
	cursor: pointer;
	
	border: solid 1px #eee;
	border-radius: 6px;
}

#slice3 #market a {
	font-size: 15px;
	line-height: 23px;
	color: #666;
}

#slice3 #market img {
	float: right;
}

#slice3 #market div.disc {
	position: absolute;
	top: 1px;
	right: 2px;
	font: normal 8px Arial;
	color: #999;
}

#slice4 {
	display: none;

	height: 32px;
	margin: 0 0 4px 0;

	border-top: solid 1px #e3e3e3;
	border-bottom: solid 1px #e3e3e3;
}


#slice5 {
	margin: 0 0 4px 0;
}

.leftPane, .ritePane {
	float: left;
}

.leftPane {
	width: 658px;
}

.ritePane {
	width: 300px;
	margin: 0 0 0 24px;
}

.onePane {
	width: 988px;
}

#headlines_data {
	display: none;
}

#headlines {
	width: 658px;
	height: 506px;
	
	margin: 0 0 24px 0;
	
	overflow: hidden;

	background: #f9f9f9;
	border: solid 1px #D1D6DC;
	border-radius: 4px;

	box-shadow: 0 0 2px #666;
	
	cursor: pointer;
}

#headlines div.spots {
	position: absolute;
	top: 16px;
	left: 16px;
	
	width: 632px;
	height: 108px;
	overflow: hidden;

	font-size: 18px;
	line-height: 1.2em;
	text-shadow: 1px 1px 0.05em #ccc;
	color: #333;
}

#headlines div.spots strong {
	font-size: 40px;
	line-height: 50px;
	text-shadow: 2px 2px 0.05em #ccc;
	color: #333;
	
	margin: 4px 0;
	
	display: inline-block;
	width: 627px;
	height: 50px;
	overflow: hidden;
}

#headlines img {
	position: absolute;
	top: 134px;
	left: 16px;
	
	width: 576px;
	height: 356px;
	border-radius: 2px;
	box-shadow: 0 0 1px #666;	
}

#headlines div.title {
	position: absolute;
	top: 441px;
	left: 16px;
	
	width: 552px;
	height: 48px;
	
	padding: 0 12px;
	
	border-top: solid 1px #999;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background: rgba(0,0,0,0.7);
	
	font-size: 24px;
	line-height: 48px;
	color: #fff;
}

#headlines ul.titles {
	position: absolute;
	top: 134px;
	left: 602px;
	
	width: 41px;
	height: 356px;
	overflow: hidden;
	background: #900;
	
	border-radius: 2px;
	list-style: decimal inside;
	box-shadow: 0 0 1px #666;	
}

#headlines ul.titles li {
	font-size: 24px;
	line-height: 35px;
	text-align: right;
	color: #fff;
	
	width: 32px;
	height: 35px;
	padding: 0 0 0 9px;
	
	overflow: hidden;
	
	background: #333;

	border-bottom: solid 1px #f0f0f0;
	cursor: pointer;
}

#headlines ul.titles li:hover {
	background: #666;
}

#editorsPicks {
	width: 658px;
	overflow: hidden;
	
	margin-top: 10px;
	
	background: #f9f9f9;
	border: solid 1px #D1D6DC;
	border-radius: 4px;
}

#editorsPicks li img {
	border-radius: 6px;
	box-shadow: 0 0 2px #666;	
}

#editorsPicks li.ads {
	float: left;
	width: 314px;
	height: 350px;
	overflow: hidden;

	margin: 10px 0 0 10px;
	
	border-bottom: solid 1px #ccc;
}

#editorsPicks li.ads img {
	border: none;
	border-radius: 0;
	box-shadow: none;
	
	float: none;
	width: auto;
	height: auto;
	
	margin: 0;
}

#editorsPicks li.supreme {
	float: left;
	width: 314px;
	height: 350px;
	overflow: hidden;

	margin: 10px 0 0 10px;
	font-size: 16px;
	line-height: 22px;
	
	border-bottom: solid 1px #ccc;
	
	cursor: pointer;
}

#editorsPicks li.supreme img {
	width: 314px;
	height: 194px;
	margin: 0 0 8px 0;
}	


#editorsPicks li.supreme strong {
	font-size: 22px;
	line-height: 28px;
	display: inline-block;
	margin: 0 0 4px 0;
}

#editorsPicks li.promoted {
	float: left;
	width: 314px;
	height: 170px;
	margin: 10px 0 0 10px;
	overflow: hidden;
	
	font-size: 15px;
	line-height: 19px;
	
	border-bottom: solid 1px #ccc;

	cursor: pointer;
}

#editorsPicks li.promoted img {
	width: 123px;
	height: 76px;
	
	margin: 0 0 4px 4px;

	border-radius: 2px;
	-moz-border-radius: 2px;

	-moz-box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
	box-shadow: 0 0 2px #666;	

}

#editorsPicks li.promoted strong {
	font-size: 20px;
	line-height: 24px;
}

#editorsPicks li.south {
	border: none;
}

#editorsPicks li {
	float: left;
	width: 314px;
	height: 180px;
	margin: 12px 0 0 10px;
	
	overflow: hidden;
	
	border-bottom: solid 1px #ccc;
	
	font-size: 14px;
	line-height: 18px;

	cursor: pointer;
}

#editorsPicks li img {
	float: right;
	width: 149px;
	height: 92px;
	
	margin: 6px 0 4px 4px;
	border-radius: 4px;
	
	box-shadow: 0 0 2px #666;	
}

#editorsPicks li strong {
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 4px 0;
	display: inline-block;
}




#categories {
	width: 660px;
	margin-top: 10px;
	padding-bottom: 8px;
}

#categories li {
	float: left;
	width: 212px;
	margin: 12px 12px 0 0;
}

#categories li.third {
	margin-right: 0;
}

#categories h4 {
	width: 200px;
	height: 29px;
	padding: 0 0 5px 12px;
	overflow: hidden;
	
	margin: 0;
	
	background: url(/img/h4_bg.png);
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	text-shadow: 0 0 0.15em #999;
	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
	cursor: pointer;
}

#categories li ul {
	margin: 0;
	padding: 6px 0 0 10px;
	border: solid 1px #D1D6DC;
	border-top: none;

	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#categories li ul li {
	float: left;
	width: 200px;
	height: 30px;
	overflow: hidden;
	
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
	border-bottom: solid 1px #ccc;
	
	cursor: pointer;
}

#categories li ul li strong {
	font-size: 14px;
	line-height: 30px;
	padding: 0;
	display: inline-block;
	height: 24px;
	overflow: hidden;
}

#categories li ul li div {
	padding: 0 0 14px 0;
	overflow: hidden;
}

#categories li ul li img {
	float: left;
	width: 190px;
	height: 117px;
	margin: 3px 0 6px 0;
	border-radius: 2px;
	box-shadow: 0 0 1px #666;	
}



.leftPane {
	font-size: 16px;
	line-height: 23px;
}

.leftPane h1 {
	margin: 8px 0 16px 0;
	width:  658px;

	display: inline-block;
	
	font-size: 42px;
	line-height: 54px;
	text-shadow: 2px 2px 0.05em #ccc;
	color: #333;

}

.leftPane p {
	margin: 0px 0 12px 0;
}

.leftPane span.datetime {
	font-size: 12px;
	float: right;
	color: #666;
	clear: both;
}

.leftPane img.standard {
	float: left;
	margin: 2px 16px 8px 0;

	border-radius: 4px;
	box-shadow: 0 0 2px #666;
	
	max-width: 411px;
}

.leftPane span.description {
	font-size: 20px;
	line-height: 26px;
	text-shadow: 1px 1px 0.05em #ccc;
	color: #333;

}


.leftPane div.columnistLabel {
	width: 634px;
	height: 120px;
	padding: 12px;
	margin: 0 0 24px 0;
	
	overflow: hidden;

	background: #fcfcfc;
	border: solid 1px #D1D6DC;
	border-radius: 4px;

	box-shadow: 0 0 2px #666;
}

.leftPane div.columnistLabel img {
	position: absolute;
	bottom: 0;
	right: 0;
}


.leftPane div.columnistLabel span.users_fullname {
	font-size: 40px;
	line-height: 1.4em;
	text-shadow: 2px 2px 0.05em #ccc;
	color: #333;
	
	display: inline-block;
}

.leftPane div.columnistLabel span.ctitle {
	font-size: 32px;
	line-height: 1.6em;
	text-shadow: 2px 2px 0.05em #ccc;
	color: #666;
	display: inline-block;
}

.leftPane div.columnistLabel span.csource {
	font-size: 17px;
	line-height: 1.2em;
	text-shadow: 2px 2px 0.05em #ccc;
	color: #999;
	
	margin: 4px 0;
	
	display: inline-block;
}

#share_buttons {
position: relative;
width:462px;
height: 56px;
}
#share_buttons span {
position: absolute;
cursor: pointer;
height: 18px;
display: block;
}
#share_buttons .email {
top: 8px;
left: 80px;
width: 128px;
}
#share_buttons .print {
top: 8px;
left: 208px;
width: 80px;
}
#share_buttons .fav {
top: 8px;
left: 288px;
width: 135px;
}
#share_buttons .google {
top: 30px;
left: 80px;
width: 65px;
}
#share_buttons .twitter {
top: 30px;
left: 145px;
width: 63px;
}
#share_buttons .facebook {
top: 30px;
left: 208px;
width: 80px;
}
#share_buttons .friendfeed {
top: 30px;
left: 288px;
width: 88px;
}
#share_buttons .live {
top: 30px;
left: 376px;
width: 63px;
}


#comments {
	min-height: 96px;

	border: solid 1px #D1D6DC;
	border-radius: 10px;
}

#comments h4 {
	width: 644px;
	height: 29px;
	padding: 0 0 5px 12px;
	overflow: hidden;
	
	margin: 0;
	
	background: url(/img/h4_bg.png);
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#comments span.add {
	position: absolute;
	top: 4px;
	right: 6px;
	
	cursor: pointer;
	
	padding: 2px 4px;

	border-radius: 4px;
	box-shadow: 0 0 1px 2px #fcc;
}

#comments span.add a {
	color: #fff;
	font-size: 12px;
	line-height: 12px;
}

#comments div.alert {
	color: #666;
	font-size: 12px;
	padding: 12px;
}

#comments ul li {
	width: 650px;
	margin: 2px 0 4px 2px;
	
/*	border-bottom: thin groove; */
	clear: both;
	
}

#comments ul li:last-child {
	border-bottom: none;
}

#comments ul li div.people {
	float: left;
	width: 60px;
	height: 60px;
	margin: 8px;
	
	padding: 48px 0 0 0;

	background: url(/img/comments-speech-mic.png) no-repeat center -1px;

	font-size: 12px;
	line-height: 1em;
	text-align: center;
	vertical-align: bottom;

}

#comments ul li div.speech {
	float: left;
	width: 10px;
	height: 60px;
	margin: 14px 0 8px 0;
	background: url(/img/comments-speech-arrow.png) no-repeat;
}

#comments ul li div.comment {
	float: left;
	width: 544px;
	margin: 8px 0 8px 0;
	padding: 6px;

	background: #f9f9f9;

	border-radius: 2px;
	box-shadow: 0 0 2px 2px #eee;

	font-size: 13px;
}

#comments ul li span.title {
	font-size: 14px;
}

#comments ul li span.date {
	clear: both;
	float: right;
	font-size: 10px;
	font-style: oblique;
}


div.comments_process {
	background: #f9f0f0;
	padding: 12px;
	margin: 2px 12px 32px 12px;
	
	width: 606px;
	height: 150px;

	border: solid 1px #f0e3e3;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 0 2px 2px #eee;

	text-align: center;
	color: #666;

	display: none;
}

div.comments_process img {
	margin: 24px auto;
	clear: both;
}

div.comments_form {
	background: #f9f0f0;
	padding: 12px;
	margin: 2px 12px 32px 12px;
	
	width: 606px;

	border: solid 1px #f0e3e3;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 0 2px 2px #eee;
	
	display: none;
}

div.comments_form div.close {
	position: absolute;
	top: 8px;
	right: 8px;

	width: 30px;
	height: 12px;
	margin: 0;
	padding: 2px;
	
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0 2px 2px #ccc;
	
	cursor: pointer;
	
	text-align: center;
	line-height: 12px;
	font-size: 10px;
}

div.comments_form p {
	font-size: 14px;
	line-height: 14px;
	margin: 4px 0 24px 0;
}

div.comments_form p br {
	line-height: 24px;
}

div.comments_form label {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	font-size: 16px;
	line-height: 40px;
}

div.comments_form br {
	line-height: 40px;
}

div.comments_form input, div.comments_form textarea {
	border: solid 1px #999;
	border-radius: 4px;
	height: 16px;
	width: 360px;
	padding: 4px;
	box-shadow: 0 0 2px 2px #eee;
}

div.comments_form textarea {
	height: 96px;
}

div.comments_form input.submit {
	float: right;
	width: 96px;
	height: 24px;
	margin: 80px 0 0 0;
	
	background: #d6d0d0;
	
	cursor: pointer;
}


#listing {
	min-height: 96px;

	border: solid 1px #D1D6DC;
	border-radius: 10px;
}

#listing h4 {
	width: 644px;
	height: 29px;
	padding: 0 0 5px 12px;
	overflow: hidden;
	
	margin: 0;
	
	background: url(/img/h4_bg.png);
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#listing ul.promoted li {
	width: 644px;
	height: 104px;
	margin: 6px 0 0 2px;
	overflow: hidden;
	
	clear: both;
	cursor: pointer;
	
	border-radius: 4px;
	padding: 8px 4px;
}

#listing ul.promoted li:hover {
	background: #eee;
}

#listing ul.promoted li a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.9em;
	
	display: inline-block;
	margin-bottom: 4px;
}

#listing ul.promoted li p {
	font-size: 14px;
	line-height: 1.3em;
}

#listing ul.promoted li img {
	float: left;
	width: 149px;
	height: 92px;
	margin: 0 12px 0 4px;
	border-radius: 4px;
	box-shadow: 0 0 2px #666;	
}

#listing ul.promoted li span.datetime {
	font-size: 12px;
	font-style: oblique;
	padding-right: 4px;
}



#moreListing {
	min-height: 96px;

	border: solid 1px #D1D6DC;
	border-radius: 10px;
}

#moreListing h4 {
	width: 644px;
	height: 29px;
	padding: 0 0 5px 12px;
	overflow: hidden;
	
	margin: 0;
	
	background: url(/img/h4_bg.png);
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#moreListing span.add {
	position: absolute;
	top: 4px;
	right: 6px;
	
	cursor: pointer;
	
	padding: 2px 4px;

	border-radius: 4px;
	box-shadow: 0 0 1px 2px #fcc;
}

#moreListing span.add a {
	color: #fff;
	font-size: 12px;
	line-height: 12px;
}

#moreListing div.alert {
	color: #666;
	font-size: 12px;
	padding: 12px;
}

#moreListing ul li, #listing ul.more li {
	width: 644px;
	margin: 2px 0 4px 2px;
	clear: both;
	cursor: pointer;
	
	border-bottom: solid 1px #f3f3f3;
	border-radius: 4px;
	padding: 4px;
}

#moreListing ul li:hover, #listing ul.more li:hover {
	background: #ccc url(/img/headlines-li_arrow.png) no-repeat left center;
}


#moreListing ul li:last-child, #listing ul.more li:last-child {
	border-bottom: none;
}

#moreListing ul li span.title, #listing ul.more li span.title {
	font-size: 14px;
}

#moreListing ul li span.title a:hover, #listing ul.more li span.title a:hover {
	text-decoration: none;
}

#moreListing ul li span.date, #listing ul.more li span.date {
	float: left;
	font-size: 14px;
	font-style: oblique;
	
	text-align: right;
	
	width: 120px;
	padding-right: 12px;	
	
	display: inline-block;
}









#adsZone_1 {
	width: 988px;
	height: 90px;
	margin-bottom: 16px;
	text-align: center;
}

#adsZone_2 {
	margin: 20px 0 0 0;
}

#adsZone_3, #adsZone_4, #adsZone_5, #adsZone_6  {
	width: 300px;
	overflow: hidden;
	margin-bottom: 12px
}

div.adsZone_7_header {
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	background: #fff;
	text-align: right;
	color: #999;
	font-size: 12px;
	font-family: sans-serif;
	
	width: 300px;
	height: 24px;
	padding: 12px 7px;
}

#adsZone_7 {
	width: 300px;
	height: 250px;
	
	background: #fff;
	
	padding: 7px;
	
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#adsZone_8, #adsZone_9, #adsZone_10 {
	width: 634px;
	padding: 12px;
	margin-top: 10px;
	
	background: #f9f9f9;
	border: solid 1px #D1D6DC;
	border-radius: 10px;
}



.stdRiteBox {
	width: 304px;
	margin: 0 0 12px 0;
	
	font-size: 14px;
	line-height: 16px;

	border: solid 1px #D1D6DC;
	border-radius: 4px;
}

.stdRiteBoxN {
	width: 292px;
	margin: 0 0 12px 0;
	padding: 2px;
	background: #f9f9f9;
	
	font-size: 14px;
	line-height: 16px;

	border: solid 1px #D1D6DC;
	border-radius: 10px;
}

.stdRiteImg {
	width: 300px;
	margin: 0 0 12px 0;
	border: solid 1px #D1D6DC;
	border-radius: 10px;
}

.stdRiteBox h3 {
	margin: 0 0 4px 0;
	padding: 0 0 4px 16px;
	width: 288px;
	height: 29px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-shadow: 0 0 0.15em #999;
	background: url(/img/h4_bg.png);

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.stdRiteBox ol {
	list-style: decimal outside none;
}

.stdRiteBox ol, .stdRiteBox ul.columnistsArchive {
	margin: 0 0 0 24px;
	width: 250px;
}

.stdRiteBox ul {
	width: 304px;
}

.stdRiteBox ol li, .stdRiteBox ul li  {
	border-bottom: dotted 1px #f3f3f3;
	padding: 4px 0 4px 0;

	cursor: pointer;
}

.stdRiteBox ol li:hover, .stdRiteBox ul li:hover {
	background: #fcfcfc;
}

ul.weather {
}

ul.weather li {
	padding: 4px 0 0 4px;
	border-bottom: solid 1px #ccc;
	font-size: 16px;
	line-height: 28px;
	
	width: 140px;
	margin-right: 8px;
	float: left;
	
	cursor: pointer;
}

.leftPane div.copyright {
	padding: 12px;
	background: #eee;
	border: solid 1px #ccc;
	border-radius: 10px;
	box-shadow: 0 0 1px #999;
	text-align: center;
	color: #666;
	font-size: 11px;
	line-height: 13px;
}

.leftPane div.archive {
	width: 634px;
	min-height: 360px;
	padding: 12px;
	margin: 0 0 24px 0;
	
	overflow: hidden;

	background: #f9f9f9;
	border: solid 1px #D1D6DC;
	border-radius: 10px;

	box-shadow: 0 0 5px #666;
}

.leftPane div.archive {
}

.leftPane div.weather {
	width: 634px;
	height: 360px;
	padding: 12px;
	margin: 0 0 24px 0;
	
	overflow: hidden;

	background: #f9f9f9;
	border: solid 1px #D1D6DC;
	border-radius: 10px;

	box-shadow: 0 0 5px #666;
}

.leftPane div.weather img.std {
	position: absolute;
	width: 260px;
	height: 260px;
	top: 0;
	right: 0;
}

.leftPane div.weather span.weather_status {
	position: absolute;
	top: 260px;
	right: 0;
	height: 36px;
	width: 260px;
	
	font-size: 36px;
	line-height: 36px;
	text-shadow: 2px 2px 0.05em #ccc;
	color: #666;
	display: block;
	text-align: center;
}


.leftPane div.weather span.locations_name {
	font-size: 72px;
	line-height: 1.4em;
	text-shadow: 2px 2px 0.05em #ccc;
	color: #333;
	
	display: inline-block;
}

.leftPane div.weather span.weather_degree {
	font-size: 48px;
	line-height: 54px;
	text-shadow: 2px 2px 0.05em #ccc;
	color: #666;
	display: inline-block;
}

.leftPane div.weather span.weather_pros {
	font-size: 24px;
	line-height: 32px;
	text-shadow: 2px 2px 0.05em #ccc;
	color: #999;
	
	display: inline-block;
}

.leftPane div.weather img {
	width: 32px;
	height: 32px;
	margin: 0 16px 0 0;
	vertical-align:middle;
}

.leftPane div.weather img.thermo {
	height: 72px;
	margin: 0 16px 0 0;
	vertical-align:middle;
}


.onePane div.photoGallery {
	width: 956px;
	padding: 16px;
	
	text-align: center;
}

.onePane div.photoGallery img {
	max-width: 960px;
	cursor: pointer;
}

.onePane div.photoGallery ul {
	margin: 0 auto;
}

.onePane div.photoGallery ul li {
	float: left;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0 12px 12px 0;
	text-align: center;
	line-height: 22px;
	
	border-radius: 12px;
	
	color: #fff;
	
	background: rgba(0,0,0,0.6);
	box-shadow: 0 0 4px #666666;
	
	cursor: pointer;
}

.onePane div.photoGallery ul li.current {
	background: rgba(0,0,0,0.8);
	box-shadow: 0 0 4px #333333;
}


ul.columnists {
}

ul.columnists li {
	padding: 4px 0 0 8px;
	height: 92px;
	border-bottom: dotted 1px #f3d6d6;
}

ul.columnists li:last-child {
	border: none;
}

ul.columnists div {
	width: 212px;
	height: 42px;
	margin: 12px 0 2px 0;
}

ul.columnists li a {
	position: absolute;
	bottom: 0;
	font-size: 13px;
	color: #333;
	display: inline-block;
}

ul.columnists li strong {
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	width: 212px;
	height: 36px;
}

ul.columnists li strong small {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: #999;
}

ul.columnists img {
	float: right;
	width: 80px;
	height: 72px;
	margin: 20px 0 0 2px;
}



#slice6 {
	margin-top: 10px;
	background: url(/img/shade-x-light-grey.png);

	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#slice6 hr {
	clear: both;
	margin: 0 10px;
	width: 968px;
	height: 1px;
	visibility: hidden;

}


#slice6 div {
	margin: 24px 10px 0 10px;
	width: 900px;
	height: 24px;
	text-align: left;
	color: #966;
}

#slice6 ul li {
	height: 16px;
	padding-left: 20px;
	margin-bottom: 4px;
	background: url(/img/icon-std-lrg.png) no-repeat;
}

#slice6 ul li, #slice6 ul li a {
	font-size: 12px;
	line-height: 16px;

	color: #666;
}


#slice7 {
	text-align: right;
}
#slice7 a {
	color: #999;
}
#slice7 img {
	margin: 0 8px 0 0;
	vertical-align: middle;
}







ul.widgets, ul.pages, ul.partners, ul.links {
	float: left;
	margin: 10px 0 10px 10px;
}

ul.widgets {
	width: 170px;
}

ul.pages {
	width: 120px;
	border-right: solid 1px #999;
	padding-right: 10px;
}

ul.partners, ul.links {
	width: 150px;
}


#slice6 ul.widgets li {
	padding-left: 24px;
}

#slice6 ul.widgets li.facebook {
	background: url(/img/icon-facebook-lrg.png) no-repeat;
}
#slice6 ul.widgets li.twitter {
	background: url(/img/icon-twitter-lrg.png) no-repeat;
}
#slice6 ul.widgets li.googleplus {
	background: url(/img/icon-googleplus-lrg.png) no-repeat;
}
#slice6 ul.widgets li.tumblr {
	background: url(/img/icon-tumblr-lrg.png) no-repeat;
}
#slice6 ul.widgets li.exc {
	background: url(/img/icon-excpoint-lrg.png) no-repeat;
}
#slice6 ul.widgets li.rss {
	background: url(/img/icon-rss-lrg.png) no-repeat;
}











