/*CSS-Document
pinboard_av_j17*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: small;*/
	/*font: inherit;*/
	/*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	height: 100%;
	display: table;
	background: url('../images/page-background.jpg') ;
	width: 100%
	
}

body {
	min-width: 1020px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/transparenz.png');
	display: table-cell;
	vertical-align: top;
	font-size: 80%;
	height: 100%;
	/*background-clip: padding-box;
	-moz-border-radius: 25px;*/
	border: 1.6em solid #882500;
	-webkit-box-shadow: rgba(152, 37, 0, 1) 0 0 15px inset;
	-webkit-box-shadow: rgba(152, 37, 0, 0.8) 0 0 30px inset;
	-moz-box-shadow: rgba(152, 37, 0, 1) 0 0 15px inset;
	-moz-box-shadow: rgba(152, 37, 0, 0.8) 0 0 30px inset;
	box-shadow: rgba(152, 37, 0, 1) 0 0 15px inset;
	box-shadow: rgba(152, 37, 0, 0.8) 0 0 30px inset;
	background: hsla(180, 100%, 100%, 0.3);

}


ul {
	list-style: none;
}

ol {
	list-style-position: inside;
}

.item-page ul {
	list-style: disc;
	list-style-position: inside;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------Begin css av ------------------*/
* {
	font-family: Arial, Helvetica, sans-serif;
	color: #0d0d0d;
}


h1, h2, h3, h4, h5, p {
	margin: 8px 0;
}

table.contentpane  table td {
	padding: 5px;
	vertical-align: top;
}

h1 {	
	/*font-size: 1.2em;*/
}

h2 {
	color: #882500;
}

h3 {
	color: #ab4f26;
}

span.item-title {
	font-size: 1.2em;
	font-weight: bold;
}

p, td, li, form, dl ,.breadcrumbs, address {
	line-height: 1.4em;
}

a, a span {
	color: #882500;
}

a:link, a:visited {
	color: #882500; 
}

a:hover, a:hover span {
	color:  #ab4f26;
	text-decoration: underline;
}

.clr {
	clear: both;
}

.clr_l {
	clear: left;
}

.clr_r {
	clear: right;
}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

/* Fit images into content */
img {
	max-width: 100%;
}

select {
	width: 220px;
}

#page-wrapper {
	min-height: 100%;
	height: 100%;
	min-width: 100%
}

#container-in {
	margin: 0 20px;
	height: 100%;
	min-width: 94%;
}

#column-right, #column-left {
	float: right;
	width: 22%;
	margin-left: 1%;
	margin-right: 1%;
	/*padding-top: 90px;*/
}

#column-left {
	clear:left;
	float: left;
	margin-right: 3%;
	margin-left: 0;
}

#page, #page-small, #page-m {
	float: left;
}

#page-m{
	width: 72%;
}

#page-small {
	width: 49%;
}

#top {
	min-height: 200px;
	background-image: url('../images/header-background.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 50px;	
}

#fontsize  {
	float: right;
	margin-right: 30px;
}

#fontsize  h3, #fontsize p, #fontsize a{
	display: block;
	float: left;
	font-size: 1em;
	line-height: 1.4em;
	height: 1.4em;
	margin: 0;
	vertical-align: middle;
}

#fontsize a {
	padding: 0 0.3em;
	text-decoration: none;
}

#topmenu {
	height: 1em;
	width: 50%;
}

#logo {
	margin-left: 50%;
}

#content {
	padding-top: 10px;
	float: left;
	width: 100%;
}

#breadcrumbs {
	padding: 5px 0  10px 0
}

#modules-left {
	width: 100%;
	float: left;
	padding: 0 10px 0 0;
}

#showcontent {
	width: 100%;
}

#modules-bottom {
	width: 100%;
	padding-top: 1em;
}

#spacer-bottom {
	height: 1em;
}

#body-wrapper {
	padding-bottom: 4em;
	min-width: 100%;
}

#modules-bottom-in .module {
	/*float: left;*/
	background: none;
	padding: 10px 0;
	margin: 0 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	border-radius: 0;
	border-top: 1px solid #ab4f26;
}

#footer-out {
	width: 98%;
	margin: -4em auto 0 auto;
	height: 3.4em;
	font-weight: bold;
	/*position: absolute;
	bottom: 0;
	left:0;*/
}

#copy, #vis-wrapper {
	width: 49%;
	height: 1.5em;
	line-height: 1.5em;
	padding-top: .5em;
}

#footer-nav {
	float: left;
	padding-top: .5em;
	text-align: center;
}

#vis-wrapper {
	float: right;
	text-align: right;
}

#copy {
	float: left;
}

#com-form-login ul {
	list-style: none;
}


/*-------- Top-Menue menu-class-suffix -nav -----------*/
#topmenu ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	/*height: 5em;*/
	width: 100%;
}

#topmenu ul.menu li
{
	float: left;
	height: 9em;
	line-height: 3em;
	
}

#topmenu ul.menu li a
{
	font-family: arial, Helvetica, sans-serif;
	color: #deb36c;
	display: block;
	height: 2.5em;
	text-decoration: none;
	padding: 35px 1.6em 0.8em;
	margin: 0 1.4em 2.8em 0;
	background: url(../images/nadel_hell.png) 55% 2px #fff0a5;
	background-repeat: no-repeat;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: hsla(39, 80%, 20%, 1) 0.6em 1.4em 0.8em;
	-moz-box-shadow: hsla(39, 80%, 20%, 1) 0.6em 1.4em 0.8em;
	box-shadow: hsla(39, 80%, 20%, 1) 0.6em 1.4em 0.8em;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#topmenu ul.menu li a:hover {
	text-decoration: underline;
	color: #ab4f26;
	border-bottom-right-radius: 40px 20px;
	
}

/*#topmenu ul#mainlevel #active_menu {
	color: #882500;
	text-decoration: none;
}*/

/*Dropdown Topmenu menu style = list 
always show sub-menu items 
menu class suffix -nav*/

#topmenu ul.menu  ul{

}

#topmenu ul.menu li:hover , #topmenu ul.menu li.sfhover,
#topmenu ul.menu ul li:hover
{
	position: relative;
}

#topmenu ul.menu li li {
	float: none;
	background-image: none;
	background-color: #882500;
	text-align: left;
	/*necessary for equal width of dropdown-li-elements*/
	width: 150px;
	height: 1.4em;
	line-height: 1.4em;
	padding: 3px 0;
}

#topmenu ul.menu li li a , #topmenu ul.menu li li a:hover,
#topmenu ul.menu li li li a, #topmenu ul.menu li li li a:hover 

{
/*necessery, if missing pulldown menu dissapears unexpectedly*/
	background-image: none;
	background-color: #882500;
	margin:0;
	padding: 5px;
	height: 1.4em;
	line-height: 1.4em;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#topmenu ul.menu li li li a {
	color: #882500;
	background: #ffb732;
}

#topmenu ul.menu ul {
	position: absolute;
	left: -9999px;
	/*necessery, if missing pulldown menu dissapears unexpectedly*/
	z-index: 1;
	padding: 35px 1.6em 0.8em;
	margin: 0 1.4em 2.8em 0;
	background:#882500;
	background-repeat: no-repeat;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: hsla(39, 80%, 20%, 1) 0.6em 1.4em 0.8em;
	-moz-box-shadow: hsla(39, 80%, 20%, 1) 0.6em 1.4em 0.8em;
	box-shadow: hsla(39, 80%, 20%, 1) 0.6em 1.4em 0.8em;
}

#topmenu ul.menu li:hover ul ul {
	position: absolute;
	left: -9999px;
}

#topmenu ul.menu li:hover ul ul, #topmenu ul.menu li li li, 
#topmenu ul.menu li li li a:hover  {
	background: #ffb732;
}

#topmenu ul.menu li:hover ul {
	left: 35px;
	top: 4em;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#topmenu ul.menu ul li:hover ul {
	left: 15px;
	top: 2em;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*Ende Dropdown Menue */

/*------------ Main-Menue left module-class-suffing -menu ------------*/
/*Menue-texts are in span
format fonts in span element
textdecoration for links in a element*/

div.module h3, div.moduletable h3, div.module_menu h3{
	color: #0d0d0d;
	color: #ab4526;
	line-height: 26px;
	font-weight: bold;
}

div.moduletable ul.categories-module,
div.module ul.menu, div.moduletable ul.menu {
	list-style: none;
	width: 100%;
}

div.moduletable ul.categories-module li,
div.moduletable ul.menu li {
	padding-bottom: 5px;
	width: 100%;
}

div.moduletable ul.categories-module li a,
div.moduletable ul.menu li a {
	display: block;
	border-bottom: 1px solid #deb36c;
	width: 100%;
	text-decoration: none;
	color: #fff0a5;
	font-weight: bold;
}

div.moduletable ul.menu .nav-child {
	width: 90%;
	padding-left: 10%;
	padding-top: 5px;
}

/*div.module_menu li li {
	padding: 2px 0 2px 2%;
	width: 98%;
}*/

/*#column-left div.moduletable_menu li ul {
	width: 97%;
}*/

/*#column-left div.module_menu li li a{
	width: 97%;
	padding-right: 3%;
}

#column-left div.module_menu li li li a{
	width: 94%;
	padding-right: 6%;
}

#column-left div.module_menu li li li li a{
	width: 91%;
	padding-right: 9%;
}

#column-left div.module_menu li li li li li a{
	width: 88%;
	padding-right: 12%;
}

#column-right div.module_menu li li a{
	width: 97%;
	padding-left: 3%;
}

#column-right div.module_menu li li li a{
	width: 94%;
	padding-left: 6%;
}

#column-right div.module_menu li li li li a{
	width: 91%;
	padding-left: 9%;
}

#column-right div.module_menu li li li li li a{
	width: 88%;
	padding-left: 12%;
}

div.module_menu li li a {
	line-height: 1.4em;
}

 div.module_menu li span {
	font-size: 0.9em;
	color: #deb36c;
}

div.module_menu li.active>a, div.module_menu li.active>a >span{
	color: #882500;
}*/

div.moduletable li.current a, div.moduletable .menu li.current a {
	padding-left: 20px;
	background-image: url('../images/menu-arrow.png');
	background-position: 0 50%;
	-webkit-background-size: .9em;
	background-size: .8em;
	background-repeat: no-repeat;
	width: 90%;
	color: #882500;
}



div.moduletable ul.menu li.current .nav-child a, div.moduletable .menu li.current .nav-child a {
	padding-left: 0;
	background-image: none;
	color: #fff0a5;
}

div.moduletable ul.menu li a:hover ,
div.moduletable ul.menu li a:hover span,
div.moduletable ul.menu .actice a:hover span {
	color: #882500; text-decoration: none;
}
.contentpaneopen ul {
	list-style: disc inside;
}

/*----------- Footer Navigation, User Navigation ----------*/

div#footer-nav ul {
	list-style: none;
}

div#footer-nav ul li {
	border-left: 1px solid #882500;
	padding-left: 0.5em;
	padding-right: .5em;
	display: inline;
	font-size: 0.9em;
}

div#footer-nav a {
	color: #882500;
}

div#footer-nav a:hover, div#footer-nav a:active {
	color: #ab4f25;
}

div#footer-nav ul li:first-child {
	border: none;
}

/*   System Messages   */

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#message_out .alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c09853;
}
.alert h4 {
	margin: 0;
}

.alert-warning h4 {
	color: #c09853;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

.alert-success h4{
	color: #468847;
}

.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

.alert-danger,
.alert-error h4 {
	color: #b94a48;
}

#message_out .alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

.alert-info h4 {
	color: #3a87ad;
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}

div#message_out {
	width: 100%;
	margin: 10px 0;
}

/*---------------- Content --------------------*/
/*-----------------Modules---------------------*/

#modules-left .module, #modules-left .module_menu, #modules-left .moduletable,
#modules-right .module, #modules-right .module_menu, #modules-right .moduletable {
	background: url(../images/nadel.png) 50% 0 #ffb732;
	background-repeat: no-repeat;
		padding: 35px 20px 10px;
	margin-bottom: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: hsla(39, 80%, 20%, 1) 10px 20px 10px;
	-moz-box-shadow: hsla(39, 80%, 20%, 1) 10px 20px 10px;
	box-shadow: hsla(39, 80%, 20%, 1) 10px 20px 10px;
}

.sample-module iframe {
	width: 100%;
}

.module div, .module_menu div {
	/*background-color: #ffb732;
	z-index: -1;*/
}

.categories-module li h1, .categories-module li h2,
.categories-module li h3, .categories-module li h4,
.categories-module li h5,
.category-module li h1, .category-module li h2,
.category-module li h3, .category-module li h4,
.category-module li h5,
.categories-module li h1, .categories-module li h2,
.categories-module li h3, .categories-module li h4,
.categories-module li h5,
.newsfeed li h1, .newsfeed li h2,
.newsfeed li h3, .newsfeed li h4,
.newsfeed li h5 {
	display: inline;
}

/*------------------Articles and Categories--------------*/

.items-leading  div, .item{
	padding: 10px 20px;
	/*padding-top: 30px;*/
	margin-bottom: 10px;
	/*background: url(../images/sheet_gelb_720.png);*/
	border: 1px solid #ab4f26;
}

.item {
	margin-bottom: 0;
}

.items-leading div div {
	padding: 0;
	margin: 0;
	border: 0;
}

.items-row {
	display: inline-block;
	text-align: justify;
	width: 100%;
	margin-bottom: 10px;

}

#showcontent .items-row:last-child {
	margin-bottom: 0;
}

/*.items-row .item:last-child:after {
	content: "<div>Hallo</div>";
}*/

.items-row .item {
	padding: 10px 1% 0;
	/*display: inline-block;*/
	vertical-align: top;
	margin-left: 1%;
	text-align: left;
}

.cols-1 .item {
	width: 97.9%;
}

.cols-2 .item {
	width: 45.6%;
}

.cols-3 .item {
	width: 29.5%;
}

.cols-4 .item {
	width: 21%;
}

.items-row .column-1 {
	margin-left: 0;
}

.cols-2 .column-1, .cols-3 .column-1,
.cols-3 .column-2, .cols-4 .column-1,
.cols-4 .column-2, .cols-4 .column-3 {
	float: left;
	margin-right: 1%;
}

.cols-2 .column-2, .cols-3 .column-3,
.cols-4 .column-4 {
	float: right;
}

.row-separator {
	display: inline-block; /* Opera */
	padding-left: 100%;
}

/* Action Buttons in Article */

.toogle-editor .btn-group {
	position: relative;
	float: right;
	line-height: 1.4em;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.open {
	*z-index: 1000;
	position: relative;
}

.open > .dropdown-menu {
	display: block;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropdown-menu a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
	text-decoration: none;
}

.btn-group a:hover, .btn-group a:focus,
.btn-group a:link,
.btn-group a:hover span, .btn-group a:focus span,
.btn-group a:link span {
	text-decoration: none;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #08c;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #08c;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}

/* Content Rating    */
.content_rating img, .content_vote label {
	margin-right: 5px;
}

.content_rating {
	padding-top: 10px;
}

.random-image {
	text-align: center;
	padding-top: 10px;
}

object {
	display: block;
	margin: auto;
}

.weblink-category .img-intro-,
.weblink-category .img-intro-right,
.weblink-category .img-intro-none,
.weblink-category .img-intro-left
 {
	margin-top: 10px;
}

/*------------------Pagination-------------------------*/

.pagination .counter {
	float: left;
	margin: 5px 0;
}

.pagination ul, .pagination .counter, ul.pagenav {
	text-align: center;
}

.pagination ul li, ul.pagenav li {
	display: inline;
	margin: 5px;
}

.pagenavcounter {
	margin: 5px 0;
}

.pagination:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
}

/*-------------------------Forms-----------------------------*/

.inputbox {
	/*background: #ffb732;*/
}

ul.actions {
	text-align: right;
}

ul.actions li { 
	display: inline;
}

/*--------------------Categories-----------------------------*/

.categories-list ul  ul{
	padding-left: 2%;
}

.categories-list li {
	border: 1px solid #ab4f26;
	padding: 10px 20px;
	margin-top: 10px;
}

.categories-list li li {
	border:none;
	border-top: 1px solid #ab4f26;
	padding: 10px 0 0 0;
}

.categories-list span.item-title {
	font-weight: normal;
	font-size: 1em;
}

.article-count dd, .article-count dt {
	display: inline;
}

#article-index {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.category {
	width: 98%;
	margin-top: 10px;
}

table.category th, table.category td {
	border: 1px solid #ab4f26;
	text-align: left;
	padding: 2px 5px;
}

table.category .cat-list-row1, table.category th,
table.category .odd {
	background-color: #fff0a5;
}

.cat-children ul li {
	margin-top: 10px;
}

/* Contacts, login */
address span {
	display: block;
}

.contact-form label, .login label {
	display: block;
	float: left;
	min-width: 200px;
}

div.contact-email div, .login div {
	padding: 5px 0;
}

/* user-profil, submit forms */

.profile fieldset , .profile-edit fieldset, #adminForm fieldset,
.remind fieldset, .reet fieldset, .registration fieldset {
	padding-bottom: 8px;
}
.profile legend, .profile-edit legend, #adminForm legend,
.remind legend, .rest legend, .registration legend {
	color: #882500;
	font-weight: bold;
	padding: 8px 0;
}

.profile dt , .profile-edit dt, 
.remind dt, .reset dt, .categories-list dt, .registration dt {
	display: block;
	padding: 3px 0;
	float: left;
	min-width: 200px;
	margin-right: 5px;
	line-height: 1.4em;
	clear: left;
	height: 1.8em;
}

.profile dd, .profile-edit dd, #adminForm .formelm, .formelm-buttons,
.remind dd, .reset dd , .categories-list dd, .registration dd{
	padding: 3px 0;
	line-height: 1.4em;
	height: 1.8em;
}

span.spacer label {
	white-space: nowrap;
	font-weight: bold;
	padding-top: 8px;
	display: block;
}

/*----------------------search---------------------------*/
.search label {
	min-width: 100px;
	margin-right: 5px;
}

.search-results dt, .search-results .result-created,
.search .phrases div, .search .only, .search .form-limit {
	margin-top: 5px;
}

.phrases, .only {
    border: 1px solid #ab4f26;
	padding: 15px;
}

.phrases {
	clear: left;
}

.search .phrases legend, .search .only legend {
	font-weight: bold;
	/*padding-top: 10px;
	padding-bottom: 8px;*/
	padding: 3px 5px;
}

 #searchForm .btn {
	margin: 0 3px;
}

.form-note {
	font-weight: bold;
}

/* filters */

.filters div {
	display: inline-block;
}

.contact #myTabTabs, .edit.item-page .nav-tabs {
	width: 100%;
	display: block;
	height: 35px;
}

.contact #myTabTabs li, .edit.item-page .nav-tabs li {
	display: block;
	float: left;
	border-bottom: none;
}

.contact #myTabTabs > li > a, .edit.item-page .nav-tabs > li > a {
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	color: #AB4F26;
	text-decoration: none;
	}

.contact #myTabTabs > li.active > a, .edit.item-page .nav-tabs > li.active > a {
	color: #882500;
	border: 1px solid #AB4F26;
	border-bottom: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.contact #myTabTabs > li > a:hover, .edit.item-page .nav-tabs > li > a:hover {
	color: #882500;
}

.contact #myTabContent, .edit.item-page .tab-content {
	border: 1px solid #AB4F26;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
	padding: 10px; 
	
}

.contact #myTabContent > div, .edit.item-page .tab-pane {
	display: none;
}

.contact #myTabContent > div.active, .edit.item-page .tab-pane.active {
	display: block;
}

.dl-horizontal dt {
	float: left;
	width: 120px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ------------ contact option = accordion ------------ */

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {
	height: auto;
}

.accordion {
	margin-bottom: 18px;
}
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #AB4F26;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion-heading {
	border-bottom: 0;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #AB4F26;
}

/* Modal Window Article */

.hr-condensed {
	display: none;
}

.element-invisible {
    border: 0 none;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
	text-align: right;
}

.pull-right label {
	text-align: left;
}

/* ----- Modal Window - Insert Article ------ */

body.modal {
	width: auto;
	min-width: 300px;
	background-color: #fff;
	box-shadow: none;
	
}

body.modal {
	border: none;
	padding: 5px;
}

body.modal .btn-toolbar button {
	margin: 5px;
}


body.modal table td,
body.modal table th {
	padding: 5px;
	vertical-align: top;
}

body.modal .table-striped tr {
	border-bottom: 1px solid #595959;
}

body.modal table th {
	text-align: left;
}

body.modal .table-striped tr:nth-of-type(2n) {
	background-color: #fff;
}

body.modal .form-inline {
	padding: 5px;
}

/* ----------- Modal Window - Insert Image------------- */

body.modal li.imgOutline {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 5px;
	margin: 0 10px 10px 0;
	text-align: center;
}

body.modal .control-group {
	float: left;
	margin: 5px 0 0 10px;
}


body.modal .row:before,
body.modal .row:after {
	display: table;
	content: "";
	line-height: 0;
}

body.modal .row:after {
	clear: both;
}

body.modal .control-group .control-label {
	display: block;
	padding-bottom: 5px;
}

body.modal .well {
	padding: 5px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px;
}

.height-80 {
	height: 80px;
}

.width-80 {
	width: 80px;
}

.height-50 {
	height: 50px;
}

.width-50 {
	width: 50px;
}

div#uploadform {
	clear: both;
}

.row {
	width: 100%;
}

#imageForm .span6 {
	width: 48%;
}

.thumbnail a {
	text-decoration: none;
}

.thumbnail a:hover {
	text-decoration: underline;
	color: #bf4040;
}

.thumbnail .small {
	color: #bf4040;
}

input#upload-file {
	border: none;
}

/* ---------- Statistic Module ----------------*/

dl {
	margin-bottom: 18px;
}
dt,
dd {
	line-height: 18px;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 9px;
}

dl.stats-module dt {
	float: left;
	width: 120px;
	clear: left;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dl-horizontal dd {
	margin-left: 130px;
}

/*---------------forms-----------------*/

.btn-toolbar, .toggle-editor {
	line-height: 1.4em;
	padding: 5px 0;
}

.toggle-editor {
	padding: 10px 0;
}

.btn-toolbar .btn-group {
	display: inline-block;
}

input.button, button.button, button.validate, 
button.btn, .btn-toolbar .btn, .logout-button .btn  {
    border: 1px solid #882500;
	color: #fff0a5;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ab4f26;
}

button.btn {
	margin: 5px auto;
}

.control-group {
	line-height: 1.4em;
	padding: 5px 0;
}

.control-group .control-label, .control-group .controls {
	display: inline-block;
	min-width: 200px;
}

#login-form .inputbox, .registration input, 
.profile-edit input, #login-form .inputbox, 
.contact .inputbox, .login-fields input, 
.remind input, .reset input, .search .inputbox,
input#username, input#password,
input#modlgn-username, input#modlgn-passwd,
.control-group input, .btn-group input{
	border: 1px solid #ab4f26;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}

.button2-left {
	float: left;
	margin: 10px 10px 0 0;
	background: url(../images/j_button2_left.png) no-repeat;
}

.button2-left div{
	padding: 2px 10px 5px;
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	text-align: center;
	min-width: 75px;
}

.button2-left a {
	font-size: 0.9em;
}

#adminForm #jform_description-lbl {
	float: none;
}

.form-limit, .display-limit {
    margin: 20px 0 0;
    padding: 0 10px 0 20px;
    text-align: right;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
	text-align: right;
}

.pull-right label {
	text-align: left;
}

div.feed-description {
	margin: 10px 0;
}

.element-invisible {
    border: 0 none;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* Tooltips */
/*div.tooltip {
        float: left;
        background: #d9d9d9;
        border: 1px solid #deb36c;
        padding: 5px;
        max-width: 200px;
}

div.tooltip h4 {
        padding: 0;
        margin: 0;
        font-size: .9em;
        font-weight: bold;
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 5px;
        }

div.tooltip p {
        
        margin: 0;
}

.tip-wrap {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	background-color: #fffda5;
	border: 1px solid #ab4f26;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 100;
}

.tip-title {
        padding: 0;
        margin: 0;
        font-size: 1em;
        font-weight: bold;
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 5px;
}

.tip-text {
        font-size: 1em;
        margin: 0;
}

.nowrap { white-space: nowrap; }*/

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

/*  Button with icons  */

@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}

.icon-home:before {
	content: "\21";
}
.icon-user:before {
	content: "\22";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-file-add:before {
	content: "\29";
}
.icon-new:before {
	content: "\2a";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-picture:before {
	content: "\2f";
}
.icon-pictures:before {
	content: "\30";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-flag:before {
	content: "\35";
}
.icon-tools:before {
	content: "\36";
}
.icon-cogs:before {
	content: "\37";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-brush:before {
	content: "\3b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-star:before {
	content: "\42";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-support:before {
	content: "\46";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-eye-close:before,
.icon-minus:before {
	content: "\4b";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-search:before {
	content: "\53";
}
.icon-filter:before {
	content: "\54";
}
.icon-camera:before {
	content: "\55";
}
.icon-play:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-key:before {
	content: "\5f";
}
.icon-quote:before {
	content: "\60";
}
.icon-quote-2:before {
	content: "\61";
}
.icon-database:before {
	content: "\62";
}
.icon-location:before {
	content: "\63";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-unblock:before,
.icon-refresh:before {
	content: "\6c";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-address:before {
	content: "\70";
}
.icon-feed:before {
	content: "\71";
}
.icon-flag-2:before {
	content: "\72";
}
.icon-pin:before {
	content: "\73";
}
.icon-lamp:before {
	content: "\74";
}
.icon-chart:before {
	content: "\75";
}
.icon-bars:before {
	content: "\76";
}
.icon-pie:before {
	content: "\77";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-lightning:before {
	content: "\79";
}
.icon-move:before {
	content: "\7a";
}
.icon-next:before {
	content: "\7b";
}
.icon-previous:before {
	content: "\7c";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-download:before,
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-play-2:before {
	content: "\e00d";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera-2:before {
	content: "\e015";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-remove:before {
	content: "\e017";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-broadcast:before {
	content: "\e01b";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-users:before {
	content: "\e01f";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-out-2:before {
	content: "\e024";
}