/*
Theme Name: Solutions
Description: Widget ready and tested on WP2.3
*/

body {
	margin:0;
	padding: 0;
	background: #FFFFFF url(images/img01-b.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A8A8A;
}

h1{
	margin:0;
	text-transform: uppercase;
	font-weight: normal;
	color:#d63333; /* #618C04;    */
}

h2 {
	margin:0; /*0 0 10px 0; */
	font-weight: normal;
    color: #d63333;
}

h3 {
	margin: 0;
  /*	text-transform: uppercase; */
	font-weight: normal;
	color: #d63333;
}

h4{
    background-color: #eaeaea;
    font-size:4em ;
    text-transform: uppercase;
    color: #d63333;
    margin: 15px 25px 15px 25px;
    padding: 20px 20px 10px 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}


h1 { font-size: 44px; }

h2 { font-size: 1.2em; font-weight: 600; }

h3 {font-weight: 600; margin:0 0 1em 0; }

p, ul, ol {
	margin-top: 0;
	line-height: 140%; /* 240%;   */
	text-align: justify;
}

ul, ol { }



/* blockquote { }  */

BLOCKQUOTE {
  /*  background-image: URL('images/quote.gif');       */
    background-position: 0px 1px;
    background-repeat: no-repeat;
    background-color: #71B8FF;
    color:#000; /* #333355;      */
    margin: 15px 25px 15px 25px;
    padding: 20px 20px 10px 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

a { color:#0000ff;} /* #77B003; }      */

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {

}

/* Header */

#header-wrapper {

}

#header {
	width:96%; /* 940px;  */
	height:86px; /* 36px;   */
	margin: 0 auto;
}

#head { clear: both; height: 175px; padding:0; width: 100%; }
#head h1 { font-size: 28px; margin: 0px; padding: 0px; font-weight: bold; letter-spacing: 1px; color: #000000; }
#head h1 a:link, #head h1 a:visited { color: #000; text-align: center; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; }
#head h1 a:hover { color: #000; text-decoration: underline; }
#head #description {color: #000; font-size: 62.5%; font-weight: normal; padding-bottom:0; text-align: center; }
#head .small { font-size: 14px; color: #FFFFFF; }
#head-search{	float: right; width:260px;}
#head-search form {
	float: right;
	margin: 0;
	padding: 6px 0px 0 0;
    width:auto;
}

#head-search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#head-search input {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;       /*Georgia, "Times New Roman", Times, serif; */
	border: none;
    border: 1px solid #d63333;
}

#head-search-text {
	width: 200px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #000000;
	background: #fff;
	color: #000000;
}

#head-search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #000099;
	color: #FFFFFF;
    font-weight: 600;
}
#people{
  float: left;
  width:200px;   /*170*/
  margin:10px 0;
  text-align: center;
}

.crumb {
        margin:1em 0 1em 2.6em ;
      color: #999;
}

/* Search */


#header-search {
	float: right;
	width:260px; /* 260px;        */
}

#header-search form {
	float: right;
	margin: 0;
	padding: 6px 0px 0 0;
}

#header-search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#header-search input {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;       /*Georgia, "Times New Roman", Times, serif; */
	border: none;
    border: 1px solid #d63333;
}

#header-search-text {
	width: 200px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #000000;
	background: #fff;
	color: #000000;
}

#header-search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #000099;
	color: #FFFFFF;
    font-weight: 600;
}

/*#slogan {
float:right;
  margin:1em 0;
  /*text-transform: lowercase;
  width:auto;
}                                */
#slogan{
  color: #da0303;
  font-weight:bold;
  font-size: 20px;
  font-variant: small-caps ;
}

#search {
	float: right;
	width: 260px;
}

#search form {
	float: right;
	margin: 0;
	padding: 4px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 200px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #f2f2f2;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #5AA01B;
	color: #FFFFFF;
}

/* Page */

#page {
clear:both;
	width: 96%; /* 940px;  */
	margin:0 auto;
	padding: 30px 0px 0px 0px;
}

.title{
      margin-bottom:0;
      padding-bottom:0;
}


/*h2{
clear: both;
  margin:20px 0 10px 0;

}          */

/** LOGO */

#logo {
	width: 96%; /* 940px;  */
	height: 130px;  /* 115px; */
	margin:6px auto 0px auto;
}

#logo h1, #logo p {
	margin:0;
	line-height: normal;
	font-weight: normal;
	color:#000; /* #618C04;   */
    text-align: center;
    width:170px;
}


#logo p {
	margin-top: -4px;
	font-variant: small-caps ;
	font-size: 9px;
	color: #000000; /*#A8A8A8;     */
}

#logo h1 {
	padding:0;
    text-transform: capitalize;
	font-size: 48px;
    color:#000; /* #da0303;    */
}

#logo a {
	text-decoration: none;
	color: #A8A8A8;
}

#logo h1 a, #logo h1 a:visited {
	text-decoration: none;
	color: #000;
}
#logo h1 a:hover {
	text-decoration: none;
	color: #d63333;
}



#banner {
	padding-bottom: 20px;
}


/* Content */

#content {
	float: right;
	width: 70%; /* 670px;    */
}

#content ul {
	margin-left: 0px;
	padding: 15px;
	padding-left: 30px;
	background-color: #e0e0e0;
    color: #333;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    }

#content h3 {clear:both; font-weight: 600; margin:1em 0;  }

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
    text-align: center;
}
/* Post */

.post {
	margin-bottom:45px;
}

.post .title {
	height: 44px;
	padding-left: 15px;
}

.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
	color:#d63333; /* #618C04;      */
}

.post .date {
}

.post .meta {
	margin-top: -8px;
	margin-left: 2px;
	padding: 0px 30px 2px 15px;
	border-bottom: 1px solid #D4D8CB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	margin-bottom: 10px;
	padding: 0 15px 10px 15px;
}

.post .links {
	display: block;
	width: 120px;
	height: 20px;
	margin: 0px 0px 0px 0px; 
	padding: 4px 0px 0px 40px;
	background: url(images/img03.gif) no-repeat left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #0000ff;
}

.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px; 
	padding: 3px 0px 0px 40px;
	background: url(images/img07.gif) no-repeat left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #961A06;
}

/* Sidebar */

#sidebar {
	float: left;
	width:240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
	margin: 0px 14px 0 6px;
}

#sidebar li li {
	margin: 0;
	padding: 12px 0px;
	border-bottom: 1px solid #E9E8DD;
	background: url(images/img08.gif) no-repeat left 18px;
}

#sidebar li li a {
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	color: #0000ff;
}

#sidebar li li a:hover {
	color:#d63333; /* #77B003;   */
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
     background:url(images/cornernews.gif) no-repeat left top #d63333; height: 30px; padding:10px; color:#FFF; float:left; margin:0 0 1em 0; width:220px;  /*display: block;*/
  text-align: center;
}



#sidebar p {
	line-height: 200%;
}

#sidebar a, #sidebar a:visited {
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
    color: #0000FF;
}

#sidebar a:hover {
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
    color: #d63333;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}

/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;

	background: #E1E1E1;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
}

#footer a {
color: #000;
}
#footer a:hover {
color: #d63333;
}

#copy{
  float: right;
  margin-right: 1em;
  width: auto;
}
#boss{
  float: left;
  margin-left: 1em;
  width: auto;
}

#commentform {
}

#comment {
	width: 450px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0 0px 0px 15px;
	padding: 0px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-left: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
}

hr {
	display: none;
}
#poll{
  float:right;
  width: 200px;
  background-color: #EBEBEB;
  margin:auto 2em;
  padding: 0 1em;
  border: 1px solid #d63333;
  border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;

}
#poll p{ color: #d63333; font-weight: bold;  text-align: center; }

#events{
  border: 1px solid #E9E8DD;
}

.event{
  text-align: left;
  font-size:1em;
  margin-left:1em;
  text-transform: none;
  color:#999;
  border-bottom: 1px solid #E9E8DD;
}
.event_time{
  text-align: left;
   font-size:0.8em;
}

.event h3{
    text-align: left;
    font-size: 1em;
    color:#666;
    font-weight: 400;
    margin-top: 5px;
}
.event h3 a, .event h3 a:visited{
    text-align: left;
    font-size: 1em;
    color:#666;
    margin-top: 5px;
    text-decoration: underline;
}
.event h3 a:hover{
  color:#618C04 ;
}
.newslink{
  border:none;
  width:100%;
  margin:0 0 1em 0;
  font-size:120%;
}
.newshead{
 background:url(images/cornernews.gif) no-repeat left top #d63333; height: 30px; padding:10px; color:#FFF; float:left; margin:0 0 1em 0; width:220px;  /*display: block;*/
  text-align: center;
}
.newslink a, .newslink a:visited {color:#0000FF; text-decoration:underline;}
.newslink a:hover {color:#cc0000; text-decoration:underline; }

.newshead h3{color:#FFFFFF;	font-size: 18px;
	font-weight: bold;
    text-align: center;}

/*#promo{width:230px; height:auto; background:url(http://www.sh1directory.co.nz/images/cornercal.gif) no-repeat left top #314E83; padding:10px; color:#FFF; float:left; margin:1em 0 0 5px;}
#promo h2{text-align:center;  font-size:1.2em; color:#FFFFFF;}
#promo p{text-align:justify;font-size:0.8em;}
#promo a, #promo a:visited {color:#33CCFF; text-decoration:underline;}
#promo a:hover {color:#FFFFFF; text-decoration:underline;}

