/*KJ 151107 Changes
Home Page:
- Removed border at the top of the page (.home #bg_container)
- Hid title (hi.entry-title)
- Removed home page specific Nav image (body.home #access)
- Removed negative margin (.home #main)
*/


/*KJ 151111 Changes
Home Page:
- Change 3 images at bottom width to %. (ul.hm_categories, ul.hm_categories li, ul.hm_categories li img) 
*/


/*--------------------------------------------------------------
Carnevale Fantastico Colors

Pale Yellow
Web: #f0e5c0
CMYK: 6, 7, 27, 0

Bright Red
Web: #880000
CMYK: 27, 100, 100, 34

Dark Red
Web: #670001
CMYK: 33, 99, 97, 52

Gold
Web: #f3a20b
CMYK: 3, 41, 100, 0

Dark Blue
Web: #1b005f
CMYK: 100, 100, 21, 32

Bright Blue
Web: #20006d
CMYK: 99, 100, 18, 24






/* =Global Elements
-------------------------------------------------------------- */
body {
	background: url(imgs/bg_bluesquares.jpg) repeat #1b005f fixed;
	color: #f0e5c0;
	margin: auto;
	min-width: 1450px;/*KJ 151111*/
	width: 100%; /*KJ 151111*/
}


body, input, textarea {
	font-family: 'Alice', Georgia, serif;
    font-size: 17px;
    line-height: 1.75em;
	/*color: #f0e5c0;*/

}

textarea {
color: #000000 !important;
}

#wrapper {
	width: 100%;
	
}

p, ul, ol, dd, pre {
    margin-bottom:22px;
	color: #f0e5c0;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    height:1px;
    margin-bottom:22px;
}
.ie7 hr {
	background-color:transparent;
	color:#ccc;
}
a:link {
    color:#f0e5c0;
}
a:visited {
    color:#f0e5c0;
}
a:active,
a:hover {
    color: #f3a20b;
}

div.yellowbackground {
	padding: 10px;
	background: #f0e5c0;
	color: #1f3540;
	}

div.yellowbackground p {
	color: #1f3540;
}

div.yellowbackground a:link {
	color: #1f3540;
}

/* =Header
-------------------------------------------------------------- */

#header {
    z-index: 200;
}
#branding {
    padding:0px 0 44px 0; /*KJ*/
	margin-top: -22px !important; /*KJ*/
	/*width in function.php*/
	margin: 0 auto;
	position: relative;
}

#header {
margin-top: 0px; /*KJ*/
}
#blog-title {
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    height: 71px; /*KJ*/
    font-size: 1.5em; /*KJ*/
	font-weight: bold; /*KJ*/
    overflow:visible;
    z-index:100;
	background: url(imgs/bg_nav.png) no-repeat center; /*KJ*/
	/*width: 1100px;*/ /*KJ 151111*/
	width: 1450px; /*KJ 151111*/
	margin: 0 auto;/*KJ*/
	/*box-shadow:0px 10px 15px -5px #000000;*/	 /*KJ*/
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu {
	line-height:1.0;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:10em; /* match ul width */
	top:10px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}


/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
	margin-left:1px;
}
.sf-menu a {
	/* padding:14px 20px; */ /*KJ*/
	text-decoration:none;
	margin-left:-1px;
	font-size: 1.5rem;
}
.ie7 .sf-menu a {
	width:100%;
}
.sf-menu .current-menu-item a,
.sf-menu .current-menu-parent a,
.sf-menu .current-menu-ancestor a,
.sf-menu .current-post-ancestor a,
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#880000;
}
.sf-menu li {
	padding:14px 20px; /*KJ*/
	display: block;
}
.sf-menu li li {
	background: #f3a20b;
	z-index: 100;
	padding: 0px;
	margin: 0px;
}

.sf-menu li li a {
	display: block;
	padding: 10px;
	font-weight: normal;
}

.sf-menu li li a:hover {
	background: #880000;
	color:  #f0e5c0;	
}

.sf-menu li li li {
	background: #f3a20b;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
	color: #f0e5c0; /*KJ*/
	/* font-size: 0; */ /*KJ*/
}


.sf-menu li:hover:after, .sf-menu li.sfHover:after,
.sf-menu a:focus:after, .sf-menu a:hover:after, .sf-menu a:active:after {
    /* content: attr(title); *//*KJ*/
    /* font-size: 1.5rem; *//*KJ*/
}


.sf-menu ul {
    border-bottom: 0px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	 top: 54px; /*KJ*//* overriding essential styles */
	 left: 15px;
}
.sf-menu ul ul {
    margin-top:0;
}

.sf-menu ul ul {
    left: 8em !important;
	top: 0 !important;
}

.sf-menu ul ul, .sub-menu {
	max-width: 8em !important;
}

.sf-menu ul ul li {
	width: 13rem !important;
}

.sf-menu ul a {
    background: none;
	border-bottom:none;
	font-size: 1.25rem;
}
.sf-menu ul a:hover {
    color: #f0e5c0;
}

/* =Content
-------------------------------------------------------------- */

#container, #content { /*KJ*/
	float: none;
	margin: 0 auto;
	width: 960px;
}

#main {
	margin: 0 auto;
    clear:both;
    /* padding:66px 0 22px 0; */ /*KJ*/
	width: 100% !important; /*KJ*/
	margin-top: -25px;/*KJ*/
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-size:1.6em;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
	letter-spacing: .03em;
	
}
.entry-title a {
    color: #f0e5c0;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #f3a20b;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n, .entry-meta .nickname {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding: 15px 0 0 0;/*KJ*/
	font-size: 20px;
	line-height: 1.5em;
}
.entry-content h1,
.entry-content h2 {
    font-size: 1.2em;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:1em;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:.6em;
    font-weight:bold;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
	clear:both;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.page .edit-link {
	clear:both;
	display:block;
}
.page-link {
	clear:both;
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	clear:both;
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px;
}
#comments-list h3 {
	padding-bottom: 0;
}
#comments-list,
#comments-list ul {
    list-style:none;
}
#comments-list ul,
#comments-list ol {
    padding-bottom: 18px;
}
#comments-list ul ul,
#comments-list ol ol,
#comments-list ul ul ul,
#comments-list ol ol ol {
    padding-bottom:0;
}
#comments-list .comment {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul .comment {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
	padding: 18px 0 24px;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-10000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current-menu-item a,
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current-menu-item .menu-item a,
.aside .current_page_item .menu-item a {
    color:#666;
}
.aside .current-menu-item .menu-item a:hover,
.aside .current-menu-item .menu-item a:active,
.aside .current_page_item .menu-item a:hover,
.aside .current_page_item .menu-item a:active {
    color: #FF4B33;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background: url(imgs/bg_footer.jpg) repeat;
	position: relative;
	height: 200px; /*KJ*/
	border-top: 10px solid #f3a20b;
}

#siteinfo { /*KJ*/
    color:#f0e5c0;
    font-size: 1em;
	background: #880000;
	height: 40px; 
	width: 100%;
	margin-top: 200px;
	position: absolute;
	bottom: 0;

}

#siteinfo #siteinfo_content { /*KJ*/
	width: 940px;
	margin: 0 auto;
	padding: 0px;
}

#siteinfo #copyright { /*KJ*/
	float: left;
}

#siteinfo #bug { /*KJ*/
	float: right;
}
#siteinfo a {/*KJ*/
    color: #f0e5c0;
}
#siteinfo a:active,
#siteinfo a:hover { /*KJ*/
    color: #f0e5c0;
	text-decoration: underline;
}


/* =Carnevale Custom Styles
-------------------------------------------------------------- */

/* =Sponsors
-------------------------------------------------------------- */
#sponsors {
	background: #f0e5c0;
	width: 100%;
	padding: 20px 0px;
	float: left;
	border-top: 10px solid #f3a20b;
	border-bottom: 10px solid #f3a20b;
	


}

#sponsors .images {
	width: 960px; /*was 960*/
	margin: 0 auto;
	padding: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

#sponsors .images img {
	margin: 0px;
	padding: 0px;
	margin: 10px 20px 10px 20px;
	vertical-align: middle;
}

#sponsors h2 {
	text-align: center;
	font-size: 1.75em;
	color: #880000;
	font-weight: bold;
}

.diamonds {
	height: 50px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.no_margin {
	margin: 0px !important;
}


/* =Search
-------------------------------------------------------------- */

#access-search {
	float: right;
	margin-top: 8px;
	margin-right: 80px;
}

#searchform input[type="text"] {
	background: #f0e5c0;
	border: 0px;
	border-radius: 6px;
	width: 270px;
	padding: .35em .5em;
	color: #1f3540;
	vertical-align: baseline;
	*vertical-align: middle;
	line-height: 1em;
}

#searchform input#s {
}


#searchform input[type="submit"] {
	background: #880000;
	border: 0;
	color: #f0e5c0;
	border-radius: 6px;
	cursor: pointer;
}

#searchform input[type="submit"]:hover {
	color: #880000;
	background: #f0e5c0;
}

/* =CF styles
-------------------------------------------------------------- */
#ticket_button a { /*KJ*/
	background: url(imgs/btn_tickets.png) no-repeat bottom; /*KJ*/
	width: 130px;
	height: 115px;
	display: block;
	text-align: center;
	color: #f0e5c0;
	text-decoration: none;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.25em;
	padding-top: 10px;
	-webkit-filter: drop-shadow(3px 5px 5px #000000);
	 filter: drop-shadow(3px 5px 5px #000000);
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 /* float: left; */
	 /* margin-right: 50px; */

	
}

#ticket_button a:hover { /*KJ*/
	padding-top: 60px;
}

#social {
	float: right;
	/*margin-top: 10px;*//*KJ 151111*/
	margin-top: -50px;
	margin-right: 20px;
}

#social a {
	margin-left: 10px;
	height: 47px;
	width: 47px;
	display: inline-block;
}

#social a.twitter {
	background: url(imgs/btn_twitter.png);
}

#social a.twitter:hover {
	background: url(imgs/btn_twitter_o.png);
}

#social a.facebook {
	background: url(imgs/btn_FB.png);
}

#social a.facebook:hover {
	background: url(imgs/btn_FB_o.png);
}

#social a.googleplus {
	background: url(imgs/btn_google.png);
}

#social a.googleplus:hover {
	background: url(imgs/btn_google_o.png);
}

#info /*logo*/ {
	width: 1010px;
	/*float: left;*/
	height: 75px;
	overflow: hidden;
	/*margin-left: 220px;*//*KJ 151111*/
	margin: 0 auto; /*KJ 151111*/
	background: #880000;
	text-align: center;
}

.copy {
	font-size: 20px;
	line-height: 1.5em;
	width: 960px;
	margin: 0 auto;
}

.home .copy {
	position: relative;
	top: -200px;
}

.home #main {
	/*margin-bottom: -125px;*/ /*to compensate for the -200px on .copy*/ /*KJ 151107*/
}

/* .home .copy span {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
	letter-spacing: .05em;
} */

ul.hm_categories {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%; /*KJ 151111*/

	
}

ul.hm_categories li {
	float: left;
	margin: 0px;
	padding: 0px;
	/*width: 286px;*//*KJ 151111*/
	width: 29%; /*KJ 151111*/
	height: auto; /*KJ 151111*/
}

ul.hm_categories li h2, ul.hm_categories li p {
	padding: 0px 10px;
	margin-top: 10px;
}

ul.hm_categories li img {
	margin: 0px; /*KJ 151111*/
	border: 8px solid #f3a20b;
	box-shadow:10px 10px 15px -5px #000000;
}


ul.hm_categories li:nth-child(2) {
	margin: 0px 5.3%;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

.diamonds {
	background: url(imgs/bg_diamonds.jpg) repeat #880000;
	background-position: 0px 22px;
}

.center {
	text-align: center;
}




/* =SlideShow
-------------------------------------------------------------- */
.slideshow_wrapper {
	z-index: 50;
}

.cycle-slideshow {
}

#image_slideshow {
	height: 478px;
	background: url(imgs/bg_photoshadow.png) no-repeat bottom center;
}

/* =Homepage styles
-------------------------------------------------------------- */
body.home #access { /*KJ*/
	/*background: url(imgs/bg_nav_hm.png) no-repeat;*/ /*KJ 151107*/
}

.home #container {
	z-index: 10;
	position: relative;
}

.home .entry-content { /*KJ 151107*/
	width: 960px;
}


.home #container, .home #content {
    width: 960px !important;
}

.home #bg_container { /*KJ*/
	width: 100%;
	/* height: 404px; */
	/*background: url(imgs/bg_diamonds.jpg) repeat #880000;*/ /*KJ 151107*/
	background-position: 30%;
	/*border-top: 10px solid #f3a20b;*/ /*KJ 151107*/
	/*border-bottom: 10px solid #f3a20b;*/ /*KJ 151107*/
	/*box-shadow:0px 10px 15px -5px #000000;*/ /*KJ 151107*/
	position: relative;
	top: -275px;
	z-index: 1;
}

.home p.quote {
	font-size: 3em;
	font-weight: bold;
	font-style: italic;
	text-shadow: 3px 5px 5px #000;
	text-align: center;
 	width: 100%;
	line-height: 1.25em;
	letter-spacing: .1em;
}

.home #bg_container .cycle-slideshow {
	margin-top: 245px;
}

.home h1.entry-title { /*KJ 151106*/
display: none;
}

/* =Page styles
-------------------------------------------------------------- */
.page #main, .search #main {
	overflow: visible;
}

.page #container, .search #container {
	z-index: 10;
	position: relative;
}

.page #bg_container, .search #bg_container { /*KJ*/
	width: 100%;
	height: 125px;
	margin-top: 25px;
	/*background: url(imgs/bg_diamonds.jpg) repeat #880000;
	background-position: 0px 65px;
	border-top: 10px solid #f3a20b;
	border-bottom: 10px solid #f3a20b;
	box-shadow:0px 10px 15px -5px #000000;*/
	position: relative;
	/* top: -13px; */
	z-index: 1;
}

.page #content, .search #content {
	margin-top: -110px;
	padding-top: 10px;
}

.page .entry-title, .search .page-title {
	text-align: center;
	font-size: 2.75em;
	font-weight: bold;
	border-bottom: 2px solid #f3a20b;
	padding-bottom: 35px;
	/* margin-bottom: 75px; */
	margin-bottom: 5px;
	margin-top: 25px;

}

.page #content h2 {
	font-size: 1.75em;
	line-height: 1.25em;
}

.page #content h3 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
}

.page #content h4 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}

.page #content h4 span {
	font-size: 1rem; 
	font-style: italic;
	font-weight: normal;
}

.page #container, .page #content {
	width: 782px;
}

.page .copy {
	width: 782px;
	margin: 0 auto;
}

.page .images {
	text-align: center;
}

.page .images img {
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}
	
/* =Vendor Form styles
-------------------------------------------------------------- */
 
 .customcontactform h4 {
	 display: none;
 }
 
 form.customcontactform, .page-id-172 .paypal {
	margin: 0 auto !important;
	margin-bottom: 1em;
	margin-top: 2em;
	width: 100% !important;
    max-width: 782px !important;
    padding: 0px !important;
	
}

 form.customcontactform div {
	 float: left;
 }

 .customcontactform label, .page-id-172 .paypal label {
	width: 25% !important;
	display: inline-block;
	text-align: right;
	margin-right: 15px;
	font-size: 1.2em !important;
	float: left;
}

 .customcontactform div div, .page-id-172 .paypal p {
	 padding: .4em 0 !important;
 }
 
 .customcontactform .checkbox {
    margin-left: 26% !important;
}

 .customcontactform div div label.select {
    line-height: 0.85em !important;
    margin-left: 20px !important;
    text-align: left !important;
}

.customcontactform input, .customcontactform select, .customcontactform textarea {
    float: left;
}


 .customcontactform input[type="text"], .customcontactform input[type="email"], .customcontactform textarea, .customcontactform select, .page-id-172 .paypal input[type="text"], .page-id-172 .paypal textarea, .page-id-172 .paypal select {
	border: none;
	border: 1px solid #cccccc;
	width: 65%;
	font-size: 1em;
	float: left;
	color: #1f3540;
}

 .customcontactform textarea {
	height: 128px;
	vertical-align: top;
	font-family: 'Alice', Georgia, serif;
	font-size: 1.1em;
	width: 65% !important;
	color: #1f3540;
}


 .customcontactform input:focus, .customcontactform textarea:focus,  .page-id-172 .paypal input:focus {
	border: 1px solid #f3a20b;
}

 .customcontactform input[type="submit"] {
	background: #880000;
	color: #f0e5c0;
	padding: .2em .4em !important;
	border: none;
	font-size: 1.2em;
	cursor: pointer;
	font-weight: bold;
	border-radius: 6px;
	margin-top: 30px;
	margin-bottom: 30px;
	min-width: 150px;
	margin-left: 27%;
	float: none;
	
}

 .customcontactform input[type="submit"]:hover {
	background: #f0e5c0;
	color: #880000;
}

 .customcontactform select {
	width: 328px;
}

 .customcontactform input[required]:invalid, .customcontactform select[required]:invalid  {
	background: #ddebf3;
	}
	
 .customcontactform #captcha-image {
	 margin-left: 25%;
	 padding-left: 15px;
 }
 
 .customcontactform .divide {
    margin-bottom: 50px !important;
}

.customcontactform .medium {
    width: 33% !important;
}

.customcontactform .small {
    width: 20% !important;
}

/* =Search Form styles
-------------------------------------------------------------- */
.search .entry-title {
	text-align: left;
	font-size: 1.75em;
	font-weight: bold;
	margin-bottom: 0px;
}

.search .hentry {
    padding: 0px 0px 20px 0px;
}

.search #container, .search #content {
	max-width: 782px !important;
}
/* =Getting There styles
-------------------------------------------------------------- */
.page-id-259 #content {
		font-size: 1.2em;
	line-height: 1.5em;
}

.page-id-259 h2 {
	text-align: center;
	margin-top: 15px;

}

.page-id-259 h3 {
	text-align: center;
	border-top: 2px solid #f3a20b;
}

.page-id-259 h4 {
	margin-top: 25px;
	color: #f3a20b;
}

.page-id-259 .hentry {
	padding-bottom: 0px;
}

.page-id-259 #main {
	margin-bottom: -45px;
}

.page-id-259 .map {
	margin-top: 50px;
}

/*-----Back to Top-----*/
.cf-back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #f0e5c0 !important;
    background-color: #880000;
    font-size: 1.25em;
    padding: .75em;
    display: none;
	border-radius: 6px 0px 0px 6px;
	z-index: 300;
	border-top: #880000 1px solid;
	border-left: #880000 1px solid;
	border-bottom: #880000 1px solid;
}

.cf-back-to-top a:link {
	color: #f0e5c0;
}

.cf-back-to-top:hover {    
    background-color: #f0e5c0;
    color:#880000 !important;
}

/* =Theater styles
-------------------------------------------------------------- */
.page-id-306 .entry-content h2 {
	font-size: 1.15em !important;
	margin: 0px;
	padding: 0px;
	color: #f3a20b;
	margin-bottom: 10px;
	padding-top: 35px;
	clear: both;
	text-align: center;
	border-bottom: 2px solid #f3a20b;
}

.page-id-306 .entry-content img {
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
} 

.page-id-306 .entry-content p {
	margin-bottom: 5px;
}

/* =Misc styles
-------------------------------------------------------------- */

.col1 {
	float: left;
	width: 40%;
	margin-right: 10%;
	margin-left: 10%;
}

.col2 {
	width: 40%;
	float: left;
}

.notice {
	background: #880000;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	border-width: 0px 3px 3px 3px;
	border-color: #f3a20b;
	border-style: solid;
	
}