.wrapper {
    margin: 0 auto;
    width: 960px;
}


.clearfix:after, .container:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


#header { 
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(255, 255, 255);
	background-image: none;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: -55px;
	min-height: 160px;
	position: relative;
	z-index: 9;
 }

#header {
    background: -moz-linear-gradient(100% 100% 90deg, #DEDEDE, #FFFFFF) repeat scroll 0 0 transparent;
}

#logo {
    float: left;
    margin: 15px 20px 0;
}

.width100 {
    width: 99.99%;
}

.floatleft {
    float: left;
}


/* ----------------------------------------------------------------------------------------------------------------------- */

#block-menu-menu-topmenu {
    float: right;
}

#block-menu-menu-topmenu ul.menu {
    margin: 6px 0 0;
    padding: 0;
}

#block-menu-menu-topmenu ul.menu li {
    border-right: 1px solid #DEDEDE;
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0 0 0 1.1em;
    padding: 0 1.1em 0 0;
    text-shadow: 1px 1px 1px #FFFFFF;
}
#block-menu-menu-topmenu ul.menu li a {
    color: #777777;
}
#block-menu-menu-topmenu ul.menu li a:hover {
    color: #222222;
    text-decoration: none;
}
#block-menu-menu-topmenu ul.menu li a img {
    float: none;
    margin: 0 8px -4px 0;
}
#block-menu-menu-topmenu ul.menu li:last-child {
    border: medium none;
    padding-right: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------- */

#showcase {
    background: url("images/showcase.jpg") no-repeat scroll center top #005b90;
	background-size: 100% 100%
}

#showcase .moduletable-headline {
    color: rgba(255, 255, 255, 0.5);
    float: right;
    text-align: right;
}

#showcase .moduletable-headline h3.mod-title {
    color: #F0C237;
    font-size: 2.75em;
    line-height: 1.3em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}


#showcase .views-slideshow-cycle-main-frame-row-item {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2em;
    line-height: 1.7em;
    padding: 0;
}


#showcase .view-top-slideshow h3 {
    clear: none;
    color: #FFFFFF;
    font-size: 2.2em;
    line-height: 1.35em;
    margin: 0 0 0.3em;
    padding: 3px 0 2px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	width: 750px;
}

#showcase .view-top-slideshow p {
	
}

#showcase .view-top-slideshow a { /* "a" image readmore */
    color: #F0C237;
    display: block;
    font-size: 1em;
}

#showcase .view-top-slideshow h3 a {
   -moz-transition: all 0.5s ease-out 0s;
    color: #FFFFFF;
}

#showcase .view-top-slideshow img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #FFD700;
    box-shadow: 0 0 10px #EEDD82;
    float: right;
    margin: 10px;
    padding: 9px;
	margin-left: 30px;
}

#showcase .view-top-slideshow img.noborder {
    background: none !important; 
    border: 0px !important; 
    box-shadow: none !important; 
    margin: 0px;
	padding: 0px; 
}








/* -------------------------------------------------------- */

#mainmenu_wrapper {
    background: url("images/nav.png") no-repeat scroll center center transparent;
    height: 70px;
    margin-bottom: 25px;
    position: relative;
    z-index: 100;
}
#mainmenu_container {
	height: 50px;
    padding-top: 20px;
}

div.icemegamenu {
   position: relative;
}

div.icemegamenu ul {
    display: block;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 5;
}


div.icemegamenu ul li {
    background: url("images/border.png") no-repeat scroll right top transparent;
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
	
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.4em;
    letter-spacing: 0.02em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

div.icemegamenu ul li.last.leaf {
    background: none;
}

div.icemegamenu ul li a, div.icemegamenu ul li a:visited,
div.icemegamenu ul li span.separator {
    -moz-transition: color 0.3s linear 0s;
    color: #FFFFFF;
    display: block;
    height: 40px;
    padding: 5px 20px;
	-moz-padding-end: 18px;
    -moz-padding-start: 18px;
	
	
    text-decoration: none;
}

div.icemegamenu li a:focus, div.icemegamenu li a:hover {
    color: #F0C237 !important;
}

div.icemegamenu li a:link {
    
}

div.icemegamenu ul li a.active {
    background: url("images/active.png") no-repeat scroll 45% 100% transparent;
    height: 50px;
}

div.icemegamenu ul li a.active{
    color: #F0C237;
}

div.icemegamenu ul li span {
    color: rgba(255, 255, 255, 0.7) !important;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 0.6em;
    line-height: 1.25em;
    padding: 0;
}





/* ----------------------------------------------------------------------------------------------------------------------- */

#header-inside-right #block-search-form {
    clear: right;
    float: right;
    margin: 25px 0 0;
    position: relative;
}

#header-inside-right #block-search-form input[type=text] {
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom-color: #CCCCCC;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #999999;
    width: auto;
}

#header-inside-right #block-search-form input[type=submit] {
    box-shadow: 0 0 8px transparent;
}


/* ----------------------------------------------------------------------------------------------------------------------- */

#breadcrumbs {
    background: url("images/showcase_small.png") repeat-x scroll center top transparent;
    clear: both;
    margin-top: 20px;
    padding: 14px 0 0;
}

#breadcrumbs ol {
    float: left;
    font-size: 1em;
    list-style-type: none;
    margin: 0 0 12px;
    padding: 0;
}

#breadcrumbs ol li {
    background: url("images/breadcrumbs_arrow.png") no-repeat scroll right center transparent;
    color: rgba(255, 255, 255, 0.7);
    float: left;
    padding: 0 26px 0 0;
}

#breadcrumbs ol li a {
    color: #FFFFFF;
    display: block;
    margin: 0;
}

#breadcrumbs ol li.lastitem {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

/* ----------------------------------------------------------------------------------------------------------------------- */

#content_effect {
    background: url("images/content_effect.png") repeat-x scroll center top transparent;
    border-top: 1px solid #FFFFFF;
    padding: 50px 0 0;
}

#content {
	background: 
			url("images/content1.png"),
			url("images/content3.png"),
			url("images/content2.png");
		background-repeat: 
			no-repeat,
			no-repeat,
			repeat-y;
		background-position: 
			center top,
			center bottom,
			center center;
	width: 970px;
	min-height: 350px;
	padding: 15px 0 0;
	margin: 0 auto;
	position: relative;
	
}

#content ol.search-results {
	list-style-type: decimal;
}


#content ol.search-results p {
	margin-bottom: 0px;
}

#content form#search-form div#edit-basic {
    border: 1px dotted #CCCCCC;
    margin: 1em 0 1.5em 0.2em;
    padding: 1.4em;
}



#columns-container {
    border-bottom: medium none;
    margin: 0 25px 0 15px;
    position: relative;
}

#outer-column-container {
    
	border-color: transparent;
    border-style: solid;

}

a#show_qr {
    position: absolute;
    top: 0;
}

/* -------------------------------------------------------------------------------------------------------------------------- */

#right-column {
    margin-right: -240px;
    width: 240px;
	float: left;
}

div#right-column div.block {
    color: #eff3f5;
    margin: 0 8px 10px;
    padding: 10px;
}


#right-column #block-cck-blocks-field-address {
	background: none repeat scroll 0 0 #004066;
}

#right-column #block-cck-blocks-field-address h3 {
	background: -moz-linear-gradient(100% 100% 90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #931C15;
    color: #FFFFFF;
    font-size: 1.5em;
    margin: -10px -10px 4px;
    padding: 7px 10px 4px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

#right-column #block-cck-blocks-field-address a {
    color: #FFFFFF;
}

#right-column #block-cck-blocks-field-chief {
	background: none repeat scroll 0 0 #004066;
}

#right-column #block-cck-blocks-field-chief h3 {
	background: -moz-linear-gradient(100% 100% 90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #931C15;
    color: #FFFFFF;
    font-size: 1.5em;
    margin: -10px -10px 4px;
    padding: 7px 10px 4px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

#right-column #block-cck-blocks-field-chief a {
    color: #FFFFFF;
}

#right-column #block-cck-blocks-field-usefulness {
	background: none repeat scroll 0 0 #004066;
}

#right-column #block-cck-blocks-field-usefulness h3 {
	background: -moz-linear-gradient(100% 100% 90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #931C15;
    color: #FFFFFF;
    font-size: 1.5em;
    margin: -10px -10px 4px;
    padding: 7px 10px 4px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

#right-column #block-cck-blocks-field-usefulness a {
    color: #FFFFFF;
}

/* ---------------------------*/

#source-order-container {
    float: left;
    width: 100%;
}

#middle-column {
    float: right;
    width: 100%;
}

#middle-column .inside {
    margin-right: 0px;
	/* !!! */
}

#middle-column .inside {
    padding: 0 0 15px;
}

.inside {
    margin: 0;
    padding: 0;
}

div#content .block div.content tbody {
    border-top: 0px;
}

div#content .block div.content td {
	padding: 4px 0 4px 5px;
}




#promo {
    padding: 0 15px 0 15px;
}

#promo #mainpagepanel h2 {
    border-bottom: 5px solid #004066;
    color: #004066;
    font-size: 1.85em;
    margin-bottom: 10px;
    padding: 0;
}



#promo #mainpagepanel .view-content span.views-field-changed {
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
}

#promo #mainpagepanel .view-content span.views-field-name {
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
	padding-right: 18px;
}

#promo #block1 h2, #promo #block1 h2 a {
    border-bottom-color: #333333;
    color: #444444;
}
#promo #block2 h2, #promo #block2 h2 a {
	border-bottom-color: #003E64;
	color: #444444;
}
#promo #block3 h2, #promo #block3 h2 a {
	border-bottom-color: #222222;
	color: #444444;
}



#about {
    color: #444444;
    font-size: 2em;
    line-height: 1.65em;
    margin: 45px 0 -90px -35px;
    min-height: 190px;
    overflow: hidden;
    padding: 50px 0 0;
    position: relative;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#about img {
    -moz-transition: all 0.75s ease-out 0s;
    float: left;
    margin: -50px 15px 0 0;
    opacity: 0.3;
}

#about strong {
    color: #004066;
    font-weight: normal;
}

/* ----------------------------------------------------------------------------------------------------------------------- */

#footer {
    background: url("images/footer.jpg") repeat scroll 0 0 #141414;
    clear: both;
    margin: 50px 0 0;
}

#footer a {
    color: #999999;
    text-decoration: none;
}

#footer_effect {
    background: url("images/footer_effect.png") repeat-x scroll center top transparent;
}

#footer .inside {
	margin-right: 0px;
}

#footer .panel-panel {
	font-family: 'Arial';
	font-size: 0.8em;
    color: #999999;
    margin: 45px 0 30px;
    text-shadow: 1px 1px 1px #000000;
}

#footer .panel-panel h2{
    border-bottom: 1px dotted #444444;
    color: #FFFFFF;
    margin: 0 0 8px;
    padding: 0 0 2px;
	/* font-size: 1.4em; */
}

#footer .panel-panel h2 a {
	color: #FFFFFF;
}

#footer ul {
    margin-bottom: 0;
    padding-left: 0.5em;
}

#footer ul li {

}

#footer ul li a {
    color: #999999;
    text-decoration: none;
}

#footer ul li a:hover {
    color: #F0C237;
}

/* ----------------------------------------------------------------------------------------------------------------- */

#copyright {
    background: url("images/copyright.png") repeat-x scroll center top transparent;
    border-top: 1px solid #292929;
    clear: both;
    margin: 0;
    min-height: 53px;
    padding: 0;
}

#copyright .wrapper {
    overflow: hidden;
    position: relative;
}

div#icelogo {
    float: left;
    padding: 14px 20px 0 0;
}

div#icelogo p {
    margin: 0;
}

div#icelogo p a {
    -moz-transition: all 0.5s ease-in 0s;
    background: url("images/icetheme.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 20px;
    margin: 0 auto;
    opacity: 0.4;
    width: 120px;
}

div#icelogo p a {
    opacity: 0.4;
}

#footermenu {
    float: right;
    padding: 0;
}

#footermenu ul.menu {
    margin: 17px 35px 0 0;
    padding: 0;
}

#footermenu ul.menu li {
    display: inline;
    float: left;
    font-size: 0.9em;
    list-style-type: none;
    margin: 0;
    padding: 0 2em 0 0;
}

#footer ul.menu li a {
    color: #666666;
    text-decoration: none;
}

div#copytext {
    float: left;
    padding-top: 15px;
}

#footer ul.menu {
    margin-bottom: 0.5em;
    padding-left: 1.25em;
}



#footer .width20 {
    width: 18.3%;
}

#footer .separator {
    border: medium none;
    margin-right: 0;
    padding-right: 20px;
}

.width20 {
    width: 20%;
}

.floatleft {
    float: left;
}

#footer .moduletable {
    color: #999999;
    margin: 45px 0 30px;
    text-shadow: 1px 1px 1px #000000;
}



#footer .moduletable h3.mod-title {
    border-bottom: 1px dotted #444444;
    color: #FFFFFF;
    margin: 0 0 8px;
    padding: 0 0 2px;
}


#footer .moduletable h3.mod-title span {
    color: #666666;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 0.6em;
    margin-top: -7px;
}

#footer ul.menu {
    margin-bottom: 0.5em;
    padding-left: 1.25em;
}

#footer ul.menu li a {
    color: #999999;
    text-decoration: none;
}

/* --------------------------- */

div.qtip-red div.qtip-contentWrapper {
    background: none repeat scroll 0 0 #004066;
	opacity: 0.95;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
	color: rgba(255, 255, 255, 0.7);
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.4em;
    letter-spacing: 0.02em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
div.qtip-red  ul {
	padding-left: 1em;
	margin: 0px;
}

div.qtip-red  ul li {
    list-style-image: url("images/point.png");
    list-style-type: square;
	padding: 0px;
}

div.qtip-red  div.qtip-content {
	padding: 0px;
}

div.qtip-red ul li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

div.qtip-red ul li a {
    -moz-transition: color 0.3s linear 0s;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

div.qtip-red ul li a:hover, div.qtip-red ul li a:focus {
    color: #F0C237 !important;
}

#footer .panel-panel tbody {
	border-top: 0px;
}


.views-field-field-conference-date .field-content {
	display: inline;
}

.views-field-field-owner-name .field-content {
	display: inline;
}



div#content .views-row {
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

div#content .views-row-last {
    border-bottom: none;
    margin-bottom: 0px;
}



div#footer #mini-panel-test_block_panel .pane-events-news-view {
	line-height: 1.2em;
}

div#footer #mini-panel-test_block_panel .pane-events-news-view .views-row {
	margin-bottom: 5px;
}

div#content .node div.content table tbody tr td p {
	line-height: 1.2em;
    margin: 0;
}



#content .view-voting-photos td {
	vertical-align: bottom;
	background: url("images/ornament.png") repeat;	
	text-align: center;
	border: 10px solid white;
}

#content .view-voting-photos .views-field-title {
	width: 200px;
	background-color: white;
	border: 1px solid #DDDDDD;
}

#content .view-voting-photos .views-field-title a {
	color: black;
}



#content .node-photo-for-voting div.content {
	position: relative;
}

#content .node-photo-for-voting .field-name-field-photo4voting {
	/*
    margin-right: 20px;
	*/
	float: left;
	background: url("images/ornament-horizontal-right2left.png") repeat-y scroll right top;
	width: 480px;
	text-align: right;
	padding-right: 60px;
	margin-right: 10px;
	line-height: 0;
}

#content .node-photo-for-voting .field-name-field-photo-desctiption {
	bottom: 0; position: absolute; left: 550px; width: 340px;
}

#content .node-photo-for-voting .field-name-field-photo-quote {
    left: 550px;
    position: absolute;
    top: 0;
    width: 350px;
}


#content .node-photo-for-voting .group_photo_texts {
	position: relative; display: table;
}

/*
#content .node-photo-for-voting .group_photo_wrapper2 {
    background: none repeat scroll 0 0 #FFA7A7;
    clear: left;
    float: left;
    overflow: hidden;
    width: 100%;
}

#content .node-photo-for-voting .group_photo_wrapper {
    background: none repeat scroll 0 0 #FFF689;
    float: left;
    position: relative;
    right: 50%;
    width: 100%;
}

.field-name-field-photo4voting {
    float: left;
    left: 52%;
    overflow: hidden;
    position: relative;
    width: 46%;
}
.group_photo_texts {
    float: left;
    left: 56%;
    overflow: hidden;
    position: relative;
    width: 46%;
}
*/
#social_bar {
	height: 23px; clear: both;margin-bottom: 20px; padding: 4px 4px 1px;
	background: url(images/social-background.png) no-repeat scroll 0 0 #FFFFFF; 
}

#vk_like_wrapper, #ok_wrapper, #fb_wrapper {
	float: left;
}

#fb_wrapper {
	

	
	
}

.submitted {

	margin-bottom: 10px;
}
/*

#vk_like_wrapper {
    height: 18px;
    left: 25px;
    position: absolute;
    top: -1px;
}

#fb_wrapper {
    height: 18px;
	left: 116px;
    
    position: absolute;
    top: -2px;
}

#ok_wrapper {
    height: 18px;
    left: 220px;
    position: absolute;
    top: -2px;
    width: 250px;
}
*/

.calendar-calendar {
	line-height: 1em;
}

.calendar-calendar .month-view .full td.multi-day a,
.calendar-calendar .month-view .full td.multi-day a:visited {
	color: white;
}


.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
	line-height: 1.5em;
}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
	line-height: 1.5em;
}

.calendar-calendar .month-view .full td.multi-day .hnpu_owner div.monthview,
.calendar-calendar .week-view .full td.multi-day .hnpu_owner div.weekview,
.calendar-calendar .day-view .full td.multi-day .hnpu_owner div.dayview {
	background: none repeat scroll 0 0 #3185db;
}

.calendar-calendar .month-view .full td.single-day .hnpu_owner div.monthview,
.calendar-calendar .week-view .full td.single-day .hnpu_owner div.weekview,
.calendar-calendar .day-view .full td.single-day .hnpu_owner div.dayview {
	background: none repeat scroll 0 0 #fefe70;
}

.single-day {
	font-family: Verdana, Arial, Courier New;
    font-size: 75%;
    line-height: 1.5em;
}
.multi-day {
	font-family: Verdana, Arial, Courier New;
    font-size: 75%;
    line-height: 1.5em;
}

.calendar-calendar td.has-events {
    background-color: #B0D0F0;
}


.view .view-header .date-nav-wrapper  .date-nav {
  color:#cccccc;
  background:url(images/cal-header.png);

  width:900px;
  text-shadow:1px 1px 0px #000000;
  margin:0;
  min-height: 0px;
  height: 20px;
}

.view .view-header .date-nav-wrapper .date-heading h3 {
	color:#cccccc;
}

.view .view-header .date-nav-wrapper .date-heading {
    float: left;
    margin-top: 3px;
    width: 900px;
	position: absolute;
	top: 0;
}

.view .view-header .date-nav-wrapper .date-prev {
    background: url("images/cal-prev.png") no-repeat scroll 5px 3px transparent;
    float: left;
    height: 25px;
	/* padding: 5px 15px 5px 0; */
    left: 0;
    position: absolute;
    text-align: right;
    width: 120px;
	top: 3px;
	margin-left: 18px;
	margin-right: 0px;
}
.view .view-header .date-nav-wrapper .date-next {
    background: url("images/cal-next.png") no-repeat scroll -6px 4px transparent;
    float: right;
    height: 25px;
	/* padding: 5px 0 5px 15px;*/
    position: absolute;
    right: 0;
    text-align: left;
    width: 120px;
	top: 3px;
	margin-left: 0px;
	margin-right: 18px;
}

.month-view .today {
	background-color: #C3D6FF;
}

ul.primary {
    border-bottom: 2px solid #004066;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none outside none;
    margin: 5px 0 0;
    padding: 0 0 0 1em;
    white-space: nowrap;
}
ul.primary li a {
	background: none;
    border: none;
	color: white;
	margin: 0;
    padding: 0;
}
ul.primary li {
    background: url("images/cal-tab-back.png") repeat-x scroll 0 0 #460C0C;
    border: medium none;
    color: white;
    display: inline-block;
    height: 18spx;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}

ul.primary li.active a {
	text-decoration: underline;
    background: none;
	border: none;
	margin: 0;
    padding: 0;
}

ul.primary li a:hover {
    background: none;
    text-decoration: underline;
}

.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
	line-height: 1em;
}

.view .date-nav-wrapper {
	margin-top: 0;
}

.item-list .pager {
	margin: 0;
}

#comments-title-left, #comments-title-right {
	display: inline;
}

.comment  {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #EEEEEE;
	color: black;
}

.comment .user-picture img {
	float: left;
	margin-right: 10px;
}

.comment .field-name-comment-body {
	font-style:italic
}

.comment .field-name-comment-body  p {
	margin: 0;
}

.comment .submitted {
    margin-bottom: 0px;
	color: #AAAAAA;
}

.comment .submitted a {
	color: #73A6A9;
}

.comment .links a {
	color: #73A6A9;
}

.comment .links li.first {
  padding-left: 0;
}

ul.links li.comment-add {
	display: none;
}

.comment span.new {
	display: none;
}

.comment.comment-new {
	background-color: #FFF8F8;
}

input#edit-mollom-captcha {
	margin-left: 163px;
}


div#header-inside-right ul.language-switcher-locale-url { 
	position: relative;
	display: inline-block;
    width: 16px;
	padding: 0;
	margin: 0;
    border: 0 #000 solid;
	z-index: 2;
}

div#header-inside-right ul.language-switcher-locale-url li { display: block; height: 16px; width: 22px; overflow: hidden; z-index: 2; padding: 0; }
div#header-inside-right ul.language-switcher-locale-url li:not(.active) {/*float: left; display: none;*/}
div#header-inside-right ul.language-switcher-locale-url li:not(.active):hover,
div#header-inside-right ul.language-switcher-locale-url li.selected:not(.active) { display: block; }
div#header-inside-right ul.language-switcher-locale-url li.active { display: block; }

div#header-inside-right ul.language-switcher-locale-url li img {display: block;}

div#header-inside-right #block-locale-language-content {
	float: right;
	margin-top: 11px;
	margin-left: 20px;
	margin-right: 5px;
	height: 18px;
	width: 21px;
}

.node-type-galery .node-galery .field-item {
    margin-right: 10px;
    display: inline-block;
}
.page-node.node-type-new .node-new .user-picture {
  display: inline-block;
}

.page-node.node-type-new .node-new .submitted {
  display: inline-block;
  padding-left: 10px;
}

.page-node.node-type-new .node-new .field-type-text-with-summary {
  border-top: 1px solid lightgray;
  padding-top: 10px;
}

.collapse-details {
border: 0;
border-top-width: 0;
padding:0;
margin:-15px 0 ;
}