/* Companion Custom CSS over-rides for [ Revel Inspired ]:  -  */

/* Revel changes to TwentyEleven */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 12px;
}

#access div {
	margin: 0 0;
	float:right;
}

.one-column #page {
    max-width: none;
	border: 25px solid #ffffff;
	width: 900px;
}
.one-column #content {
	margin: 0 0;
	margin-left: 10px;
//    width: 100%;
	width: 890px;
}

#branding {
	border-top: 0px ;
}

#access {
	background: #AB9774; /* Show a solid color for older browsers */
	margin: auto;
}
#access ul {
	font-size: 11px;
}

#access a {
   	line-height: 2.333em;
    font-weight: bold;
}

#access ul ul {
    top: auto;
    width: auto;
}

#access ul ul a {
	background: #625146;
	color: #eee;
	font-size: 11px;
	padding: 5px 10px;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #AD7D3D;
    color: #eee;
}

#access li:hover > a,
#access a:focus {
    //	color: #AD7D3D;
	background: #AD7D3D;
}

#branding #searchform {
	display:none;
}

#branding .only-search + #access div {
	padding-right: 0px;
}

.entry-title {
	padding-top: 0;
}

.entry-content,
.entry-summary {
	padding: 0 0 0;
}

.singular.page .hentry {
	padding: 0 0 0;
}
.singular .entry-title {
	color: #B28E69;
	font-size: 24px;
	font-weight: bold;
    line-height: normal;
}

#colophon {
	background: #BFB9AD;
}

#supplementary {
	padding: 4px 10px;
	height:40px;
}

#supplementary.three .widget-area {
    margin-right: 0;
}

    
#site-generator {
	display:none;
}

.one-column.singular .entry-meta .edit-link a {
    left: 850px;
    top: 0px;
}

.entry-content h1 {
	color: #606;
	font-size: 18px;
}

.entry-content h2 {
    color: #606;
    padding: 5px 0px 0px 0px;
    margin: 10px 0 5px 0;
    border-top: 1px solid #BFB9AD;
    border-right: 1px solid #BFB9AD;
    letter-spacing: 1px;
}

.entry-content table, .comment-content table {
    margin: 0;
}

table.revel-footer {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

table.revel-footer tbody tr td{
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

div.rvl-left-col {
	float: left;
	margin: 0 ;
	padding: 0;
	width: 225px;;
    
}

div.rvl-right-col {
	float: right;
	margin: 0;
	padding: 0;
	width: 640px;    
}

div.rvl-left-col-2 {
	float: left;
	margin: 0 ;
	padding: 0;
	width: 465px;;
    
}

div.rvl-right-col-2 {
	float: right;
	margin: 0;
	padding: 0;
	width: 400px;    
}

/*-----------------------------------------------------------------*/
/* Revel changes to slideshow */
/*-----------------------------------------------------------------*/

h2.wppa-title {
    border: 0px;
}

.wppa-arrow {
	font-size: 25px;
	}

#bc-pname-1, 
.wppa-nav-text .b2,
.wppa-nav-text #wppa-bc-1,
.wppa-info {
	display:none;
	}

#wppa-bc-1 {
	border: 0;
	background: #ffffff;
	}

#wppa-bc-1 > .b10 {
	display:none;
	visibility: hidden;
	}

#prev-film-arrow-1,
#next-film-arrow-1,
.b6 + .b3 {
	visibility: hidden;
	}

#prev-film-arrow-1-1, 
#next-film-arrow-1-1 {
	margin-top: -20px;
	}

.wppa-slideshow-browse-link {
	display:inline;
	}

.wppa-nav-text .b20 {
	font-size: 11px;
	float: right;
	}
	
.wppa-nav-text .b6 {
	font-size:20px;
	text-decoration:none;
	color: #606;
	}

div.slide-frame + script + div.wppa-nav {
	margin-top: -18px;
	}
	
div.wppa-nav + script + div.wppa-nav {
	margin-top: -25px;
	}
	
div.revel-home > div.wppa-container > div.wppa-nav {
	display:none;
}

/*-----------------------------------------------------------------*/
/* Revel changes to Responsive Structure */
/*-----------------------------------------------------------------*/
@media (max-width: 800px) {
	/* Simplify the basic layout */

	#main #content {
		margin: 0 0;
        min-height:900px;
//        width:900px;
	}
    

/*-----------------------------------------------------------------*/
/* Revel changes to print */
/*-----------------------------------------------------------------*/
@media print {
	
    #branding img,
    #colophon,
    .widget-area {
		display: inline;
	}
    
    #supplementary {
        border: 1px solid #BFB9AD;
	}
    
    .one-column #page {
        border: 0;
    }
}