/*
Theme Name: Zepho's Box
Theme URI: http://zephosbox.com
Description: 
Author: Khoros Media
Version: 0.1
License: 
*/

/* CSS Document */

html,
body {
	margin: 0;
	text-align: center;
	font-family: Arial;
}

body {
	background-color: rgb(167, 79, 33);
	background-color: black;
        background-image: url('images/dark_leather.png');
	color: rgb(167, 79, 33);
	line-height: 1.5em;
	font-size: 16pt;
}

.topsection {
	background-color: rgb(211, 134, 87);
	color: white;
	padding: 0.5em;
	text-align: center;

	font-family: Sans-Serif;
	font-size: 18pt;
	font-weight: bold;
}
.site-title {
	display: none;
}

.menu a {
	border-bottom: 5px solid transparent;
	color: white;
	margin-left: 0.5em;
	margin-right: 0.5em;
	text-decoration: none;
	
}

.menu a:hover {
	border-bottom: 5px solid rgb(152, 79, 35);
}

.menu ul {
	display: inline;
	margin-left: 0;
	padding-left: 0;
} 

.menu ul li {
	display: inline;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	border-left: 3px double white;
}
.menu ul li.page-item-18 {
	border-left-width: 0px;
}

#container {
	background-color: white;
	margin: 0 auto 0;
	padding: 0em;
	text-align: left;
	width: 800px;
}

#content {
	overflow: auto;
	padding: 0 1em 0 1em;
}

#content a
{
	color: rgb(211, 134, 87);
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

input,
form,
select,
textarea {
	font-family: Arial;
	font-size: 18pt;
}

.heading-1 {
	color: rgb(211, 134, 87);
	font-family: Georgia, Times;
	font-size: 35pt;
}

.heading-2 {
	color: rgb(152, 79, 35);
	font-family: Georgia, Times;
	font-size: 35pt;
}

.heading-3 {
	color: rgb(152, 79, 35);
	font-family: Georgia, Times;
	font-size: 24pt;
}

.label-cell {
	color: rgb(211, 134, 87);
	text-align: right;
}

#footer {
	color: rgb(167, 79, 33);
	border-top: 1px solid rgb(216, 162, 126);
	clear: both;
	font-size: 10pt;
	margin: 1em auto 0em auto;
	padding-bottom: 1em;
	text-align: center;
	font-style: italic;
}


img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
    height: auto;
    max-width: 100%;
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 12px;
}

fieldset div
{
	float: none !important;
}
