/*  
Theme Name: Dalkeith Chiro (modified Fresh)
Theme URI:
Description: 
Version: 
Author: Steve Deane
Author URI: http://www.nutwork.com.au
Tags: widget ready, two columns, simple
*/

/* colours
Find and replace these terms... in reverse order
#body-bg
#main-font
#nav-link
#fff-hover
#fff-bg
#heading-color
#heading-link
#217cb9-hover
#main-link
#002137-hover
#side-h3
#side-p
#side-link
#00406b-hover
*/


* { margin: 0; padding: 0; }
html {
	overflow-y: scroll;
}
body {
	background: #8ec2ed url(images/bg.jpg) no-repeat center 0;
	text-align: center;
	margin: 0 auto;
	font: 12px verdana, arial, Geneva, sans-serif #626262;
	}
	

/* -------------------
Main Structure
------------------- */
	
#frame {
	width: 980px;
	text-align: left;
	
	margin: 20px auto 0px auto;
	}
	
#middle {
  overflow: auto;
	margin:0 auto;
	clear: both;
	background-image: url(images/middle_bg.png);
	}

#content {
	width: 640px;
	padding-left: 60px;
	padding-right: 50px;
	}
	
#sidebar {
	float: right;
	width: 227px;
	padding: 0px 0px 10px 0px;
	}
	
#clear_nav {
  margin-top: 0px;
	height: 0px;
  clear: both;
	background-image: url(images/clear_nav_bg.jpg);
	background-repeat: no-repeat;
}
/* -------------------
Header
------------------- */

#header {
    background: url(images/header_bg.jpg) no-repeat;
    width: 980px;
    height: 182px;
    margin:0px auto;
    clear: both;
		padding: 0px;
	}

	
.headImgLink {
  display:block;
  width:900px;
  height:200px;
  text-indent:-9000px;
}	



/* -------------------------------
navigation
---------------------------------- */
	

#nav {
	font-family: verdana, arial, Geneva, sans-serif;
	width: 980px;
	height: 64px;
	margin: 0 auto;
	background-image: url(images/nav_bg.jpg);
	clear: both; 
}

#nav ul {
	list-style: none;
  margin-left: 20px;
	text-align: center;
}

#nav li {
	float: left;
	margin-top:2px;
}

#nav li a:link, #nav li a:visited {
	display: block;
	text-decoration: none;
	text-transform: none;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 10px 27px 0 27px;
	color: #fff;
	font: 12px verdana, arial,San-serif normal;
  outline: none;
}

/*
#nav li a:visited {
	color: #fff-visited;
	display: block;
	text-decoration: none;
	text-transform: none;
	width: 100px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	font: 12px verdana, arial,San-serif normal;
  outline: none;
}
*/

#nav li a:hover {
	color:#fff;
  background-color:#338cc8;
}

.current_page_item  {
  color:#fff;
  background-color:#399bde;
}
#nav li a:active {
	text-decoration:none;
}







/* -------------------
Content
------------------- */

#content .post, .page {
	margin: 0 10px 20px 10px;
	}
	
/* Headings */
	
#content h1 {
	color: #217cb9;
	font: 30px verdana, arial,San-serif; 
	margin: 10px 0px 5px 0px;
	}


#content h2 {
	color: #4b8aa4;
	font: 18px verdana, arial,San-serif; 
	font-weight: normal;
	margin: 12px 0 8px 0;
  padding: 4px 0px 5px 0;
}

#content h2 a {
	color: #217cb9;
	text-decoration: underline;
	font: 18px verdana, arial,San-serif; 
	font-weight: normal;
	outline: none;
}

#content h2 a:hover {
	color: #3e829e;
}
	
#content h3 {
	font: 14px verdana, arial,San-serif;
	font-weight: bold;
	color: #4b8aa4;
	margin: 0;
  padding: 4px 0px 5px 0;
}

#content h3 a {
	font: 14px verdana, arial,San-serif;
	font-weight: bold;
	color: #217cb9;
	text-decoration: underline;
}

#content h3 a:hover {
	color: #3e829e;
}
	
#content h4 {
	font: 13px verdana, arial,San-serif;
	color: #4b8aa4;
	font-weight: bold;
	padding-top: 5px;
	margin: 0;
  padding: 4px 0px 2px 0;
}
	
#content h5 {
	font: 13px verdana, arial,San-serif;
	margin: 0;
  padding: 4px 0px 2px 0;
	color: #4b8aa4;
	font-weight: bold;
	padding-top: 5px;
}
			
#content p, #content dl, #widgetshoppingcart, .wpsc_container, .entry {
	font: 12px/22px verdana, arial,San-serif;
  color: #626262;
}
	
#content p, #content ul, #content ol, #content dl {
	margin: 0 0 10px 0;
}

#content li {
	margin: 0 0 0 30px;
	font: 12px/15px verdana, arial,San-serif;
  color: #626262;
}
	
#content dl dt {
	font-weight: bold;
}
	
#content dl dd {
	margin: 0 0 0.4em 0.5em;
}
	
#content blockquote {
	margin: 0 0 0 1em;
	border-left: 5px solid #15a1c4;
	padding: 0 0 0 1em;
}
	
#content a {
	color: #4b8aa4;	
	font: 12px verdana, arial,San-serif;
	font-weight: normal;
 }
#content a:hover { color: #00406b; }
	
#content .post ul.post-data {	
	list-style: none;
	font: 12px verdana, arial,San-serif;
	padding: 0.1em 0 0.2em 0;
	color: #626262;
	margin: 1.3em 0 0 0;
	}

#content .post ul.post-data li {
	color: #626262;
	}
	
#content .post ul.post-data a {
	color: #002137;
  text-decoration: underline;
  font-weight:normal;
	}
	
#content .post ul.post-data a:hover {
	color: #00406b;
	text-decoration: underline;
	font-weight: normal;
	}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline;
	font: 12px verdana, arial,San-serif;
	}
	

#content .post ul.post-data li.comments a {
	padding: 0 0 0 15px;

	}
#content .post ul.post-data li.tags {
	margin: 0 0 0 0.7em;
	}

	
#content .post ul.post-data li.tags a {
	padding: 0 0 0 1px;

	}
	
#content .post ul.post-data li.posted {
	margin: 0 0 0 0.7em;

	}
	
#content .post ul.post-data li.posted a {
	padding: 0 0 0 1px;

	}
	
#content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover, #content .post ul.post-data li.tags a:hover {
	background-position: 0 -38px;

	}

.entry {
	margin: 0px 0 0px 0;
	padding: 0px 0 5px 0;
	}

.entry  p {
	margin: 5px 0 5px 0;
	padding: 0;
	}


.entry  img { 
  padding: 5px;
}

.entry  img.alignleft { 
                float: left;
                margin: 3px 3px 1px 0;
                }

.entry  img.alignright { 
                 float: right;
                 margin: 0 3px 1px 3px;
                 }

.spacer {   padding: 0px;
            text-align: right;
            text-transform: lowercase;
            }
	

/* -------------------
Comments
------------------- */

#content #comments {
	margin: 0 20px 20px 25px;
	}
	
#content #comments .comment {
	margin: 0 0 2em 0;
	font: 12px verdana, arial,San-serif;
	}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
	font: 12px verdana, arial,San-serif;
	color: #626262;	
}

#content #comments .comment a:hover { 
	font: 12px verdana, arial,San-serif;
	color: #626262; 
}
	
#content #comments .comment p {
	margin: 0 0 0.8em 0;
	font: 12px verdana, arial,San-serif;
	}
	
#content #comments .comment .comment-data p {
	font: 12px verdana, arial,San-serif;
	color: #626262;
	padding: 0 0 0 22px;
	margin: 1.5em 0 0 0;
}
	
#content #comments .comment .comment-data p a { 
	font: 12px verdana, arial,San-serif;
	color: #626262; 
}

#content #comments .comment .comment-data p a:hover { 
  color: #626262; 
}

#content #comments form {
	color: #626262;
	font: 12px verdana, arial,San-serif;
	}

#content #comments form a { color: #626262; }
#content #comments form a:hover { color: #626262; }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* -------------------
Sidebar
------------------- */


	
#sidebar h3 {
	color: #fff;
	font: 22px verdana, arial,San-serif;

	/*margin: 16px 0 0px 23px;*/
  padding: 6px 0px 2px 0px;
	text-align: left;
	}
#sidebar h3.dark {
  color:#002137;
  font: 13px verdana, arial,San-serif;
  /*margin: 0 0 0 23px;*/
}	
#sidebar p, #sidebar li {
	color: #00406b;
	font: 11px/15px verdana, arial,San-serif;
  text-align: left;  
  list-style:none;      
}
#sidebar li {

}
	
#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 0 16px 0;
	}
	
#sidebar ul { 
	list-style: none; 
	}

#sidebar ul li {
	padding: 2px 0px 1px 0px;
	list-style-type: none;
	}
	
#sidebar a {
	color: #00406b;
	text-decoration: none;
  font-weight:normal;
	}
	
#sidebar a:hover {
	color: #002137;
	text-decoration: none;
  font-weight:normal;
}








/* -------------------
Sidebar widgets
------------------- */

#widget_news {
	width: 100%;
	padding: 10px 0 0 0;
	background-image:url(images/widget_bg.jpg);
	background-repeat: no-repeat;
}


.widget_bottom {
	height: 22px;
	background-image:url(images/widget_bottom_bg.jpg);
	background-repeat: no-repeat;	
}


#widget_news h1  {
	color: #777777;
	padding: 8px 0 5px 0;
	margin: 0 0 0 15px;
	font: 16px verdana, arial, Geneva, sans-serif;
	font-weight: normal;
}


#widget_news a {
	color: #E31F3A;
	font: 12px verdana, arial, Geneva, sans-serif;
	margin: 0 0 0 15px;
	padding: 0;
}

#widget_news a:active {
	color: #E31F3A;	
}

#widget_news a:visited {
	color: #666666;	
}

#widget_news a:hover {
	color: #000000;	
}

#widget_search {
	width: 100%;
	padding: 10px 0 0 0;
	background-image:url(images/widget_bg.jpg);
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
}


#widget_search h1  {
	color: #777777;
	padding: 8px 0 5px 0;
	margin: 0 0 0 15px;
	font: 16px verdana, arial, Geneva, sans-serif;
	font-weight: normal;
}

#widget_search form {
	margin-left: 15px;	
}


#widget_subscribe {
	width: 100%;
	padding: 10px 0 0 0;
	background-image:url(images/widget_bg.jpg);
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
	text-align: left;
}

#widget_subscribe h1  {
	color: #777777;
	padding: 8px 0 5px 0;
	margin: 0 0 0 15px;
	font: 16px verdana, arial, Geneva, sans-serif;
	font-weight: normal;
}

#widget_subscribe p {
	text-align: left;
	margin-left: 15px;
}

#widget_subscribe form {
	margin-left: 0px;
	text-align: left;	
}








/* -------------------
Footer
------------------- */

#footer {
    clear: left;
    width: 980px;
    height: 172px;
    background: url(images/footer_bg.jpg) no-repeat;
    margin:0 auto 20px auto;
    padding: 15px 0 0 0;
	}

#footer_nav {
	position: relative;
  top:70px;
	text-align: center;
  width:100%;
	float:left;
	overflow:hidden;
}

#footer_nav ul {
	list-style:none;
	font-family: verdana, arial, Geneva, sans-serif;
	text-align:center;
	position:relative;
	left:50%;
	float:left;
	clear:both;
}


#footer_nav ul li {
  position:relative;
	display: block;
	border-left: 1px solid #fff;
	float:left;
	padding: 0px 10px; 
	right:50%;
}

#footer_nav li:first-child {
  border-left: 0px solid #843033;; 
}


#footer_nav li a {
	text-decoration: none;
	text-transform: none;
	color:#fff;
	font-weight: normal;
	font-size:11px;
  outline: none;
}

#footer_nav li a:link {
	text-decoration:none;
}

#footer_nav li a:visited {
	text-decoration:none;
  color: #fff;
}

#footer_nav li a:hover {
	color:#000000;
}

#footer_nav li a:active {
	text-decoration:none;
}
	
#footertext {
	clear: both;
	width: 100%;
	position: relative;
	top: 80px;
	text-align:center;
}
		
#footer #footertext, #footer_nav {
	color: #fff;
	font: 11px verdana, arial,San-serif; 
	padding: 0px 0 0 0;
	}
	
#footer #footertext a {
	color: #fff;
	text-decoration:underline;
	}

#footer #footertext a:hover {
	color: #ccc;
	text-decoration:underline;
	}
	
#footer #searchform {
	padding: 32px 0 0 31px;
	}
	
#footer #searchform .searchfield {
	height: 18px;
	}
	
#footer #searchform .searchbutton {
   height:23px;
	}
#footertext p {
  margin-top:5px;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	letter-spacing: 1px;

	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	}
ol.commentlist .author_comment {
	background:#F5F5F5;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
}

#commentform {
	margin: 2em 0;
	margin-left:2em;
	width: 565px;
}

#commentform textarea {
	border: 1px solid #aaa;
	width: 475px;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 12px;
	border: 1px solid #aaa;
	width: 180px;
	height: 15px;
}

#commentform input{
	margin-bottom: 3px;
}

#commentform #submit {
	margin:0 auto;
	float:left;
  background:#555;
  color: #ffffff;
	font: 12px verdana, arial,San-serif;
	border:1px solid #000000;
	padding:2px 8px 2px 8px;
  margin-bottom: 10px;
  height: 20px;
	}

.post{margin:0 0 25px 0;}

.post .info{
	padding:2px 3px 3px 8px;
	border:1px solid #000000;
	background-color:#ffffff;
	font-size:12px;
	color:#000000;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


/* TABLES ------------------------------ */


table.StandardTable 
{
	text-align: left;
	margin-left: 0px;
	border-bottom: 2px solid #777777;
	font: 10px verdana, arial, Geneva, sans-serif;
}

.StandardTable th {
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/table-head-bg.jpg) repeat-x ;
	text-align: left;
	vertical-align: bottom;
	font-size: 15px;
}


.StandardTable td {
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #999999;
	color: #555555;
	font-weight: normal;
	background-color: #FFFFFF;
	vertical-align: top;
}

.TableSubHeading td {
	padding: 10px 5px 2px 5px;
	color: #888888;
	font-weight: bold;
	background-color: #EEEEEE;
	background: url(images/table-subhead-bg.jpg) repeat-x ;
  font-family: verdana, arial, verdana, arial;
	text-align: left;
	vertical-align: bottom;
	font-size: 12px;
}

/* -------------------
Extras
------------------- */

.roundMe {
  border: 1px #b21d24 solid;
  margin: 10px;
    padding: 0px 10px 10px 10px;
  -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #c2232b;
}

.imgLink {
  border:0px;
}

small {
  font-family: verdana, arial, verdana, arial;
  font-size:10px;  
}


table.shoppingcart {
  display:none;
}

.wpsc_container {
  float:left;
}

.clear {
  clear:both;
}
#search-submit  {
  /*width:175px;*/
  height:22px;
  float:left;

}
.search {
  margin:0px 3px 0 3px;
  background:#8fcce3;
  border-top:1px solid #fff;
  border-bottom:1px solid #3193c6;
  height:50px;
  }
.newsdiv {
  background:#9bd0e1;
  border-top:1px solid #fff;
  border-bottom:1px solid #3193c6;
  margin:3px;
  padding:16px 23px;
}
.search-form {
  margin-left:15px;
  margin-top:15px;
}
#search-text {
  width:125px;
  height:20px;
  float:left;
  margin-right:5px;
}
strong {
  font-weight:bold;
}
.ngg-galleryoverview, .ngg-albumoverview {
  clear:none !important;
}
em {
  font-style:italic;
  }
div.entry ul {
  list-style-type:disc;
} 





/* _______________  PULL QUOTES ________________________ */

#pullout_right {
	float: right;
	width: 250px;
	margin: 0 0 20px 25px;
}

#pullout_right p {
	font-size: 22px;
	line-height: 28px;
	color: #7ebbce;
	margin-left: 12px;
	text-indent: -12px;
}

#pullout_left {
	float: right;
	width: 250px;
	margin: 0 25px 20px 0;
}

#pullout_left p {
	font-size: 22px;
	line-height: 28px;
	color: #7ebbce;
	margin-left: 12px;
	text-indent: -12px;
}





