/*
Theme Name: WordPress bishta
Theme URI: http://wordpress.org/
Description: The bishta WordPress theme 
Version: 1.0
Author: anonymous
Author URI: http://wordpress.org/

*/



/* Normalizes browser display of type/padding/borders */

/* REMOVE PADDING AND MARGIN VALUES */
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{ margin: 0; padding: 0; }

/* NORMALIZE HEADER FONT SIZES */
h1, h2, h3, h4, h5 { font-size: 100%; }

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS AND REMOVES BULLET STYLING */
ul, ol, dl, ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{ margin-top: 0; margin-bottom: 0; list-style: none; }

/* SET FONT STYLE AND WEIGHT TO NORMAL */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* REMOVE BORDER FROM TABLES */
table
{ border-collapse: collapse; border-spacing: 0;}

/* REMOVE BORDERS FROM FIELDSET, IMG */
fieldset, img
{ border: 0; }

/* LEFT-ALIGN TEXT IN CAPTION AND TH */
caption, th
{ text-align: left; }

/* REMOVE QUOTE MARKS FROM Q */
q:before, q:after
{ content: ''; }

/* Focus Outline fix for Firefox */
a { outline: none; }
:focus { -moz-outline-style: none; }

http://bishta.co.uk/css/layout.css

/* CSS Layout for BISHTA website */

html {
	text-align: center;
}
html, textarea, input, td {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}
body {
	position: relative;
	/*width: 800px;
	margin: 0 auto;*/
	text-align: left;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #001845;
}

div#page {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 20px;
}

div#branding {
	position: relative;
	width: 800px;
	height: 101px;
}

div#branding img#logo {
	float: left;
	padding: 31px 0 0 31px;
	margin: 0;
	width: 150px;
	height: 41px;
}

div#branding h1#pagetitle {
	float: left;
	margin: 42px 0 0 63px;
/*	text-indent: -5000px;
*/	width: 320px;
	height: 21px;
	font-size:23px;
	text-transform:capitalize;
}

div#branding span#locatorlink {
	float: right;
	width: 57px;
	height: 101px;
}

div#main_area {
	clear: both;
	width: 800px;
}

div#navigation {
	float: left;
	width: 221px;
	height: 460px;
}

div#skiptocontent {
	height: 0;
	visibility: hidden;
}

div#nav_main ul {
	height: 131px;
}

div#nav_main ul li {
	width: 221px;
	height: 24px;
}

div#nav_main ul li a {
	display: block;
	width: 221px;
	height: 24px;
	text-indent: -9999px;
}

div#nav_sub ul {
/*	height: 97px;
*/
	padding-bottom:10px;
	overflow:hidden;
}

div#nav_sub ul li {
	width: 221px;
	width: 180px;
	height: 12px;
	padding:2px 0 0 40px;
	background:url(images/bullet.gif) no-repeat 18px -1px;
}

div#nav_sub ul li a {
	display: block;
	width: 221px;
	height: 14px;
	/*text-indent: -9999px;*/
	color:#fff;
	font-size:10px;
}
div#nav_sub ul li a:hover {
	color:#0A50A1;
	text-decoration:none;
}
div#links, div#lh_info {
	width: 140px;
	padding-left: 24px;
}

div#lh_image {
	margin: 20px 0 0 27px;
}

div#content_main {
	float: left;
	width: 410px;
	margin: 10px 10px 20px 20px;
}

div#content_supp {
	float: left;
	width: 139px;
}

div#content_supp img {
	float: right;
}

span.button_go {
	width: 33px;
	height: 17px;
	position: relative;
	margin: -2px 4px 0 4px;
}

span.button_go a{
	width: 33px;
	height: 17px;
	display: block;
}

span.button_go a span {
	display: none;
}

#home div#branding {
	height: 149px;
}

#home div#branding img#logo {
	float: left;
	padding: 0;
	margin: 0;
	width: 275px;
	height: 149px;
}

#home div#home_locator_cta {
	float: left;
	width: 215px;
	height: 142px;
	margin: 8px 0 0 20px;
	padding: 0;
}

#home div#home_awards_cta {
	float: right;
	width: 111px;
	height: 122px;
	margin: 0;
	padding: 0;
	background: url(images/home_awards.gif) no-repeat;
}

#home div#branding div#home_awards_cta a {
	width: 111px;
	height: 122px;
	display: block;
	text-indent: -9999px;
}

#home div#home_awards_cta:hover {
	background: url(images/home_awards_over.gif) no-repeat;
}

#home div#navigation {
	width: 275px;
	height: 410px;
}

#home div#nav_main ul {
	height: 120px;
}

#home div#nav_main ul li {
	width: 275px;
	height: 24px;
}

#home div#lh_image, #home div.callout {
	margin: 14px 0 0 0;
	float: right;
}

#home div.callout {
	width: 234px;

	height: 86px;
	padding: 0;
}

#home div.callout h3, #home div.callout p {
	padding: 3px 3px 3px 12px;
	margin: 0;
	width: 100%;
	height: 12px;
}

#home div.callout p {
	height: 62px;
	width: 219px;
}

#home div.callout p a {
	float: right;
}

#home div#content_main {
	margin-top: 28px;
	width: 375px;
}

#about div#content_main p, #about div#content_main li {
	padding-right: 60px;
	margin-bottom:3px;
}

#about div.rh_callout {
	width: 167px;
	position: absolute;
	top: 190px;
	left: 610px;
}

#about div.rh_callout img {
	margin-bottom: 4px;
}

#about div.rh_callout p {
	padding: 0;
}

#members .pricelist {
	padding-bottom: 8px;
}

#members .item {
	position: relative;
	float: left;
}

#members .price {
	position: relative;
	float: right;
}

#members form#loginbox,#members .memloginbox{
	width: 260px;
	padding: 10px;
	margin-top: 60px;
}
#members .memloginbox{
	background:transparent url(images/form_bgd.jpg) repeat scroll 0 0;
	position:relative;
}
form#querybox,#wpcf7-f1-p93-o1 {
	width: 340px;
	padding: 10px;
	margin-top: 10px;
}

#about form#querybox fieldset p {
	padding-right: 8px;
}

#about div.callout {
	margin: 20px 10px 10px 10px;
	padding: 4px;
}

#about div.callout p {
	margin: 0;
	padding: 0 0 16px 0;
}

#about div.callout p span {
	margin: 10px 10px 0 0;
}

form#querybox label {
	float: left;
	width: 8em;
}

form fieldset {
	padding: 6px; 
}

form#loginbox label {
	float: left;
	width: 12em;
}

ul.brands_list {
	float: left;
	width: 205px;
}

div.floatclear {
	clear: both;
}

div.vcard div.org {
	margin-left: -4px;
}

div.vcard div {
	margin-bottom: 5px;
}

div.vcard div.street-address {
	margin-bottom: 0;
}

table#cpanel_members_list th, table#cpanel_members_list td {
	padding: 1px 2px 1px 2px
}

div#article table {
	padding: 4px;
	margin: 2px 0 10px 5px;
}

div#article table td {
	padding: 4px;
	border: 1px solid #999999;
}

div#article h2 {
	font-weight: bold;
	margin-bottom: 10px;
}

/** Awards **/

div#nav_sub_awards_years {
	padding-top: 10px;
}

div#nav_sub_awards_cats {
	padding-top: 12px;
	padding-bottom: 20px;
}

div#nav_sub_awards_years ul, div#nav_sub_awards_cats ul {
	padding : 0 25px 0 37px;
}
div#awards_container {
	position: relative;
}

div.award_winner {
	position: relative;
	padding: 6px 6px 8px 0;
	float: left;
	width: 78px;
}

div.mini_hero {
	float: left;
	width: 50%;
}

div.award_hero {
	padding-left: 4px;
}

div.credit {
	display: none;
}

div#nav_sub_awards_years, div#nav_sub_awards_cats { 
	background: url(images/subnav_vline.gif) repeat-y; 
	color: #FFFFFF;
}

div#nav_sub_awards_years a:hover, div#nav_sub_awards_cats a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


body {
	background: #001845;
}

div#branding {
	background: #FFFFFF url(images/masthead_bgd.png) no-repeat;
}

span#locatorlink {
	background: url(images/masthead_locatorlink.gif) no-repeat;
}

span#locatorlink:hover {
	background: url(images/masthead_locatorlink_over.gif) no-repeat;
}

div#page {
	background: url(images/continuation_bgd.gif) repeat-y;
}

div#main_area {
	background: url(images/main_bgd.png) no-repeat;
}

div#navigation {
	background: url(images/lhpanel_bgd.png) no-repeat;
}

li#nav_main_home { background: url(images/nav_main_1.gif) no-repeat; }
li#nav_main_home:hover { background: url(images/nav_main_1_f2.gif) no-repeat; }

li#nav_main_about { background: url(images/nav_main_2.gif) no-repeat; }
li#nav_main_about:hover { background: url(images/nav_main_2_f2.gif) no-repeat; }
#about li#nav_main_about,#design li#nav_main_about { background: url(images/nav_main_2_f3.gif) no-repeat; }

li#nav_main_hottubs { background: url(images/nav_main_3.gif) no-repeat; }
li#nav_main_hottubs:hover { background: url(images/nav_main_3_f2.gif) no-repeat; }
#hottubs li#nav_main_hottubs { background: url(images/nav_main_3_f3.gif) no-repeat; }

li#nav_main_members { background: url(images/nav_main_4.gif) no-repeat; }
li#nav_main_members:hover { background: url(images/nav_main_4_f2.gif) no-repeat; }
#members li#nav_main_members { background: url(images/nav_main_4_f3.gif) no-repeat; }

li#nav_main_press { background: url(images/nav_main_5.gif) no-repeat; }
li#nav_main_press:hover { background: url(images/nav_main_5_f2.gif) no-repeat; }
#press li#nav_main_press { background: url(images/nav_main_5_f3.gif) no-repeat; }

div#nav_main {
	background: url(images/nav_main_footer.gif) no-repeat;
	background-position: 0 120px;
}

/*li#nav_sub_joining { background: url(images/nav_sub_1.gif) no-repeat; }
li#nav_sub_joining:hover { background: url(images/nav_sub_1_f2.gif) no-repeat; }

li#nav_sub_contact { background: url(images/nav_sub_2.gif) no-repeat; }
li#nav_sub_contact:hover { background: url(images/nav_sub_2_f2.gif) no-repeat; }

li#nav_sub_locator { background: url(images/nav_sub_3.gif) no-repeat; }
li#nav_sub_locator:hover { background: url(images/nav_sub_3_f2.gif) no-repeat; }

li#nav_sub_faq { background: url(images/nav_sub_4.gif) no-repeat; }
li#nav_sub_faq:hover { background: url(images/nav_sub_4_f2.gif) no-repeat; }

li#nav_sub_question { background: url(images/nav_sub_5.gif) no-repeat; }
li#nav_sub_question:hover { background: url(images/nav_sub_5_f2.gif) no-repeat; }
*/
div#nav_sub {
	background: url(images/nav_sub_footer.gif) no-repeat left bottom;
}

div#links, div#lh_info {
	color: #FFFFFF;
	font-size: 10px;
}

div#content_main {
}

h2, h1 { color: #0A50A1; }
#about h1, #about h2 { color: #23A491; padding-left:0; }
#hottubs h1, #hottubs h2 { color: #008E9F; }
#members h1, #members h2 { color: #0A50A1; }
#press h1, #press h2 { color: #111683; }

div#content_supp {
	background: url(images/rhpanel_bgd.gif) no-repeat;
}

span.button_go {
	background: url(images/button_go.png) no-repeat;
	position: absolute;
}

span.button_go:hover {
	background: url(images/button_go_over.png) no-repeat;
}

form#loginbox, form#querybox,#wpcf7-f1-p93-o1,#wpcf7-f2-p115-o1 {
	background: url(images/form_bgd.jpg) repeat;
	border: 1px solid #819FB7;
}
#wpcf7-f2-p115-o1 {
	padding:10px;
}
form#loginbox fieldset, form#querybox fieldset,.memloginbox div,.wpcf7-form{
	border: 1px solid #99D9E8;
	color: #FFFFFF;
}

#home div#branding {
	background: #FFFFFF url(images/home_masthead_bgd.png) no-repeat;
	color: #666666;
}

#home div#home_locator_cta strong {
	color: #0A50A1;
}

#home div#page {
	background: url(images/continuation_bgd.png) repeat-y;
}

#home div#main_area {
	background: url(images/home_main_bgd.png) no-repeat;
}

#home div#navigation {
	background: url(images/home_lh_bgd.png) no-repeat;
}

#home li#nav_main_home { background: url(images/home_nav_1.gif) no-repeat; }
#home li#nav_main_home:hover { background: url(images/home_nav_1.gif) no-repeat; }

#home li#nav_main_about { background: url(images/home_nav_2.gif) no-repeat; }
#home li#nav_main_about:hover { background: url(images/home_nav_2_f2.gif) no-repeat; }

#home li#nav_main_hottubs { background: url(images/home_nav_3.gif) no-repeat; }
#home li#nav_main_hottubs:hover { background: url(images/home_nav_3_f2.gif) no-repeat; }

#home li#nav_main_members { background: url(images/home_nav_4.gif) no-repeat; }
#home li#nav_main_members:hover { background: url(images/home_nav_4_f2.gif) no-repeat; }

#home li#nav_main_press { background: url(images/home_nav_5.gif) no-repeat; }
#home li#nav_main_press:hover { background: url(images/home_nav_5_f2.gif) no-repeat; }

#home div#content_main p, #home div#content_main li  {
	color: #FFFFFF;
}

#home div#main_area .cta {
	color: #0A50A1;
}

#home div.callout {
	background: #111683;
	color: #FFFFFF;
}

#home div.callout p {
	background: #FFFFFF;
	color: #111683;
}

#home div.callout p a {
	color: #0A50A1;
	float: right;
}

#home div.callout p a:hover {
	color: #23A491;
	text-decoration: none;
}

#about div.callout {
	background: #23A491;
	border: #111683 1px solid;
}

dt {
	color: #23A491;
}

.errormessage, .error_field {
	border: #FF0000 1px solid;
	background: #FFB7B7;
	color: #FF0000;
	padding: 0 5px 10px 5px;
}

p.errormessage {
	margin-right: 0;
	padding: 8px 0 10px 40px;
	background: #FFE8E8 url(images/icon_warning.gif) no-repeat 10px 10px;
}

.redbox {
	border: #FF0000 1px solid;
	background: #FFB7B7;
}

http://bishta.co.uk/css/type.css

html, textarea, input, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h1 {
	padding-top: 4px;
	padding-left: 4px;
	font-size: 18px;
	font-weight: bold;
}

#home h1 {
	padding-top: 0;
	padding-left: 0;
	font-size: 24px;
}

p, h2 {
	padding-top: 0;
	padding-left: 4px;
	margin-top: 8px;
	margin-bottom: 1px;
	margin-right: 10px;
	color:#333;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 6px;
}

#home h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 0;
	padding-top: 0;
	margin-top: 2px;
}

div#lh_info div.vcard div.org h2 {
	padding: 20px 0 0 0;
	font-weight: bold;
}

h3 {
	font-size: 10px;
	font-weight: bold;
}

hr {
	margin: 12px 10px 0 4px;
	border: 0;
	height: 1px;
}

strong {
	font-weight: bold;
}

a {
	color: #376A92;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul.standardbulletlist, div#content_main ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul.standardbulletlist li, div#content_main ul li {
	list-style: disc outside;	
	padding-left: 0.2em;
	margin-left: 1.3em;
	color:#333;
}

div#links p {
	padding-left: 0;
}

div#links ul li {
	list-style: disc outside;	
	padding-left: 0.1em;
	margin-left: 13px;
	padding-bottom: 12px;
}

ul.gappylist li {
	margin-bottom: 0.4em;
}

div#home_locator_cta {
	font-size: 10px;
}

div.callout p, div.rh_callout p {
	font-size: 10px;
}

dl {
	margin-top: 8px;
}

dt {
	margin-top: 14px;
}
.main_area_outer{
	background:url(images/main_bgdY.png) repeat-y;
}
#home .main_area_outer{
	background:url(images/home_main_bgdY.png) repeat-y;
}
/* my own style*/
.presscon{
	color:#000000;
}
.smallimg{
	margin:10px 0;
}
.smallimg img{
	margin-right:10px;
}
.largeimg{
	margin-bottom:20px;
}
.designmenu{
	margin:0 0 0 25px;
}
#querybox p{
	overflow:hidden;
}
#querybox textarea,.wpcf7 textarea{
	float:right;
	width:196px;
}
.wpcf7 input{
	float:right;
	width:196px;
}
.errormessage{
	display:none;
}
.memreg{
	background:url(images/button.gif) no-repeat;
	width:94px;
	height:20px;
	text-indent:-9999px;
	display:block;
}
.sidebarlogin_otherlinks{
	position:absolute;
	left:10px;
	top:115px;
}
div#content_main .sidebarlogin_otherlinks li,div#content_main .pagenav li{
	list-style:none;
}
div#content_main .pagenav li{
	margin-left:0;
}
.memloginbox form p .logsubmit{
	width:40px;
	height:22px;
	margin-top:3px;
	font-size:12px;
	margin-right:55px;
	padding:0 2px;
}
.memloginbox div{
	padding-bottom:20px;
	padding-left:10px;
}
.memloginbox h2 span{
	font-weight:bold;
	color:#FFFFFF;
}
.memloginbox form p{
	overflow:hidden;
}
.memloginbox form p label{
	width:134px;
	display:block;
	float:left;
}
.memloginbox form p input{
	width:80px;
	float:right;
	margin-right:10px;
}
.rememberme{
	width:10px;
	display:none;
}
#about div#content_main .wpcf7 p{
	overflow:hidden;
	padding:0 0 0 10px;
}
#about div#content_main .wpcf7 p input,#about div#content_main .wpcf7 p textarea{
	margin-right:16px;
}
#about div#content_main .wpcf7 p .button{
	width:45px;
	margin-right:172px;
}
.wpcf7-form{
	padding-bottom:10px;
}
.wpcf7-form p{
	color:#FFFFFF;
}
#home div#content_main h2 p,#home div#content_main h2{
	color:#0A50A1;
}
#about div#content_main p{
	padding-left:0;
}
#links p{
	color:#FFFFFF;
}
.wpcal{
	color:#FFFFFF;
	margin-left:24px;
}
.smallimg .ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	display:block;
	margin:0 0 10px 0;
	padding:0;
	cursor:pointer;
}
.imgtitle p,.presscon .ngg-singlepic {
	margin:0;
	padding:0;
}
.bgcol1{
	color:#FFFFFF;
	padding:0 0 5px 0;
}
.membermenu{
	overflow:hidden;
}
#content_main .membermenu li{
	float:left;
	list-style:none;
	margin:0;
	margin-right:10px;
	padding:0;
}
#content_main .membermenu li a{
	font-weight:bold;
}
.fl{
	float:left;
	padding-left:0;
}
.pagenav{
	padding-top:8px;
}
.avatar_container{
	display:none;
}
.membermenu{
	clear:both;
}
.entry p,.entry h2,#content_main p,#content_main h2{
	padding-left:0;
}
.memloginbox .fl{
	float:none;
}
.event a{
	font-size:12px;
}
.memberpost{
	display:none;
}

.jpagination a{
    padding:0 2px;
}

.jpagination a.currentPage{
    color:#000;
}