/*
Theme Name: warwick
Theme URI: 
Description: 
Version: 0.1
Author: Davit Barbakadze
Author URI: https://www.scriptlance.com/cgi-bin/freelancers/portfolio.cgi?viewlist=jayarjo
*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* input form */

input, textarea {
	top:-3px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
	background-color: rgba(128, 137, 168,0.5);
	background-color: rgb(128, 137, 168);
	height:auto;
	padding: 5px 10px 5px 10px;
	color: rgba(222, 225, 165,255);
	color: rgb(222, 225, 165);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCCCCC;
	outline: none;
}

.button {
	top:-3px;
	right:0px;
	text-transform: uppercase;
	font-size: 10px;
	background-color: rgba(62, 66, 82,255);
	background-color: rgb(62, 66, 82);
	width:auto;
	height:auto;
	padding: 5px 15px 5px 15px;
	color: #8089A8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	outline: none;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reset */

body {
	background:#fff;
	margin:0;
	padding:0;
	color:#3e4252;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}

h1, h2 {
	font-weight:bold;
	padding:8px 0;
}

h2,
h2 a {
	color:#615118;
}

p {
	padding:8px 0;
}

blockquote {
	margin:8px 0;
	padding-left:24px;
	width:470px;
	background:url(images/bg-quote.png) no-repeat;
	font-weight:bold;
	font-style:italic;
	text-align:justify;
}

blockquote p {
	padding:0 24px 0 0;
	background:url(images/bg-quote.png) no-repeat top right;
}

a {
	color:#3e4252;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

i, em {
	font-style:italic;
}

ol,
ul {
	padding:8px 14px;
}

ol {
	list-style:decimal;
}

li,
ul {
	list-style:square;
}

li ul li,
ul ul li {
	list-style:circle;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear:both;
}

.barebone {
	padding:0;
	margin:0;
}

.white {
	color:#fff;
}

#page {
	width:860px;
	margin:0 auto;
	text-align:left;
}	

#page h1 {
	border: 1px solid #FFFFFF;
}

#header,
#body,
#foot-note,
#footer {
	position:relative;
	padding:0px 19px 0 15px;
	width:826px;
}

/* header */

#go-home {
	display:block;
	position:absolute;
	top:25px;
	left:14px;
	width:360px;
	height:58px;
}

#header {
	z-index:998;
	height:182px;
	background:url(images/bg-header.png) no-repeat center;
}

#opening-hours {
	position:absolute;
	right:30px;
	top:5px;
	height:20px;
	text-align:right;
}

#contacts {
	position:absolute;
	top:83px;
	left:15px;
	width:430px;
	height:30px;
	font-size:12px;
	padding:5px 10px;
}

#menu {
	position:absolute;
	top:157px;
	left:16px;
	height:22px;
	width:600px;
	font-size:11px;
}

#menu li {
	position:relative;
	list-style:none;
	float:left;
	border-right:1px solid #8089A8;
}

#menu li a {
	display:block;
	height:22px;
	line-height:22px;
	text-transform:uppercase;
	padding:0 20px;
}

.current_page_item {
	text-decoration:underline;
}

.current_page_item .sub-categories a {
	text-decoration:none !important;
}

.sub-categories {
	padding:5px 0;
	margin:0;
	display:none;
	position:absolute;
	top:21px;
	left:-1px;
	background:#C8CBDA;
	border:1px solid #3e4252;
	border-top:none;
}

#menu li:hover .sub-categories,
#menu li.hover .sub-categories {
	display:block;
}

.sub-categories li {
	float:none;
	white-space:nowrap;
	border:none !important;
}

#searchform,
#s,
#s-submit  {
	padding: 0px;
	position:absolute;
}

#searchform {
	
	top:151px;
	right:22px;
	width:200px;
	height:28px;
}

#s {
	top:0px;
	left:0px;
	background:none;
	border:none;
	text-transform:uppercase;
	color:#fff;
	padding:7px 0;
	text-align:center;
	width:155px;
	height:14px;
	margin-right:4px;
	line-height:14px;
}

#s-submit {
	top:0px;
	right:0px;
	width:34px;
	height:30px;
	background:none;
	border:none;
	outline: none;
}

/* body */
#body {
	background:url(images/bg-body.png) repeat-y center;
	padding-bottom:0px;
}

/* content */
#content {
	position:relative;
	width:100%;
	background:#fff;
}

.post,
.page {
	padding:10px;
	background:#fff;
	min-width:585px;
	width:800px;
}

ul.post-categories {
	color: rgb(200, 204, 217);
	color: rgba(200, 204, 217,255);
	border: 1px solid rgb(128, 137, 168);
	background: rgba(128, 137, 168,255);
	background: rgb(128, 137, 168);
	padding: 5px 2px 5px 2px;
	float: left;
	margin: 10px 10px 0px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.post-categories li {
	margin-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	list-style-type: none;
}

.entry a {
	text-decoration:underline;
}

.entry a:hover {
	text-decoration:none;
}

.entry h1 {
	font-size:1.7em;
	line-height:110%;
	color: red;
}

.cover-big {
	float:left;
	margin:10px 10px 0px 0;
}

.meta {
	line-height:20px;
}

.more {
	font-weight:bold;
	text-decoration:underline;
}

.more:hover {
	text-decoration:none;
}

.navigation {
	padding:10px;
	min-width:585px;
}

#welcome-note {
	width:350px;
	padding:10px;
}

#latest-events {
	width:200px;
	padding:10px;
	border-left:1px solid  #615118;
	margin-right:10px;
}

#latest-events h1 {
	padding-bottom:0px;
}

#latest-events ul {
	margin:0;
	padding:0;
}

#latest-events ul li {
	list-style:none;
	padding:15px 0;
	border-bottom:1px solid  #615118;
}

#latest-events ul li h3 a {
	font-weight:normal;
}

/* sitemap */

.entry #sitemap_list a {
	text-decoration:none;
}

.entry #sitemap_list a:hover {
	text-decoration:underline;
}

/* top 5 */

#top5 {
	float:left;
	width:600px;
	height:160px;
	border:1px solid #f5f7a5;
	margin:3px;
	background:#8089a8;
	position:relative;
}

#mf_fbr_current_top5 {
	position:absolute;
	top:12px;
	left:8px;
}

#mf_fbr_current_top5 h3 {
	color:#fff;
	font-size:12px;
	font-weight:normal;
	padding-bottom:25px; 
}

#mf_fbr_current_top5 ul {
	padding:0px;
}

#mf_fbr_current_top5 ul li {
	list-style:none;
	float:left;
	margin-right:20px;
	height: 80px;
}


#mf_fbr_current_top5 ul li img {
	border: 1px solid #EDF9A7;
}

.mf_fbr_closebox {
	display:none;
}

#top5-meta {
	position:absolute;
	top:7px;
	right:27px;
	width:200px;
	height:130px;
	color:#fff;
}

.top5-meta-tab {
	width:100%;
	height:100%;
	padding:10px;
	line-height:20px;
	position:absolute;
	top:0px;
	left:0px;
	background:#868fa7;
	border: 1px solid #8389A9;
	display:none;
}

.top5-meta-tab-0 {
	display:block;
}

.top5-meta-badge {
	width:41px;
	height:41px;
	background:url(images/badge.png) no-repeat center;
	position:absolute;
	top:0px;
	right:0px;
}

.top5-meta-badge span {
	display:block;
	font-size:18px;
	position:absolute;
	top:8px;
	left:14px;
}

#top5-meta h3 {
	margin-bottom:10px;
	width:170px;
}

#featured-book {
	padding:15px;
	text-align:center;
}

#featured-book h3 {
	margin-top:5px;
	font-size:12px;
}

#featured-book img {
	margin:10px auto;
}

#featured-book .entry {
	color:#2b2a00;
	font-weight:bold;
}

#quirky-book {
	padding:15px;
	text-align:center;
}

#quirky-book h3 {
	margin-top:5px;
	font-size:12px;
}

#quirky-book img {
	margin:10px auto;
}

#quirky-book .entry {
	color:#2b2a00;
	font-weight:bold;
}


/* sidebar */

#sidebar {
	width:216px;
	min-height:380px;
	margin-right:-216px;
	background:url(images/bg-sidebar.png) no-repeat top center;
}

#content.has-sidebar {
	width:610px;
	padding-right:216px;
	background:#fff url(images/bg-sidebar-content.png) repeat-y right;
}

#sidebar-bottom {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:100;
	background:url(images/bg-sidebar-bottom.png) no-repeat bottom;
	width:216px;
	height:4px;
}

/* footer */

#foot-note {
	background:url(images/bg-body.png) repeat-y center;
}

#foot-note .post {
	float:none;
}

.pad-footer {
	border-top: 8px solid rgb(128, 137, 168);
}

#footer {
	height:60px;
	background:url(images/bg-footer.png) no-repeat center;
}

#links {
	position:absolute;
	top:-40px;
	right:50px;
	width:320px;
	height:50px;
	background:url(images/affiliates.png) no-repeat center;
}

#links a {
	float:left;
	display:block;
	height:100%;
	width:104px;
	margin:0 1px;
}

#footer-menu {
	text-align: center;
	position:absolute;
	bottom:18px;
	left:100px;
}

#footer-menu li {
	list-style:none;
	float:left;
	border-left:1px solid #fff;
	padding:0 5px;
}

#footer-menu li.first {
	border:none;
}

#footer-menu li,
#footer-menu li a {
	color:#fff;
}


.newsletter input {
	margin-left: 10px;
}

#welcome-note a {
	color: red;
	text-decoration: none;
}

#welcome-note a:visited {
	color: red;
	text-decoration: none;
}

#welcome-note a:hover {
	text-decoration: underline;
}
