/*   
Theme Name: Kitsap IAC Theme
Theme URI: http://kitsapiac.org/wp-content/themes/iac
Description: Twentyeleven Child for kitsap IAC's website.
Author: Ray Garrido but mostly the wordpress team
Author URI: 
Template: twentytwelve
Version: 1.2
*/

@import url('../twentytwelve/style.css');

/* =Global Elements
-------------------------------------------------------------- */

body {
	margin-top: 15px;
}
p, ul, ol, dd, pre {
    margin-bottom:7px;
}

/* =Header
-------------------------------------------------------------- */

#header {
	position:relative;
	background-image: url(images/header/kiac_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 138px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #036;
	border-left-color: #B8611B;
}
#blog-title {
	display: none;
}
#blog-description {
    display: none;
}
/* =Menu
-------------------------------------------------------------- */
#access {
	background-color: #069;
	background-image: url(images/blue_gradient.jpg);
	background-repeat: repeat-x;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #036;
	border-left-color: #036;
	font-family: Verdana, Geneva, sans-serif;
}
/*** THEMATIC SKIN ***/
.sf-menu a {
	background-image: url(images/blue_gradient.jpg);
	padding:9px 13px;
	text-decoration:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}
.sf-menu {
	float:left;
	border-right-width: 5px;
	border-right-style: none;
	border-right-color: #ccc;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
	background-color: #006699;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	border-bottom-color:#ccc;
	background-image: url(images/green_gradient.jpg);
	color: #000;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	border-bottom-color:#F00;
	background-image: url(images/green_gradient.jpg);
	color: #000;
}
.sf-menu ul a {
	border-bottom:none;
	background-color: #fafafa;
	background-image: url(images/blue_gradient.jpg);
	background-repeat: repeat-x;
}
.sf-menu ul a:hover {
	color: #000;
}


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

#main {
	background-color: #FFF;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #036;
	border-left-color: #036;*/
	width: 958px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 22px;
	padding-left: 0;
}
.entry-title {
	color: #315C7C;
}

/*From 2c-r-fixed.css*/
#content {
    width:580px;
}
.entry-meta .author {
	display: none;
}
.entry-content h2 {
	padding-bottom: 5px;
	padding-top: 5px;
}

/*Sidebar*/
.widget-area .widget h3 {/*from line 619*/
	margin-bottom: 5px;
	font-size: 1.2em;	/*margin-bottom: 1.714285714rem;*/
	color: #0870B9;
}

/*Calendar*/
.fc-state-highlight {
	color: #F00;
	font-weight: bold;
}


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

#footer {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #036;
	border-left-color: #036;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
}
#copyright {
	padding-left: 10px;
}