/*
THEME NAME:SICA2
THEME URI:http://www.sauvieisland.org/
VERSION:0.1
AUTHOR:Kathryn Hathaway
AUTHOR URI:http://www.hathawaydesignsnw.com
DESCRIPTION:This is a child theme for Headway 3.0. It is used for adding custom css and php code.
TEMPLATE: headway
*/
/* body */
body, html {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	line-height:1.7;
	background: #4a7da9;
background: -moz-linear-gradient(top,  #4a7da9 0%, #71bdfc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a7da9), color-stop(100%,#71bdfc));
background: -webkit-linear-gradient(top,  #4a7da9 0%,#71bdfc 100%);
background: -o-linear-gradient(top,  #4a7da9 0%,#71bdfc 100%);
background: -ms-linear-gradient(top,  #4a7da9 0%,#71bdfc 100%);
background: linear-gradient(to bottom,  #4a7da9 0%,#71bdfc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7da9', endColorstr='#71bdfc',GradientType=0 );
}
.block-type-content div.entry-content h3, .block-type-content div.entry-content h2, .block-type-content div.entry-content h1 {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.4;
}

block-type-content div.entry-content h4 {
font-size: 22px;
line-height: 1.4;
font-weight: bold;
}

div.entry-content p {
    line-height: 1.7;
    margin: 0 0 20px;
}


.block-type-content div.entry-content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5285AF;
	padding-top: 10px;
	clear: both;
}


.block-type-content div.entry-content h3 {
    color: #DB7433;
    clear: both;	
}


a:link,  a:visited {
 text-decoration: none; 
  color: #5145A8;
}

 a:hover, a:active {
  color: orange;
}

.block {
margin-bottom: 0px;
}

/*--------- header -----------*/
block-type-header {
  height: auto;
  padding-top: 10px;
  z-index: 9;
  position: relative;
}

/*-------- navigation ---------*/
	block-type-navigation {
 	padding-left:0;
 	padding-right: 0;
}

.block-type-navigation {
	border-width: 1px 0;
	border-color: #888;
	border-style: double;
	margin-top: 2px;
background: #4a7da9;
background: -moz-linear-gradient(top,  #4a7da9 0%, #71bdfc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a7da9), color-stop(100%,#71bdfc));
background: -webkit-linear-gradient(top,  #4a7da9 0%,#71bdfc 100%);
background: -o-linear-gradient(top,  #4a7da9 0%,#71bdfc 100%);
background: -ms-linear-gradient(top,  #4a7da9 0%,#71bdfc 100%);
background: linear-gradient(to bottom,  #4a7da9 0%,#71bdfc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7da9', endColorstr='#71bdfc',GradientType=0 );



	/*background: -moz-linear-gradient(#4A7DA9, #71BDFC);*/
	/*background: -o-linear-gradient(#4A7DA9, #71BDFC);*/
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4A7DA9), to(#71BDFC)); */  /* older webkit syntax */
	/*background: -webkit-linear-gradient(#4A7DA9, #71BDFC);*/
}

.block-type-navigation li ul.sub-menu li a {
    border-bottom: 1px solid #888;
}

.block-type-navigation .nav-horizontal ul.menu {

}

.block-type-navigation .nav-align-right ul {
   text-align: left;
}


.block-type-navigation ul.menu li {
  border-bottom: 0px solid #333333;
}

/*------- wrapper ---------*/
div.wrapper {
	margin: 0 auto 0 auto;
}

div.wrapper {
   	background: #fff;
}

/*---------- content --------*/
.block-type-content {
	min-height: 430px;
	margin-top: 0;
	margin-right: 30px;	
}

.block-type-content .entry-title, .block-type-content .archive-title {
    margin: 0 0 5px;
}

.block-type-content .entry-title {
    color: #5285AF;
    font-size: 28px;
    padding-bottom: 10px;
}

.block-type-content {
   padding: 30px;
}

.block-type-content div.entry-content {
	color: #4d4d4d;
	font-size: 1.15em;
}

div.entry-content ul, div.entry-content ol {
    padding: 0 0 0 20px;
	line-height: 1.6;
}
div.entry-content ul li {
    list-style: disc outside none;
	margin-left: 12px;
}

div.entry-content hr {
    background-color: #CCCCCC;
    border: 0 none;
    height: 1px;
    margin: 0 0 15px;
    display: block;
    margin: 2em auto;
}

.small {
	font-size: 80%;
	display: block;
	line-height: 1.5;
}

blockquote {
    border-bottom: 0 dotted;
    border-left: 2px dotted #999999;
    color: #508F9F;
    line-height: 1.7;
    margin: 15px 0 15px 20px;
    padding: 5px 20px;
}

div.entry-content p.box {
	padding: 15px;
	border: 2px dotted orange;
	margin: 25px;
	line-height: 1.5;
}


/*------------ img  --------*/

.align-left, .alignleft {
    float: left;
    margin: 0 12px 0 0;
}

.align-right, .alignright {
    float: right;
    margin: 0 0 0 12px;
}

.entry-content img {
    max-width: 100000%;
    width: auto;
}

.entry-content .wp-caption p, .wp-caption-text {
	text-align: left;
	color: #555;
	margin: 3px 0 15px;
	font-style: italic;
	font-size: small;
	border: 0;
	display: block;
	line-height: 1.5;
}

.wp-caption {
	padding: 0;
	border: none;
	background: #fff;
}



/*------------ aside--widget --------*/

.news-plugin-title {
     font-weight: normal;
}

.grid-width-10.column-1 {
    background-color: #babfc4;
    width: 41.6667%;
}

.block-type-widget-area, .block-type-nav-vertical {
	list-style: none;
	margin: 0;
}

.block-type-widget-area li.widget {
  padding: 0 15px;
  list-style: none;
  border-bottom: 0;
  margin-top: 10px;
}

.block-type-widget-area ul.widget-area {
	padding-top: 10px;
	font-size: 90%;
}
li#events-list.widget.events_widget_list  {
	margin: 0;
}
.events {
	padding: 0;
	margin: 0;
}

.block-type-breadcrumbs p.breadcrumbs {
    margin: 10px 20px;
    font-size: 12px;
    line-height: 18px;
}


.block-type-widget-area li {
    border: 0px solid;
    line-height: 1.5;
    overflow: hidden;
    padding: 10px;	
}

.block-type-widget-area li.widget ul {
    list-style: disc outside none;
    margin: 0;
    padding: 0;
}

.block-type-widget-area li.widget span.widget-title {
	background-color: transparent;
	color: #444;
	font-weight:normal;
    padding: 0px 20px;
    margin: 0 0 3px;
}

/* search widget */
li#search-2.widget {
	padding: 0 10px;
}

li#search-2.widget span.widget-title {
	padding: 0 10px;
}

#searchform {
	margin: 0 8px;
}

/*--------- ad widget ---------*/
.ads {
	color: #5285AF;		
}

.block-type-widget-area li.widget a {
	color: #5145A8;
}

 #adrotate_widgets-3 {
	padding: 0 15px;
}  

#block-6 {
    background-color: #E8E7DE;
    margin-top: 0;
}

#block-6 span.widget-title {
	font-size: 20px;
	padding: 0;
	color: #5285AF;
}


.g.g-1 {
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}

.b-1 {
	 width: 47%; 
}


/*---------- Slideshow widget----------- */

.ngg-widget, .ngg-widget-slideshow {
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

.ngg-widget img {
    border: 0px solid #A9A9A9;
    margin: 0;
    padding: 0;
    width: 100%;
}


 /* image widget*/
.widget_sp_image-description {
	text-align:center;
	padding: 10px 0 12px;
}

br {
  height: 0;
}

 /* footer */
.footer {
	margin:0;
}
.block-type-footer ul li {
  font-size: 95%;
  list-style-type: none;
  color: #333;
}

.block-type-footer ul li a { 
	text-decoration: none;
  color: #ffffff;
}

.block-type-footer p.copyright, .block-type-footer a.footer-go-to-top-link {
    color: #e2e2e2;
}

div#comments {
    clear: both;
    display: none;
    float: left;
    margin: 0 0 50px;
    width: 100%;
}