﻿/* Category item */
/* -- Structure -- */
/*
<div class="category-item">
    <h3><a></a></h3>
    <p></p>
</div>
*/

.category-item
{
	margin: 0 0 10px 0;
	width: 265px;
	height:130px;
	float: left;
	/*background: url(../img/left-top-corner-box.jpg) top left no-repeat;*/
	overflow: hidden;
}

.category-item:after { 
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.category-item h3
{
	padding: 2px 0px 4px 0px;
	margin: 0 0 0 7px;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	width:215px;
	float: left;
	/*background: url(../img/gaia_search_icon.gif) no-repeat center left;*/
}

.category-item .iconImage
{
	margin-top: 0px;
	margin-right: 7px;
	float: left;
}

.category-item blockquote
{
	clear: both;
	font-size: 12px;
	line-height: 20px;
	margin: 10px 10px 10px 15px;
}



/* Gaia-search-item */
/* -- Structure -- */
/*
<div class="gaia-search-item">
    <h3><a></a></h3>
    <div class="preview-image" >
        <img class="small" src='' style="width: 100px" />
    </div>
    <span class="gaia-search-author"></span>
    <blockquote></blockquote>
    <span class="gaia-search-itemCounts"></span>
</div>
*/

h3.gaia-search-icon
{
	padding: 5px 0px 5px 5px;
	margin: 20px 0 10px 0px;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	float: left;
	/*background: url(../img/gaia_search_icon.gif) no-repeat center left;*/
}

.gaia-search-left .iconImage
{
	margin-top: 4px;
	float: left;
}

div.resultcount
{
	display: block;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #a1a1a1;
}


.gaia-search-item
{
	position: relative;
	margin-bottom: 30px;
	width: 520px;
	background: url(../img/right-bottom-corner-box.jpg) bottom right no-repeat;
/*	overflow: hidden;*/
}

.gaia-search-item:after { 
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.gaia-search-item .gaia-search-left
{
	display: inline;
	float: left;
	width: 330px;
}
.gaia-search-item .gaia-search-left h3
{
	margin-top: 0px;
}

.gaia-search-item blockquote
{
	clear: both;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 5px 10px 5px;
}

.gaia-search-item span.gaia-search-itemCounts
{
	/*display: block;*/
	float: right;
	/*margin-left: 5px;
	margin-bottom: 5px;*/
	font-size: 12px;
	color: #a1a1a1;
}

.gaia-search-item div.gaia-search-author
{
	width: 175px;
	float: right;
	font-size: 12px;
	color: #a1a1a1;
	margin:8px 5px 2px 10px;
}

.gaia-search-item div.gaia-search-authority
{
	margin-top:3px;
	width:150px;
}

.gaia-search-item div.gaia-search-admin-edit
{
	clear:both;
	display: block;
	padding-top:5px;
	margin-bottom: 3px;
	font-size: 12px;
	color: #a1a1a1;
	width:100px;
}

.gaia-search-item-footer
{
	width: 520px;
	overflow: hidden;
	display: block;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #a1a1a1;
}

/* gaia-category-item */
/* -- Structure -- */
/*
<div class="gaia-category-item">
    <h3><a></a></h3>
    <div class="preview-image" >
        <img class="small" src='' style="width: 100px" />
    </div>
    <span class="gaia-search-author"></span>
    <blockquote></blockquote>
    <span class="gaia-category-itemCounts"></span>
</div>
*/

h3.gaia-category-icon
{
	padding: 5px 0px 5px 27px;
	margin: 20px 0 10px 0px;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	float: left;
	background: url(../img/gaia_search_icon.gif) no-repeat center left;
}

.gaia-category-left .iconImage
{
	margin-top: 4px;
	float: left;
}

div.resultcount
{
	display: block;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #a1a1a1;
}


.gaia-category-item
{
	margin-bottom: 30px;
	width: 520px;
	background: url(../img/right-bottom-corner-box.jpg) bottom right no-repeat;
	overflow: hidden;
}

.gaia-category-item:after { 
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.gaia-category-item .gaia-category-left
{
	display: inline;
	float: left;
	width: 330px;
}
.gaia-category-item .gaia-category-left h3
{
	margin-top: 0px;
}

.gaia-category-item blockquote
{
	clear: both;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 5px;
}

.gaia-category-item span.gaia-category-itemCounts
{
	/*display: block;*/
	float: right;
	/*margin-left: 5px;
	margin-bottom: 5px;*/
	font-size: 12px;
	color: #a1a1a1;
}

.gaia-category-item span.gaia-category-author
{
	float: right;
	font-size: 12px;
	color: #a1a1a1;
	margin:8px 5px 2px 0px;
}

.gaia-category-item .gaia-category-admin-edit
{
	display: block;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #a1a1a1;
	float:right;
	clear:both;
	width:100px;
}

.gaia-category-item-footer
{
	width: 520px;
	overflow: hidden;
	display: block;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #a1a1a1;
}


/* Sidemenu GoogleAd */
.googlead
{
	margin-top: 15px;
	margin-left: 20px;
}

/* PLUGINS DETAILS INFO */

#plugin_name_contents
{
	margin-bottom: 30px;
	overflow: hidden;
}

#plugin_name_contents:after { 
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#plugin_name_contents .plugin_info_left
{
	float: left;
}

#plugin_name_contents h2
{
	width: 265px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 26px;
	/*padding-top:4px;*/
	background: url(../img/icon.gif) no-repeat center left;
}

#plugin_name_contents h2 span
{
	margin-left: 32px;
}

#plugin_name_contents .Author
{
	float: right;
	/*width: 250px;*/
}

blockquote.Description
{
	margin: 10px 0px 10px 5px;
}

#plugin_name_contents blockquote.Description
{
	float: left;
	width: 380px;
}

#plugin_name_contents .image
{
	float: right;
	width: 100px;
	margin-top: 5px;
}

#plugin_name_contents .image img
{
	border: none;
}

#plugin_name_contents .button
{
	float: right;
	margin-top: 5px;
	width: 100px;
}


/* ------------------------- */
/* PLUGINS REVIEW */
/*
<div class="review">
	<div class="review_title">
		<span class="review_author"></span>
		<span class="review_rating"></span>
	</div>
	<blockquote></blockquote>
	<span class="review_date"></span>
</div> 
*/

#plugin_review .review
{
	width: 500px;
	margin-bottom: 30px;
	border-bottom: 1px solid #b2b2b2;
}

#plugin_review .review .review_title
{

}

#plugin_review .review span.review_author
{
	float: left;
}

#plugin_review .review span.review_rating
{
	float: right;
}

#plugin_review .review blockquote
{
	clear: both;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 5px;
}

#plugin_review .review span.review_date
{
	display: block;
	color: #666666;
	font-size: 12px;
	margin-bottom: 10px;
}

/* created list & updated list*/
#updatedList .menulinks
{
	margin: 0 0 10px 15px;
}
#updatedList .menulinks a
{
	font-size:12px;
}


#createdList h3,
#updatedList h3
{
	margin-left:15px;
}

#createdList table
{
	font-size:13px;
	border:solid 1px silver;
	margin-left:15px;
}

#updatedList table
{
	font-size:13px;
	border:solid 1px silver;
	margin-left:15px;
	margin-right:15px;
}

#updatedList table tr td table
{
	margin-top:10px;
	border:0;
}

#createdList table tr td span,
#updatedList table tr td span
{
	color:#666666;
	font-weight:bold;
	line-height:17px;
	margin-top:3px;
	margin-left:3px;
}

/* Comment */
#bookmark_Comment_insert h3
{
	padding: 5px 0px 5px 32px;
	margin: 20px 0 5px 0;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

#bookmark_Comment_insert h3.comment_rank
{
	background: url(../img/rank.jpg) no-repeat center left;
}

#bookmark_Comment_insert h3.comment_text
{
	background: url(../img/review.jpg) no-repeat center left;
}

/* ------------------------- */
/* Bookmark REVIEW */
/*
<div class="review">
	<div class="review_title">
		<span class="review_author"></span>
		<span class="review_rating"></span>
	</div>
	<blockquote></blockquote>
	<span class="review_date"></span>
</div> 
*/

#bookmark_review .review
{
	width: 500px;
	margin-bottom: 30px;
	border-bottom: 1px solid #b2b2b2;
	background: #efefef;
}

#bookmark_review .review .review_title
{
	background: white;
	width: 500px;
	height: 17px;
	
}

#bookmark_review .review span.review_author
{
	float: left;
	color: #d57000;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 2px;
	background: #efefef url(../img/review_tab.jpg) no-repeat right;
	padding-right: 10px;
	
}

#bookmark_review .review span.review_rating
{
	float: right;
	display: inline;
}

#bookmark_review .review blockquote
{
	clear: both;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 5px;
}

#bookmark_review .review span.review_date
{
	display: block;
	color: #666666;
	font-size: 12px;
	margin-bottom: 3px;
	margin-left: 3px;
}
