/**
*   Page layout
**/
img.pa-home-background {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.pa-home-background {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}
img.pa-home-background-mobile {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 150px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
/*/
*   Public css
**/
body {    
    color: #260903;
}
#heretic_pa_footer {
    color: #87674E;
}
.pa-header-spacer {
    margin-top: 10px;
}
/**
*   profile
**/
#preview {
    width: 140px;
    height: 140px;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #ddd;
}
.heretic-crop-img img {
    max-width: none;
}
.heretic-pa-profile-pic {
    width: 140px;
    height: 140px;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .25); 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
}
.heretic-pa-gallery-thumb {
    padding: 5px;
    background-color: #eee;
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .25); 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
    margin-right: 3px;
    margin-bottom: 5px;
    display: inline-block;
}
.heretic-pa-image {
    padding: 5px;
    background-color: #eee;
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .25); 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
    margin-right: 3px;
    margin-bottom: 5px;
    display: inline-block;
}
.heretic-pa-image-gallery span {
    vertical-align: top;
}
/**
*   menu
**/
.tabon, .taboff {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #D5B88E;
}
.tabon {
    /*background: url('../../../images/tab-current.png') no-repeat;*/
    background: url('../../images/public/white.png');
    border-bottom: 1px solid #fff;
}

.taboff {
    /*background: url('../../../images/tab-off.png') no-repeat;*/
    background: #FFA802;    
}
.taboff:hover {
    background: #FFF000;
    color: #ffffff !important;
}
.tabbed_menu_container {
    margin: 0;
    margin-left: 15px;
}
.tabbed_menu_container ul.tabs {
	list-style: none;
	position: relative;
        margin: 0;
        padding: 0;
        font-weight: bold;
}
.tabbed_menu_container ul.tabs li {
	*zoom: 1;
	position: relative;
	width: 110px;
	height: 23px;
	padding: 5px;
	display: inline-block;
	text-align: center;
        margin: 0;
}
.tabbed_menu_container ul.tabs li a { 
    color: #000; 
    text-decoration: none; 
}
.tabbed_menu_container ul.tabs li a:visited { 
    color: #000; 
}
/**
*   content
**/
#pa_content_wrapper {    
    padding: 0px 10px 10px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    background: url('../../images/public/white-2.png');
    border: 1px solid #ddd;
    line-height: 140%;
}
.heretic-pa-highlite {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
    background: #A3784F;
    color: #fff;
}
.heretic-pa-highlite h1, .heretic-pa-highlite h2, .heretic-pa-highlite h3, .heretic-pa-highlite h4 {
    color: #fff;
}
#pa_content_wrapper ul, #pa_content_wrapper ol {    
    margin-left: 6px;
}
#pa_content_wrapper ul li {
    list-style: disc inside;
    margin-bottom: 6px;
}
#pa_content_wrapper h1 {
    font-size: 155%;
    color: #260903;
}
#pa_content_wrapper h2 {
    font-size: 135%;
    color: #260903;
}
#pa_content_wrapper h3 {
    font-size: 128%;
    color: #260903;
}
#pa_content_wrapper h4 {
    font-size: 116%;
    color: #260903;
}
#pa_content_wrapper p {
    margin-bottom: 4px;
}
#pa_content_wrapper ul.tabs-content {
    margin: 0;
}
/**
*   breadcrumbs
**/
#breadcrumbs {
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
    margin-bottom: 3px;
}
/**
*   forms
*/
.my-form, .pa-box {
    border: 1px solid #be9a78;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;    

}
.form-background, .contact-form {
    background: url('../../images/public/white.png');
    padding: 20px;
    border: 1px solid #ddd;
}
.my-form label {
    font-weight: bold;
}
.my-form label span {
    color: red;
}
.my-form p {
    font-style: italic;
    margin-bottom: 3px;
}
/**
*   left menu
**/
#heretic_pa_left_menu {
    margin-top: 20px;
}
#heretic_pa_left_menu li {
    list-style: none none !important; 
}
.heretic-pa-profile-list p {
    margin-bottom: 3px;
}
.tabs-content li {
    list-style: none !important;
}
.pa-public-image {
    border: 1px solid #be9a78;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
/**
*   Comments
**/
.pa-comment-date {
    color: #D5B88E;
    font-size: 85%;
    font-weight: bold;
}
.pa-comment-header {
    margin: 0px;
}
.pa-comment {
    padding: 10px !important;
}
/**
*   q and a
**/
.pa-qanda-item {
    border-bottom: 1px dotted #ddd;
}
img.feedback_icon {
    vertical-align: middle;
}
.pa-companion-img {
    vertical-align: middle;
}
table {
    background: url('../../images/public/white.png');    
}
.tabs-content {
    background: url('../../images/public/white-2.png');
}
.heretic-pa-profile-list {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;    
}
.slide-caption {
    background: #000;
    color: #fff;
}