/*
+--------------------------------------
|   Wiccle v1.0.1
|   ==================================
|   by Markus Loponen & Keith Killilea
|   (c) 2009-2010 Wiccle Ltd.
|   http://www.www.wiccle.com
|   Email: info@wiccle.com
|   ==================================
|   Time: 2010-05-16 | File version: 1.0.1
+-------------------------------------
|  	Please read the Wiccle license 
|   Available at docs/license.txt
+-------------------------------------
*/


/* Generic */

#general_ajax {
	position: relative;
	z-index: 2000;
}


.text_center {
	text-align: center;
}

.text_small {
	font-size: 85%;
}
.text_100 {
	font-size: 100%;
}

.text_blue {
	color: #1932e8;
}

.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}

.cursor_pointer {
	cursor: pointer;
}
.cursor_default {
	cursor: default;
}


.indent_10 {
	padding-left: 10px;
}

.pad_10 {
	padding: 10px;
}

.bot_margin { /* Whatever needs a small break below */
	margin-bottom: 5px;
}

.text_normal {
	font-style: normal;
	font-size: 100%;
}

.text_mono {
	font-family: monospace;
}
.text_gray {
	color: #666;
}
.text_lgray {
	color: #999;
}
.text_italic {
	font-style: italic;
}
.text_bold {
	font-weight: bold;
}

.small_button {

	text-align: center;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	color: #636363;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 80%;
	text-transform: uppercase;
	cursor: pointer;
	
}

.small_button:hover {

	color: #48bdaf;
	
}

.header_raised {
	position: absolute;
	top: -26px;
	left: 14px;
}

div.float_clearer {
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

div.split_5 {
	height: 5px;
	line-height: 0px;
	clear: both;
	overflow: hidden;
}
div.split_10 {
	height: 10px;
	line-height: 0px;
	clear: both;
	overflow: hidden;
}

div.light_divider, div.light_divider_2 {
	height: 1px;
	color: #ddd;
	background-color: #ddd;
	margin-top: 7px;
	margin-bottom: 7px;
}
div.light_divider_2 {
	margin-top: 14px;
	margin-bottom: 14px;
}

.list_stream {
	list-style-type: square;
}
.list_stream  li{
	float: left;
	list-style: square;
	
}



.pagination  {

	text-align: right; 
	border: 1px solid #ddd; 
	margin-bottom: 5px;
	font-size: 85%;
	padding: 2px;
	padding-right: 5px;
	background-color: #e8e8e8;

}


.pagination ul, .pagination li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.pagination li {
	list-style: none;
	background-image: none;
}

.pagination a:link, .pagination a:visited, .pagination a:hover, .pagination a:active
{
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	background-color: #f6f6f6;
}
.pagination a:hover, .pagination a:active
{
	background-color: #fff;
}

.pagination_selected a:link, .pagination_selected a:visited, .pagination_selected a:hover, .pagination_selected a:active
{
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	background-color: #ddd;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}


.list_square ul {
	margin: 0px;
	padding: 0px;
	color: #aaa;
	margin-left: 20px;
	

}
.list_square li {
	list-style: square;
	background-image: none;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}
.general_wrapper {
	border: 1px solid #ddd;
	padding: 10px;
}

.info_wrapper {
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding: 4px;
	padding-left: 10px;
	background-color: #eee;
	font-size: 90%;
	color: #3f6f5e;
}



/* Shared colors */

.cat_row_1, .parent_row_1, .fav_row_1, .member_row_1, .post_row_1, .bgcolor_1 {
	background-color: #f8f8f8;
}
.cat_row_2, .parent_row_2, .fav_row_2, .member_row_2, .post_row_2, .bgcolor_2 {
	background-color: #eee;
}

.cat_row3, .parent_row_3, .fav_row_3, .member_row_3, .post_row_3, .bgcolor_3 {
	background-color: #f5f5f5;
}



/* Search */

.search_highlight
{
	border: 1px solid #fff118;
	background-color: #f8f8f8;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 1px;
	margin-top: -2px;
	margin-bottom: -2px;
}

.search_field {
	font-size: 100%;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0px;
}

.link_stream_bar {
	padding: 3px;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
	color: #bbb;
}

/* For units with a heading line */

.lsb_whitetop {
	border-top: 1px solid #ddd;
	margin-top: 1px;
}


/* Delete, edit etc. areas at post etc. footers */

.unit_icon_bar {
	text-align: right;
	float: right;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: -4px;
	font-size: 85%;
}

.unit_icon_bar a:link, .unit_icon_bar a:visited, .unit_icon_bar a:hover, .unit_icon_bar a:active {
	border: 0px;
	padding: 0px;
	margin: 0px;

}


.terms_of_use {
	overflow: auto;
	height: 120px;
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 6px;
	font-size: 87%;
}

.copyright_area {
	text-align: center;
	color: #f1f1f1;
	font-size: 90%;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 20px;
}
.copyright_area a:link, .copyright_area a:visited, .copyright_area a:hover, .copyright_area a:active {
	color: #fff;
}
.copyright_area a:hover, .copyright_area a:active {
	color: #7ce7e3;
	border-bottom: 1px dotted #fff;
}




/* For diverse small wrappers, e.g. member short format */

.feed_wrapper {
	background-color: #eee;
	padding: 0px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
}

.feed_wrapper  h5 {
	background-color: #e5e5e5;
	margin-bottom: 0px;
	font-size: 85%;
}

.feed_body {
	background-color: #e5e5e5;
}

.feed_image {
	float: left;
	margin: 3px;
	margin-right: 7px;
	border: 1px solid #e5e5e5;
}