/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  02: 1 Col Fixed
  ------------------------------------------------
*/
/*
dark olive #525252
light olive #F5F5F5
*/
@font-face {
    font-family: 'ar_blancaregular';
    src: url('../fonts/arblanca-webfont.eot');
    src: url('../fonts/arblanca-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/arblanca-webfont.woff') format('woff'),
url('../fonts/arblanca-webfont.ttf') format('truetype'),
url('../fonts/arblanca-webfont.svg#ar_blancaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*
@font-face {
    font-family: 'RageItalicRegular';
    src: url('../fonts/rage.eot');
    src: url('../fonts/rage.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rage.woff') format('woff'),
         url('../fonts/rage.ttf') format('truetype'),
         url('../fonts/rage.svg#RageItalicRegular') format('svg');
}*/





body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #808080;
	margin: 20px 0;
	padding: 0px;
	background-image:url(../img/bg-tan.png);
	background-repeat:repeat-x;
}
img {vertical-align: bottom;}

.masthead {
	padding: 0px;
	text-align: left;
}
.masthead .logo {
	position: relative;
	background-color: #222;
}
.masthead h1 {
	margin: 0;
	/*color: #8C8C8C;*/
	color: #fff;
	padding: 0px 20px;
	font-size: 2.5em;
	font-weight: normal;
	/*letter-spacing: .35em;*/
	/*font-family: 'Architects Daughter', cursive;*/
	font-family: 'ar_blancaregular', cursive;
	/*font-family: 'RageItalicRegular', cursive;*/
}
.masthead h2 {
	margin: 0;
	/*color: #8C8C8C;*/
	color: #fff;
	padding: 10px 20px 10px 20px;
	font-size: 1em;
	font-weight: normal;
	/*letter-spacing: .35em;*/
	font-family: 'ar_blancaregular', cursive;
	/*font-family: 'RageItalicRegular', cursive;*/
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}
.masthead .banner {
	position: relative;
	z-index: 20;
	box-shadow: 0px 0px 20px #000;
	overflow: hidden;
}

.content-wrapper {
	margin: 0 auto;
	max-width: 980px;
	border: 1px solid #222;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	border-radius: 7px 7px 7px 7px;
	z-index:99;
}
.columns-wrapper { 
	background-color: #FFF;
}

.content {
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
}

/*Heading styles*/

.masthead h1 a {
text-decoration:none;
color: #fff;
}
h1 a:visited {
text-decoration:none;
color: #fff;
}
h1 a:hover {
text-decoration:none;
color: #fff;
}
.masthead h1 a:active {
text-decoration:none;
color: #fff;
}
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
}
h1 { font-size: 1.5em; font-family: 'ar_blancaregular', Calibri, Geneva, Helvetica, sans-serif; }
h2 { font-size: 1.35em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
/* 
Add the accented class to the scalable class to add rounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border-radius: 5px;
	border: 1px solid #222;
	box-shadow: 5px 5px 5px #333;
}
.middle {display: block;
    margin: 0 auto;}
.middletext {font-size:.7em;
	text-align:center;}

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.content a { color: #0066CC; }
.content a:hover, .content a:focus { color: #C30; }
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }


.menutop-wrapper {
	background-color: #CCC;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 999999;
	/*text-align: center;*/
	padding: 5px 10px;
	/*background-image: url(img/pbm-menu-bg.jpg);*/
	/*overflow: hidden;*/
}

.footer {
	background-color: #535353;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: 11px;
	color: #8C8C8C;
	text-align: center;
}
.footer p.copyrightL {
	text-transform: uppercase;
	margin: 0px;
	color:#FFF;
	font-size:.75em;
	text-align:left;
	padding-top: 5px;
}
.footer p.copyrightL a {
	color:#FFF;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
	color:#FFF;
	font-size:.75em;
	padding-top: 5px;
}

/*Border Radius for CURVED CORNERS. The overall wrapper is assigned an 8px radius on all 4 corners. The masthead is assigned a 6px radius for its top corners. The footer is assigned a 6px radius for its bottom corners. The footer and masthead radii must always be 2px less than the radii set on the content wrapper so that its border displays properly.*/
.content-wrapper {border-radius: 6px;}
.masthead {border-radius: 4px 4px 0px 0px;}
.footer {border-radius: 0px 0px 4px 4px;}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {margin: 0px;}
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.content, .menutop-wrapper {padding: 10px 20px !important;}
.content-wrapper {
	margin: 0px;
	width: auto;
	border-radius: 0px;
	border: none;
}
.masthead, .footer {border-radius: 0px;}
}
@media only screen and (min-width: 700px) and (max-width: 1000px)  {
.content-wrapper {width: auto; margin: 0px 10px;}
}


/* custom */
/*Use this class to asign a black accent box around your content*/
.blast {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.75;
	color: #BBB;
	border-radius: 0px 0px 10px 10px;
	padding: 5px 20px;
	background: -webkit-linear-gradient(#333, #111);
	background: linear-gradient(#333, #111);
	background-color: #333;
	margin-bottom: 20px;
}
/*Add the gray class to the blast class to make your accent box gray*/
.blast.gray {
	background: -webkit-linear-gradient(#EEE, #AAA);
	background: linear-gradient(#EEE, #AAA);
	background-color: #DDD;
	color: #000;
}
/*.blast {
	border-radius: 6px !important;
}*/

.commission {
/*    background-color: #5285AB;*/
	background-color: #535353;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-size: 1em;
    line-height: 1.5;
    margin-top: 6px;
    padding: 16px;
}
.clicktext {font-size:.7em;}
.quote {font-style: italic;}
.author {font-size: .85em; color:#063;}
.paintingtitle {font-size:1.1em; font-weight:bold;}
.date {font-size:.8em; font-family:Georgia, "Times New Roman", Times, serif;}
.prevnext {text-transform:uppercase; font-size:.8em; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; margin-left:50px;}
.footer a {color:#FFF;}