/*
Theme Name:     FrankSanitiPainting
Theme URI:      http: //www.zenithexhibits.com/
Description:    Child theme for FrankSanitiPainting theme 
Author:         Ed Bejarana
Author URI:     http: //www.zenithexhibits.com/wordpress-themes/
Template:       FrankSanitiPainting
Version:        1.0
*/

@import url("../FrankSanitiPainting/style.css");

/* Fix scorlling bullet lists issue */
.art-post ul li, .art-post ol ul li { overflow: visible; }

/* Pull Right Standout Section */
.standOutRight {
	width: 280px;
	float: right;
	padding: 0 10px;
	border: 1px solid #A7D49B;
	clear: right;
	}
	
/* CSS settings for header widget zone */
div.art-header-widget-area { 
	position: absolute; 
	margin-top: 5px; 
	margin-left: 510px;
	width: 275px;
	overflow: hidden; 
	} 

div.art-header-widget-text-area { 
	position: absolute; 
	margin-top: 145px; 
	margin-left: 5px;
	width: 490px;
	overflow: hidden; 
	} 

div.art-header-widget-search-area {
	position: absolute; 
	margin-top: 145px; 
	margin-left: 520px;
	width: 270px;
	overflow: hidden; 
	} 
	
/* Created div zones for home page layout */	
.oneThirdContainer {
	width: 100%;
	margin: 0 auto;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	overflow: hidden;
	}
	
.oneThirdBox {
	float: left;
	width: 245px;
	margin: 0 3px;
	padding: 0 3px;
	}
	
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #010101;
	font-size: 22px;
	}