/*~ obenland_guestbook.css
 *
 * @package Obenland Guestbook
 * @author Konstantin Obenland
 * @copyright Copyright (c) 2009, Konstantin Obenland
 */

/*---------------------------------------------------- */
/*    OBENLAND GUESTBOOK                               */
/*---------------------------------------------------- */

.obenland_guestbook .head div,
.obenland_guestbook .new_entry {
	float: left;;
	}

.obenland_guestbook ul {
	padding: 0;
	}

.obenland_guestbook ul li,
.obenland_guestbook form {
	background: none;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	}

.obenland_guestbook ul.entry_form li {	
	margin: 0 0 5px;
	}
	
.obenland_guestbook span.error {
	color: #FF0000;
	position: relative;
	top: -2px;	
	}

.obenland_guestbook ul.entry_form li label{
	font-size: 85%;
	}
.obenland_guestbook ul.entry_form li input,
.obenland_guestbook ul.entry_form li textarea {
	border: 1px solid #C8C8C8;
	font-size: 130%;
	padding: 3px;
	}

.obenland_guestbook ul.entry_form li textarea {
	font-family: inherit;
	font-size: 110%;
	width: 99%;
	}

.obenland_guestbook #gravatar {
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 10px;
	}

.obenland_guestbook .head,
.obenland_guestbook .head a {
	background: #EEEEEE;
	color: #333333;
	}

.obenland_guestbook .head .name,
.obenland_guestbook .head .date {	
	padding: 13px 20px;
	}
	
.obenland_guestbook .message {
	padding-top: 5px;
	}
	
.obenland_guestbook .clearfix{
	clear: both;
	float: none  !important;
	font-size: 0.01em;
	height: 0.01em;
	line-height: 0.01em;
	}


/*--- Buttons --------------------------------------- */

.button-secondary:hover {
	border-color: #666666;
	color: #000000;
	}
	
.button-secondary {
	border:1px solid #BBBBBB; -moz-border-radius: 11px;
	background: #F2F2F2 url('images/white-grad.png') repeat-x left top;	
	color: #464646;
	cursor: pointer;	
	font-size: 11px !important;
	line-height: 16px;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF; padding-left:8px; padding-right:8px; padding-top:2px; padding-bottom:2px
	}

/*--- Pagination ------------------------------------- */

.tablenav {
	clear: both;
	height: 30px;
	margin: 6px 0 4px;
	vertical-align: middle;
	}

.tablenav input{
	float: left;
	}

.navi {	
	color: #555555;
	cursor: default;
	display: block;
	float: right;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	}

a.page-numbers {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-weight: bold;
	margin-right: 1px;
	padding: 0 2px;
	}
	
.navi .current {	
	background: #DFDFDF none repeat scroll 0 0;
	border: 1px solid #D3D3D3;
	}
	
.navi a,
.navi span.current {
	-moz-border-radius: 5px;	
	padding: 3px 6px;
	text-decoration: none;
	}
	
.navi .displaying-num {
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size: 12px;
	font-style: italic;
	margin-right: 10px;
	}
	
.navi a {	
	color: #21759B;
	background: #EEEEEE url('images/menu-bits.gif') repeat-x left -379px;
	border: 1px solid #E3E3E3
	}
	
.navi a:hover {
	border-color: #D54321;
	color: #D54E21;
	}
	
.navi a:active {
	color: #FFFFFF !important;
	}


/* End of file obenland_guestbook.css */
/* Location: ./wp-content/plugins/obenland_guestbook/obenland_guestbook.css */