/* Open: /home/hotarorg/public_html/vote/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.2em;}
.sort_menu li.active { background-color: #f8f8f8; }
.sort_menu li.active a { color: #000; font-weight: bold; }

/* ******* POST CSS ******** */

.show_post { margin-bottom: 1.0em; }

.avatar_wrapper a { float: left; padding: 0 0.6em 0.2em 0; }

.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: /home/hotarorg/public_html/vote/content/plugins/bookmarking/css/bookmarking.css */

/* Open: /home/hotarorg/public_html/vote/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: /home/hotarorg/public_html/vote/content/plugins/users/css/users.css */

/* Open: /home/hotarorg/public_html/vote/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: /home/hotarorg/public_html/vote/content/plugins/tags/css/tags.css */

/* Open: /home/hotarorg/public_html/vote/content/plugins/categories/css/categories.css */

/* categories */

/* DROP-DOWN CATEGORY MENU BAR */

/*Category Navigation*/

#category_bar {
    /*
	background: #f4f4f4;
	border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4; 
    */
	width: 100%;
	height: 2.7em;
	margin: 0px 0 0px;
	padding: 0px;
	}
	
#category_bar, #category_bar ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 	
    z-index: 1;
	}

#category_bar a, #category_bar a:visited {
	background: #f4f4f4;
	color: #000;
	display: block;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
	padding: 0.63em 0.7em 0.63em 0.7em;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	}
	
#category_bar a:hover {
	background: #000;
	color: #fff;
	display: block;
	text-decoration: none;
    margin: 0px 0px 0px 0px;
	padding: 0.63em 0.7em 0.63em 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;
	color: #000;
	width: 160px;
	float: none;
	margin: 0 0 0 -1px;
	padding: 0.63em 0.7em 0.63em 0.7em;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	}
	
#category_bar li li a:hover, #category_bar li li a:active {
	background: #000;
	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: /home/hotarorg/public_html/vote/content/plugins/categories/css/categories.css */

/* Open: /home/hotarorg/public_html/vote/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: #fafafa;
	margin-top: 1.0em;	
        border: 2pt solid #ddd;
}

.comment_reply_wrapper {
        padding-bottom:1em;
        padding-top: 0.8em;
        text-align:right;
        margin-right: 0.6em;
}

.comment_reply_link, .comment_edit_link {
    /* padding: 0.2em 0.4em 0.2em 0.4em;     */
    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;
}

#comment_manager_link {
	float: right;
	text-align: right;	
}

.comment_header {
    border-bottom:solid 1pt #ddd;
    border-top:solid 1pt #ddd;
    padding: 0.4em;
    background-color: #eee;
    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: /home/hotarorg/public_html/vote/content/plugins/comments/css/comments.css */

/* Open: /home/hotarorg/public_html/vote/content/plugins/widgets/css/widgets.css */

/* widgets */

td.widgets_active, td.widgets_order {
	width: 6.0em;
}

.widget_head { margin-top: 0.4em; }
.widget_body { margin-bottom: 2.5em; overflow: hidden; width: 100%; }

/* Close: /home/hotarorg/public_html/vote/content/plugins/widgets/css/widgets.css */

/* Open: /home/hotarorg/public_html/vote/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: 2.0em;
	font-size: 1.5em;
	width: 50px; 
	font-weight: bold;
}

.vote_button_bottom {
  margin-top:5px;
  padding: 2px 0 2px 0;
  background: #f2f2f2;
  border: 1px solid #d0d0d0;
	width: 50px; 
}

.vote_button_bottom a { 
	color: #454545;
	background:transparent;
}

.vote_button_bottom a:hover { 
	color: #454545;
	background:transparent;
}

/* colors */

.vote_color_top { border: 1px solid #d0d0d0; background-color: #f0f0f0; color: #000; }
.vote_color_new { border: 1px solid #d0d0d0; background-color: #ffffff; color: #000; }

.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: /home/hotarorg/public_html/vote/content/plugins/vote/css/vote.css */

/* Open: /home/hotarorg/public_html/vote/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: /home/hotarorg/public_html/vote/content/plugins/search/css/search.css */

/* Open: /home/hotarorg/public_html/vote/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: /home/hotarorg/public_html/vote/content/plugins/posts_widget/css/posts_widget.css */

/* Open: /home/hotarorg/public_html/vote/content/plugins/tweet_this/css/tweet_this.css */

/* tweet this */
 
.tweet_this_link	{ padding-left: 1.5em; background-image: url(../../../content/plugins/tweet_this/images/tweet-this.png); }

/* Close: /home/hotarorg/public_html/vote/content/plugins/tweet_this/css/tweet_this.css */

/* Open: /home/hotarorg/public_html/vote/content/plugins/comments_widget/css/comments_widget.css */

/* comments widget */

.comments_widget_item { margin: 0.3em 0 0.3em 0; }
.comments_widget_avatar { display: inline; padding: 0.2em; }
.comments_widget_content { display: inline; }

/* Close: /home/hotarorg/public_html/vote/content/plugins/comments_widget/css/comments_widget.css */


