/*
Theme Name:1. Standard Text
Theme URI: http://acccess-bydesign.com
Description: Accessible standard text css East Wittering and Bracklesham Parish Council PC theme .
based on "sea star" theme and graphics by  Effi @ http://www.EffiHaryanti.com
Version: 2.2
Author: http://www.access-bydesign.com 
based on sea star" theme and graphics by  Effi @ http://www.EffiHaryanti.com
*/ 
/*pretty stuff*/
/*main*/
.subhead {
	font-size: large;
	font-weight: normal;
	color: #666;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
}
.secondheading{
	font-size: medium;
	font-weight: normal;
	color: #666;
	font-style: italic;
	text-align: left;
	text-transform: uppercase;
}
.thirdheading{
	font-size: medium;
	font-weight: normal;
	color: #09C;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
}
.bold{
	font-weight: bold;
}
.bold_underlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.centertext {
	text-align: center;
}
.indenttext{
	font-weight: bold;
	text-indent: 2%;
}
.bigtext{
	font-size: xx-large;
}
.mediumtext{
	font-size: medium;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
	text-align: justify;
}
.textrightindent{
	text-align: right;
	margin-right: 2em;
	color: #000000;
	font-weight: bold;
	font-size: small;
}
.alignright{
	float: right;
}
.alignleft{
	float:left;
}
.box {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
}
/*images*/

img, img a{
	border:none;
}

.imagestyle{
	float: left;
	margin-right: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imagecentre {
	text-align: center;
}
.imagestyleright {
	float: right;
	margin-right: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 2%;
}
.imageleft{
	float: left;
	margin: 1em;
	border:0px;
}
.imageright{
	float: right;
	margin: 1em;
	border:0px;
}
/*layout*/

html{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	background-image: url(/images/bg.gif);
	background-repeat: repeat;
	background-color: #FFF;
 } 
body{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
 } 
 
#pagewidth{
	max-width:98%;
	margin-top: 0.5em;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
	background-color: #FFF;
	border: thin inset #666666;
}
 
#header{
	position:relative;
	height:150px;
	width:70%;
	padding-top: 1em;
	background-image: url(/images/parish_logo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: justify;
	padding-left: 25%;
} 
#headerimage{
	display: block;
	margin: 2px;
	padding: 2px;
	clear: both;
	height: 100px;
	width: 75%;
	border: thin inset #666666;
	background-color: #FFFFCC;
	}
.jumps{
	display:none;
}
#leftcol{
	width:25%;
	display:inline;
	float:left;
	position:relative;
	color: #000000;
	padding-left: 0.5em;
	min-width:100px;
	text-indent:0px;
 }
#sidebar2{
	width:100%;
	height:auto;
}
#leftcol ul{
	
}
#leftcol li{
	list-style-position: outside;
	margin-bottom: 0.5em;
 }
#leftcol a:link{
	display: list-item;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #D2D2CA;
	color: #09C;
	text-indent:0px;
	list-style-type: none;
}
#leftcol a:visited{
	color: #09C;
	text-decoration: none;
	font-weight: bolder;
	text-indent:0px;
	list-style-type: none;
}
#leftcol a:hover{
	color: #900;
	font-weight: bold;
	text-decoration: underline;
	list-style-type:circle;
}
#leftcol a:active{
	color: #900;
	font-weight: bold;
	text-decoration: underline;
	list-style-type:circle;
}
#leftcol current{
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
	list-style-type:circle;
	background-color: #CCCCCC;
	}
#twocols{
	width:60%;
	float:right;
	position:relative;
	display:inline;
	margin-right: 1em;
	margin-left: 1em;
	padding-left: 0.5em;
  }
#content li{
	list-style-image: url(/images/flowerbullet.gif);
	list-style-position: outside;
	text-align: left;
	font-weight: bold;
	}
  #footer{
	height:300px;
	width:98%;
	margin-left:1em;
	clear:both;
	font-size: x-small;
	color: #333333;
	text-transform: uppercase;
	background-image: url(/images/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
 }
#footer .subhead{
	padding-top: 1em;
 	font-size: x-large;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
 }
 
.sidebarheading {
	font-size: medium;
	font-weight: bold;
	color: #0099CC;
}

#sidebar{
display:none;
 }
.widget-width{
	mino-width: 125px;
	height:auto;
	display: block;
	text-indent:0px;
	padding-left: 2em;
	width:100%;
	
}
 
#sidebar li{
	list-style-position: outside;
	margin-bottom: 0.5em;
	}
#content{
	float: left;
	display:inline;
	position: relative;
	width:95%;
	text-align: justify;
	line-height: 2em;
 }
hr {
	width: 80%;
	height: 3px;
	background-color: #666666;
} 

.linklove{
	display:none;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{
	display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/*general*/

.nodisplay{
	display:none;
	}
a:link {
	color: #009;
	text-decoration: underline;
	font-weight: bold;
	font-size: small;
}
a:visited {
	color: #009;
	text-decoration: underline;
	font-weight: bold;
	font-size: small;
}

a:active {
	color: #900;
	text-decoration: underline;
	font-weight: bold;
	font-size: small;
}
a:hover {
	color: #900;
	text-decoration: underline;
	font-weight: bold;
	font-size: small;
}
.blueblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
	display: block;
	width: 100%;
	padding: 2%;
	text-align: center;
}

#search{
	float:left;
	width:auto;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
}
#search .input{
	width: 160px;
	margin-right:0.5em;
	border:2px solid #dbdddf;
	font-size:small;
	color:#555555;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	float:left;
}
#search .button{
	width:30px;
	padding: 0.5em;
}
/*extras*/
.subheading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #006699;
}
.smallersub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #0099CC;
}

h1 {
	font-size: xx-large;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
}
h2 {
	font-size: x-large;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
}
.subheadblue{
	font-size: large;
	color: #003366;
}

.pagenav{
    font-size: large;
	color: #003366;}

.randomclass{
	float: right;
}
#cal-list{
	list-style-type: none;
	list-style-position: outside;
}
.ngg-widget-slideshow{
	padding-right:1em;
}
/*suckerfish*/
#suckerfishnav {
    background:#bbb ;
    font-size:13px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
	z-index:200;
	
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:20px;
    padding:0;
    border:1px solid #bbb;
    margin:0;
	margin-bottom:2em;
    width:100%;
	z-index:200;
    }
#suckerfishnav a {
    display:block;
    color:#fff;
    text-decoration:none;
    padding:0px 25px;
	z-index:200;
    }
#suckerfishnav li {
    float:left;
    padding:0;
	z-index:200;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:131px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
	z-index:200;
    }
#suckerfishnav li li {
    width:129px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:normal;
    font-family:verdana,sans-serif;
	z-index:200;
    }
#suckerfishnav li li a {
    padding:3px 10px;
    width:80px;
    font-size:13px;
    color:#fff;
	z-index:200;
    }
#suckerfishnav li ul ul {
    margin:-20px 0 0 130px;
	z-index:200;
    }
#suckerfishnav li li:hover {
    background:#99CCFF;
	z-index:200;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#fff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#fff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#fff;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
	z-index:200;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#bbb;
	z-index:200;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#99CCFF;
	z-index:200;
    }
/*VIEWING*/	
#viewing
			{
				width:10%;
				height:auto;
				float:right;
				padding:55px 0 0 0;
				margin-top:2em;
			}		
			
				#viewing ul 
				{
					width:100%;
					height:auto;
					float:right;
				}
				
					#viewing ul li
					{
						width:100%;
						height:auto;
						float:right;
						list-style:none;
					}
					
						#viewing ul li a
						{
							width:auto;
							height:auto;
							float:right;
							padding-right:20px;
						}
#search{
		display:block;
		width:auto;
		height:auto;
		clear:both;
		margin:1em;
}

#searchform #s.textbox {
	width: 75%;
	border: 1px solid #d3d3d3;
	color: #066;
	padding: 3px 2px 3px 2px;
	text-transform: uppercase;
	font-size: small;
	
}
#searchform #s.textbox:focus {
	border: 1px solid #aaa;
	color: #999;
	text-transform: none;
}

#searchform input#searchsubmit {
        width: 20px;
        height: 20px;
        margin: 0px 0 0px 2px;
	background: url(images/input.png) no-repeat 0 -20px;
	border: none;
        text-indent: -9999px;
}

#searchform #searchsubmit:hover {
	background-position: 0 0px;
}
