/* 
The contents of this file are subject to the Mozilla Public License Version 1.1
(the "License"); you may not use this file except in compliance with the
License. You may obtain a copy of the License at http://www.mozilla.org/MPL/

Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
the specific language governing rights and limitations under the License.

The Original Code is comprised of the PT Blog directory

The Initial Developer of the Original Code is
PaperThin, Inc. Copyright(C) 2011.
All Rights Reserved.

By downloading, modifying, distributing, using and/or accessing any files 
in this directory, you agree to the terms and conditions of the applicable 
end user license agreement.
*/

/* *************************************************************** 
Author: 	
	PaperThin Inc.
Name:
	main.css
Description:
	main.css
ADF App:
	PT Blog
Version:
	2.1
History:
	2011-10-22 - MFC - App v2.0 release.
	2011-11-18 - MFC - Added styles for the dashboard comments.
*/

#icon-index {
    background:transparent url(/ADF/apps/pt_blog/images/icons32.png) no-repeat scroll -137px -5px;
}

#icon-options-general {
    background:transparent url(/ADF/apps/pt_blog/images/icons32.png) no-repeat scroll -492px -5px;
}

.clear {
    clear: both;
}
.icon32 {
    float:left;
    height:36px;
    margin:14px 6px 0 0;
    width:36px;
}

.wrap {
    margin:0 15px 0 5px;
}
div.blog-icons {
	padding: 1px 1px;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
	width: 16px;
	float: left;
}
.blog-icons:hover{
	cursor:pointer;
}
div.commentLinkOpen {
	width: 16px;
	height: 16px;
}	
tr div.commentBlock div.commentText{
	padding: 5px;
}
tr div.commentBlock {
	width: 100%;
}

div.commentText.even {
	background-color: #F0F0F0;
}