/*
------------------------------------------------------------------------
Theme Name:    News

------------------------------------------------------------------------

All rights reserved.
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

.hr {
	margin: 0px;
	padding: 0px;
	
	height: 1px;
	font-size: 1px;

	background-color: #ffffff;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.hr_top {
	padding: 0px;
	height: 5px;
	font-size: 1px;
	background-color: #eeeeee;
	clear: both;
	border-top: 1px solid #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.hr_bottom {
	margin: 0px;
	padding: 0px;
	
	height: 5px;
	font-size: 1px;

	background-color: #eeeeee;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.red {
	color: #cc0000;
}

/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

.container {
	padding: 0px;
	width: 980px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*
------------------------------------------------------------------------
HEADER - Logo & Search Form
------------------------------------------------------------------------
*/

#header {
	padding: 0px;
	width: 980px;
	height: 100px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.logo, .logo a, .logo a:visited {
	padding: 0px;
	font-family: Geneva, Arial;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #cc0000;
	text-decoration: none;
	float: left;
	background-image: url(images/logo.jpg);
	height: 50px;
	width: 320px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.search {
	margin: 32px 0px 0px 0px;
	padding: 5px;
	
	background-color: #eeeeee;

	float: right;
}

.search .input {
	margin: 0px 3px 0px 0px;
	padding: 6px 7px 5px 7px;
	
	width: 230px;
	
	font-family: Arial;
	font-size: 11px;
	color: #999999;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.button {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	
	height: 25px;
	background-color: #000000;
	
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	
	border: 0px;
}

/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------
*/

#menu {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	
	width: 100%;
	height: 30px;
}

.main_menu li {
	margin: 0px 20px 12px 0px;
	padding: 0px;

	font-size: 14px;
	
	float: left;
	list-style: none;
}

.page_item a, .page_item a:visited {
	margin: 0px;
	padding: 0px;

	color: #cc0000;
	text-decoration: none;
	
	display: block;
	border-bottom: 2px solid #ffffff;
}

.current_page_item, .page_item a:hover {
	border-bottom: 2px solid #cc0000;
}

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {
	border-bottom: none;
}

/* END Main Menu */

/* Sub Menu */

#submenu {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 32px;
	background-color: #FF3300;
	border-bottom: 1px solid #cccccc;
	color: #FFFFFF;
}

.sub_menu li {
	margin: 7px 5px 7px 0px;
	padding: 0px;
	font-size: 11px;
	float: left;
	list-style: none;
	color: #FFFFFF;
}

.cat-item a, .cat-item a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.cat-item a:hover {
	background-color: #FFCC00;
	color: #000;
	text-decoration: none;
}

.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

.sub_menu li b {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	color: #FFCC00;
	text-decoration: none;
	display: block;
}

/* END Sub Menu */

/* Dropdown Menu, if there are some children categories in WordPress defined */

.children {
	margin: 0px;
	position: absolute;
	left: -9000px;
	background-color: #FF3300;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #dddddd;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.sub_menu li:hover ul, .sub_menu li.iehover ul {
	left: auto;
}

.children li {
	margin: 1px 7px 1px 7px;
	padding: 1px 0px 1px 0px;
	
	float: none;
}

.children li a, .children li a:visited {
	background-color: #FF3300;
	color: #FFFFFF;
}

.children li a:hover {
	background-color: #FFCC00;
	color: #000;
}

.children .current-cat, .children .current-cat a, .children .current-cat a:visited {
	background-color: #999999;

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

/* END Dropdown Menu */

/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Definitions */

.column_main {
	width: 700px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
}
.sab{
	width: 840px;
	float: right;
}
.column_right {
	width: 120px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.column_leftsidebar {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 120px;
}


.bot-columns-box{
	width: 640px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}










/* Featured (the first enrty in every category archives and on the index page, currently with that black background ) */

#featured {
	background-color: #FC0;
	height: 160px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #000;
}

#featured h1 a, #featured h1 a:visited {
	color: #000;
}

#featured h1 a:hover {
	color: #F00;
}

#featured h2 {
	color: #333;
}

#featured h2 a, #featured h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #FFF;
	border-bottom: 1px solid #333333;
}

#featured h2 a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured h2 i {
	color: #999999;
}

#featured h2 i a, #featured h2 i a:visited {
	color: #999999;
	text-decoration: none;

	border-bottom: 1px solid #333333;
}

#featured h2 i a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured p {
	color: #333;
}

#featured p a, #featured p a:visited {
	color: #ffffff;
	border-bottom: 1px solid #333333;
}

#featured p a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured img, #featured img a, #featured img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	
	float: right;
	
	border: none;
}

#featured ul, #featured ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#featured li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#featured blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* END Featured */

/* Categories */

.category_header {
	margin: 10px 0px 0px 0px;
	padding: 20px 20px 10px 20px;
	
	background-color: #eeeeee;
	
	text-align: center;
	
	border-bottom: 1px solid #cccccc;
}

/* END Categories */

/* Lists (displaying the posts) */

#content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	
	line-height: 16px;
	
	list-style-type: none;

	border-bottom: 1px dashed #aaaaaa;
}

.title a, .title a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.title a:hover {
	color: #336699;
}

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
}

.meta {
	margin: 0px 0px 15px 0px;
	padding: 0px;

	color: #999999;
	font-size: 11px;
}

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
.meta a:hover {
	color: #000000;
}

/* END Lists */

/* Entry */

.column_left_b img, .column_center_b img, .column_right img {
	margin: 3px 10px 5px 0px;
	padding: 0px;
	
	float: left;
	
	height: 82px;
	
	border: none;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	line-height: 18px;
}

p a, p a:visited {
	color: #336699;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

p a:hover {
	color: #cc0000;
}

#entry {
	margin: 30px 0px 0px 0px;
}

#entry .digg {
	margin: 3px 10px 5px 0px;
	float: left;
}

#entry img, #entry img a, #entry img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	
	float: right;
	
	border: none;
}

#entry p {
	margin: 20px 0px 20px 0px;
	
	font-size: 14px;
}

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#entry blockquote p {
	margin: 20px 0px 20px 0px;
}

/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;
	background-color: #a52a2a;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	border: none;
}

.link a:hover {
	color: #ffffff;
	background-color: #CCCCCC;
}

/* END Button like link styling for the 'Archives' link */

/* END Entry */

/* Comments */

.comment_author {
	margin: 20px 20px 20px 0px;
	padding: 0px;
	
	width: 150px;

	float: left;
}

.comments {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	width: 469px;
		
	float: left;
}

.leave_comment {
	margin: 0px 0px 10px 0px;
	padding: 20px;
	
	background-color: #eeeeee;
}

.leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 585px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 220px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/* END Comments */

/* Tabs (in the sidebar for the AJAX box) */
#sidebar{

	margin: 0px;
	padding: 0px;
}

.rt-ads{
	float: left;
	height: 600px;
	width: 120px;
	margin-top: 12px;
}
.left-ads{
	float: left;
	height: 600px;
	width: 120px;
	margin-top: 12px;
}

#popular{
	float: left;
	width: 160px;
	margin-top: 12px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}

#popular .hd-post{
	height: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/recent-cpost.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#popular .hd-comments{
	background-image: url(images/recent-comments.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	float: left;
	width: 300px;
}

#popular .comments{
	float: left;
	width: 300px;
}
#popular .hd-archives{
	height: 25px;
	margin: 0px;
	background-image: url(images/archives.gif);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	width: 300px;
}


#popular ul {
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
}
#popular li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	float: left;
	width: 300px;
}

#popular li a{
	font-size: 12px;
	text-decoration: none;
	display: block;
	color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-image: url(images/bullete.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#popular li a:hover{
	text-decoration: none;
	background-color: #F4F4F4;
	color: #000000;
}


/* Widgets */

#content .widget ul {
	padding: 10px 10px 20px 10px;
	
	border: 5px solid #eeeeee;
}

.widget li a, .widget li a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
}

.widget li a:hover {
	color: #cc0000;
}

.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover  {
	border-bottom: none;
}

.widget .cat-item a, .widget .cat-item a:visited {
	padding: 0px;
}

.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {
	background-color: #ffffff;
}

/* END Widgets */

/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

h1, h1 a, h1 a:visited {
	margin: 0px 0px 10px 0px;
	padding: 0px;

	font-family: Geneva, Arial;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
	text-decoration: none;
}

h1 a:hover {
	color: #cc0000;
}

h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #cc0000;
}

h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;

	color: #cc0000;
	text-decoration: none;

	border-bottom: 1px solid #dddddd;
}

h2 a:hover {
	color: #000000;
}

h2 i {
	color: #999999;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

h2 i a, h2 i a:visited {
	color: #999999;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

h2 i a:hover {
	color: #000000;
}

h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	
	font-family: Geneva, Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}

h3 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}

h3 a:hover {
	color: #cc0000;
}

.more-hd{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 16px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #F90;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	background-image: url(images/pages-arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}









/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	margin: 0px auto;
	margin-top: 30px;
	padding: 20px 0px 20px 0px;
	width: 100%;
	background-color: #FF3300;
	color: #FFFFFF;
}

#footer p.left {
	font-size: 11px;
	color: #FFFFFF;
	float: left;
}

#footer p.right {
	font-size: 11px;
	color: #FFFFFF;
	float: right;
}

#footer p a, #footer p a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

#footer p a:hover {
	color: #000000;
}













#contentmain {
	margin-bottom: 0px;
	width: 700px;
	margin-top: 12px;
}

#content-lt
{
	float: left;
	width: 350px;
	padding: 0px;
	clear: both;
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #CCC;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}




.column_left_b {
	width: 340px;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}


.column_left_b .hd {
	font-size: 12px;
}
.column_left_b .hd a {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.column_left_b a {
	font-size: 12px;
	color: #F60;
	font-weight: normal;
	text-decoration: none;
}

.column_left_b a:hover {
	color: #FC0;
}


.column_left_b .hd a:hover {
	text-decoration: underline;
}

.column_left_b .cat-hd {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
.column_left_b .cat-hd a {
	font-size: 14px;
	color: #F90;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/gr-c-big.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}

.column_left_b .cat-hd a:hover {
	text-decoration: none;
}





.inner-column img, .column_center_b img, .column_right img {
	margin: 3px 10px 5px 0px;
	padding: 0px;
	float: left;	
	height: 82px;
	border: none;
}


.inner-column {
	width: 300px;
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
	padding-top: 0px;
	padding-left: 0px;
}
.inner-column h1 {
	font-size: 14px;
}

.inner-column .hd {
	font-size: 12px;
}
.inner-column .hd a {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.inner-column .hd a:hover {
	text-decoration: underline;
}

.inner-column .cat-hd {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
.inner-column .cat-hd a {
	font-size: 14px;
	color: #F90;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/gr-c-big.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}

.inner-column .cat-hd a:hover {
	text-decoration: none;
}






#content-rt
{
	float: left;
	width: 300px;
	
}


.column_left_c {
	width: 300px;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}


.column_left_c .hd {
	font-size: 12px;
}
.column_left_c .hd a {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.column_left_c .hd a:hover {
	text-decoration: underline;
}

.column_left_c .cat-hd {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
.column_left_c .cat-hd a {
	font-size: 14px;
	color: #F90;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/gr-c-big.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}


.column_left_c .cat-hd a:hover {
	text-decoration: none;
}

.column_left_c a {
	font-size: 12px;
	color: #F60;
	font-weight: normal;
	text-decoration: none;
}
.column_left_c a:hover {
	color: #FC0;
}


.invest-artist-box{
	float: left;
	width: 320px;
}

.invest-artist-box a{
	font-weight: bold;
	color: #F90;
}

.invest-artist  {
	padding: 0px;
	float: left;
	text-align: center;
}

.invest-artist ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 90px;
} 

.invest-artist li {
	list-style-type: none;
}
.invest-artist li.foto {
	padding: 6px;
}

.invest-artist-mid  {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
	float: left;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-right: 12px;
	margin-left: 12px;
}
.invest-artist-mid li {
	list-style-type: none;
}
.invest-artist-mid li.foto {
	width: 60px;
}

.all-artists{
	width: 300px;
	float: left;
}
.all-artists li {}
.all-artists a {
	font-weight: bold;
	color: #000;
}
/* END Column Definitions */









.insight-hd {
	color: #000000;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	padding-left: 30px;
	background-image: url(../images/gr-c-big.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}




.thumbnail {
	float:right;

	height: 84px;
	width: 84px;
	padding-right: 4px;
	padding-left: 4px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;

	background-repeat: no-repeat;
}

.archive{
	float: left;
	width: 100%;
}

.thumbnail-archive {
	float: left;
	height: 60px;
	width: 80px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F90;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.poll-box{
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 200px;
}

.poll-box ul {
	margin: 0px;
	padding: 0px;
}

.poll-box li {}

.poll-box .hd {
	font-size: 14px;
	color: #F90;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/gr-c-big.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
