/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/
body {
	color:#333333;
	font:12px "Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #F9F9F9;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	padding-bottom: 15px;
	font-weight: normal;
	color: #336600;
}
h1 {
	font-size:26px;
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
}
strong, em {
	font-family:"Lucida Sans", Helvetica, Arial, sans-serif
}
p {
	padding-bottom: 15px;
}
a {
	text-decoration:none;
	color: #CC0000;
}
a:hover {
	text-decoration:underline
}
.left {
	float:left
}
.right {
	float:right
}
img.clear {
	clear:both;
	display:block;
	height:0px
}
.alignright {
	padding:3px;
	border:solid 1px #999;
	float:right;
	margin-left:12px;
}
.alignleft {
	padding:3px;
	border:solid 1px #999;
	float:left;
	margin-right: 12px;
}
#header1 {
	background-image: url(/images/header1.jpg);
	background-repeat: no-repeat;
	height: 217px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#header1 h1 {
	display: none;
}
#ssp {
	height: 186px;
	width: 536px;
	padding-top: 20px;
	padding-left: 80px;
}
#nav {
	height: 33px;
	width: 950px;
	/*	width: 940px;*/
	margin-right: auto;
	margin-left: auto;
	line-height: 33px;
	padding-left: 10px;
}
#nav li {
	display: block;
	float: left;
}
#nav a {
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	font-family: "Arial Narrow", Arial, Helvetica;
	padding-right: 19px;
	padding-left: 19px;
	/*	padding-right: 21px;
	padding-left: 21px;*/
	text-decoration: none;
}
#nav li a:hover {
	background-image: url(/images/nav-hover.gif);
	background-repeat: repeat-x;
}
#nav .current_page_item a, #nav .current_page_ancestor a {
	background-image: url(/images/nav-active.gif);
	background-repeat: repeat-x;
}
#container {
	background-image: url(/images/page-bg.png);
	background-repeat: repeat-y;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
}
#page {
	background-image: url(/images/page-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#primary {
	float: right;
	width: 622px;
}
.secondary {
	float: left;
	width: 262px;
}
#latest-news {
	background-color: #f7fdf2;
	width: 278px;
	border: 1px solid #CCCCCC;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#latest-news h2 {
	color: #336600;
}
#latest-news h3 {
	padding-bottom: 0px;
	color: #336600;
}
#features {
	float: right;
	width: 296px;
}
#features a {
	background-image: url(/images/feature-box.gif);
	background-repeat: no-repeat;
	display: block;
	height: 56px;
	width: 270px;
	line-height: 56px;
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 24px;
	margin-bottom: 14px;
	text-decoration: none;
}
#quicklinks {
	height: 166px;
	width: 258px;
	background-image: url(/images/ql-shadow-r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 12px;
}
#quicklinks #ql-content a {
	color: #663333;
}
#quicklinks .ql-shadow-btm {
	background-image: url(/images/ql-shadow-btm.gif);
	background-repeat: no-repeat;
	background-position: 1px bottom;
	height: 167px;
}
#quicklinks #ql-content {
	background-image: url(/images/quicklinks-bg.gif);
	background-repeat: repeat-x;
	height: 150px;
	width: 241px;
	border: 1px solid #666666;
	padding-top: 8px;
	padding-left: 8px;
	line-height: 1.4em;
}
#quicklinks #ql-content h2 {
	color: #FFFFFF;
	padding-bottom: 10px;
}
#your-region {
	background-image: url(/images/your-region-shadow-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 110px;
	width: 257px;
	margin: 0 0 12px 0;
}
#your-region .yr-shadow-btm {
	background-image: url(/images/ql-shadow-btm.gif);
	background-repeat: no-repeat;
	background-position: 1px bottom;
	height: 110px;
	margin: 0;
}
#your-region #yr-content {
	background-image: url(/images/your-region-bg.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 240px;
	border: 1px solid #666666;
	padding-top: 8px;
	padding-left: 8px;
	margin: 0;
}
#yr-content h2 {
	color: #FFFFFF;
}
#donate-now {
	background-image: url(/images/donate-now-shadow-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 101px;
	width: 257px;
	margin: 0 0 12px 0;
}
#donate-now .donate-now-btm {
	background-image: url(/images/ql-shadow-btm.gif);
	background-repeat: no-repeat;
	background-position: 1px bottom;
	height: 101px;
	width: 257px;
	margin: 0;
}
#dn-content {
	height: 91px;
	width: 248px;
	border: 1px solid #666666;
	margin: 0;
}
#tell-a-friend {
	background-image: url(/images/tellafriend-shadow-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 129px;
	width: 256px;
	margin: 0 0 12px 0;
}
#tell-a-friend .taf-shadow-btm {
	background-image: url(/images/ql-shadow-btm.gif);
	background-repeat: no-repeat;
	background-position: 1px bottom;
	height: 129px;
	width: 256px;
}
#taf-content {
	background-image: url(/images/tellafriend-bg.gif);
	background-repeat: repeat-x;
	height: 111px;
	width: 240px;
	border: 1px solid #666666;
	padding-top: 8px;
	padding-left: 8px;
}
#taf-content h2 {
	color: #336633;
	padding-bottom: 3px;
}
#taf-content p {
	padding-bottom: 9px;
	margin: 0;
}
#taf-content #form1 input {
	width: 150px;
	height: 17px;
	font-size: 11px;
	color: #666666;
}
#taf-content #form1 #submit {
	height: 20px;
	width: 53px;
	margin-left: 10px;
}
#taf-content #form1 #email {
	display: block;
	margin-top: 0px;
	float: left;
}
#subnav {
	width: 257px;
	margin-bottom: 12px;
}
#subnav .top, #subnav .bottom {
	margin: 0;
}
#subnav .subnav-content {
	background-image: url(/images/subnav-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 248px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin-top: 0;
}
#subnav h2 {
	padding-left: 10px;
	color: #336699;
	padding-bottom: 10px;
}
#subnav h2 a {
	color: #336699;
	font-size:18px;
}
#subnav-shadow-r {
	background-image: url(/images/subnav-shadow-r.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 257px;
	margin-top: 0;
}
#subnav li a {
	font-size: 12px;
	line-height: 22px;
	display: block;
	height: 22px;
	padding-left: 10px;
	color: #003366;
}
#subnav li a:before {
	content: "> ";
}
#subnav .current_page_item a {
	background-image: url(/images/subnav-active.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#footer1 {
	background-image: url(/images/footer-bg.gif);
	background-repeat: repeat-x;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	padding-top: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	background-position: top;
}
#footer1 a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer-btm {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
}



#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

