﻿/*
Theme Name: Almas Caviar
Theme URI: http://www.almascaviar.co.uk
Description: Great Silky Blue & White Theme
Version: 1.0
Author: Eric Hymas
Author URI: http://www.erichymas.com
*/
a[rel="nofollow"] {padding-top:25px;}
a[rel="nofollow"] img {float:left;}

/***************************************************/
#header {background-color:white;clear:both;position:relative;}
#header img {position:relative;}
#logo h1 a {
	font-weight: bold;
	font-weight: bold;
	color: black;
	font-size:12pt;
}

#logo h1 a:hover {
	color: #ff3300;
}

#logo .description h2 {
	line-height: 1.4em;
	padding-left:10px;
	color: black;
	font-size:9pt;	
}

#logo {
	height:50px;
	width:850px;
	clear:both;
	position:absolute;
	z-index:500;
}

#logo h1 {
	font-weight: bold;
	padding:10px 0px 5px 10px;
}


* {
	font-family: Verdana, Arial, "Trebuchet MS";
	font-size: 1em;
	color: #666;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	text-decoration: none;
	white-space: normal;
	vertical-align: baseline;
}

html, body {line-height: 1; background-color:#F9F9F0;}
hr {display: block; margin-left:10%; clear:both; margin-top:10px;margin-bottom:12px; width: 80%;color: black;background-color: black;height: 2px;border:0;}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}
/**************************************************
	background: #f1fcfe url(images/bg.gif) repeat-x top;
*/
body {
	text-align: center;
	font-size: 0.75em;
}

#container {
	margin-top:8px;
	width: 849px;
	background-color:white;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

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

#page_top {display:block;overflow:hidden;background-color:white;}

#page_top a {
	margin-right: 1px;
	text-align: center;		
		
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 40px;
	height: 44px;
	font-size:8pt;
	background: black;
	color: white;
	font-weight: bold;
	border:1px solid black;
}

#page_top a:hover {
	background: white;
	color: black;
}

#page_top .current_page_item {
	background: #fff;
	color: #333;
	border:1px solid black;
	color:#333333;
}
/***************************************************/
#searchform {
	overflow:hidden;
	background-color:#F9F9F0;
	float: left;
	width: 260px;
	height: 45px;
	float: right;
}

#searchform form {
	display: inline;
}

#searchform fieldset {
	float: right;
	display: inline;
	padding-top: 10px;
}


#searchform input {
	display: inline;
	vertical-align: middle;
}

#searchinput {
	width: 160px;
	height:20px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #ddd;
	color: #999;
}

#searchbutton {
	line-height: 1.4em;
	height:26px;
	font-weight: bold;
	background: #e2e2d7;
	color: #666;
	text-align: center;
	cursor: pointer;
}

#searchbutton:hover {
	background: #e5e2c9;
	color: #333;
}

/***************************************************/
#column {
	float: left;
	width: 849px;
	margin: 3px 0px;
	overflow:hidden;
	border:1px solid black;
}

#column a {
	color: black;
	font-weight:bold;
}

#column h6, #column h2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: verdana, georgia;
	color: #333;
	font-size:14pt;margin:3px 4px;
}


/********* content ***************/
.content {

	padding: 2px;
	display: block;
	overflow: hidden;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.content h1 {
	font-size: 14pt;
	font-weight: normal;
	font-family: Verdana, georgia;
	color: black;
}

.content h2 {font-size:12pt !important;background:none !important;}


.content h3 {
	font-size: 1.4em;
	clear: right;
	color: black;
}

.content p {
	line-height: 1.5em;
	margin: 20px 0px 10px 0px;
	padding: 0;
	text-align:justify;
}

.content .more-link {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

/* CSS for UL/OL lists */
.content ol {padding-left: 20px;}
.content ol, .content ul {margin: 5px 5px 20px 5px;}
.content ol ol , .content ul ul {margin: 5px 5px 5px 5px;}

.content ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
}

.content ul li {
	line-height: 1.5em;
	color: #333;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
}
/* End CSS for UL/OL lists */

/* Additional post tags */
blockquote {
	padding: 10px;
	padding-left: 40px;
	background: #f7fcea url(images/blockquote.gif) no-repeat;
	background-position: 8px 8px;
	margin-bottom: 15px;
}

blockquote p {
	font-family: georgia, arial;
	line-height: 1.5em;
	color: black;
}

blockquote * {
	font-family: georgia, arial;
	line-height: 1.5em;
	color: black;
}

/***************************************************/
.alignleft {
	float: left;
	clear:left;
	overflow: hidden;
	display: inline;
	margin-right: 10px;
	margin-bottom: 4px;
}

.alignright {
	float: right;
	overflow: hidden;
	display: inline;
	margin-left: 10px;
	margin-bottom: 4px;
}

.aligncenter {
	text-align: center;
	margin: 0 auto 0 auto;
	display: block;
}

.alignnone {
	text-align: center;
	margin: 0 auto 0 auto;
	display: inline;
	clear:none;
	float:left;
}

p.wp-caption-text {
	padding: 3px;
	margin: 0;
	color: #999;
}
/***************************************************/

.sidebar {
	float: left;
	margin-right: 2px;
	margin-top:5px;
	width:178px;
}

.sidebar a {
	color: black;
}

.sidebar a:hover {
	color: #FF3300;
}

.sidebar .current_main_page {color:black;}

.sidebar h2 {
	margin-top: 10px;
	display: block;
	width: 200px;
	height: 22px;
	background-color:black;
	color: #fff;
	line-height: 22px;
	font-weight: bold;
	text-indent: 10px;
}

.sidebar div {
	padding: 10px;
	border: 1px solid #000;
	background: #FFF;
	line-height: 1.4em;
}

.sidebar ul {
	width:100%;
	padding: 10px;
	border: 1px solid black;
	background: #FFF;
}

/***************************************************/
#tip {background-color:wheat;
margin-top:10px;
padding:5px;
}
#footer {
	clear:both;
	width: 829px;
	background: black;
	border-top: 2px solid black;
	padding: 15px 10px;
}

#footer .footer_link {width:225px; float:left;margin-right:10px;}

#footer  .footer_link a {
	border-bottom:1px dotted #DDDDDD;
	padding:2px 6px;
	display: block;
	color: #333;
	font-weight: bold;
	font-size:8pt;
	line-height: 1.5em;
}

#footer  .footer_link a:hover {
	background: #DDDDDD;
	line-height: 1.5em;
}

.copyright {
	float: right;
	color: white;
	line-height: 1.5em;
}

.copyright a {
	font-weight: bold;
	line-height: 1.5em;
	color: white;
}

.copyright a:hover {
	color: #fff;
	background: black;
	line-height: 1.5em;
}

#footer h3 a {color:white;}
#footer h3 a:hover {color:black;}

#footer h3 a.current_page_item{color:black;}

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