/*
Theme Name: Ad Clerum
Theme URI: http://refueled.net/wordpress-themes/
Description: "Ad Clerum" is a Latin phrase which means: "To the clergy." Perfect theme for churches or other non-profits.
Version: 2.0.1
Author: Nate from Refueled Dot Net
Author URI: http://www.refueled.net
*/

/* Basics */

*{margin:0; padding:0;}

body {
	background: #F4F4F4 url(images/body_gradient_bg.png) repeat-x scroll left top;
	background-position: 0px -14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	height: 100%;
	/*padding-top:135px;*/
	}

a {outline: 0;}

img{ border: none; padding: 6px; margin: 0;}
img a{border:none;}

img.left{ float: left; border: none; padding: 8px; margin: 0;}
img.right{ float: right; border: none; padding: 8px; margin: 0;}

ul{margin:5px 0 5px 20px;}
ol{margin:5px 0 5px 20px;}

blockquote{
	border-left: 1px solid #666666;
	margin:10px 0 10px 12px;
	padding:0 0 0 12px;}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;
	}


/* Links and Headings */


a {
	color: #000000;
	text-decoration: none;
}

h1 {font-size: 20pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 12pt; margin-top:10px;}
h4 {font-size: 10pt;}




/*  Container  */

#container {
	position: relative;
	width: 900px; 
	margin: 0 auto;
    text-align: center;
	color: #333;
	border: 2px solid #32639A;
	background-color:#FFFFFF;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin-top:10px;
	}
	
	
/*  HEADER  */

#header {
	width: 100%;
	height: 100px;
	background: #32639A;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}

	
#header h2 {
	color: #ffffff;
	font-family: georgia, verdana, serif;
	font-size: 31pt;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0 0 0 13px;
	padding: 30px 0 0 0;
	letter-spacing: 2px;
	}

#header h2 a {
	color: #fff;
	text-decoration: none;
	}

#header h2 a:hover {background: #32639A; color:#fff; }
	/*color: #fff;
	text-decoration: underline;
	} Commented out by ERS 18.07.08*/

#header h3 {
	font-family: georgia, verdana, Sans-Serif;
	font-size: 14pt;
	font-weight: normal;
	color: #fff;
	margin: 15px 0 0 20px;
	}
	


/* Tres Pictures  */

#pics {
	width: 900px;
	height: 135px;
	/*height:0px;*/
	overflow:hidden;
	border-top: 1px solid #fff;
	position: relative;
	background-color: white;
	}

#pics img {
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: -1px;
	border-right: 1px solid #fff;
	margin-left: -1px;
	border-left: 1px solid #fff;
}

/* Menu  */

#nav { 
	background: #32639A; 
	text-align: center;
    font-size: 8pt;/*Added by Elfar 22.07.08*/
    font-weight: bold;/*Added by Elfar 22.07.08*/
	width: 100%;
	height:23px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	}
	
#nav ul{margin: 3px 0 0 0;}
		
#nav li { 
	display: inline;
	position: relative;
	}
		
#nav a { 
	color: #FFF; 
	padding: 5px 12px 5px 18px;/*To change space between words in nav*/
	} 
		
#nav a:hover {background: #fff; color:#121212; }

#nav li ul{ 
	position: absolute; 
	left: -999em;
	margin-top: 18px;
	border-bottom: 1px solid #32639A;
	border-left: 1px solid #32639A;
	border-right: 1px solid #32639A;
	} 
	
#nav li li, #nav li li a {display: block; text-align: left; background: #32639A;}
		
#nav li li a { width:150px; padding: 4px;}
#nav li li a:hover { width:150px; background: #fff;}

#nav li:hover ul { top: 0; left: 0 }

#page-item {
	z-index:99999999;
}




/*  Main Content  */


#content { 
	width: 500px;
	padding: 8px 18px 0 20px;
	text-align: justify;
	float: left;
	overflow: hidden;
	}
	
#content h2 {
	font-family: georgia, verdana, times;
	font-size: 13pt;
	font-weight: 300;
	margin: 8px 0 6px 0;
	}
	
	
/*
#content ul li {
	list-style-type: square;
	}
Commented out by Elfar 04.01.09*/
.entry {
	margin: 6px 0 8px 0 ;
	position:relative;
	}
	
.entry p {
	margin: 6px 0 0 0;
	}
	
.entry a {
	color: #0000FF;
	text-decoration: none;
	}
	
.entry a:hover {
	color: #CC0000;
	text-decoration: none;
	}



.postmetadata{
	clear: both;
	background:#F4F4F4;
	padding:6px;
	margin: 16px 0 16px 0;
	border-top:1px solid #D8D8D8;
	border-bottom:1px dotted #D8D8D8;
	}
	
#post-403 input {
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#post-403 label.text{
	float: left;
	clear: left;
	display: block;
	width: 90px;
}

#post-403 input.submit{
	margin-top: 10px;
	margin-left: 10px;
}



/* Left Sidebar */

#left {
    text-align: left; /*  -- Arnar */
	width: 179px;
	float:left;
	font-size:8pt;
	margin: 0 0 0 0; /* top, right, bottom, left */
	padding: 0; /* top, right, bottom, left */
	overflow: hidden;
	background-color: #F4F4F4;
}

#left h2 {
	color: #fff;
	background: #32639A;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	padding: 3px 6px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
}

#left p {padding:0; margin: 0 6px 0 12px;}

#left a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 0 6px 0 12px;
	margin-bottom: 3px;
	/*line-height: 12pt;*/
}
#left a:hover {background: #fff; color:#32639A;}

#left ul {
	margin: 0 0 12px 0;
	padding: 0;
	list-style-type: none;
}

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

#left ul li ul{
	margin:0;
	padding:0;
}

#left ul li ul li {
	position: relative;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 14px;
	color: #32639A;
	height:16px;
	margin-bottom:5px;
}

#left ul li ul li a {
	top:0px;
	position:absolute;
	/*margin-top: -16px;*/
	margin-left: -14px;
	padding-left: 28px;
	width:179px;
}


#left ul li.rßecentcomments {
  margin: 0;
  }
  
#left ul li.recentcomments a{
  line-height: 12pt;
  }
	
	
	
/* Right Sidebar */

#right {
    text-align: left; /*  -- Arnar */
	width: 179px;
	float:right;
	font-size:8pt;
	margin: 0 0 0 0; /* top, right, bottom, left */
	padding: 0; /* top, right, bottom, left */
	overflow: hidden;
	background-color: #F4F4F4;
}

#right h2 {
	color: #fff;
	background: #32639A;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	padding: 3px 6px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}

#right p {padding:0; margin: 0 6px 0 12px;}

#right a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 0 6px 0 12px;
	margin-bottom: 6px;
	line-height: 12pt;
}
#right a:hover {background: #fff; color:#32639A;}

#right ul {
	margin:0 0 12px 0;
	padding:0;
	list-style:none;}

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

#right ul ul {}

#right ul ul li {}

#calendar_wrap {
	padding-bottom: 10px;
	margin-top: -8px;
} /* Arnar 13.12.08 */

#gcal {
	padding-bottom: 5px;
}
#gcal a {
	margin-bottom: 0px;
}

#gcal h3 {
	font-size: 10pt;
	margin-bottom: 0px;
}

#gcal p {
	margin-left: 0px;
}

#gcal .info {
	text-align:right;
	margin-top: 2px;
	margin-bottom: 3px;
	padding:3px;
}

#gcal .info a {
	color: blue;
}

/* RSS Widget */

.rsswidget img {
	display: none;
	}

#left h2 a.rsswidget{
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#left h2 a.rsswidget a:hover{
	color: #fff;
	text-decoration: none;
	
}

#right h2 a.rsswidget{
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#right h2 a.rsswidget a:hover{
	color: #fff;
	text-decoration: none;
	
}


/* Calendar Widget */

#wp-calendar {
	margin: 0 auto;
	text-align: left;
	}
	
#wp-calendar a{ 
	margin: 0;
	padding: 0;
	}
	
/* text Widget */


.textwidget {margin:0 12px 0 12px; padding: 0;}



/* Comment Form */

#commentform{
	margin:10px;
	padding:10px;}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;}

#author, #email, #url{margin:5px 5px 0 0;}

#submit{margin:5px 5px 0 0;}

/* Comments */

#comments{
	margin:10px;
	padding:10px;}
	
ol.commentlist {}

ol.commentlist li {
	background: #ececec;
	margin:10px 0;
	padding:5px 0 5px 10px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;}

ol.commentlist li.alt {background: #fff;}

ol.commentlist a {}

cite {}

small.commentmetadata {}

/* Search */

#searchform {
	position: absolute;
	text-decoration: none;
	left: 10px;
	top: 10px;
}
	
#searchform input {
	background-color:#F4F4F4;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;	
	border:1px solid #FFFFFF;
	color: #444444;
	padding:2px;
}

#searchform input:focus {
	background-color:#FFFFFF;
}
	

/* Footer */

#footer {
	background: #32639A;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #fff;
	color: #fff;
	}
	
#footer p{padding:5px; text-align: center;}

#footer a {
	color: #eee;
	
	}
	
#right-banner {
	position: fixed;
	top: 0px;
}

.announcement {
	font-size:12px;
    text-decoration: none;
    border: 1px dotted #FF0000;
	padding: 5px;
    font-size:8pt;
    margin-bottom: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.announcement.footer {
    border: 0;
	padding: 0;
}

.announcement a
{
    color: #0000FF;
    text-decoration: none;
}

.announcement a:hover {
	color: #CC0000;
	text-decoration: none;
}

.announcement h1,
.announcement h2,
.announcement h3,
.announcement h4,
.announcement h5
{
    color: black;
    font-family: georgia,verdana,times;
}



.facebook {
    position:relative;
}

.facebook span {
    padding-right:8px;
    position:absolute;
    top:-7px;
}

.facebook a,
.facebook a:visited {
    background:transparent url(images/facebook_ic.png) no-repeat scroll 0 0;
    display:inline-block;
    height:27px;
    width:99px;
}

.facebook a:hover,
.facebook a:focus {
    background-position:0 -27px;
}

.timetable {
	border-left: 2px solid #32639A;
	border-top: 2px solid #32639A;	
	color: black;
}

.timetable  td,
.timetable th
{
	border-right: 2px solid #32639A;
	border-bottom: 2px solid #32639A;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
    text-align: center;
}

.timetable th {
	background-color: #32639A;
	color: white;
}

.timetable caption{
    background-color: #32639A;
    color:white;
    font-size: 17px;
    border-bottom: 1px solid white;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Hover fix fyrir IE 6 */
.hover {background: #fff; color:#32639A;}

/* Pages to hide 
#nav .page-item-x {visibility:hidden;display:none;} will remove the page item only from the Navigation bar.
#left .page-item-x {visibility:hidden;display:none;} will remove the page item only from the Left page bar. 
You shouldn't have to use .page-item-x {visibility:hidden;display:none;} which will remove the page item where ever,
rather use the pageMash plugin via the WordPress administrative interface. */
#nav .page-item-18 {visibility:hidden;display:none;} /* Dancing abroad page */
#nav .page-item-51 {visibility:hidden; display:none;} /* Constitution page */
#nav .page-item-544 {visibility:hidden; display:none;} /* Dance nights page */
#nav .page-item-620 {visibility:hidden; display:none;} /* Patterns page */
#nav .page-item-1972 {visibility:hidden; display:none;} /* account information */
#nav .page-item-949 {visibility:hidden; display:none;} /* account information summerworkshop page */
#nav .page-item-981 {visibility:hidden; display:none;} /* Members page */
#nav .page-item-1424 {visibility:hidden; display:none;} /* Playlists page */