/* Open: /var/www/keine.at/htdocs/content/plugins/widgets/css/widgets.css */

/* widgets */

td.widgets_order {
	width: 6.0em;
}

td.widgets_active {
	width: 1em;
}

#table_list td.widgets_name {
	text-align: left !important;
	font-weight: normal;
}

div.widget_onoff{
	cursor: pointer;
	cursor: hand;
}

.widget_head { 
	margin-top: 0.4em;
}
.widget_body { 
	margin-bottom: 2.5em;
	overflow: hidden;
	width: 100%;
}

/* Close: /var/www/keine.at/htdocs/content/plugins/widgets/css/widgets.css */

/* Open: /var/www/keine.at/htdocs/content/plugins/bookmarking/css/bookmarking.css */

/* bookmarking */

/* ******* SORT LINKS ******** */
 
#sort_box { font-size: 0.9em; margin-bottom: 1.0em;}
.sort_menu li { display: inline; margin: 0 0.3em 0 0.3em; padding: 0;}
.sort_menu li a, .sort_menu li.active a { padding: 0.2em; }
.sort_menu li.active { font-weight: bold; background-color: #262626; padding: 0.2em; }
.sort_menu li.active a {color: #fff; }
.sort_menu li a:hover { background-color: #262626; color: #fff; padding: 0.2em; }

/* ******* POST CSS ******** */

.show_post { margin-bottom: 1.0em; }

.avatar_wrapper a, .avatar_wrapper span { float: left; padding: 0 0.6em 0.2em 0; } /* span for anonymous avatars */

.show_post_title { font-size: 1.2em; font-weight: bold; }
.show_post_author_date { font-size: 0.825em; font-style: italic; }
.show_post_content { margin: 0.4em 0 0.4em 0; overflow: hidden; width: 100%; }

.show_post_edit	{	
	background-repeat: no-repeat; background-position: 0 0px; 
	font-weight: normal; color:#848484; 
	margin-left: 0.8em; padding: 0.2em 0 0.2em 1.8em;;
	background-image: url(../../../content/themes/default/images/edit.png);
}
.show_post_edit:hover { background-position: 0 -32px; color:#000; }

.show_post_extra_fields ul li { padding-right: 0.4em; display: inline; color:#848484; margin-right: 1.0em;}
.show_post_extra_fields ul li a { background-repeat: no-repeat; background-position: 0 0px; font-weight: normal; color:#848484; }
.show_post_extra_fields ul li a:hover { background-position: 0 -32px; color:#000; }

/* Close: /var/www/keine.at/htdocs/content/plugins/bookmarking/css/bookmarking.css */

/* Open: /var/www/keine.at/htdocs/content/plugins/categories/css/categories.css */

/* categories */

/* DROP-DOWN CATEGORY MENU BAR */

/*Category Navigation*/

#category_bar, #category_bar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 1;
	}

#category_bar a, #category_bar a:visited {
	display: block;
	margin: 0;
	padding: 0.3em 0.7em;
	}
	
#category_bar a:hover {
	background-color: #262626;
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0.3em 0.7em;
	}

#category_bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	}
	
#category_bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	}
	
#category_bar li li a, #category_bar li li a:link, #category_bar li li a:visited {
	background: #f4f4f4;
	width: 160px;
	float: none;
	margin: 0 0 0 -1px;
	padding: 0.3em 0.7em;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	}
	
#category_bar li li a:hover, #category_bar li li a:active {
	background: #262626;
	color: #fff;
	}

#category_bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#category_bar li:hover ul {
	left: auto;
	display: block;
	}
	
#category_bar li:hover ul, #category_bar li.sfhover1 ul {
	left: -999em;
	}
	
#category_bar li ul ul {
	margin: -2.4em 0 0 15.1em;
}
	
#category_bar li:hover ul ul, #category_bar li:hover ul ul ul, #category_bar li.sfhover1 ul ul, #category_bar li.sfhover1 ul ul ul {
	left: -999em;
}

#category_bar li:hover ul, #category_bar li li:hover ul, #category_bar li li li:hover ul, #category_bar li.sfhover1 ul, #category_bar li li.sfhover1 ul, #category_bar li li li.sfhover1 ul {
	left: auto;
}	

#category_bar li:hover ul ul, #category_bar li.sfhover2 ul ul {
	left: -999em;
}

#category_bar li:hover ul, #category_bar li li:hover ul, #category_bar li.sfhover ul, #category_bar li li.sfhover ul {
	left: auto;
}

/* Close: /var/www/keine.at/htdocs/content/plugins/categories/css/categories.css */

/* Open: /var/www/keine.at/htdocs/content/plugins/users/css/users.css */

/* users */

.profile_navigation {
    width: 18%;
    margin-right: 2%;
    float: left; 
    display: inline; 
}

.users_content {
    width: 80%;
    float: left;
}

#users_edit_profile.users_content table, .users_content textarea { 
	width: 100%;
}

.users_content table td {
	vertical-align: top;
}

#users_posts_filter#sort_box.sort_menu li { display: block; margin: 0;}
#users_posts_filter#sort_box.sort_menu li.active { background-color: #f8f8f8; }
#users_posts_filter#sort_box.sort_menu li.active a { color: #000; font-weight: bold; }

#profile_avatar {  margin: 0.6em 1.0em 1.0em 0; }
#profile_bio { float: left; margin: 0.6em 0 1.0em 0; width: 80%; }
#profile_usage { margin: 0 1.0em 1.0em 0; }

/* Close: /var/www/keine.at/htdocs/content/plugins/users/css/users.css */

/* Open: /var/www/keine.at/htdocs/content/plugins/comments/css/comments.css */

/* comments */

.comment_link       { padding-left: 1.5em; background-image: url(../../../content/plugins/comments/images/comment.png); background-repeat: no-repeat; }
.comment_reply_link { padding-left: 1.9em; background-image: url(../../../content/plugins/comments/images/comment.png); background-repeat: no-repeat; background-position: 0 0;}
.comment_edit_link { padding-left: 1.9em; padding-top:0.1em; background-image: url(../../../content/plugins/comments/images/edit.png); background-repeat: no-repeat;  background-position: 0 0;}
.comment_reply_wrapper a:hover  { background-position: 0 -32px;}

.comments_wrapper h2 {
	padding-bottom: 0em;
}

.comment_header .avatar_wrapper a {	
	padding: 0 0.6em 0.6em 0;
}

.comment {
	background-color: #fff;
	margin-top: 1.0em;	
	border: 0;
}

.comment_reply_wrapper {
	padding-bottom:1em;
	padding-top: 0.8em;
	text-align:right;
	margin-right: 0.6em;
}

.comment_reply_link, .comment_edit_link {
	font-size: 8pt;
	text-decoration: none;
	color:#444444;
	font-weight:bold;
}

.comment_author {

}

.comment_author_date {
    margin-top: 0.6em;
	font-size: 0.8em;
	float: right;
}

.comment_form textarea {
	width: 100%;
}

.comment_form_off {
	margin-top: 2.0em;
	text-align: center;
}

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

#post_comments_admin {
	float: right;
	text-align: right;
}

#post_comments_admin li {
	padding: 0;
}

.comment_header {
	border: 1px solid #d0d0d0;
	padding: 0.4em;
	background-color: #f9f9f9;
	margin-bottom: 0.4em;
	height:16px;
	display:block;
}

.comment_content {
	margin: 0.6em 0 0 0.8em;
	overflow: hidden;
	width: 96%;
}

.comment_header_left {
	float:left;
	width: 70%;
}

.comment_post_link {margin: 0.6em 0.6em 0.4em; text-align:right;}

.comment_show_hide  { margin-left: 2.0em; font-size: 0.8em; }

.clear	{ clear: both; margin: 0; line-height: 0em;} /* need line-height for IE */

/* Close: /var/www/keine.at/htdocs/content/plugins/comments/css/comments.css */

/* Open: /var/www/keine.at/htdocs/content/plugins/search/css/search.css */

/* search */

/* Search Box */

#search_form { padding: 0; text-align: right;}
#search_form input#search_input { padding: 0.2em; width: 17em; }

/* Close: /var/www/keine.at/htdocs/content/plugins/search/css/search.css */

/* Open: /var/www/keine.at/htdocs/content/plugins/submit/css/submit.css */

/* submit */

#submit_1, #submit_2, #submit_3, #submit_edit { margin-top: 1.0em; }
#submit_2 table, #submit_edit table { width: 100%; }

/* step 1 */
#submit_orig_url { width: 80%; }
#submit_button_1 { float: right; }
#submit_no_link { margin-top: 0.4em; }

/* step 2 */
#post_title, #post_content { width: 100%; }
#post_tags { width: 100%; }

/* step 3 */
#submit_edit_confirm { width: 100%; text-align: center; }
#submit_edit_confirm input { width: 10.0em; }

/* edit */
#post_orig_url { width: 100%; } /* source url for admins only */

/* Close: /var/www/keine.at/htdocs/content/plugins/submit/css/submit.css */

/* Open: /var/www/keine.at/htdocs/content/plugins/posts_widget/css/posts_widget.css */

/* posts widget */
 
.posts_widget_vote { float: left; width: 1.8em; text-align: center;  margin-right: 0.5em; }
.posts_widget_link  { display: block; }
.posts_widget_indent { margin-left: 2.4em; }

/* vote colors moved to vote.css in Vote plugin */

/* Close: /var/www/keine.at/htdocs/content/plugins/posts_widget/css/posts_widget.css */

/* Open: /var/www/keine.at/htdocs/content/plugins/tags/css/tags.css */

/* tags */
 
.tags_link	{ padding-left: 1.5em; background-image: url(../../../content/themes/default/images/tags.png); }
.show_tags ul li {float:left; margin-right:0.6em;}
.clear {clear:both; height:0.1em;}


/* Close: /var/www/keine.at/htdocs/content/plugins/tags/css/tags.css */

/* Open: /var/www/keine.at/htdocs/content/plugins/vote/css/vote.css */

/* ************************************
 * *********** VOTE BUTTON ************
 * ********************************* */
 
.vote_button {
	float: left; 
	margin: 0 6px 6px 0;
	text-align: center;
}

.vote_button_top {
	line-height: 1.1em;
	font-size: 3.0em;
	width: 50px; 
}

.vote_button_bottom {
	margin-top:5px;
	padding: 2px 0 2px 0;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	width: 50px; 
}

.vote_button_bottom a { 

}

.vote_button_bottom a:hover { 
	background:transparent;
}

/* colors */

.vote_color_top { border: 1px solid #d0d0d0; background-color: #fff; color: #cc0000; }
.vote_color_new { border: 1px solid #d0d0d0; background-color: #fff; color: #0000cc; }

.vote_color_top_clicked { background-color: #f0f0aa; }
.vote_color_top_just_voted { background-color: #f99555; }
/* ***********************************
 * ** SPACE BETWEEN BUTTON AND POST **
 * ********************************* */
 
/* Used in submit plugin - button width + padding: */
.vote_button_space { margin-left: 58px; }


/* ***********************************
 * ******** FLAGGED MESSAGE **********
 * ********************************* */
 
 .alert_link { padding-left: 1.5em; background-image: url(../../../content/themes/default/images/alert.png); }
 
 .alert_choices li {
	display:inline; 
	padding-right: 0.8em;	
 }

/* Close: /var/www/keine.at/htdocs/content/plugins/vote/css/vote.css */

/* Open: /var/www/keine.at/htdocs/content/plugins/post_images/css/post_images.css */

.post_image_wrapper {
	float:left;
}

/* Close: /var/www/keine.at/htdocs/content/plugins/post_images/css/post_images.css */


