/* 
	UNO SKIN (changed for reseaulia)
	Design by Gedel | Geoffroy Delobel, 
	Web design and Art direction
	http://www.gedel.be	
 */
 
/**************************************************************
 GENERAL
 **************************************************************/

body {
	color: #2A2A2A;
	font: normal 12px/16px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
  	background: #C2C3A8 url("http://files.reseaulia.com/assets/skins/reseaulia/page_background.png") top repeat-y;
	_background-image: none; /*IE6  */
} 
h1 {
	color: #3B3C29;  
	font: bold 22px/24px Helvetica, sans-serif;
}

h2 {
	color: #C2C3A8;  
	font: bold 22px/24px Helvetica, sans-serif;
}
h3 {
	color: #2a2a2a;
	font: bold 15px/17px Helvetica, sans-serif;
}
h4 {
	font: bold 12px/14px Helvetica, sans-serif;
}
hr {
	background-color: #BBBBBB;
	border: 0px;
	height: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
}
a:link {
	color: #3B3C29;
}

a:visited {
	color: #BFC0A4;
}

a:hover {
	color: #3B3C29;
	text-decoration: underline;
}

a:active {
	color: #3B3C29; 
	text-decoration: underline;
}


/**************************************************************
 LAYOUT
 **************************************************************/

#adHeader {
	background-color: #444444; 
	clear: both;
	margin: 0 auto;
	padding-bottom: 3px;
	padding-top: 10px;
	text-align: center;
	width: 960px;	
}
#adFooter {
	background-color: #999999; 
	clear: both;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 960px;
}

#globalHeader {
	background-color: #444444;
	border-bottom: solid 1px #BBBBBB;
	color: White;
	clear: both;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 10px;
	height: 30px;
	width: 935px;	
}
#globalFooter {
	background-color: #999999; 	
	color: White;
	clear: both;
	font-size: 10px;
	height: 50px;
	margin: 0 auto;
	padding: 7px 0;
	text-align: center;
	width: 960px;
}
#globalFooter #copyright {
	float: left;
	padding-left: 10px;
}
#globalFooter #poweredBy {
	float: right;
	padding-right: 10px;
}
#globalHeader #globalLogo {
	background: transparent url("http://files.reseaulia.com/assets/skins/reseaulia/local_header_logo.png") no-repeat;
	display: block;
	float: right;
	padding: 0 0px;
	margin: 5px;
	text-decoration: none;
	width: 80px;
	_background: transparent;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://files.reseaulia.com/assets/skins/reseaulia/local_header_logo.png', sizingMethod='crop');
	_margin: 6px 8px;
}
#globalHeader a {
	color: #FFFFFF;
}
#globalHeaderMemberDiv {
	float: left;
	line-height: 30px;
}
#globalHeaderMemberDiv button {
	margin-top: 5px;
}


#wrapper { 
	position: relative;
	margin: 0 auto; 
	width: 960px;
}

#header {
	background: #E3E3E3 url("http://files.reseaulia.com/assets/skins/reseaulia/local_header_background.png") no-repeat top left;
	border-bottom: solid 1px #BBBBBB;
	height: 170px; 
	margin: 0 auto;
	overflow: hidden; 
}

#title {
	height: 140px;
	margin: 0 auto;
	padding-left: 65px;
	text-align: left;
}
#title h1 {
	color: #000000; 
  	font: normal 30px Georgia, "Times New Roman", Times, serif;
  	padding-top: 42px;
	_margin-top: 0px;
}
#title h1 a { 
	color: #000000; 
	text-decoration: none;
}
#title h4 {
	color: #000000; 
	font-weight: normal;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#header .menu ul li,
#main .menu ul li {
	display: inline; 
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	margin-top: 1px; 
	text-align: center;
	/*margin-top: -1px;*/
}
#header .menu ul li a,
#main .menu ul li a {
  	background: #C2C3A8 url("http://files.reseaulia.com/assets/skins/reseaulia/tab_default.png") repeat-x top left;   
	color: Black; 	    	
	display: inline;
	font: bold 13px Arial, Helvetica, sans-serif;
	height: 30px;
	margin: 0; 
	padding: 7px 9px;
	position: relative;
	text-decoration: none;
	_background-image: none; /* IE6 */
}
/* Safari only hack*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#header .menu ul li a,
	#main .menu ul li a {
		top: 7px;
	}
}
#header .menu ul li.type,
#main .menu ul li.type {
	line-height: 22px;
	height: 22px;
}
#header .menu ul li.type a,
#main .menu ul li.type a { 
  	font: normal 10px Arial, Helvetica, sans-serif;
	height: 22px;
	padding: 7px 7px; 
}
#header .menu ul li.current a,
#main .menu ul li.current a {
	background-color: #FFFFFF;
	color: #000000;
}
#header .menu ul li a:hover,
#main .menu ul li a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

#page {
	background-color: White;
}
#page.full #main {
	width: 940px;
}
#page.full #mainWrapper {
	margin: 0px 0px 0px 80px;
	width: 820px;
}

#sideBar .ad {
	margin-bottom: 20px;
}

#navBar {
	color: #2A2A2A;
	margin-bottom: 10px;
	margin-top: -10px;
	position: relative;
}
#navBar .filters {
	margin-top: 2px;
}
#navBar ul li {
	display: inline;
}
#navBar .current a {
	font-weight: bold;
	text-decoration: none;
}
#navBar a:link,
#navBar a:visited {
	color: #2A2A2A;
}
#navBar a:hover,
#navBar a:active {
	color: #C2C3A8;
	text-decoration: underline;
}

#main .paging a {
	border: 1px solid #C2C3A8; 
	color: #C2C3A8;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
}
#main .paging a:hover {
	border: 1px solid #BCBCAE; 
	color: #BCBCAE;
}
#main .paging a.current {
	background-color: #C2C3A8;
	border: 1px solid #C2C3A8; 
	color: #FFFFFF;
}

/**************************************************************
 ITEMS
 **************************************************************/

.description, #content .item .body .text {
	font: normal 13px/20px; /*Georgia, "Times New Roman", "Times", Serif;*/
}
.meta {
	color: #666666;
}
#main .item .header { 
	line-height: 15px;
}
#main .item .header h2 {
	padding-bottom: 10px;
}
#main .item .header h2 a {
	border-bottom: 1px dotted #C2C3A8; 
	color: #C2C3A8; 
	text-decoration: none;
}
#main .item .header h2 a:hover {
	border-bottom: 1px dotted #3B3C29;    
	color: #3B3C29; 
	text-decoration: none;
}
#main .item .header .meta {
	margin-bottom: 10px;
}
#main .item .body {
	margin-bottom: 10px;
	margin-top: 10px;
}
#main .item .body .data {
	border-bottom: 1px solid #e4e4e4; 
	padding-bottom: 25px;
	padding-top: 25px;
}
#main .item .footer {
	font-weight: bold;
 	padding-bottom: 20px;
}
#main .item .footer .meta {
	font-size: 10px;
}
.list .item {
	border-bottom: 2px solid #C2C3A8;
	margin-top: 15px;
}
.list .item.first {
	padding-top: 10px;
}
.list .item.last {
	border-bottom: 0px;
}
.display .item {
	margin-top: 15px;
}

/* Contents */
#contents.list .item .footer .commentCount {
	background: transparent url("http://files.reseaulia.com/assets/skins/reseaulia/page_header_comments_background.png") no-repeat top;
	background-color: #C2C3A8;
	color: Black;
	float: right;
	height: 22px;
	padding-top: 1px;
	text-align: center;
	width: 140px;
	_background: transparent url("http://files.reseaulia.com/assets/skins/reseaulia/page_header_comments_background.gif") no-repeat top;
}
#contents .item .footer .commentCount A {
	color: Black !important;
}

/* Comments */
#comments.list .item .header .thumbnailWrapper {
	border: 1px solid #E0E0E0;
	float: right;
}

/* Calendar */
.calendarDay {
	float: left;
	margin-left: -47px;
	margin-right: 15px;
	margin-top: 4px;
	text-align: center;
	width: 32px;
}
.calendarDay .month {
	background: #C2C3A8 url("http://files.reseaulia.com/assets/skins/reseaulia/cal_day_name.png") no-repeat top;
	color: Black;
	font-weight: bold;
	font-size: 10px;
	height: 16px;
	text-transform: uppercase;
}
.calendarDay .day {
	background: #FFFFFF url("http://files.reseaulia.com/assets/skins/reseaulia/cal_day_number.gif") no-repeat bottom;
	color: #2A2A2A;
	font: bold 22px "Times New Roman", Times, serif;
	height: 27px;
	padding-top: 1px;
}
#page.home .calendarDay {
	display: none;
}

/* Other */
#page.default .gallery,
#page.default .map {
	padding-bottom: 10px;
	padding-top: 10px;
}
#page.home.default .gallery,
#page.home.default .map {
	padding-bottom: 0px;
	padding-top: 0px;
}
#page.full .map h2,
#page.full .calendar h2 {
	padding-bottom: 10px;
}

.map .thumbnailWrapper { 
	border: 1px solid #DDDDDD;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#contextDescription {
	background-color: #FFFBE6;
	border: 1px solid #FFCC00;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/**************************************************************
 PODS
 **************************************************************/
 
.pod a {
	color: #2A2A2A;
}
.pod .header h4 {
	/*color: #2a2a2a;*/
	font: bold 13px/15px Arial, Helvetica, sans-serif;
}
.pod .header a {
	text-decoration: none;
}
.pod .body ul.gallery li {
	margin-right: 4px;
	margin-bottom: 4px;
}
#sideBar .pod,
#sideBar2 .pod {
	background: #f3f3f3;
	color: #2A2A2A;
	font-size: 10px;
	line-height: 18px;
}
#sideBar .pod .current a,
#sideBar2 .pod .current a {
	font-weight: bold;
	text-decoration: none;
}
#sideBar .pod .header,
#sideBar2 .pod .header {
	padding: 10px 15px 9px 15px;                                   
}
#sideBar .pod .header {
	background: #C2C3A8 url("http://files.reseaulia.com/assets/skins/reseaulia/pod_header_background.png") no-repeat top;
	_background-image: none; /* IE6 */
	_border: 1px solid #C2C3A8; /* IE6 */
}
#sideBar2 .pod .header {
	background: #C2C3A8 url("http://files.reseaulia.com/assets/skins/reseaulia/pod_header_background2.png") no-repeat top;
	_background-image: none; /* IE6 */
	_border: 1px solid #C2C3A8; /* IE6 */
}
#sideBar .pod .header h4,
#sideBar2 .pod .header h4,
#sideBar .pod .header h4 a,
#sideBar2 .pod .header h4 a {
	color: Black;
}
#sideBar .pod .body {
	background: #FFFFFF url("http://files.reseaulia.com/assets/skins/reseaulia/pod_bottom_background.png") no-repeat bottom;
	padding: 10px 10px 10px 10px;
	_background-image: none; /* IE6 */
	_border-bottom: 1px solid #BBBBBB; /* IE6 */
}
#sideBar2 .pod .body {
	background: #FFFFFF url("http://files.reseaulia.com/assets/skins/reseaulia/pod_bottom_background2.png") no-repeat bottom;
	padding: 10px;
	_background-image: none; /* IE6 */
	_border-bottom: 1px solid #BBBBBB; /* IE6 */
}
#sideBar .info.pod,
#sideBar .actions.pod,
#sideBar2 .info.pod,
#sideBar2 .actions.pod {
	border-bottom: 1px solid #BBBBBB;
	color: #666666;
}
#sideBar .info.pod .body,
#sideBar .actions.pod .body,
#sideBar2 .info.pod .body,
#sideBar2 .actions.pod .body {
	background-color: #E9EAE0; 
	background-image: none; 
}
#sideBar .info.pod .image,
#sideBar2 .info.pod .image  {
	border: 1px solid #A5A5A5;
	margin-bottom: 5px;
}
#sideBar .custom.pod,
#sideBar2 .custom.pod {
	padding: 0px;
	background: none;
	border: none;
}
#sideBar .custom.pod .body,
#sideBar2 .custom.pod .body {
	padding: 0px;
	background: none;
	border: none;
}

#main .pod {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#main .pod .header {
	border-bottom: 1px solid #C5C5C5;
	clear: both;
	padding: 0px 15px 5px 0px;
}
#main .pod .body {
	background-color: #F4F4F4; 
	padding: 10px 10px 13px 10px;
}
#main .custom.pod .body {
	background: none;
	padding: 0px;
}	

#main #contentsHighlightPod .item .header {
	padding-bottom: 0px;
	padding-top: 10px;
}
#main #contentsHighlightPod .item .header,
#main #contentsHighlightPod .item .footer {
	border-bottom: 0px;
}
#main #contentsHighlightPod .item .body {
	padding: 0px;
}

.contentRatingVoteWrapper {
	background-color: #E9EAE0; 
}
	

/**************************************************************
 ICONS
 **************************************************************/

#sideBar .rss h4,
#sideBar2 .rss h4  {
	font-size: 11px;
}
#sideBar .rss ul,
#sideBar2 .rss ul  {
	margin-top: 4px;
}
#sideBar .rss a, 
#sideBar2 .rss a {
	padding-left: 20px;
	padding-top: 4px;
}

#main #commentsPod li,
#main #contentsPod li {
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 20px;
}

.icon {
	display: none;
}#header {
	float: right;
	width: 658px;	
}

#title {
	width: 558px;	
}

#main {
	float: right;
	padding-bottom: 20px;
	width: 658px;
}
#mainWrapper {
	margin-left: 30px;
	width: 598px;
}

#main .menu ul {
	height: 30px; 
	margin-bottom: 20px;
	margin-top: -29px; 
	text-align: center;
}

#main #memberDescriptionPod {
	border-top: 1px solid #A5A5A5;
	padding-bottom: 10px;
}

#sideBar { 
	float: left;
	overflow: hidden;
	width: 302px;
}
#sideBar .pod {
	border-bottom: 1px solid #BBBBBB;
	color: #666666;
}
#sideBar .pod .header {
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sideBar .pod .header h4,
#sideBar2 .pod .header h4,
#sideBar .pod .header a,
#sideBar2 .pod .header a {
	color: Black;
}
#sideBar .pod .body,
#sideBar .pod .header {
	background-color: #E9EAE0; 
	background-image: none; 
}

#sideBar .pod .body,
#sideBar2 .pod .body {
	border-left: 1px solid #BBBBBB; 
	border-right: 1px solid #BBBBBB; 
}

#sideBar #memberImagePod.pod .body {
	border-bottom: 1px solid #A5A5A5;
	padding: 0px;
}

#sideBar #contentsTagCloudPod.pod .header {
	display: none;
}

/* Contents */
.calendarDay {
	display: none;
}