/*  
Theme Name: JNLtheme
Theme URI: http://
Description: James and Lucy made this theme. 
Version: 1.0
Author: Hellolabs
Author URI: http://

	This is the main stylesheet file.
	It contains layout, margins and positioning. 
	All colors and images are separated out into styles in the styles directory.
	The default style is "styles/default/default.css".

*/


/* -----------------------------------------
Margaret Moran MP | margaretmoran.org.uk 

Media: screen
Date: 18.08.2008

--------------------------------------------

 1. Yahoo! YUI Global Reset
 2. Generic Styles
 3. HTML Styles
 4. Scaffold Styles
 5. Visual Styles
 
----------------------------------------- */



/* -----------------------------------------
 1. Yahoo! YUI Global Reset 
========================================= */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
 }
table {
 border-collapse:collapse;
 border-spacing:0;
 }
fieldset,img { 
 border:0;
 }
address,caption,cite,code,dfn,th,var {
 font-style:normal;
 font-weight:normal;
 }
ol,ul {
 list-style:none;
 }
caption,th {
 text-align:left;
 }
h1,h2,h3,h4,h5,h6 {
 font-size:100%;
 font-weight:normal;
 }
abbr,acronym {
 border:0;
 }



/* -----------------------------------------
 2. Generic Styles 
========================================= */
.clearer {clear:both !important; display:block !important;}
.floatl {display:inline; float:left !important;}
.floatr {display:inline; float:right !important;}
.hidden {display:none !important; visibility:hidden !important;}

.pipelist {
   margin-bottom:1em;
   overflow:hidden;
   width:350px;
   }

.pipelist ul {
   list-style:none;
   margin:0;
   padding:0;
   }

.pipelist li {
   border-left:1px solid #aaa;
   float:left;
   line-height:1.2em;
   margin:0 .5em 0 -.5em;
   padding:0 .5em 0 .5em;
   white-space:nowrap;
   }



/* -----------------------------------------
 3. HTML Styles 
========================================= */
html>body {font-size:16px;}

html, body {height:100%;}

body {
 background-color:#fdfdfd;
 font:1em/1.4em Arial, Helvetica, sans-serif;
 color:#312e2e;
 }

 h1,h2,h3 {padding:6px 0;}

 h1 {font-size:1.6em;}
 h2 {font-size:1.4em;}
 h3 {font-size:1.1em;}
 
  h1 {
   background:url(img/logo-site.gif) no-repeat top left;
   float:left;
   line-height:1.2em;
   height:78px;
   margin-top:16px;
   overflow:hidden;
   text-align:left;
   text-indent:-9999px;
   width:373px;
   }
 
  h2 {
   color:#961e1d;
   font-size:1.1em;
   }
  
  h2, h3 {
   border:1px dotted #888; 
   border-left:none;
   border-right:none;
   font-weight:bold;
   margin-bottom:8px;
   padding:6px 0;
   }
   
   h2 a, h3 a {font-weight:normal;}

  h3 {font-size:1em;
   }

  h4 {font-size:0.8em;}

h6 {font-weight: bold;}
 p {
  font-size:0.9em;
  margin-bottom:1em;
  }

 a:link {color:#3558B7;}
 a:visited {color:#3558B7;}
 a:hover {color:#3558B7; text-decoration:none;}
 a:active {color:red;}
 a img {border:none;}

 ul {
  list-style-type:disc;
  list-style-position:inside;
  margin-left:10px;
  }

 hr {
  display:none;
  visibility:hidden;
  }

blockquote {
	display: block;
	margin-top: .8em;
	font-size: 80%;
        margin-left:3em;
        padding-left:1em;
	border-left: 1px solid #891b1b;
}

div#featured {
   /*background-color:#bd2125;*/
   border:2px dotted #891b1b;
   padding: 10px;
   margin-bottom: 1em;
}

div#featured h2 {
border: none;
}

/* -----------------------------------------
 4. Scaffold Styles 
========================================= */
ol#skip {
 display:none;
 visibility:hidden;
 }

#nonfooter {
 min-height:100%;
 position:relative;
padding-bottom:4em;
 }

*html div#nonfooter {height:100%;}

#wrapper {padding-bottom:4em;}

.inner {
 margin:0 auto;
 padding:0 1em;
 width:60em;
 }

 #content {margin-bottom:4em;}
 
  .col {
   float:left;
   margin-top:1em;
   }
 
  #col1 {   
   display:inline; /* IE6fix: ensures correct left margin */
   float:right;
   margin-left:1em;
   width:38em;
   }

  #sidebar {
   display:inline;
   width:20em;
   padding: 0;
   }

#footer {
 height:4.5em;
 margin-top:-4.5em;
 position:relative;
 }

.post {
 margin-bottom: 3em;
 }


/* -----------------------------------------
 5. Visual Styles 
========================================= */
div#header {
 background:#bb2024 url(img/bg-header.gif) repeat-x;
 border-top:4px solid #7d1919;
 text-align:right;
 }
 
 div#header div.inner {
  background:url(img/tagline.png) no-repeat right center;
  height:175px;
  }

/* div#header div.inner {
  background:url(img/img-header.jpg) no-repeat right center;
  height:175px;
  } */

 div#header h1 span {display:block;}

 div#header h3 {
  background:url(img/logo-contact.gif) no-repeat top left;
  border:none;
  float:left;
  clear:left;
  height:51px;
  margin:0;
  overflow:hidden;
  text-align:left;
  text-indent:-9999px;
  width:296px;
  }
 
div#navigation {
 background:#1f1f1f url(img/bg-nav.gif) repeat-x;
 border-bottom:1px solid #000;
 border-top:1px solid #000;
 float:left;
 width:100%;
 }

 div#navigation ul#nav {
  color:#fbfbfb;
  float:left;
  margin-left:0;
  padding-left:0;
  width:100%;
  }
  
  div#navigation ul#nav li {display:inline;}
  
   div#navigation ul#nav li a {
    border-right:1px solid #1e1e1e;
	color:#fbfbfb;
	float:left;
	font-size:0.8em;
    font-weight:bold;
	letter-spacing:-0.02em;
	padding:10px 16px;
	text-decoration:none;
    text-transform:uppercase;
    }

    div#navigation ul#nav li a:hover,
	div#navigation ul#nav .current_page_item A:hover {background-color:#bb2024;}
	
	div#navigation ul#nav .current_page_item A {background-color:#0d0d0d;}

	div#navigation ul#nav .current_page_ancestor A:hover {background-color:#bb2024;}
	
	div#navigation ul#nav .current_page_ancestor A {background-color:#0d0d0d;}


.current_page_ancestor 
   div#navigation ul#nav li form#search {
    float:right;
    margin:8px 0 0 0;
	text-align:right;
    } 

    div#navigation ul#nav li form#search input#s {
     color:#666;
     padding:2px;
	 width:11em;
	 }
  
    div#navigation ul#nav li form#search input#searchsubmit {padding:1px 3px;}   


div#content {}

 div#content h2 a,
 div#content h3 a {font-size:0.9em;}

 div#quicklinks {
  background:#1e1e1e url(img/bg-quicklinks.gif) repeat-x top left;
  color:#c8c8c8;
  float:left;
  padding-bottom:16px;
  width:100%;
  }
 
  div#quicklinks a {color:#c8c8c8;} 

   div#quicklinks a:hover,
   div#quicklinks a:active {color:#fff;} 

  div#quicklinks dl {
   float:left;
   font-size:0.9em;
   margin:22px 0 0 1.4em;
   width:14em;
   }
   
   div#quicklinks dl.border {border-right:1px dotted #eee;}
   
   div#quicklinks dt {margin:0 0 4px 0;}
   
    div#quicklinks dt strong {
     font-weight:bold;
	 letter-spacing:-0.02em;
	 }
   
   div#quicklinks dl.contactactions {
    margin:16px 0 0 0;
	width:18.5em;
	}
	
	div#quicklinks dl.contactactions dt {
	 display:none;
	 visibility:hidden;
	 }
	 
	 div#quicklinks dl.contactactions li {
      height:2.4em;
	  list-style:none;
	  margin-left:8px;
	  }
	  
	  div#quicklinks dl.contactactions li.border {
	   border:1px dotted #eee;
	   border-left:none;
	   border-right:none;
	   margin:3px 0 3px 8px;
	   padding:3px 0;
	   }
	   
	  div#quicklinks dl.contactactions li img {
	   vertical-align:middle;
	   height:2.38em;
	   width:17.7em;
	   }
   
   div#quicklinks ul li {
    line-height:1.8em;
    list-style-position:inside;
	list-style-image:url();
    } 
	

 div#col1 {}
 
  div#col1 #map {
   border:1px solid #aaa;
   height:23.5em;
   margin-bottom:1em;
   width:37.9em;
   }
  
  body#home div#col1 ol li {
   clear:both;
   float:left;
   margin-top:1em;
   }
   
  body#home div#col1 ul li {
   font-size:0.9em;
   }

  body#home div#col1 h4 {
    font-size:1em;
   font-weight:normal;
   }

   body#home div#col1 ol li h4 {
    font-size:1em;
	font-weight:bold;
	margin-bottom:12px;
	padding-left:0;
	}
   
    body#home div#col1 ol li h4 span {
     background-color:#bd2125;
	 color:#fbfbfb;
	 font-size:0.9em;
	 font-weight:normal;
	 margin:0 4px 4px 0;
	 padding:4px 6px;
     }
	
	body#home div#col1 ol li h4 strong {font-weight:bold;}
  
  body#home div#col1 ol li p {padding-left:135px;}
   
  body#home div#col1 ol li img {
   float:left;
   margin:6px 1em 0 0;
   }

body#home div#col1 ol li {
   width: 100%;
   }

  div#col1 img {
   border-style: double;
   border-color: #dddddd;
   border-width: 3px;
   padding: 0;
   margin: 1.3em;
   max-width: 100%;
   display: inline;
   float: left;
   }

  div.section {
  margin-bottom: 1em;
  }

  body#home div#col1 h3 {
    font-size:1em;
   font-weight:bold;
   border:none;
   border-bottom: 1px solid #888; 
   margin-bottom:1em;
   margin-top:1em;
   padding-left:0;
   line-height:1em;
   }

  div.post h4 {
   font-weight:normal;
   }

    div.post h4 span {
     background-color:#bd2125;
	 color:#fbfbfb;
	 font-size:0.9em;
	 font-weight:normal;
	 margin:0 4px 4px 0;
	 padding:4px 6px;
     }
	
	body#home div#col1 ol li h4 strong {font-weight:bold;}

 div#sidebar {+margin-top: -.4em;}
 
  .aside {padding-bottom:2em;}
  
  .about {
   +margin-top: 1.5em;
   text-align: justify;
   text-justify: newspaper;
   }

   .about img {
    border-style: 3px double #dddddd;
    padding: 0;
    max-width: 100%
    margin: 20px 20px 10px;
    display: inline;
    float: left;
    }

  .aside h3 {
   color:#961e1d;
   margin-bottom:1em;
   }

  .aside h4 a {
   font-weight:normal;
   font-size: 15px;
   line-height:1.2em;
   }

  .newsletter div#join {
   background-color:#bd2125;
   border:1px solid #891b1b;
   border-left:none;
   border-right:none;
   color:#fff;
   padding:5px 8px 0 8px;
   max-width: 20em;
   }
  
   .newsletter form {margin-bottom:1em;}

   .newsletter form input#cf2_field_1 {
    font-size:1em;
    padding:2px;
    width:14.5em;
    }  

   .newsletter form input#newsletterjoin {
    font-weight:bold;
    padding:2px;
    width: 60px;
    } 

  .aside object {border:1px solid red !important;
   height:10em;
   width:20em;
   }
  
  .aside ul.downloads {margin:0 0 0 10px;}
  
  .aside ul.downloads li {
    list-style:none;
	padding:3px 0;
	}
	
	.aside ul.downloads li a {
	 background:url(img/icon-pdf.gif) no-repeat left center;
	 padding-left:24px;
	 }

	 .aside ul.downloads li a.nopdf {
	 background: none;
	 padding-left:0;
	  }

	.aside ul.downloads li.doc a {
	 background:url(img/icon-doc.gif) no-repeat left center;
	 }

  .aside ul.subpages {margin:0 0 0 10px;}
  
   .aside ul.subpages li {
    list-style:none;
	padding:5px 3px;
	}
	
	ul.subpages li a {
	 background:url(img/bullet.gif) no-repeat left center;
	 padding-left:24px;
	 }


  .aside ul.newsnav li,.aside ul.rssfeed li {
    list-style:none;
	padding:7px 5px;
	}
	
	.aside ul.newsnav li a {
	 background:url(img/back.gif) no-repeat left center;
	 padding-left:24px;
	 }

	.aside ul.rssfeed li a {
	 background:url(img/rssicon.png) no-repeat left center;
	 padding-left:24px;
	 }

  .aside ul#elsewhere {margin:1em 0 0 0;}
   
   .aside ul#elsewhere li, .aside ul.rssfeed li {
    list-style:none;
    margin-top:0.5em;
    }
  
    .aside ul#elsewhere li img.standard {
	 width:12em;
	 }

  ul li.pack {
    list-style:none;
    line-height: 2em;
	padding:7px 5px;
	}
	
	ul li.pack a {
	 background:url(img/pack.gif) no-repeat left center;
	 padding-left:24px;
	 }

ul#audio li {
background:url(img/icon-audio.jpg) no-repeat left top;
padding-left:24px;
list-style:none;
}

div#post-30 div.entry ol#newsletter {
list-style: decimal !important;
list-style-position: inside;
}

.entry ol#newsletter li {
padding-left: 1em; }

.entry ol#newsletter li.last {
padding-bottom: 2em; }
   
div#footer div.inner {
 border:1px dotted #888;
 border-left:none;
 border-right:none;
 margin-bottom:1em;
 padding-bottom:0.8em;
 padding-top:0;
 }
 
 div#footer img {
  float:right;
  margin-top:5px;
  }
 
 div#footer p,
 div#footer ul {
  clear:left;
  float:left;
  font-size:0.75em;
  margin:0;
  width:60em;
  }
 
 div#footer ul {margin-top:4px;}
 
  div#footer ul li {display:inline;}
  
#results {
  margin-bottom: 4em;
  }

-----------------
Comments
----------------

.commentlist .quote {
	background:url(http://www.yoursite.com/images/bg_quote.gif) no-repeat top right;
	}

.commentlist .author {
	font-weight: bold;
	color: #444444;
	}

.commentlist span.time {
	color: #777777;
	font-size: 0.8em;
	}

.commentlist li {
 	padding: 5px 18px 22px 18px;
	margin-top:15px;
	background:#ffffff url(img/bg_commentlist.gif) bottom no-repeat;
	color:#454545;
	border-top: 1px dotted black;
	}

.commentlist cite {
	display:block;
	font-style:normal
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color:#88e5f0;
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color:#FFF;
	text-decoration:underline;
	}

  body#home div#col1 h4#comments {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
   line-height:0.6em;
	}

  body#home div#col1 div#respond h4 {
	font-weight: bold;
	margin-bottom: 1em;
   margin-top:1em;
	}

/* -------------------------------------- */