/*
Theme Name: TeaParty Theme
Theme URI: http://wordpress.org/
Description: Theme for the San Antonion Tea Party.
Version: 1.31
Author: Loreto Gabawa
*/

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, table,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-indent: 0;
	font-family: Arial;
	font-size: 13px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height:1.5;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
a, a:visited{
	color:#000;
}
/* End of CSS Reset */

#body {
	background: url(images/pattern.png) top left repeat;
}
#outer-wrapper {
	text-align: center;
}
#inner-wrapper {
	text-align: left;
}
#outer-header {
	text-align: center;
	background: url(images/pattern-header.png) #1b0904 top left;
}
#top-header {
	background: url(images/top-header.png) top left repeat-x;
	height: 32px;
	text-align: center;
}
#top-header-text {
	background: url(images/top-header-text.png) top left no-repeat;
	width: 703px;
	height: 32px;
	margin: 0px auto;
}
#inner-header-shadow {
	background: url(images/inner-header-shadow.png) top left repeat-x;
	height: 206px;
}
#inner-header {
	background: url(images/inner-header.png) top left no-repeat;
	width: 1200px;
	height: 206px;
	margin: 0px auto;
}
#bottom-header {
	background: url(images/bottom-header.png) top left repeat-x;
	height: 8px;
}
#donate {	
	float: right;
	width: 49%;
	height: 100%;
	text-align: left;	
}
#donate a img {
	position: relative;
	top: 60px;
	left: 140px;
}
#san-antonio {	
	float: left;
	width: 49%;
	height: 100%;	
	text-align: left;	
}
#san-antonio a img{
	position: relative;
	top: 60px;
	left: 170px;
}
#outer-body {
	background: url(images/outer-body-shadow.png) top left repeat-x;
	text-align: center;	
}
#inner-body {
	width: 968px;
	margin: 0px auto;	
}
#inner-body-background {
	background: url(images/inner-body-background.png) top left repeat;
}
#inner-body-gradient {
	background: url(images/inner-body-gradient.png) top left repeat-x;
}
#inner-body-left-shadow {
	background: url(images/inner-body-left-shadow.png) top left repeat-y;
}
#inner-body-right-shadow {
	background: url(images/inner-body-right-shadow.png) top right repeat-y;
}
#inner-body-top-left-corner {
	background: url(images/inner-body-top-left-corner.png) top left no-repeat;
}
#inner-body-top-right-corner {
	background: url(images/inner-body-top-right-corner.png) top right no-repeat;
}
#main-body {	
	padding: 20px;
	text-align: left;	
}
#inner-body-bottom {
	background: url(images/inner-body-bottom.png) top left repeat-x;
	height: 24px;
}
#inner-body-bottom-corner-right {
	background: url(images/inner-body-bottom-corner-right.png) top right no-repeat;
	height: 24px;
}
#inner-body-bottom-corner-left {
	background: url(images/inner-body-bottom-corner-left.png) top left no-repeat;
	height: 24px;
}
#footer-wrapper {
	text-align: center;	
}
#footer-main {
	width: 968px;
	margin: 0 auto;
	height: 50px;
}
#footer-main p {
	margin-top: 5px;
}
#footer-main ul.footer-nav li {
	display: inline;
	margin-right: 10px;
}
#footer-main ul.footer-nav li a {
	color: #fbf7d7;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
}
#footer-main .footer-copy a {
	color: #f2e5c4;
	text-decoration: underline;
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
}
.border-divider {
	background: url(images/border.png) 72% 0 repeat-y;	/* this will separate #content and #sidebar and wraps around the two */	
}
.content-page {
	float: left;
	width: 655px;
	padding: 15px 5px 5px 5px;
}
.content-home, #content {
	float: left;
	width: 664px;		
}
.post {
	padding: 10px;
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
}
.post h2, .post h2 a, .post h3, .post h3 a {
	margin-bottom: 10px;
	color: #800000;
/*changed color for h2, .post h2 a, .post h3, .post h3 a from #372417 to #800000 - 3Apr11 Don Krebs*/	
font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
/* .post h3, .post h3 a {
    color: #800000;
}*/

/*I added code to set h3 to red color, Don Krebs, 25Jan11 */

.post  .entry p {
	margin-bottom: 15px;
}.post .entry {	margin-top: 10px;}
.post p {
	font-size: 12px;
}
.post p a {
	color: #650b13;
}
/*.recent-left, .recent-right {	
	
}
.recent:nth-child(odd) {
	float: left;
}
.recent:nth-child(even) {
	float: right;
}*/
.recent  ul {
	float: left;
	margin: 5px 5px;
	padding: 5px;
	width: 300px;		
}
.recent ul li {
	margin-bottom: 10px;
	font-size: 13px;
}.recent ul li p{	line-height: 15px;}.recent ul li strong{	font-weight: bold;}
.recent ul li a {
	color: #650b13;
	font-weight: bold;
}.recent-left h2, .recent-right h2, .lrecent h2 {	font-size: 14px;	font-weight: bold;	color: #650b13;}
.recent-left, .recent {
	width: 45%;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 5px;	
}.recent-right {	width: 45%;	float: right;	margin: 5px 5px 5px 5px;	padding: 5px;}
.recent  h2 a, .recent-right  h2 a, .recent-left  h2 a{
	color: #372417;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.recent p, .recent-right p, .recent-left p {
	margin: 10px 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.recent p a, .recent-right p a, .recent-left p a {
	color: #650b13;
	text-decoration: underline;
}
#body-nav li, .menu li {
	position: relative;
}
#body-nav li a, .menu li a{
	color: #372715;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
}
#body-nav li:hover ul li, .menu li:hover ul li {
	display: block;
}
#body-nav li:hover ul, .menu li:hover ul {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#body-nav li ul, .menu li ul {
	position: absolute;
	top: 16px;
	left: 0;
	background: url(images/inner-body-background.png) top left repeat;
	z-index: 999;
}
#body-nav li ul li, .menu li ul li {
	display: none;
	list-style: none;	
	width: 200px;
	padding: 5px 10px;
	margin: 0;
}
#body-nav li ul li a:hover, .menu li ul li a:hover {
	color: #610603;
}#body-nav, .menu {	margin: 10px 0px;	text-align: left;}#body-nav li, .menu li {	display: inline;	margin: 0px 10px;	text-align: left;}#body-nav li a, .menu li a{	color: #372715;	font-weight: bold;	font-family: Arial;	font-size: 12px;	text-decoration: none;}
#sidebar {
	float: right;
	width: 240px;
	direction: rtl;	
	padding: 10px;	
	text-align: left;	
}
#sidebar form input {
	display: block;
	margin-bottom: 5px;	
}
#sidebar form input[type=text] {
	width: 230px;
	border: 1px solid #422d18;
	direction: ltr;
	font-size: 13px;
	padding: 5px;
}
#sidebar form input[type=submit] {
	/*background: url(images/get-newsletter-now.png) no-repeat; I think I need to rem out this image, but I am still thinking about it-25Jan'11-dk*/
        background: #5a0805;
	border: 0;
        color: #fff;
        padding: 2px 0;
	width: 121px;
	/*height: 21px;*/
}
#sidebar h2 {
	margin: 15px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}
#sidebar ul li {
	list-style: none;
	color: #372417;	
	font-weight: bold;	
	font-size: 13px;
	font-family: Arial;
	line-height: 20px;
}
#sidebar a {
	color: #650b13;
}
.widgettitle {
	width: 100%;
	background-color: #5A0805;
	padding: 3px;
        color: #fff;
}
.ann-item h1, .ann-item h2 {
	padding-bottom: 8px;
  font-weight: bold;
	font-size: 16px;		font-family: Arial;}
.ann-item p  {	padding-bottom: 5px; padding-top: 5px;	line-height: 15px;}
.clear {
	clear: both;
	background: url(images/border.png) bottom left repeat-x;
	height: 10px;
}
#body-nav-top {
	background: url(images/body-nav-top.png) top left repeat-x;
	height: 7px;
}
#body-nav-bottom {
	background: url(images/border.png) top left repeat-x;
	height: 1px;
}
small {
	font-size: 11px;
}
#ajax-calendar-1 {
	direction: rtl;	
}
#ajax-calendar-1 #giraffe_calendar {
	width: 100%;	
}
#wp-calendar {
	width: 100%;
	direction: ltr;
	text-align: right;
}
#wp-calendar caption{
	font-size: 16px;
}
#wp-calendar thead tr th{
	font-weight: bold;
}
#calendar_wrap table {
	width: 100%;
	direction: ltr;
}
#calendar_wrap table caption{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
#calendar_wrap table thead tr td{
	font-weight: bold;
}
.commentlist li {
	margin-bottom: 20px;
}
.commentlist li a {
	font-size: 12px;
	color: #372715;
}
.fn, .fn a {
	font-size: 14px;
	color: #372715;
	font-weight: bold;
	font-family: Arial;
}
.announcement  { 	padding: 10px; 		margin: 10px 5px;}
.ann-item {	margin-bottom:10px; line-height: 17px; }
.announcement .ann-item ul {
	float: left;	
	margin-right: 10px;	
	margin-bottom: 10px;		
	width: 194px;	
	padding: 3px;	
	min-height: 160px;	
	font-size: 13px;	
}
.announcement .ann-item ul li {
	margin-bottom: 10px;
}
.announcement .ann-item  a{
	font-size: 13px;
	margin-bottom: 15px;
	color: #650b13;
	font-weight: bold;	
}
.announcement .ann-item  a:hover {
	text-decoration: underline;
}
.comment-link{
	margin-bottom:10px;
}
.comment-link a,.comment-link a:visited {
	text-decoration:underline;
	color:#000;
	padding:1px;
}
.comment-link a:hover{
	text-decoration:none;
	background:#260B04;
	color:#fff;
}
#respond {
	padding: 5px;
	line-height: 20px;
}
#respond p {
	margin-bottom: 10px;
}

/* PNG Fix for IE*/
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}@charset "utf-8";
/* CSS Document */

.disclaimer {
	font-style:italic;
	font-size: 11px;
}
/* Change below by Barbara on 07.28.2011 */
.sub-menu .sub-menu { 
	margin-top: 10px;
	margin-left: 100px;
}
/* End Change by Barbara on 07.28.2011 */

