/*
File:			custom.css
Description:	Custom styles for Thesis
*/

body.custom { background: #ED5094; }

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #525252;
    border: 0.4em solid #525252;
}

.custom #page { background: #fff; }

.custom .comments_closed p { display: none; }

.custom #header { border-bottom:none;
	width: 960px;
	height: 200px;
	padding-top:0;
	padding-bottom:10px;
	background:url('http://www.intuichic.com/wp-content/themes/thesis_16/custom/images/header.jpg') no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

.custom .menu {
	background:#DDDDDD;}
	.menu {
		background:#DDDDDD;}

.custom .HL {
         background: #FFFFCC;
         color: #000000;}

.custom .format_text input {
         border:0;
         padding:0;
         width: auto;}

.custom .box-table-a
{
	margin: 10px;
	width: 450px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #525252;
	border-bottom: 7px solid #525252;
}
.custom .box-table-a th
{
	padding: 8px;
	background: #ECECEC;
	border-right: 1px solid #525252;
	border-left: 1px solid #525252;
	color: #039;
}
.custom .box-table-a td
{
	padding: 8px;
	background: #ECECEC; 
	border-right: 1px solid #525252;
	border-left: 1px solid #525252;
	color: #525252;
}

.custom .box-table-b
{
	margin: 20px;
	width: 900px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #525252;
	border-bottom: 7px solid #525252;
}
.custom .box-table-b th
{
	padding: 8px;
	background: #ECECEC;
	border-right: 1px solid #525252;
	border-left: 1px solid #525252;
	color: #039;
}
.custom .box-table-b td
{
	padding: 8px;
	background: #ECECEC; 
	border-right: 1px solid #525252;
	border-left: 1px solid #525252;
	color: #525252;
}
.custom .audioplayer_container
{
	text-align: right;
}
.custom .blockquote {
        margin: 1em 3em;
        padding: .5em 1em;
        border-left: 5px solid #fce27c;
        background-color: #f6ebc1; 
}
.custom .blockquote p {
        margin: 0; 
}
