body { font-family: "Avenir", Helvetica, Arial, sans-serif; color: black;}
h1,h2,h3,h4,h5,h6 { 
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-weight: bold; 
  color: black;
}
a { color: #333333; text-decoration: none; }
a:hover { color: #111111; text-decoration: underline; }
hr {
	margin: 3px 0px 5px 0px;
}   

code {
	text-indent: 0px;
	padding: 5px;
	background-color: white;
	display: block;
	font-size: .9em;
	font-family: Courier, monospace;
	margin: 3px 0px 3px 0px;
	text-align: left;
}

.container { padding-left: 30px; padding-right: 30px; padding-bottom: 20px!important;}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 190px;
	height: 322px;
	margin: 0 auto;
	margin-top:14px;
}

#mantra {
	width: 190px;
	height: 16px;
	margin: 0 auto;
	margin-top: 11px;
}
#mantra2 {
	width: 190px;
	height: 16px;
	margin: 0 auto;
	margin-top: 11px;
}

#photo {
	width: 540px;
	height: 360px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background-color: black;
}
#left_col {
	float:left;
}
#right_col {
	margin-top: 15px;
}
#phototext {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#entry h3 {
	color: white;
}

#articles .box {
	background: none;
	color: #333333;
	margin-top: 0px;
	padding: 10px 10px 0px 0px;
}

#features .box {
	background: none;
	color: black;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}
#lowbar {
	position: absolute;
	top: 380px;
	width: 190px;
}

#maincontent a { color: #9C0101; text-decoration: none; }
#maincontent a:hover { color: #9C0101; text-decoration: underline; }
#maincontent h2 a, #maincontent h3 a {color: black; text-decoration: none;}
#maincontent h2 a:hover,#maincontent h3 a:hover {color: black; text-decoration: underline;}

#maincontent .post h2 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2em;
}

#articles .post h3 {
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.3em;
}

#callme {
	width: 190px;
}

#footer{
	font-size: 1.2em;
	color: black;
}

#footer ul, #footer li {
	display: inline;
}

#callme_top, #emailme_top {
	width: 190px;
}

#callme_middle, #emailme_middle {
	width: 190px;
	background-color: black;
	text-align:center;
	padding: 0px;
}

#callme_middle p, #emailme_middle p {
	margin-bottom: 0px;
	padding: 3px 0 3px 0;
	color: white;
}

#callme_bottom, #emailme_bottom {
	width: 190px;
}

#flickr, #twitter {
	letter-spacing: 0.05em;
	line-height: 1.1em;
	font-size: 0.9em;
	margin-top: 20px;
}

#flickr {
	margin-top: 64px;
	font-weight: bold;
}

#mantra, #mantra2 {
	margin: 0px 0 0px 0;
}       

#sidebar ul li.contact {
	margin:0px;
}

#sidebar ul li ul li {
	padding: 3px 0 4px 0px;
}

h3.titler{
	font-weight:bold;
	font-size: 1.8em;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

h3.titler a {color:black;}

#twitter ul {
	  list-style-type:none;
	  display: block;
	  margin-left:0px;
}

#twitter * ul li {
	margin-bottom: 4px;
}

#twitter .entry-meta {
	font-size:.8em;
	display:none;
}

#twitter .from-meta {
	display: none;
}

#slider {
    width: 190px; /* important to be same as image width */
    height: 37px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 190px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 8px/10px Arial, Helvetica, sans-serif;
    padding: 0px;
    width: 0px;
	height: 0px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
#photoContent {
    width: 540px; /* important to be same as image width or wider */
	position: absolute;
	top:0;
    margin-left: 0;
	background-color: black;
}
.photoImage {
    float: left;
    position: relative;
	display: none;
	background-color: black;
	
}
.photoImage span {
    width: 540px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    display: none; 
	position: absolute;
	margin-bottom: 5px;
}
.photoImage span p {
	text-align:right;
	font: .9em/1.1em "Avenir", Arial, Helvetica, sans-serif;
	margin: 5px;
	color: white;
}

.photoImage span h3 {
	font: 1em/1.1em "Avenir", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;
	margin:5px;
	color: white;
}
#photo ul { list-style-type: none;}
#photo .top {
	top: 0;
	left: 0;
}
#photo .bottom {
	bottom: 0;
    left: 0;
}
#phototext {
position: absolute;
bottom: 10px;
right: 10px;
}
#phototext p {
text-align: right;
margin-bottom:0px;
color: white;
text-shadow: black 1px 1px 2px;
}
#phototext a {
text-decoration:none;
color: white;
}
#photo h3 a {
text-decoration:none;
color: white;

}
#photo h3 a:hover {
text-decoration:underline;
color: white;
}
#phototext a:hover {
text-decoration:underline;
}        
.flickrpress-container {
	margin-left: 5px; margin-top:0px;
}    

form.callform ul {
	margin: 1px 1px 1px 0px;
}
form.callform fieldset {
  margin-bottom: 0px;
}
form.callform legend {
  padding: 3px 2px;
  font-weight: bold;
}
form.callform label{
  display: inline-block;
  line-height: 1.5;
  vertical-align: top;margin-bottom: 0px;
}
form.callform fieldset ol {
  margin: 0px;
  padding: 0;
} 
li.caller {
	margin: 0px!important;
	
}
form.callform fieldset li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
form.callform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.callform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.callform fieldset fieldset label {
  display: block;
  width: auto;
}
form.callform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.callform label {
  width: 30px;  /* Width of labels */
}
form.callform fieldset fieldset label {
  margin-left: 33px; /* Width plus 3 (html space) */
}
.button {
	padding: 2px;
	display: inline;
	background-color: black;
	color: white;
	text-decoration: underline;
	border: none;
}    
.button:hover {
	color:#CCC;
} 
.error {
	background-color:red;
}
.logos ul {
	display: block;
	text-align: center;
} 
#lowbar h2 {
	font-size:1.6em;
	line-height: 1.2em;
	margin-bottom: 3px;
}
#sidebar .linkcat  li {
	margin-left: 5px;
}
#maincontent .post h2	{ margin-bottom: 0px; }
p.small {
	margin-bottom:0px;
} 
#features .entry p {
	text-align: left;
	margin-bottom: 0px;
	font-size:1.0em;
	display: inline;
}
#articles .entry {
	line-height: 1.2em;
}
#articles .entry p, #articles .entry a {
	display: inline;
	font-size: 0.9em;
}
#articles .entry a { 
color: #9C0101;
}
#nav {
/* 	margin: 0 auto; */
	margin: 0px;
	width: 540px;	
	background-color: none;
	color: black;
	padding: 2px 0px 2px 0px;  
	position: relative;
	text-align: center;
	background: url(../images/40.png) repeat;

}
#nav ul {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li, #subnav li
{
	display: inline;
	padding: 0px;
	margin: 0px;
}
#nav li a, #subnav li a {
/* 	padding: 5px; */
}
#nav li.cat-item a {
	color: white;
	background: none;
}
#nav li.current-cat a {
	color: black;
	text-decoration: none;
	background: #EEE url(../images/20.png) repeat;
}
#maincontent {
}
#articles .post {
margin-bottom: 5px;
padding: 5px;
background: url(../images/milk.png) repeat;
}
.box {
background-color: none;
}

#photo a { color: white; }
#photo a:hover { color: white; text-decoration: underline; }

.sticky {
	padding: 5px;
	background: url(../images/40.png) repeat;
	margin-bottom: 10px;
}
#features .sticky .entry  p {
font-size: 1.1em;
}
#features .sticky   h2 {
font-size: 1.8em;
}
#maincontent .content .post h2 {
font-size: 3.0em;
}
.content h3 {
font-size: 1.8em;
}
.content #entry p {
text-indent: 1.5em;
}
.content .post .entry p img{
text-indent: 0;
}
#commentform p {
text-indent: 0;
}
.post p {
text-indent: 1.5em;
margin-bottom: 0px;
font-size:1.2em;
}
.post p.small, #slug {
	text-indent: 0;
	font-size: .8em;
}
.content .post {
	padding: 0px;
	margin: 20px;
}
.entry {
margin-bottom: 10px;
}
.post .entry p {
font-size: 1.2em;
line-height:1.3em;
}
ol.commentlist {
list-style-type:none;
margin-top: 0px;
margin-left: 0;
}
.post .commentlist p {
text-indent: 0px;
color: black;
}
.post .small {
margin-bottom: 5px;
}
.comments-odd {
	background: url(../images/40.png) repeat;
}
.comments-even {
	background: url(../images/20.png) repeat;
}
.donate_button {
	margin-top: 20px;
}
.donate_button img {
	border: none;
}
.donate_submit{
	background-color: #9C0101;
	position: relative;
	width: 190px;
	margin: 0px;
	text-align: center;
	border: none;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	display:block;
}
input {
	font-family: "Avenir", Helvetica, Arial, sans-serif;
	border: none;
	text-align: center;
	padding: 5px;
	margin: 2px 2px 2px 0px;
}
.donate_sumbit ul li.selected {
	display: block;
}
.donate_submit ul li.unselected {
	display: none;
}
#donaters{
	background-color: #9C0101;
	width: 190px;
	margin: 0px;
	text-align: center;
	border: none;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	position: relative;
}
.donater {
	font-family: "Avenir", Helvetica, Arial, sans-serif;
	border: none;
	text-align: center;
	padding: 5px;
	margin: 2px 2px 2px 0px;
	display: block;
}
.vimeoBadge { margin: 0; padding: 0; font: normal 11px verdana,sans-serif; }
.vimeoBadge img { border: 0; }
/*
.vimeoBadge a, .vimeoBadge a:link, .vimeoBadge a:visited, .vimeoBadge a:active { color: #3A75C4; text-decoration: none; cursor: pointer; }
.vimeoBadge a:hover { color:#00CCFF; }
*/
.vimeoBadge #vimeo_badge_logo { display: none; margin-top:10px; width: 57px; height: 16px; }
.vimeoBadge .credit { font-size:0.6em; }
.vimeoBadge .clip { padding:0; margin:5px 0px 0px 0px; }
.vimeoBadge .caption { font-size:0.9em; width:200px;  }
.oembed-flickr-title { font-size:0.9em!important; padding: 5px; background-color: black; text-indent: 0!important; border-top: white 1px solid;}
.oembed-vimeo { text-indent: none; margin: 5px 0px 5px 0px;}
.oembed-flickr {width: 500px; margin: 5px 0px 5px 0px; background-color: black; text-align: center;  }
div.flickr-thumb {
	float: left;
	border: none!important;
	padding: 0px!important;
	margin: 0px 5px 5px 0px!important;
	height: 95px!important;
	width: 95px!important;
}
div.flickr-thumb img.photo {
width:91px;
height: 91px;
}
.flickr-gallery {
margin-left: 0px!important; margin-right: 0px!important; }
#left_col .flickr_item {
	background: none;
	border: none;
	margin: 0px 3px 5px 0px;
	padding: 0px;
 }
#left_col .flickr_item img{
 width:90px;
 height:90px;
 }
#left_col .flickrpress-container {
margin-left: 0px;
padding: 0px;
text-align: left;
}
.flickrpress-items {
margin: 2px 0px 0px 0px;
padding: 2px 0px 0px 0px;
}
