
body {
	font-family: verdana;
	line-height: 150%;
	font-size: 13px;
	color: #555;
	margin:0;
	padding:0;
	

}
p {
	margin: 0.2em 0em 1em 0em;
}
img {
	border:0;
}
form {
	margin:0;
	padding:0;
}

a,h1,h2,h3,h4,h5,h6 {
	color: #990066;
}

a {

	text-decoration: underline;
	cursor:pointer;
	
}


ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Georgia, Verdana;
	line-height: 160%;
	margin:0;
	margin-bottom: 0.4em;

}
h1 { font-size: 300%;  }
h2 { font-size: 225%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 110%; }




h3 {
	color: #A5006F;
	
}

input,textarea {
	font-family: verdana;
	font-size: 14px;
	padding: 3px;
}


form label {
	display:block;
	color: #D3008C;
}

.clr {
	font-size: 0px;
	line-height: 1px;
	height: 1px;
	clear:both;
}



form textarea.c_input {
	width: 60%;
	height: 100px;
}
form input.c_input {
	width: 40%;
}
form .c_input {
	border: 1px solid #FCE;
}
form .field {
	margin-bottom: 10px;
}



div.wrapper { 
	width: 958px;
	text-align: left;
}

body.colored {
	background: #f5f5f5 url(img/body_grad.png) repeat-x;
}


div#header {
	background: transparent url(img/header_main.gif) no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	/* border-bottom:3px solid #FFEEF7; */
}
#header .wrapper {
	position: relative;
	height: 160px;
}
#header h1 {
	margin: 0;
	left: 0px;
	top: 42px;
	width: 375px;
	height: 96px;
	position: absolute;
	
	
}
#header h1 a {
	text-indent: -10000px;
	overflow:hidden;
	width: 100%;
	height: 100%;
	display:block;
}

#header .beta {
	
	text-indent: -10000px;
	overflow:hidden;
	
	display:block;
	
}

#mainbody {
	background: transparent url(img/mainbody_grad_main.png) repeat-y;
}
div.mainbody_grad_top, div.mainbody_grad_bottom {
	line-height: 1px;
	font-size: 1px;
	padding: 0px;
	margin: 0px;
	height: 13px;
	background: transparent url(img/mainbody_grad_top-bottom.png) no-repeat;
	
}
div.mainbody_grad_bottom {
    background-position: 0px -13px;
	height: 40px;
}



#holywebform {
	background: #FFF0F8;
	border:3px solid #FFCCEE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
	
	
}

#misc_stuff {
	background: #999;
	padding: 12px;
	font-size: 10px;
	line-height: 120%;
	height: 148px;
}
#misc_stuff .col {
	width: 33%;
	float:left;
}
#misc_stuff,#misc_stuff h3,#misc_stuff a {
	color: #FFF;
}

#mainwrap div.section {
	margin: 0px 24px 20px 24px;
	padding-top: 10px;
	
}


#holywebform_entries .entry {
	border-bottom: 1px dashed #DDD;
	padding: 8px 0px 8px 0px;
	margin: 12px 0px 12px 0px;
}
#holywebform_entries .entry .name {
	font-weight: bold;

}
#holywebform_entries .entry .details {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}


/************** SPECIAL FOR BLOG *******************/
.tumblr-post-url {
	font-size: 80%;
	text-align: right;
}

