/*  
Theme Name: Addicott Web, v 2.0
Theme URI: http://www.addicottweb.com/
Description: This theme was modified to fit the design of the Addicott Web website.
Version: 1.0
Author: Addicott Web
Author URI: http://www.addicottweb.com/

1. Resets
2. General Styles
3. Header and Main Navigation
4. Pages
5. Blog
6. Blog Sidebar
7. Home Page
8. Footer

*/

/*----- 1. Resets -----*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:baseline;
}

tbody, tfoot, thead, table, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

:focus {
	outline: 0;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:22px;
	color:#000000;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*----- Global Elements -----*/

* {
	margin:0;
	padding:0;
}

body {
	background-image:url(/images/2009-design/background.gif);
	background-repeat:repeat-x;
}

h2 {
	margin-bottom:10px;
	margin-top:20px;
	color:#000000;
	font:bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}


p {
	font:13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:10px;
}

p.center {
	text-align:center;
}

table, td {
	font:13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color:#3385d6;
	text-decoration:underline;
	font:13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

em {
	font:italic 13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;;
}

strong {
	font:bold 13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;;
}


a:hover {
	text-decoration:none;
}

a.add {
	background-image:url(/images/2009-design/add.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
}

a.email {
	background-image:url(/images/2009-design/email.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
}

a.remove {
	background-image:url(/images/2009-design/minus.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
}

a.website {
	background-image:url(/images/2009-design/website.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
}

a.magnify {
	background-image:url(/images/2009-design/magnify.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
}

a.profile {
	background-image:url(/images/2009-design/profile.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}

a.update {
	background-image:url(/images/2009-design/update.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}

a.logout {
	background-image:url(/images/2009-design/logout.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
}


fieldset {
	width:auto;
	margin:20px auto;
	padding:10px;
	border:1px solid #032a64;
	background-color:#bad2f6;
}

fieldset.registration {
	width:450px;
}

legend {
	padding:2px 15px;
	margin-left:10px;
	font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#032a64;
	color:#ffffff;
}

input, select, textarea {
	padding:5px;
	font:13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*----- Top User Login/Profile Menu -----*/

#user_menu {
	margin:0 auto;
	width:960px;
	height:50px;
}

#user_menu #left_links {
	width:auto;
	margin-top:10px;
	float:left;
	color:#000000;
	font:11px Arial, Helvetica, sans-serif;
	text-align:left;
}

#user_menu #right_links {
	width:auto;
	margin-top:10px;
	float:right;
	color:#000000;
	text-align:right;
}

#user_menu #right_links ul, #user_menu #left_links ul {
	margin:10px 0 0 0;
}

#user_menu #right_links ul li, #user_menu #left_links ul li {
	display:inline;
	list-style:none;
	font:11px Arial, Helvetica, sans-serif;
}

#user_menu #right_links ul li a {
	text-decoration:underline;
	color:#000000;
	font:11px Arial, Helvetica, sans-serif;
}

#user_menu #left_links ul li a {
	margin:0 0 0 20px;
	text-decoration:underline;
	color:#000000;
	font:11px Arial, Helvetica, sans-serif;
}

#user_menu #left_links ul li a:hover, #user_menu #right_links ul li a:hover {
	text-decoration:none;
}

#user_menu #right_links input {
	width:100px;
	margin:0 10px;
	padding:0;
}

#user_menu #right_links input.submit 
{
	width:60px;
	background-image:url(/images/2009-design/user_menu_submit.gif);
	background-color:#8b142a;
	background-repeat:repeat-x;
	height:18px;
	margin:0;
	color:#ffffff;
	font:11px Arial, Helvetica, sans-serif;
	border:0;
}
#user_menu #left_links a.submit 
{
	width:60px;
	background-image:url(/images/2009-design/user_menu_submit.gif);
	background-color:#8b142a;
	background-repeat:repeat-x;
	height:18px;
	margin:0px;
	color:#ffffff;
	font:11px Arial, Helvetica, sans-serif;
	border:0;
	text-decoration: none;
	padding: 4px 15px;
}

/*----- Unique Homepage Elements -----*/


#homepage_bottom {
	width:960px;
	margin:20px auto;
/*
	height:200px;
*/
}

#homepage_bottom #content_l {
	width:220px;


/*
	height:200px;
*/

	padding:0;



/*
	float:left;
	margin-right:0;
*/
}

#homepage_bottom #content_r {
	width:680px;

	float:right;
/* jtown added : */
/*


margin-left: 240px;



*/

/*	margin-left:10px;
	height:180px;
*/
	padding:0 20px 20px 20px;
	background-color:#ffffff;
	border:1px solid #a6a69a;
}


/*----- Tabbed Pages -----*/

#page {
	width:920px;
	padding:20px;
	margin:0 auto 20px auto;
	background-color:#ffffff;
	background-image:url(/images/2009-design/page_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #a6a69a;
	height:1%;
	overflow:hidden;
	clear:both;
}
/*
#page #header {
	width:920px;
	height:65px;
	margin:0 auto;
}
*/
/* new style after new logo with motto line */
#page #header {
    width:920px;
    height:1%;
    overflow:hidden;
    margin:0 auto;
}
#page .glossymenu {
	padding:0 0 30px 10px;
	background-image:url(/images/2009-design/menub_bg_new.gif);
	background-repeat:repeat-x;
	height:46px;
	margin:0;
}

* html #page .glossymenu {
	margin-left:5px;
}

#page .glossymenu li {
	float:left;
	list-style:none;
}

#page .glossymenu li a {
	float:left;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font:bold 11px/50px Arial, Helvetica, sans-serif;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height:46px;
	text-align:center;
}

#page .glossymenu li a b {
	float:left;
	display:block;
	padding:0 16px 0 4px; /*Padding of menu items*/
}

* html #page .glossymenu li a b {
	padding:0 16px 0 2px;
}

#page .glossymenu li.current a, #page .glossymenu li a:hover {
	color:#ffffff;
	background-image:url(/images/2009-design/menub_hover_left_new.gif);
	background-repeat:no-repeat;
	background-position:left;
}

* html #page .glossymenu li.current a, * html #page .glossymenu li a:hover {
	background-position:left top;
}

#page .glossymenu li.current a b, #page .glossymenu li a:hover b {
	color:#ffffff;
	background-image:url(/images/2009-design/menub_hover_right_new.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#page #menu {
	width:890px;
	padding:0 15px;
	/*background-image:url(/images/2009-design/menu.gif);
	background-repeat:repeat-x;*/
	height:40px;
	border-bottom:5px solid #032a64;
	background-color:#4b74af;
	margin:0 auto 15px auto;
}

* html #page #menu {
	padding-right:0;
	padding-left:0;
}

#page #menu ul {
	margin-left:20px;
	margin-top:10px;
	float:left;
}

* html #page #menu ul {
	margin-left:15px;
}

#page #menu ul li {
	display:inline;
	list-style:none;
	margin-right:10px;
	border-bottom:none;
}

#page #menu ul li a {
	color:#ffffff;
	padding:10px 13px;
	font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	height:20px;
}

#page #menu ul li a.invite {
	background-image:url(/images/2009-design/invite.gif);
	background-repeat:repeat-x;
	padding-top:12px;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
}

#page #menu ul li a.invite:hover {
	text-decoration:underline;
	background-image:url(/images/2009-design/invite.gif);
	background-repeat:repeat-x;
}

#page #menu ul li a:hover, #page #menu ul li a.active {
	background-image:url(/images/2009-design/menu_hover.gif);
	background-repeat:repeat-x;
	height:20px;
	padding:12px 13px 10px 13px;
	text-decoration:underline;
}

#page h1 {
	margin-bottom:10px;
	color:#06012b;
	font:bold 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#page form fieldset table, #page fieldset table {
	margin-top:0;
}
/*
#page form fieldset table td, #page fieldset table td {
	padding:10px 0;
	border-bottom:1px dotted #000000;
}
*/
/*Correction from Hirsch */
#page form fieldset table td, #page fieldset table td, #page form fieldset table th, #page fieldset table th {
    padding:10px 0;
    border-bottom:1px dotted #000000;
}


#page form fieldset table td.right, #page fieldset table td.right {
	text-align:right;
	padding-right:20px;
}

#page form fieldset table td.rightLast, #page fieldset table td.rightLast {
	text-align:right;
	padding-right:20px;
	padding-bottom:0;
	border-bottom:none;
}

#page form fieldset table td.last, #page fieldset table td.last {
	padding-bottom:0;
	border-bottom:none;
}

#page form input.submit {
	background-image:url(/images/2009-design/submit.gif);
	background-repeat:repeat-x;
	height:30px;
	color:#ffffff;
	border:0;
	padding:0 15px;
	margin-top:15px;
}

#page form input.submitEven {
	background-image:url(/images/2009-design/submit.gif);
	background-repeat:repeat-x;
	height:30px;
	color:#ffffff;
	border:0;
	padding:0 15px;
	margin-top:0;
}

#page form input.submit:hover {
	background-image:url(/images/2009-design/submit_hover.gif);
	background-repeat:repeat-x;
	height:30px;
	color:#ffffff;
	border:0;
	padding:0 15px;
	margin-top:15px;
}

#page h2.group {
	font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#c7e1fc;
	padding:5px 5px 5px 15px;
	margin-top:20px;
}

#page ul.group {
	margin:10px 20px 0 20px;
}

#page ul.group li {
	list-style:none;
	display:block;
	border-bottom:1px dotted #c8c8c8;
	font:13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:5px 0 0 0;
	padding:0 0 5px 0;
}

#page ul.group li.last {
	border-bottom:none;
}

#page ul, #page ol {
	margin:15px 20px 0 30px;
}

#page ol.letters {
	list-style:lower-alpha;
}

#page ul li {
	list-style:disc;
	font:13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}

#page ol li {
	font:13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}

#page ul li.last {
	margin-bottom:0;
}

#page #group-results {
	padding-bottom:10px;
	margin-top:15px;
	border-bottom:1px dotted #c8c8c8;
}

#page #group-results #group-links {
	float:right;
	width:230px;
	margin:0 0 15px 15px;
	border:1px solid #032a64;
	background-color:#bad2f6;
	padding:10px;
}

#page #group-results h2 {
	margin-top:0;
	font:bold 14px Arial, Helvetica, sans-serif;
}

#page #group-results #group-links p {
	margin-top:0;
}

#page #group-results #group-links p a {
	color:#032a64;
}

#page #group-results #group-links a.add {
	background-image:url(/images/2009-design/add.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
}

#page #group-results #group-links a.page {
	background-image:url(/images/2009-design/page_icon.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
}

#page #group-results #group-links a.profile {
	background-image:url(/images/2009-design/profile.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
}

#page #member_profile_top {
	width:100%;
	margin-top:20px;
	height:1%;
	overflow:hidden;
}

#page #member_profile_top #profile_topLeft {
	width:220px;
	margin-right:20px;
	float:left;
}

#page #member_profile_top #profile_topRight {
	float:right;
	width:680px;
}

#page #member_profile_top #profile_topRight h2 {
	margin-top:0;
}

#page #member_profile_top #profile_topLeft #linksBox {
	border-top:1px dotted #c8c8c8;
	padding-top:5px;
	margin-top:10px;
}

#page #member_profile_bottom {
	width:100%;
	margin-top:20px;
	height:1%;
	overflow:hidden;
}

#page #member_profile_bottom #profile_bottomLeft {
	width:520px;
	margin-right:40px;
	float:left;
}

#page table td {
	padding:10px 0;
	border-bottom:1px dotted #000000;
}

#page table tr.grey_bkg {
	background-color:#ececec;
}

#page table td.last {
	padding-bottom:0;
	border-bottom:none;
}

#page table.regular td {
	padding-top:0;
	border-bottom:none;
}

#page #pageLeft {
	width:200px;
	float:left;
}

#page #pageLeft ul {
	margin:20px 0 0 0;
	background-color:#8b142a;
}

#page #pageLeft ul.top {
	margin-top:0;
}

#page #pageLeft ul li {
	list-style:none;
	border-bottom:1px solid #c58a95;
	margin-bottom:0;
}

#page #pageLeft ul li a {
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:4px 0 4px 20px;
	color:#ffffff;
	text-decoration:none;
	display:block;
}

* html #page #pageLeft ul li a {
	padding:2px 0 2px 20px;
	margin:0;
}

#page #pageLeft ul li a:hover {
	background-color:#ad1834;
	background-image:url(/images/2009-design/pageLeft_hover.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#page #pageLeft #redblock_shadow {
	width:200px;
	height:5px;
	background-image:url(/images/2009-design/redblock_shadow.gif);
	background-repeat:repeat-x;
}

#page #pageRight {
	width:700px;
	float:right;
}

/*----- Tabbed Pages Elements -----*/

#page #tabbed_box {  
	margin:30px auto 0 auto;
	width:100%;
}

#page .tabbed_box {
	margin-bottom:0;
	margin-top:0;
	padding:0 15px 15px 15px;
}

#page .tabbed_box h2 {
	margin-bottom:10px;
	color:#06012b;
	font:bold 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#page .tabbed_box .tabbed_area {
	padding:0;
	margin-top:20px;
}

#page .tabbed_box .tabbed_area ul.tabs {
	margin:0;
	height:25px;
	border-bottom:1px solid #ad1e35;
}

#page .tabbed_box .tabbed_area ul.tabs li {
	list-style:none;
	display:inline;
}

#page .tabbed_box .tabbed_area ul.tabs li a {
	background-color:#e2e0e0;
	color:#000000;
	padding:5px 10px;
	margin-right:10px;
	text-decoration:none;
	font:13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#page .tabbed_box .tabbed_area ul.tabs li a:hover {
	text-decoration:none;
	color:#000000;
}

#page .tabbed_box .tabbed_area ul.tabs li a.active {
	color:#ffffff;
	background-color:#ad1e35;
}

#page .tabbed_box .tabbed_area .content {
	margin-top:30px;
	color:#000000;
}

#page .tabbed_box .tabbed_area #content_2, #content_3, #content_4, #content_5, #content_6, #content_7 { display:none; }

#page .tabbed_box .tabbed_area ul.tabs {
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}

#page .tabbed_box .tabbed_area .content h2 {
	font:bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:20px;
}

#page .tabbed_box .tabbed_area .content p {
	font:13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:15px;
}

#page .tabbed_box .tabbed_area .content ul {
	margin:0px;
	padding:0px 10px 0 5px;
}

#page .tabbed_box .tabbed_area .content ul li {
	list-style:disc;
	padding:10px 0 0 0;
	margin-left:20px;
	font:13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#page .tabbed_box .tabbed_area .content ul li a:hover {
	text-decoration:none;
}

#page .tabbed_box .tabbed_area .content ul.list li, #page ul.list li {
	padding-top:0;
	margin-bottom:5px;
}

#page .tabbed_box .tabbed_area .content ul li small {
	color:#000000;
	font:italic 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:relative;
	top:0px;
}

#page .tabbed_box .tabbed_area.content ul li:last-child {
	border-bottom:none;
}

/*----- Footer -----*/

#footer {
	width:960px;
	padding:0;
	margin:0 auto 20px auto;
	text-align:center;
	clear:both;
}

* html #footer {
	padding-bottom:20px;
}

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

#footer ul li {
	display:inline;
	margin-right:10px;
	padding-right:10px;
}

#footer ul li.last {
	border-right:none;
}

#footer ul li a {
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer p {
	font:11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	margin-top:15px;
}

#footer p a {
	font:11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer p.center {
	text-align:center;
}

/*jtown style for outreach initiatives listings */

.table-display {
border-spacing: 3px;
}
tr.table-header th {
text-align:center;
}

.required {font-weight: bold;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
TH {font-weight: bold;
"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*
Home page styles according to hirsch's email of Dec 29 2008 */
.home-right-container {
width: 600px;
float:right;
}
.floatLeft {
    float:left;
    margin:0 15px 15px 0;

}

.floatRight {
    float:right;
    margin:0 0 15px 15px;
}

#homepage_innerTop {
    height:1%;
    overflow:hidden;
   margin-bottom:15px;

}

hr {
    border:1px solid #e2e2e2;
    width:300px;
    margin:15px auto;
}


/* -----DONATIONS----------   */


#donations a {
	background-image:url(/images/2009-design/submit.gif);
	background-repeat:repeat-x;
	height:1.5em;
	color:#ffffff;
	border:0;
	padding:5px 15px 5px;
	margin-top:15px;
	text-decoration: none;
}
/*
.donate-photo {
float: left; margin-right: 10px; border: thin solid #2D5899;
}
*/
.fund-container {
		clear:both;
		padding-top: 1em;
		padding-bottom: 1em;
	        background-image:url(/donate/images/donate-background.jpg);
		background-repeat: repeat-x;
		border-bottom: 3px solid #03265A;
	}
.fund-description {
padding-left:300px;
}
.fund-image {
float:left;
width:290px;
text-align: center;
}
