/*
Theme Name: Regulus
Theme URI: http://www.binarymoon.co.uk/regulus/
Version: 2.2
Description: 2 column customizable theme from <a href="http://www.binarymoon.co.uk/">Binary Moon</a>
Author: Ben Gillbanks
Author URI: http://www.binarymoon.co.uk/
*/

* {
	margin:0; padding: 0;
	font-family:Verdana, Sans-Serif;
}

/* ---------------------------------
- GENERIC GUFF (APPLIES SITE WIDE) -
--------------------------------- */

body {
	font-size:0.625em;
	_font-size:10px;
	text-align:center;
	background: #000 top left !important;
}

#content img {padding:3px;}

#sidebar {
font:1em  Verdana, Sans-Serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size:2em;
	font-weight:normal;
}

.blue {color:#fff;}
.larger {font-size:16px;}

a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fabf00;
}

a:hover {
	border:none;
	color:#ffd701;
}

a img {
	border:none;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

.skipnav {
	position:absolute;
	top:-999px; left:-999px;
}

.i_left {
	float:left;
	margin:0 8px 8px 0;
	padding:4px;
	border:1px solid #ddeeff;
}

.i_right {
	float:right;
	margin:0 0 8px 8px;
	padding:4px;
	border:1px solid #ddeeff;
}

table, tr, td, th {
	
}

td, th {
	padding:0px;
	vertical-align:top;
}

th {
	font-weight:bold;
	background:#ddeeff;
}

td {
	
}

code, pre {
	font-family:monospace;
	font-size:1.3em;
	display:block;
	padding:10px;
	background:#ddeeff;
}

.wp-smiley {
	vertical-align:-30%;
}

/* ------
- FORMS -
------ */

input, textarea {
	padding:2px;
	border-width:1px;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#fffadd;
}

#sidebar input, #sidebar textarea {
	width:110px;
}

.button, .passwordPost input {
	background:#ffcc00;
	border-color:#fff #ccc #ccc #fff;
	color:#000;
	padding:0; margin:0;
}

.passwordPost label input {
	background:#fff;
	border:1px solid #3e7ece;
	border-color:#3e7ece #ddeeff #ddeeff #3e7ece;
	padding:2px;
}

#s {
width:100px;
}


input:hover, textarea:hover {
	background:#fffadd;
	cursor:text;
}

.button:hover, .passwordPost input:hover {
	background:#faf6d3;
	color: #000;
	cursor:pointer;
	border-color:#ffe682 #ffd700 #ffd700 #ffe682;
}

.passwordPost label input:hover {
	background:#fffadd;
	cursor:text;
}

label:hover {
	cursor:pointer;
	color:#ffcc00;
}

/* -------------
- PAGE LAYOUT -
------------- */

#wrapper {
	width:730px;
	margin:10px auto;
	padding:0;
	overflow:hidden;
	background:url(images/bg.jpg) no-repeat #000;
	border:0px solid #0a2972;
	text-align:left;
}

.hid_1 #header { background:url(images/bg_1.jpg) no-repeat #fff; }
.hid_2 #header { background:url(images/bg_2.jpg) no-repeat #fff; }
.hid_3 #header { background:url(images/bg_3.jpg) no-repeat #fff; }
.hid_4 #header { background:url(images/bg_4.jpg) no-repeat #fff; }
.hid_5 #header { background:url(images/bg_5.jpg) no-repeat #fff; }
.hid_6 #header { background:url(images/bg_6.jpg) no-repeat #fff; }
.hid_7 #header { background:url(images/bg_7.jpg) no-repeat #fff; }
.hid_8 #header { background:url(images/bg_8.jpg) no-repeat #fff; }
.hid_9 #header { background:url(images/bg_9.jpg) no-repeat #fff; }

/* -------
- HEADER -
------- */

#header {
	display:block;
	height:140px;
	color:#000;
	position:relative;
	margin:0px auto 0 auto;
	text-align:right;
	border-bottom:5px solid #ff8900;
	background: #000 url("header02.jpg") no-repeat top left !important;
	height:176px;
}

#header h1 {
	font-size:2.2em;
	margin:0; padding:45px 95px 0 0;
}

#header p {
	padding:0 95px 0 0;
}

/* -----------
- NAVIGATION -
----------- */

ul#nav {
	position:absolute;
	bottom:0; left:0;
	margin:0 0 0 60px;
	list-style-type:none;
	width:700px;
}

ul#nav li {
	list-style-type:none;
	float:left;
	margin:0 0.5em 0 0;
}

ul#nav li a {
	padding:5px 12px;
	border:none;
	color:#000;
	font-weight: bold;
	font-size: 12px;
	background:#ffd701;
	border:1px solid #fff;
	border-bottom:none;
	border-color:#fff #ccc #ccc #fff;
	display:block;
	white-space:nowrap;
	_width:1em;
}

ul#nav li a:hover {
	background:#faf6d3;
	text-decoration:none;
	border-color:#ffe682 #ffd700 #ffd700 #ffe682;
}

ul#nav .current_page_item a,
ul#nav .current_page_item a:hover {
	color:#fff;
	background:#ff8900;
	text-decoration:none;
	border-color:#c00707 #1b4594 #1b4594 #c00707;
}

ul#nav .current_page_parent a,
ul#nav .current_page_parent a:hover {
	color:#fff;
	background:#ff8900;
	text-decoration:none;
	border-color:#c00707 #1b4594 #1b4594 #c00707;
}

/* -------------
- MAIN CONTENT -
------------- */

#content {
	width:460px;
	float:left;
	font-size:1.2em;
	overflow:hidden;
	border-left:12px solid #000;
	border-bottom:20px solid #000;
	color:white;

}

.leftAlign #content {
	float:right;
	border-right:12px solid #000;
	border-bottom:20px solid #000
}

#content p, #content li {
	
}

#content p {
	margin:12px 0;
	line-height:1.5em;
}

#content h2 {
	color:#fabf00;
}

#content h2 {
	font-size:1.6em;
	margin:24px 0 4px 0;
	color:#fabf00;
}

#content h2 em {
	font-size:0.7em;
	margin:0 0 0 1em;
	color:#3e7ece;
 	font-style:normal;
}

#content h2 a {
	color:#f27a00;
	border:none;
}

#content h2 a:hover {
	color:#ffcc00;
}

#content h3 {
	font-size:1.4em;
	color:#ff8900;
}

#content h4, #content h5, #content h6 {
	font-size:1.2em;
	color: #ff8900
}

#content h3 a {
	color:#aaa;
}

#content ol, #content ul, #content dl {
	padding:0 0 0 40px;
	margin:12px 0;
}

#content dt {
	font-weight:bold;
}

#content blockquote {
	margin:20px;
	padding:1px 10px 1px 70px;
	background:#ddeeff url( images/bg_blockquote.gif ) top left no-repeat;
}

#content .info {
	color:#3e7ece;
	font-size:1em;
	border-top:1px dotted #3e7ece;
	font-style:normal;
	display:block;
	padding:4px 0;
}

#content .info a {
	color:#3e7ece;
}

#content pre {
	background:#ddeeff;
	padding:20px;
}

.widgets {
	clear:both;
	background:#ddeeff;
	padding:8px 4px !important;
	list-style-type:none;
	overflow:hidden;
	border-left: 4px solid #ff8900;
	margin:0 0 4px 0 !important;
	_height:1%;
	
	border:none;
	background:none;
	margin:0 !important;
	padding:4px 0 !important;
}

.widgets a {
	color:#3e7ece;
	border:none;
}

.widgets .read {
	padding-left:16px;
	background: url( images/post_read.gif ) no-repeat left center;
}

.widgets .comments {
	padding-left:16px;
	background: url( images/post_comment.gif ) no-repeat left center;
}

.widgets a:hover {
	color:#ffcc00;
}

.widgets li {
	float:left;
	padding:2px 8px;
	color:#ddeeff;
	border-right:1px dotted #3e7ece;
}

#post_information {
	clear:both;
	margin:0 !important;
	display:block;
	padding:4px !important;
	background:#ddeeff;
	overflow:hidden;
	color:#3e7ece;
	border-bottom:4px solid #fff;
	_height:1%;
}

#post_information a {
	color:#3e7ece;
}

#post_information li {
	display:inline;
	float:left;
	padding:0 4px;
}

#comments {
	clear:both;
	background:#000;
	padding:15px;
}

#comments h2 {
	margin:0;
}

#comments dl {
	margin:0; padding:0;
}

#comments dt {
	padding:8px 0 0 0;
	font-size:1.2em;
	font-weight:normal;
	border-top:1px dotted #3e7ece;
	color:#ddd;
}

#comments dt a {
	font-weight:bold;
}

#comments dt img {
	border:2px solid #fff;
	float:right;
	display:block;
	width:30px; height:30px;
	background: url( images/gravatar.gif );
}


#comments dt.highlighted {
	padding:8px;
	background:#ff8900;
	border:4px solid #fff;
}

#comments dd.highlighted {
	background:#fff;
	padding:2px 8px;
}

#comments h3, #postComment h3 {
	padding:0; margin:0 0 15px 0;
}

#postComment {
	background:#222;
	padding:15px;
}

#postComment label {
	width:120px;
	display:block;
	float:left;
	clear:both;
	margin:5px 0 0 0;
}

#postComment input, #postComment textarea {
	margin:5px 0 0 0;
	width:420px;
}

#postComment textarea {
	height:160px;
}

#postComment .button {
	padding:5px;
	clear:both;
	width:100px;
	margin:10px 0 0 0;
}


/* --------
- SIDEBAR -
-------- */

#sidebar h2 {
color:#FFFFFF;
font-weight:bold;
margin:0pt;
padding:30px 0pt 0pt 0px;
}

li h2 {
color:#FFFFFF;
font-weight:bold;
margin:0pt;
padding:30px 0pt 0pt 0px;
}

#sidebar {
	width:230px;
	float:right;
	color:#aaa;
	line-height:1.5em;
	margin:0 0 16px 0;
	overflow:hidden;
	border-right:12px solid #000;
	background-image: url(sidebar02.jpg); background-repeat: no-repeat;
}

.leftAlign #sidebar {
	padding-left:12px;
	border-right:none;
	float:left;
}

#sidebar h2 {
	clear:both;
	padding:16px 0 4px 0;
	font-size:1.4em;
}

#sidebar .col {
	width:100px;
	margin:0 10px 0 0;
	float:left;
}

#sidebar a {
	padding:0px;
	border:none;
	color:#888;
	font-weight:bold;
}

#sidebar a:hover {
	color:#ffd701;
}

#sidebar p {
	font-size:1.2em;
	margin:6px 0;
}

#sidebar ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#sidebar li {
	_border:1px solid #000;
	clear:both;
}
#sidebar ul ul {
	margin:0 0 0 16px;
	list-style-type:square;
}

#sidebar ul ul ul {
	list-style-type:none;
}

#sidebar #blogroll {
	list-style-type:none;
	margin:0; padding:0;
}

#sidebar #blogroll li {
	border-color:#fff;
	margin:0 0 0 0;
}

#sidebar #blogroll ul li {
	list-style-type:square;
	border-bottom:1px dotted #ddd;
}

#sidebar #about *, #sidebar .widget_text * {
	color:#666;
}

#sidebar #about, #sidebar .widget_text {
	border:5px solid #ddeeff;
	padding:10px;
	color:#666;
}

#sidebar .widget_text {
	margin:10px 0;
}

#sidebar #about h2, #sidebar .widget_text h2 {
	padding:0; margin:0;
}

#sidebar #about a {
	display:inline;
	color:#ffcc00;
	text-decoration:underline;
}

#sidebar form .button {
	width:40px;
}

#sidebar #search {
	border:none;
	padding:15px;
	background:#000;
	margin:0 0 8px 0;
}

#sidebar #search p {
	font-size:1em;
	margin:0; padding:0;
}

#sidebar #subpages {
	list-style-type:none;
	margin:0px 0 10px 0;
}

#sidebar #subpages a {
	border:none;
	display:block;
	font-size:1.3em;
	padding: 8px 8px 0px 8px;
}

#sidebar #subpages h2 {
	padding:10px 0 0 0px; margin:0;
	color:#fff;
	font-weight: bold;
}

#search label {
	color:#ddd;
	margin:0 5px 0 0;
}

ul#feeds {
	clear:both;
	text-transform:uppercase;
	list-style-type:none;
	padding:8px;
	background:#ddeeff;
	overflow:hidden;
	border-top:16px solid #000;
	height:30px;
	margin:0;
}

#feeds li {
	float:left;
	border:none;
	margin:0;
	clear:none;
}

#feeds h3 {
	font-size:1em;
	padding:4px;
	margin:3px;
}

#feeds a {
	display:block;
	padding:4px 4px 4px 24px;
	margin:3px;
	color:#3e7ece;
	background: url( images/bg_feed.gif ) 3px center no-repeat;
}

#feeds a:hover {
	background-color:#fff;
}


/* -------
- FOOTER -
------- */

#footer {
	display:block;
	border-top:5px solid #ff8900;
	color:#fff;
	clear:both;
	list-style-type:none;
	_height:1%;
	background: #000 url("footer02.jpg") no-repeat top left !important;
	height:136px;
}

#footer li {
	float:left;
	padding:125px 0px 0 100px;
}

#footer li a {
	color:#fff;
	border-color:#3e7ece;
}

/* ---------------------
-- Wordpress calendar --
--------------------- */

h2.bd {
padding:10px 0 0 0px; margin:0; color:#fff; font-weight: bold;
}



#wp-cal-container {
	border:5px solid #ddeeff;
	margin:12px 0 0 0;
	
}

#wp-calendar {
	width:220px;
	text-align:center;
	border-collapse: collapse;
	
}

#wp-calendar caption, #wp-calendar th {
	background:#fffadd;
	color:#666;
	padding:4px;
}

#wp-calendar td {
	padding:1px;
	border:none;
}

#wp-calendar caption {
	font-weight:bold;
	background:#ffd701;
	color:#fff;
}

#wp-calendar caption a {
	font-weight:bold;
	background:#ffd701;
	color:#fff;
}

#wp-calendar caption a:hover {
	font-weight:bold;
	background:#ffd701;
	color:#000;
}

#wp-calendar #today {
	background:#ff8900;
	font-weight:bold;
	color:#000;
}

#wp-calendar a {
	color:#fff;
	text-decoration:underline;
}

#pageNav {
	overflow:hidden;
	height:34px;
	margin:32px 0 0 0;
}

#pageNav a {
	display:block;
	font-size:1.1em;
	width:8em;
	float:left;
	text-align:center;
	padding:0.5em;
	border:none;
	background:#5698d8;
	margin:0 5px 0 0;
	font-weight:bold;
	text-decoration:underline;
}

#pageNav a:hover {
	color:#ddd;
	text-decoration:none;
}

/* PLUGINS */

#wp_quotes{
margin: 30px 10px 30px 10px; 
border: 2px dashed gold;
padding:5px;
text-align:center;
color:white;
font-weight:bold;
font-size: 12px;
}

#wp_quotes_quote {

text-align:center;
color:white;
padding:5px;
}

content-taf {
font-size: 1.2em
position: absolute;
top: 400px;

}

/* Menu
------------------------------------------------------------*/
#menu2 {line-height:1.4; width:400px;}
#menu2 dl{font-family:"Lucida Grande", Verdana, Arial, sans-serif;font-size:86%;width: 100%;overflow:auto;_overflow:visible;margin: 14px 0 0px 0;background: url("http://blackdiamondhotel.com/images/support/dot.gif") repeat-x 0 1.1em}

#menu2 dt, #menu dd.price{background:#000; margin-left:-40px;}
#menu2 dt{float:left;padding-right:3px;font-weight:bold;}
#menu2 dd{margin:0;padding:0;}
#menu2 dd.price{float:right;padding-left: 3px;}
#menu2 dd.desc{color:#888;float:left;width:90%;padding:3px 0 0 0;font-style:italic;font-family: Georgia, Times, Times New Roman, sans-serif;}
#menu2 div.desc{color:#888;float:left;width:90%;padding:3px 0 0 0;font-style:italic;font-family: Georgia, Times, Times New Roman, sans-serif;font-size:86%;}
#menu2 dl.nobreak {margin:0 0 2px 0;}
#menu2 dl.sub {margin: 14px 0 0 0;}
#menu2 dt.sub {font-weight:normal; padding:0px 0 0 10px;}

#menu2 li {color:#666;padding:3px 0 0 8px; font-style:italic;font-family: Georgia, Times, Times New Roman, sans-serif;}
#menu2 ul {margin:0 0 0 0px; padding:0px 0 0 0;}

#menu2 td {margin:0 0 0 0px; padding:0px 0 0 0;font-size:86%; border:0px;}

#menu2 .italic{color:#aaa;width:90%;padding:3px 0 0 0;font-style:italic;font-family: Georgia, Times, Times New Roman, sans-serif;font-size:90%;}

#menu2 img {margin:0px 0 0 0px; padding:0 0 0 0;}

	
	
	

	
	