/* main fundastache css */

@import url(themes/carousel/fundastache.css);

body {
	background-color: #827561;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
	color: #3b2313;
}

h1,h2,h3,h4{
	font-weight: bold;
	letter-spacing: -.05em;
/*	font-family: Georgia, Times, 'Times New Roman', serif;*/
}

a img {
	border: none;
}

textarea {
	width: 90%;
	height: 180px;
	font-size: .8em;
	padding: .8em;
}

blockquote {
	border-left: 4px #A1988D solid;
	padding-left: .5em;
}

strong {
}

form {
	text-align: center;
	font-size: 1.5em;
}

input {
	font-family: Georgia, Times, 'Times New Roman', serif;
}

input[type=text], input[type=password] {
	width: 90%;
	font-size: 1.5em;
	padding: .1em;
	text-align: center;
}

label {
	padding-top: .5em;
	font-size: .8em;
}

#container {
	width: 750px;
	margin: 0 auto;
	background: #F2E4D0;
}

#sidebar {
	float: right;
	width: 220px;
	border: 1px #000 solid;
	padding: 1em;
}

#footer {
	padding-top: 5em;
	text-align: right;
	font-size: .8em;
	clear: both;
}

.clear {
	clear: both;
}

.published_false .blog_title {
	text-decoration: line-through;
}

.published_false .blog_body {
	display: none;
}

#notices, #errors {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 90%;
	margin: 0,auto;
	background: #FFF;
	padding: 1em;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.2em;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	z-index: 1000;
}

#notices ul, #errors ul {
	/*list-style: none;*/
}

#notices li, #errors li {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#errors {
	background-color: #F99;
}

#notices {
	background-color: #FFF978;
}

/*
#tools_menu {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #B2B2B2;
	padding: 1em;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}


#tools_menu {
	float: left;
	width: 100px;
	background-color: #B2B2B2;
	padding: 1em;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
*/

#control_overlay {  
    background-color:#000;  
} 
 
.modal {  
    background-color:#fff;
    padding:10px;  
    border:8px solid #fff;  
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;  
} 
 
.tooltip {  
    border:1px solid #000;  
    background-color:#fff;  
    height:25px;  
    width:200px;  
} 
 
.simple_window {  
    width:250px;  
    height:50px;  
    border:1px solid #000;  
    background-color:#fff;  
    padding:10px;  
    text-align:left;  
} 
 
.window {  
    background-image:url("/stylesheets/window_background.png");  
    background-position:top left;  
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;  
    padding:10px;  
    text-align:center;  
    min-width:150px;  
    min-height:100px;  
} 
 
.window .window_contents {  
    margin-top:10px;  
    width:100%;  
    height:100%;      
} 
 
.window .window_header {  
    text-align:center;  
} 
 
.window .window_title {  
    margin-top:-7px;  
    margin-bottom:7px;  
    font-size:11px;  
    cursor:move;  
} 
 
.window .window_close {  
    display:block;  
    position:absolute;  
    top:4px;  
    left:5px;  
    height:13px;  
    width:13px;  
    background-image:url("/stylesheets/window_close.gif");  
    cursor:pointer;  
    cursor:hand;  
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 90;
  width: 100%;
  height: 1000%;
}

.darken {
  background-color: #000;
}

.modal {
  background-color: #FFF;
  border: 6px #666 solid;
}

#modal_content {
  height: 90%;
}

.hide {
  display: none;
}

#modal_title {
  background-color: #EEE;
  padding: .25em;
}
	
.moustache {
	margin: .5em;
	padding: .5em;
	min-height:210px;
	width: 360px;
	/*border: 1px #000 solid;*/
	float: left;
	font-size: .9em;
}

.moustache_image {
	height: 200px;
	width: 200px;
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}

#logged_in_tools {
	float: right;
	margin-top: -220px;
	font-size: .8em;
	background-color: #CEC3B3;
	padding: .5em 2em;
}

#logged_in_tools ul {
	display: inline;
}

#logged_in_tools ul {
	display: inline;
}

#firstvgiving_setup img {
	margin: 1em;
}

#firstvgiving_setup li {
	border-bottom: 1px #3b2313 dotted;
	padding: 1em;
	margin-bottom: 2em;
}

#donate_now {
	background-color: #B4361C;
	color: #FFF;
	border: 3px #2A261F solid;
	text-align: center;
}

#donate_now a {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: .5em;
	width: 100%;
}

#disqus_thread{
	padding: 1em;
	margin-top: 2em;
	background-color: #F7F0E7;
	border: 2px #3b2313 solid;
}

#amount_raised{
	display: none;
}

.moustache_info {
}

.moustache_info h2 {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.moustache_info h2 a {
	text-decoration: none;
}

.moustache_info h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: .5em;
	font-family: Arial, Helvetica, sans-serif;
}

#blog_thumb {
	margin-top: 1em;
}

.blog_title a {
	text-decoration: none;
}