/*
  Design for sis-cumbria.co.uk
*/

html {
    height:100%;
    background: #111;
}

body {
  min-height:100%;
  background: #111 url(../images/bg.gif);
  text-align: center;
  font: normal 0.9em sans-serif,Arial;
}

body,.image,h1,p {
  margin: 0; padding: 0;
}

.main {
  background: #222;
  width: 890px;
  margin: 0 auto;
  border: 20px solid #222;
  border-bottom: 0;
  border-top: 0;
  text-align: left;
}

.content {
  background: #222;
  padding-top: 1px;
  clear: both !important;
  border-top: 0px solid #222;
  color: #CCC;
}

.content3 {
  float:right;
  background: #222;
  padding-top: 1px;
  clear: both !important;
  border-top: 10px solid #222;
  color: #CCC;
  width: 670px;
  height: 350px;
}

.content2 {
  background: #222;
  padding-top: 1px;
  clear: both !important;
  border-top: 15px solid #222;
  color: #CCC;
  width:600px;
  float:left;
}

.content2 h1 {
  font: normal 1.4em sans-serif,Arial;
  padding: 2px 6px;
  background: #000;
  color: #FFF;
}

.content2 h2 {
  font: normal 1em sans-serif,Arial;
  margin-top:2px !important;
  padding: 2px 6px;
  background: #000;
  color: #FFF;
}

.content2 h3 {
  font: bold 1.1em sans-serif,Arial;
  margin-top:2px !important;
  padding: 2px 6px;
  color: #abed8b;
}
.content2 h4 {
  font: bold 1em sans-serif,Arial;
  margin-top:2px !important;
  padding: 2px 6px;
  border-bottom:1px solid #abed8b;
  color: #abed8b;
}
.content2 h5 {
  font: normal 14px Arial,sans-serif;
  margin-top:2px !important;
  padding: 3px 6px;
  color: #FFF;
}
.content2 h6 {
  font: normal 0.7em sans-serif,Arial;
  margin-top:2px !important;
  padding: 3px 6px;
  color: #FFF;
}

.content2 h1 span {
  color: #999;
}

.content2 p {
  font: normal 0.8em Verdana,Arial; 
  padding: 6px 6px 10px;
}

.content2 a {
color: #abed8b;
text-decoration:none;
}

.content2 a:hover {
text-decoration:underline;
}

.footer {
  clear:both !important;
  height: 120px;
  background: #222 url(../images/bgfooter.gif);
  border-top: 10px solid #222;
  margin: 0 auto;
  width: 929px;
  text-align: center;
  font: bold 0.7em Verdana,Arial;
  color: #333;
}

.footer a {
  color: #CCCCCC;
}

.footer p {
color:#CCCCCC;
text-align:center;
}
/*------ header & navigation stuff ----------*/

.gfxHeader {
  text-align:left;
  height:85px;
}

.gfxHeader h1 {
  color: #FFF;
  padding-top:7px;
}

.gfxHeader h1,a#big {
  font: normal 1.9em sans-serif,Arial;
  background: #000;
  display: block;
  width:68%;
  float:left;
  margin-top: 74px;
  height:40px;
}
  
.gfxMargin {
  height: 182px;
}
  
.gfxNav {
  height: 15px;
  width:100%;
}

.headerLeft {
  float: left;
  width: 220px;
  height: 350px;
  background: #222 url(../images/bgleft.png);
}

.headerRight {
  float: left;
  width: 670px;
  height: 350px;
  background: #222 url(../images/header.jpg) no-repeat;
}



.menu a {
  font: normal 1.1em sans-serif,Arial;
  color: #FFF;
  background: #000;
  display: block;
  margin-top: 7px;
  width: 220px;
  height: 22px;
}

.menu a span {
  padding-left: 4px; color: #FFF;
}

.menu a.current,
.menu a.section,
.menu a:hover {
  color: #abed8b;
}

/*------ widget box ----------*/

.widgetBox {
  color: #CCC;
  background:#222222;
  padding:3px;
  padding-bottom:5px;
  margin-top:14px;
  width:250px;
}

.widgetBox ul{
  list-style:none;
}

.widgetBox li{
  font: bold 0.8em sans-serif,Arial;
  color:#fff;
  padding-left:10px;
  margin-left:-40px;
  background:#abed8b;
  margin-bottom:4px;
}
.widgetBox p{
  font: bold 0.8em sans-serif,Arial;
  color:#fff;
  padding-left:10px;
}

.widgetBox p a{
  color:#fff;
}

.widgetBox p a:hover{
  color:#abed8b;
}


.widgetBox li a.current,
.widgetBox li a.section,
.widgetBox li a:hover{
  color:#abed8b;
  text-decoration:none;
}

.widgetBox h2{
  font: normal 1.4em sans-serif,Arial;
  color: #FFF;
  line-height:1em;
  margin:0px;
}

.widgetBox h1 {
  font: normal 1.4em sans-serif,Arial;
  padding: 2px 6px;
  background: #000;
  color: #FFF;
}
/*------ page comments ----------*/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #1a1a1a url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #0c0c0c;
	font-size:11px;
}

#PageComments li.even {
	background: url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
	font-size:11px;
}

#PageComments li.odd p.info {
	color: #616161;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}



#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
	background:#222222 !important;
}

.c2 {
border:0px;
}
.c2 img {
border: none;
}
.content2 img {
border: none;
}