/*  
Theme Name: Regulus
Theme URI: http://www.binarymoon.co.uk/regulus/
Version: 2
Description: 2 column customizable theme from <a href="http://www.binarymoon.co.uk/">Binary Moon</a>
Author: Ben Gillbanks, Rizwan
Author URI: http://www.binarymoon.co.uk/
*/

* {
	margin:0; padding: 0; border: 0;
	font:1em 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
}

/* ---------------------------------
- GENERIC GUFF (APPLIES SITE WIDE) -
--------------------------------- */

body {
	font-size:0.625em;
	_font-size:10px;
	text-align:center;
	/* background: url( images/bg_body.gif ) repeat-x top #eef; */
	/* background: url( images/bg_body3.gif ) repeat top #eef; */
        background: #2e3041;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1.7em;
	font-weight:normal;
}

hr {
        color: #eef;
        background-color: #eef;
	background:#eef;
        height: 3px;
}

a {
	/* color:#333; */
	text-decoration:none;
	/* border-bottom:1px dotted #aaa; */
        color: #286ea0;
}

a:hover {
	border:none;
	color:#68f;
        /* text-decoration: underline; */
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.skipnav {
	position:absolute;
	top:-999px; left:-999px;
}

.i_left {
	float:left;
	margin:0 8px 8px 0;
	padding:4px;
	border:1px solid #eef;
}

.i_right {
	float:right;
	margin:0 0 8px 8px;
	padding:4px;
	border:1px solid #eef;
}

/* ------
- FORMS -
------ */

input, textarea {
	background:#fff;
	border:1px solid #999;
	border-color:#999 #eef #eef #999;	
	padding:2px;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#ffc;
}

#sidebar input, #sidebar textarea {
	width:110px;
}

.button, .passwordPost input {
	background:#024;
	border-color:#357 #002 #002 #357;
	color:#fff;
	padding:0; margin:0;
}

.passwordPost label input {
	background:#fff;
	border:1px solid #999;
	border-color:#999 #eef #eef #999;
	padding:2px;
}

input:hover, textarea:hover {
	background:#ffc;
	cursor:text;
}

.button:hover, .passwordPost input:hover {
	background:#246;
	cursor:pointer;
}

.passwordPost label input:hover {
	background:#ffc;
	cursor:text;
}

label:hover {
	cursor:pointer;
	color:#68f;
}

/* -------------
- PAGE LAYOUT -
------------- */

#wrapper {
	/* width:730px; */
        width:758px;
	/* margin:10px auto; */
	margin:15px auto;
	padding:0;
	overflow:hidden;
	/* background:url(images/bg.jpg) no-repeat #fff; */
        background: #fff;
	/* border:5px solid #dde; */
        border:2px solid #dde;
	text-align:left;
}

/*
.hid_1 #wrapper { background:url(images/bg_1.jpg) no-repeat #fff; }
.hid_2 #wrapper { background:url(images/bg_2.jpg) no-repeat #fff; }
.hid_3 #wrapper { background:url(images/bg_3.jpg) no-repeat #fff; }
.hid_4 #wrapper { background:url(images/bg_4.jpg) no-repeat #fff; }
.hid_5 #wrapper { background:url(images/bg_5.jpg) no-repeat #fff; }
.hid_6 #wrapper { background:url(images/bg_6.jpg) no-repeat #fff; }
.hid_7 #wrapper { background:url(images/bg_7.jpg) no-repeat #fff; }
.hid_8 #wrapper { background:url(images/bg_8.jpg) no-repeat #fff; }
.hid_9 #wrapper { background:url(images/bg_9.jpg) no-repeat #fff; }
*/

/* -------
- HEADER -
------- */

#header {
	display:block;
	height:317px;
        /* default height for banner! height:115px; */
	color:#fff;
	position:relative;
        margin:0px auto 0 auto;
	/* margin:25px auto 0 auto; */
	text-align:center;
        background:url(images/bg.jpg) no-repeat top left #000;
	border-bottom:5px solid #fc0;
        /* border-bottom:2px solid #fc0; */
        /* border-top:2px solid #fc0; */
}

.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 h1 {
	font-size:2.2em;
	margin:0; padding:25px 95px 0 0;
}

#header p {
        font-size:1.2em;
	padding:230px 0 0 0;
}

/* -----------
- NAVIGATION -
----------- */

ul#nav {
	position:absolute;
	bottom:0; left:0;
	_bottom:-1px;
	margin:0 0 0 16px;
	list-style-type:none;
}

ul#nav li {
	float:left;
	margin:0 0.5em 0 0;
}

ul#nav li a {
	padding:1em 1.2em;
	border:none;
	text-transform:lowercase;
	color:#fff;
	background:#024;
	border:1px solid #fff;
	border-bottom:none;
	border-color:#357 #002 #002 #357;
	display:block;
	_width:1em;
}

ul#nav li a:hover {
	background:#246;
	text-decoration:none;
}

ul#nav .current_page_item a,
ul#nav .current_page_item a:hover {
	color:#333;
	background:#fc0;
	text-decoration:none;
	border-color:#ff3 #da0 #da0 #ff3;
}

/* -------------
- MAIN CONTENT -
------------- */

#content {
	/* width:460px; */
	width:490px;
	float:left;
	font-size:1.2em;
	overflow:hidden;
	border-left:12px solid #fff;
	border-bottom:20px solid #fff;
        text-align: justify;
}

#content p, #content li {
	color:#666;
}

#content p {
	margin:12px 0;
	line-height:1.5em;
}

#content h2 {
	font-size:1.2em;
	margin:8px 0 8px 0;
}

#content h2 em {
	font-size:0.7em;
	margin:0 0 0 1em;
	color:#aaa;
 	font-style:normal;
}

#content h2 a {
	color:#333;
	border:none;
}

#content h2 a:hover {
	color:#68f;
}

#content h3 {
	font-size:1.2em;
	color:#aaa;
}

#content h4, #content h5, #content h6 {
	font-size:1.2em;
}

#content h3 a {
	color:#aaa;
}

#content ol, #content ul, #content dl {
	padding:0 0 0 20px;
	margin:12px 0;
}

#content dt {
	font-weight:bold;
}

#content blockquote {
	margin:20px;
	padding:1px 20px;
	background:#eee;
}

#content pre {
	background:#eee;
	padding:20px;
}

#content table { 
width: 100%;
border: 1px solid #d0d0d0;
/* hack for IE5 */
font-size: 1em;
}

#content thead {
font-weight: bold;
background: #ece8b6;
}

#content td { 
border: 1px solid #d0d0d0;
padding: 0px;
text-align: center;
}

.widgets {
	clear:both;
	background:#eef;
	padding:8px 4px !important;
	list-style-type:none;
	overflow:hidden;
	border-left: 4px solid #fc0;
	margin:0 !important;
	_height:1%;
}

.widgets a {
	color:#999;
	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:#68f;
}

.widgets li {
	float:left;
	padding:0 6px;
	border-right:1px solid #ccc;
	color:#ddd;
}

#post_information {
	clear:both;
	margin:0 !important;
	display:block;
	padding:4px !important;
	background:#eee;
	overflow:hidden;
	color:#999;
	border-bottom:4px solid #fff;
	_height:1%;
}

#post_information a {
	color:#999;
}

#post_information li {
	display:inline;
	float:left;
	padding:0 4px;
}
#comments {
	clear:both;
	background:#eef;
	padding:15px;
}

#comments h2 {
	margin:0;
}

#comments dl {
	margin:0; padding:0;
}

#comments dt {
	padding:8px 0 0 0;
	font-size:1.2em;
	border-top:1px dotted #aaa;	
	color:#333;
}

#comments dt.highlighted {
	padding:8px;
	background:#fc0;
	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:#ddd;
	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 {
	width:228px;
	float:right;
	color:#99f;
	line-height:1.5em;
	margin:0 0 16px 0;
	overflow:hidden;
	border-right:12px solid #fff;
}

#sidebar h2 {
	clear:both;
	padding:16px 0 4px 0;
	font-size:1.4em;
        font-weight: bold;
}

#sidebar .col {
	width:110px;
	float:left;
}

#sidebar a {
	display:block;
	padding:3px;
	border:none;
	color:#6E6E6E;
        font-weight: bold;
}

#sidebar a:hover {
	color:#68f;
}

#sidebar p {
	font-size:1.2em;
	margin:6px 0;
}

#sidebar li {
	border-bottom:1px dotted #ddd;
	font-size:1.1em;        
}

#sidebar 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:disc;
	border-bottom:1px dotted #ddd;
}




#sidebar #about * {
	color:#666;
}

#sidebar #about {
	border:5px solid #eef;
	padding:10px;
	color:#666;
}

#sidebar #about h2 {
	padding:0; margin:0;
}

#sidebar #about a {
	display:inline;
	color:#68f;
	text-decoration:underline;
}

#sidebar form .button {
	width:60px;
}

#sidebar ul {
	margin:0 0 0 16px;
}

#sidebar #search {
	border:none;
	padding:15px;
	background:#fc0;
}

#sidebar #search p {
	font-size:1em;
	margin:0; padding:0;
}

#sidebar #subpages {
	list-style-type:none;
	margin:16px 0 0 0;
	border:5px solid #eef;
}

#sidebar #subpages a {
	display:block;
	font-size:1.2em;
	padding:8px;
}

#sidebar #subpages h2 {
	padding:8px; margin:0;
	color:#666;
	background:#fc0;
}

#search label {
	color:#333;
	margin:0 5px 0 0;
}

ul#feeds {
	clear:both;
	text-transform:uppercase;
	list-style-type:none;
	padding:8px;
	background:#eef;
	overflow:hidden;
	border-top:16px solid #fff;
	_height:1%;
	margin:0;
}

#feeds li {
	float:left;
	border:none;
	margin:0;
}

#feeds h3 {
	font-size:1em;
	padding:4px;
	margin:3px;
}


#feeds a {
	display:block;
	padding:4px 4px 4px 24px;
	margin:3px;
	color:#99c;
	background: url( images/bg_feed.gif ) 3px center no-repeat;
}

#feeds a:hover {
	background-color:#fff;
}


/* -------
- FOOTER -
------- */

#footer {
	clear:both;
	display:block;
	padding:16px 0 32px 8px;
	border-top:5px solid #fc0;
	color:#fff;
	overflow:hidden;
	/* background:#024; */
        background:#000;
	list-style-type:none;
	_height:1%;
        width: 758px;
}

#footer li {
	float:left;
	padding:0 8px;
	border-right:1px solid #ccc;
}

#footer li a {
	color:#fff;
	border-color:#999;
}

/* ---------------------
-- Wordpress calendar --
--------------------- */

#wp-cal-container {
	border:5px solid #eef;
	margin:12px 0 0 0;
}

#wp-calendar {
	width:220px;
	text-align:center;
	border-collapse: collapse;
}

#wp-calendar caption, #wp-calendar th {
	background:#eef;
	color:#666;
	padding:4px;
}

#wp-calendar caption {
	font-weight:bold;
	background:#fc0;
}

#wp-calendar #today {
	background:#fc0;
	font-weight:bold;
	color:#666;
}

#wp-calendar a {
	color:#666;
	text-decoration:underline;
}


/* ---------------------
--- Prayer Times -------
--------------------- */

#prayer-times-wrapper { 
	border:5px solid #eef;
	margin:12px 0 0 0;
}

#prayer-times {
	width:220px;
	text-align:center;
	border-collapse: collapse;
        font-size: 1.1em;
}

#prayer-times caption, #prayer-times th {
	background:#eef;
	color:#666;
	padding:4px;
}

#prayer-times caption {
	font-weight:bold;
	/* background:#bbf; */
        background:#c3d9ff;
}

#browsing-info { 
        font-size: 0.8em;
}

#map {
width: 480px; 
height: 400px; 
border: 5px solid #d0d0d0;
background: #d0d0d0;
}

#map h2{
margin: 0;
padding: 0;
font-size: 1.0em;
font-weight: bold;
color: green;
}

#map p{
margin: 0;
padding: 0;
}

#newsletter_table table{
border: none;
}

#newsletter_table td {
border: none;
}

#subscribelinks a {
 display: inline;
}

#subscribelinks p {
 text-align: center;
}

/* CSS for Photos (Lightbox script) */
#photo_page table {
        border: none;
        border-spacing: 15px;
}

#photo_page td {
        /* align: center; */
        border: none;
}

.photoset_container {
margin-top: 20px;
margin-bottom: 20px;
border: 1px dashed #d0d0d0;
background: #eee;
display: block;
overflow: auto;
}

.photoset_container img {
float: left;
margin: 10px;  
}

.photoset_container p {
padding: 20px 10px 20px 10px;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/wp-content/uploads/scripts/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/wp-content/uploads/scripts/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/wp-content/uploads/scripts/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

