@charset "utf-8";













/**






 * TYPOlight webCMS






 * Copyright (C) 2005-2009 Leo Feyer






 *






 * This program is free software: you can redistribute it and/or






 * modify it under the terms of the GNU Lesser General Public






 * License as published by the Free Software Foundation, either






 * version 2.1 of the License, or (at your option) any later version.






 * 






 * This program is distributed in the hope that it will be useful,






 * but WITHOUT ANY WARRANTY; without even the implied warranty of






 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU






 * Lesser General Public License for more details.






 * 






 * You should have received a copy of the GNU Lesser General Public






 * License along with this program. If not, please visit the Free






 * Software Foundation website at http://www.gnu.org/licenses/.






 *






 * PHP version 5






 * @copyright  Copyright &#40;C&#41; 2008 - 2009 JD-WebService. All rights reserved. 






 * @author     JD-WebService 






 * @package    GuestBook 






 * @license    GNU/LGPL 






 * @filesource






 */













/***************************************************






*		DEFAULT






***************************************************/













.mod_guestbooklist, .mod_guestbookform {padding: 10px; width: 700px;}













.pagination { width: 100%; text-align: center; }













.pagination p { padding: 5px;}






.pagination UL { list-style: none; margin: 0; padding: 0; margin-left: auto; height: 30px;}






.pagination LI { margin: 0; padding: 0; display: inline; margin-right: 3px;}






.pagination a, .pagination span { padding: 2px 4px; background-color: #eee; border: 1px solid #ccc; color: #000; text-decoration: none;}






.pagination .current {background: #ffc298;}




















/***************************************************






*		ENTRIES






***************************************************/













.gb-entry { border: 1px solid #ccc; background: #fff url(entry.png) right top no-repeat; width: 680px; padding: 5px; margin-top: 20px; margin-bottom: 10px;min-height: 150px;













}






.gb-entry .author_gravatar { float: left; text-align: center; }






.gb-entry .author_gravatar .gravatar{ margin: 2px auto;}






.gb-entry .date {font-size: 12px;}






.gb-entry .author_entry { float: left; width: 535px; padding:5px 10px; border-left: 1px solid #ccc; min-height: 150px; }






.gb-entry .admin-entry,






.gb-entry .entry-content { display: block; font-weight:normal; font-size:14px;}






.gb-entry h3.author-name {






	font-weight: bold;






	font-size: 18px;






	width: 535px;






	border-bottom: 1px solid #ccc;






	margin-bottom: 5px;






}






.gb-entry .admin-entry fieldset {border: 1px solid #ccc; background: #eee;}






.gb-entry .admin-entry legend {border: 1px solid #ccc; background: #eee; padding: 2px 10px;}



























/***************************************************






*		FORMULAR






***************************************************/













#guestbookform  { background: #fff url(entry.png) no-repeat right bottom; margin: 50px 10px; padding: 10px;}






#guestbookform label{display:block;padding:5px; font-size: 12px; color: #999;}






#guestbookform input.text {display:inline-block;padding:5px; width: 250px;}






#guestbookform input.captcha {display:inline-block;padding:5px; width: 100px;}






#guestbookform fieldset{width:auto;margin-bottom:15px;padding:10px;border:1px solid #155727;background:transparent;}






#guestbookform legend{padding:5px 10px;font-weight:bold;color:#999;}













#guestbookform p{margin:0 0 0.5em 0;}






#notice {padding:13px;background-color:#FFD6D6;border-top:2px solid #EF706F;border-right:2px solid #EF706F;border-bottom:2px solid #EF706F;border-left:4px solid #EF706F;color:#CC0000;}



















/***************************************************
*		CLEARING
***************************************************/

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
.clearfix:after { clear: both; content: '.'; display: block; visibility: hidden; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }