/*
Theme Name: Kapiti Womens Centre
Theme URI: http://www.kapitiwomenscentre.org.nz
Description: A custom theme for the Kapiti Women's Centre built for WordPress 3.0+
Author: Kapiti Technologies
Author URI: http://www.kaptek.co.nz
Version: 1.0
*/

/* Include Reset File */
@import url("reset.css");

@font-face {
	font-family: "Museo 300";
	src: url("type/Museo300-Regular.eot");
	src: local("Museo 300"), local("Museo-300"),
		url("type/Museo300-Regular.woff") format("woff"),
		url("type/Museo300-Regular.otf") format("opentype"),
		url("type/Museo300-Regular.svg#Museo-300") format("svg");
}
@font-face {
	font-family: "Museo 500";
	src: url("type/Museo500-Regular.eot");
	src: local("Museo 500"), local("Museo-500"),
		url("type/Museo500-Regular.woff") format("woff"),
		url("type/Museo500-Regular.otf") format("opentype"),
		url("type/Museo500-Regular.svg#Museo-500") format("svg");
}
@font-face {
	font-family: "Museo 700";
	src: url("type/Museo700-Regular.eot");
	src: local("Museo 700"), local("Museo-700"),
		url("type/Museo700-Regular.woff") format("woff"),
		url("type/Museo700-Regular.otf") format("opentype"),
		url("type/Museo700-Regular.svg#Museo-700") format("svg");
}


/*--- LAYOUT -------------------*/

body {
    font-family: 'Museo 500',Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
	background-color: #d4c6df;
    color: #000000;
}
#wrapper{
    margin: 20px auto;
    width: 960px;
    text-align: left;
    padding: 0px;
	background-color: #fff; 
}
#testimonial {
	border-top: 1px solid #e7e7e7;
	margin: 0px auto;
	text-align: center;
	line-height: 64px;
	font-family: "Dancing Script";
	font-size: 26px;
	color: #662e93;
	text-shadow: 1px 1px 2px #999;
} 
#header{
    width: 100%;
    height: 106px;
	background: url(images/head-bkg.png) repeat-x;
}
#feature {
	clear: both;
}
div.feature-image {
	float: left;
	padding: 0px 10px 10px 0px;
}

#logo {
	width: 320px;
	height: 106px;
	float: left;
}

#search {
	float: right;
	width: 234px;
	height: 40px;
	background: url('images/search-bkg.png') no-repeat 0 7px;
}

a:link, a:visited{
    text-decoration: none;
    color: #662e93;
}
 
a:hover{
    color: #5f5f5f;
}


h1 {
	font-family: 'Museo 500', Arial;
    font-size: 22px;
	letter-spacing: -1px;
	color: #1d1d1d;
	margin-bottom: 20px;
}
input.search-box {
	margin-top: 7px;
	line-height: 25px;
	height: 25px;
	width: 177px;
	border: 0px;
	padding: 0px 5px;
	background: none;
	color: #ddd;
} 
h3 {
    font-family: 'Museo 300', Arial;
	font-size: 20px;
	margin-bottom: 14px;
	letter-spacing: -1px;
	padding-top: 10px;
}
h4 {
    font-family: 'Museo 500', Arial;
	font-size: 16px;
	margin-bottom: 10px;
}
hr {
	height: 1px;
	border: 0;
	background: url('images/hr.gif') repeat-x;
	padding-bottom: 6px;
}
em, i {
	font-style: italic;
}
b, strong {
	font-family: 'Museo 700', arial;
	font-weight: normal;
}
a.more {
	text-decoration: underline;
}

/*--- POSTS & PAGES -------------------*/
div.post a:hover, div.page a:hover, a.more:hover {
	color: orange;
	text-decoration: none;
}
div.post ul, div.page ul {
	font-family: 'Museo 300', Arial;
	list-style: disc;
	line-height: 21px;
	font-size: 14px;
	padding-left: 20px;
}
div.post ul li, div.page ul li {
	padding-bottom: 15px;
}
div {
	display: block;
}

div#content {
	background: #f9f9f9 url('images/cont-bkg-top.png') no-repeat;
	width: 960px;
}

div#blog {
	float: left;
	width: 525px;
	padding: 40px 17px 0px 35px;
}
div#blog-page {
	width: 890px;
	padding: 40px 35px 0px 35px;
}

div#sidebar {
	float: left;
	width: 330px;
	padding: 40px 35px 0px 18px;
}

p#details {
	padding: 70px 10px 0px 0px; 
	text-align: right; 
	font-size: 14px; 
	letter-spacing: -1px; 
	color: #662e93;
}

div#foot {
	clear: both;
	height: 40px;
	background: url('images/cont-bkg-bottom.png') no-repeat center bottom;
	line-height: 40px;
	color: #a5aeb6;
	font-size: 14px;
	padding-left: 35px;
}
div.category-desc {
	font-family: 'Museo 300', arial;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	padding-top: 0px;
	padding-bottom: 22px;
}
div.post-shadow {
	background: url('images/post-bkg.png') no-repeat center top;
	height: 20px;
}
div.widget {
	border: 1px solid #662e93;
	background: #d4c6df url('images/sidebar-bkg.png') no-repeat;
	width: 298px;
	padding: 16px 18px;
}
div.widget h3 {
	font-family: 'Museo 500', arial;
	font-size: 24px;
	color: #1d1d1d;
}
div.widget p {
	font-family: 'Museo 300', arial;
	font-size: 15px;
	line-height: 21px;
	color: #1d1d1d;
}
div.widget p.purple {
	font-family: 'Museo 700', arial;
	color: #7c4da3;
}
div.widget a {
	color: #7c4da3;
	text-decoration: underline;
}
div.widget a:hover {
	text-decoration: none;
}
div.post, div.page {
	clear: both;
	border: 1px solid #e7e7e7;
	background-color: #fff;
	padding: 16px;
	overflow: auto;
}
div.post p, div.page p {
	font-family: 'Museo 300', arial;
	font-size: 14px;
	line-height: 22px;
	color: #111;
}
div.navigation {
	margin-bottom: 40px;
}
span.pagenav {
	font-family: 'Museo 700', arial;
	border: 1px solid #ccc;
	background: #fff;
	padding: 6px 12px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.page p {
	margin-bottom: 12px;
}
div.page p strong {
	font-family: 'Museo 700', arial;
}
div.post p {
}
div.post a, div.page a {
	color: #662e93;
}
div.page-meta a, div.meta a {
	text-decoration: underline;
}
div.page-meta a:hover, div.meta a:hover {
	text-decoration: none;
}
div.page-meta {
	font-family: 'Museo 700', arial;
	font-size: 11px;
	color: #666;
	padding-top: 10px;
}
div.meta {
	font-family: 'Museo 700', arial;
	font-size: 11px;
	color: #666;
	padding-top: 10px;
}
input.contact-field, textarea.contact-field {
	width: 200px;
	font-family: tahoma, sans-serif;
}
td.contact-head {
	width: 80px;
}

#sponsors{
    clear: both;
    text-align: center;
    height: 136px;
    background: #fff;
}

#sponsor-left, #sponsor-right {
	border: 0px; 
	height: 134px; 
	width: 40px;
	cursor: pointer;
}
#sponsor-left {
	background: url('images/sponsor-btn-left.png') no-repeat;
	float: left;
}
#sponsor-right {
	background: url('images/sponsor-btn-right.png') no-repeat;
	float: right;
}

#footer{
    clear: both;
    height: 64px;
	line-height: 64px;
    background: #f9f9f9 url('images/cont-bkg-top.png') no-repeat;
}
#footer a {
	color: #929292;
}
#footer a:hover {
	color: #333;
}
p.copyright {
	float: left;
	padding-left: 35px;
	color: #bbb;
}
p.designed {
	float: right;
	padding-right: 35px;
	color: #bbb;
}


#menu2 {
    display: block;
    width: 960px;
	height: 40px;
	background: url('images/menu-bkg.png') repeat-x;
	border-bottom: 1px solid #fff;
}
#menu2 .menu-header ul {
    list-style: none;
    margin: 0;
}
#menu2 .menu-header li {
    float: left;
    position: relative;
	border-right: 1px solid #fff;
}
#menu2 a {
	font-family: "Museo 300";
    color: #fff;
    display: block;
    line-height: 40px;
    padding: 0 16px;
    text-decoration: none;
	font-size: 18px;
}
#menu2 li:hover > a,
#menu2 ul ul :hover > a {
    background: #333;
    color: #fff;
}
#menu2 ul li:hover > ul {
    display: block;
}



#menu {
	padding-top: 12px;
    display: block;
    float: right;
    width: 640px;
}
#menu .menu-header ul {
    list-style: none;
    margin: 0;
	float: right;
}
#menu .menu-header li {
    float: left;
    position: relative;
}
#menu a {
	font-family: "Museo 300";
    color: #fff;
    display: block;
    line-height: 32px;
    padding: 0 8px;
    text-decoration: none;
	font-size: 13px;
}
#menu ul ul {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}
#menu ul ul li {
    min-width: 180px;
}
#menu ul ul ul {
    left: 100%;
    top: 0;
}
#menu ul ul a {
    background: #333;
    line-height: .5em;
    padding: 12px 15px;
    width: 160px;
    height: auto;
}
#menu li:hover > a,
#menu ul ul :hover > a {
    background: #333;
    color: #fff;
}
#menu ul li:hover > ul {
    display: block;
}
#menu ul li.current_page_item > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-parent > a {
    color: #fff;
}
* html #menu ul li.current_page_item a,
* html #menu ul li.current-menu-ancestor a,
* html #menu ul li.current-menu-item a,
* html #menu ul li.current-menu-parent a,
* html #menu ul li a:hover {
    color: #fff;
}

img.alignleft, img.aligncenter, img.alignright {
	border:1px solid #c0c0c0;
	padding: 4px;
}

img.centered,img.aligncenter {
	margin:0 auto;
	display: block;
	overflow:hidden;
}

img.alignright {
	margin: 2px 0 2px 7px;
	display: inline;
}
img.alignleft {
	margin: 2px 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
input.donate-purple {
	background: url('/wp-content/themes/kwc/images/donate-purple.png') no-repeat;
}
input.donate-white {
	background: url('/wp-content/themes/kwc/images/donate-white.png') no-repeat;
}
input.donate-btn {
	border: none;
	height: 37px;
	width: 203px;
	background-position: top;
	text-indent: -9999px;
	text-align: left;
	cursor: pointer;
}
input.donate-btn:hover {
	background-position: bottom;
}

li.categories {
	list-style: none;
}
li.cat-item {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
p.clear {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}