.gallery, .file {
	
	padding: 4px 4px 4px 8px;
	
	text-decoration: none;
	font-weight: normal;
	
	background-color: #EEEEEE;
	margin: 2px 2px 4px 2px;
	border-bottom: 1px dotted #cccccc;
}

.gallery a, .file a {
	text-decoration: none;
	color: #363636;
	
	padding: 4px 4px 6px 18px;
	display: inline-block;
	background-position: 0 0.4em;
	background-repeat: no-repeat;
}

.gallery a:hover, .file a:hover {
	text-decoration: underline;
	color: #363636;
}
.gallery a {
	background-image: url(../media/lnk_pictures.png);
}
.file a {
	background-image: url(../media/lnk_doc.png);
}

#art {
	width: 960px;
	padding-bottom: 32px;
}
#art td {
	vertical-align: top;
}
#art_body {
	
	width: 680px;
	margin: 0px 10px 0px 2px;
}
#art_header {
	min-height: 120px;
	width: 680px;
	
	padding: 0 0 0 0;
	overflow: hidden;
	
	background-color: #ffffff;
	
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;

	-moz-border-radius-topleft: 5px 5px;
	-moz-border-radius-topright:  5px 5px;
}

#art_header_body {
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 0;
	width: 620px;
	border: 0px solid #ff0000;
}
#art_header_body h1 {
	margin: 0 0 4px 0 !important;
	font-size: 2.3em;
}
#art_url {
	display: none;
}
#art_content {
	width: 680px;
	min-height: 400px;
	
	background-color: #ffffff;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;

	-moz-border-radius-bottomleft: 5px 5px;
	-moz-border-radius-bottomright:  5px 5px;
}
#art_content_body {
	padding: 10px 10px 10px 10px;
}
/*
#art_content_body_text img {
	margin: 6px 6px 12px 6px;
	border: 4px solid #ffffff;
	
	-moz-box-shadow: 3px 3px 5px #404040;
	-webkit-box-shadow: 3px 3px 5px #404040;
	box-shadow: 3px 3px 5px #404040;
}
*/

#art_links {
	border-top: 1px dotted #cccccc;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	
	padding: 6px 6px 6px 6px;
/*
 	background: -moz-linear-gradient(rgb(237,237,237) 0%, rgb(240,240,240) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(237,237,237)), color-stop(100%, rgb(240, 240, 240)));
*/
}
#art_content_body_text {
	font-size: 1.3em;	
}


#art_sidebar {
	float: left;
	background-color: #C4CCB3;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;

	-moz-border-radius-topleft: 5px 5px;
	-moz-border-radius-topright:  5px 5px;
	-moz-border-radius-bottomleft: 5px 5px;
	-moz-border-radius-bottomright:  5px 5px;
	
	width: 260px;
	min-height: 500px;
	padding-top: 10px;
}
#art_sidebox_social{
	background-color: #ffffff;
}

#fb-like-container{
	float: left !important;
	padding-top: 4px;
	width: 110px;
}
#tweet-count {
	float: left !important;
	padding-top: 4px;
}
#share-this-container {
	float: left !important;
	padding-top: 4px;
}
#cms_art_share {
    background-color: #E3E3E3 !important;
    border-bottom: 1px dotted #cccccc;
    padding: 6px 6px 6px 6px;
}
#cms_art_rate {
    background-color: #F1F1F1 !important;
    padding: 6px 6px 6px 6px;
}


#art_box_evt {
	margin: 10px 2px 2px 2px;
	width: 250px;
	padding: 0 4px 0 4px;
	


}
#art_box_evt h2 {
	margin: 3px 0px 3px 0px;
    font-size: 1.2em;
    font-weight: bold;
    color: #313132;
    border-bottom: 2px solid #298238;
}

.evt_entry a, .evt_entry a:visited, .nw_webcast a, .nw_webcast a:visited {
	font-size: 12px;
    color: #313132;
    text-decoration: none;
	word-wrap: break-word;
	display: block;
}
.evt_entry a:hover, .nw_webcast a:hover {
    color: #398000;
    text-decoration: underline;
}
.evt_entry, .nw_webcast {
    line-height: 1.3em;
    padding: 0px 0px 5px 10px;
    background: url(../media/bullet02.gif) no-repeat;
	
	word-wrap: break-word;
	width: 230px;
}


#art_videos {
	background-color: black;
	padding: 8px;
	text-align: center;
	
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
}

#art_videos .video {
	display: none;
}
#art_videos .video embed {
	border: 1px solid #404040;
}


#art_videos .first {
	display: block;
}