/*
File:			custom.css
Description:	Custom styles for Thesis


/* Custom background */
body.custom {
    background: transparent url(images/mosaic-background-right.jpg) repeat-y right; 
    font-family:"Century Gothic","Apple Gothic",Trebuchet MS,sans-serif;
}

.custom #page {
background:none repeat scroll 0 0 transparent;
}

/* Custom clickable header */

.custom #header { padding: 0; }
.custom #header #logo { text-indent: -9999px; }
.custom #header #logo a { display: block; height: 195px; width: 900px;  background: url(images/logo.png) no-repeat; outline: none; }


/*Unstyled NAV bar*/

.custom .menu {
	border:none;
}
.custom .menu a {
	border:none;
	background-color: transparent;
	text-decoration: none;
	letter-spacing: normal;
	font-size: 15px;
}
.custom .menu a:hover {
	background-color: transparent;
	text-decoration: underline;
}
.custom .menu .current {
	font-weight: bold;
}
.custom .menu, .menu a, .menu li ul {
border-color:transparent;
background: white;
float: right;
}

/* Hide comments are closed */
.comments_closed p {
color:#888888;
letter-spacing:1px;
text-transform:uppercase;
display: none;
}

.custom .format_text h2, .format_text h3 {
font-size:1.35em;
}

/* Code to adjust size of giant paypal button and to control CF7 radio button alignment */

.custom .format_text input, #commentform input, #commentform textarea {
width:auto;
}
