@charset "utf-8";
/* CSS Document */

/* CSS Resets */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */

@font-face {
    font-family: 'AquilineRegular';
    src: url('../font/Aquiline-webfont.eot');
    src: url('../font/Aquiline-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Aquiline-webfont.woff') format('woff'),
         url('../font/Aquiline-webfont.ttf') format('truetype'),
         url('../font/Aquiline-webfont.svg#AquilineRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url(../images/bkg.png);
	background-color: #4b4b4a;
	background-repeat: repeat-x;
	background-repeat: norepeat-y;
}
#wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -340px;
	margin-left: -410px;
}
#content{
	width: 900px;
	margin:0px;
}
.content_area{
	height: 580px;
	width: 820px;
	border: 2px solid #bfbf53;
	margin:0px;
	background-color: #c6c656;
	background-image: url(../images/content_area_bkg.gif);
	background-repeat: repeat-x;
}
p{ 
	font-size: 0.7em;
	margin-left:30px;
	line-height:20px;
}
p.space { 
	height:20px;
}
p.line {
	height: 20px;
	margin-bottom:20px;
	margin-right:40px;
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
h4/*Freeflow Scenics Inc.*/, .copyright, nav {
	text-shadow:1px 1px 0px #000;
	font-family: 'Lato', sans-serif;
	/*font-family: 'Gudea', sans-serif;*/
	/*font-family: 'Cabin Condensed', sans-serif;*/
}
h1/*title-Jerry*/ {
	font-family: 'AquilineRegular', Arial, sans-serif;
	text-shadow:1px 1px 0px #000;
	font-size: 2em;
	color:#FFFFFF;
	margin-left:20px;
	color:#FEFBDA;
	position:absolute;
	z-index:3000;
	top:-22px;
}
h2, h3, .map {
	font-size: 1.0em;
	line-height:40px;
	margin-left:30px;
}
h2 {
	color:#000;
}
h3, .green {
	color:#3e6b5a;
}
.green {
	color:#3e6b5a;
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
	color:#FFFFFF;
}

/*NAVIGATION*/
nav ul{
	font-size: 0.7em;
	text-align: center;
	line-height:30px;
	width: 770px;
	list-style-type: none;
	margin-left: 54px;
}
nav ul li{
	display:inline;
}
nav ul li a {
	color:#bfbf53;
	width: 12%;
	height:30px;
	float: right;		
	text-decoration: none;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
}
nav ul li a:active,
nav ul li a:hover,
nav ul li a:focus {
	color: #fff;
	background-color: rgba(198,198,86,0.2);
}
/*END NAVIGATION*/


/*NEXT PREV BUTTONS*/
.next, .prev {
	position:absolute;
	top:300px;
	left:-30px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
.next {
	left:835px;
}

/*CONTENT*/
.content_area a{
	color: #900;
	text-decoration: none;
	font-size: 0.8em;
}
.content_area a::active,
.content_area a:hover,
.content_area a:focus {
	color: #069;
}
.map {
	border:1px solid #FFFFFF;
    box-shadow: 2px 2px 1px #666;
}
.contact_bird {
	position:absolute;
	right:80px;
	top:30px;
}
.bio_jerry {
	position:absolute;
	right:78px;
	top:70px;
}
.bio_galo {
	float: right;
	padding-left:10px;
}
.title_right {
	float:right;
	line-height:34px;
	margin-right:12px;
}
.awards_galo {
	position:absolute;
	right:78px;
	bottom:26px;
}
.awards_img, .awards_txt{
	float:left;
}
.awards_img{
	margin-left:20px;
}
.awards_txt{
}
.box_awards{
	width:460px;
}
.read_more {
	float: right;
}
.white_box {
	width:300px;
	height:auto;
	background-color:#FFF;
	margin-top:30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.box_scroll {
	background-image: url(images/background.png);
	overflow: auto;
	width: 462px;
	height: 530px;
	padding-right:8px;
}
.content_area section article small a {
	margin-left: 30px;
}

/*TABLE*/
table {
	width:425px;
	background-color: #d0d06d;
	border: 1px solid #FFF;
	font-size: 0.7em;
	margin-left:15px;
	line-height:25px;
}
table tr td {
	padding: 5px;
}
table td.bold {
	font-weight: bold;	
}
table tr:nth-child(even){
	background-color: #bfbf53;
}
table tr td ul {
	list-style-type: disc;
	list-style-position: inside;
}

/*AVAILABLE PAGE*/
.form {
	float:right;
	margin-right:16px;
}
.for_sale_paintings {
	float:left;
	width:450px;
}
.button {
	border: 1px solid #E1DFDF;
	height: 30px;
	width: 50px;
	color: #000;
	background-color: #FFF;
}
.input {
	height: 20px;
}
.input_message {
	height: 60px;
}
input, .input_message  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	color: #666;
	margin-bottom: 4px;
	margin-top:5px;
	font-weight: lighter;
	border:1px solid #E1DFDF;
	line-height:20px;
}
#box_form {
	font-size: 0.75em;
	border: thin dotted #FFF;
	width: 270px;
	color: #999;
	margin-right: auto;
	margin-left: auto;
	padding:10px;
	background-color: rgba(255,255,255,0.2);
}
#flickr img { 
	width: 120px; 
	height:90px;
	padding: 20px;
	margin-bottom:20px;
	margin-left:30px;
	border: thin dotted #FFF;
	background-color: rgba(255,255,255,0.2);
}
#flickr_title{
	margin-left:30px;
	width:120px;
	border: thin dotted #FFF;
	background-color: #FFF;
	font-size: 0.7em;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;	
}
.available_box {
	width:820px;
	height:186px;
	overflow: auto;
}

/*FOOTER*/
footer {
	font-size: 0.8em;
	color: #bfbf53;
}
.footer_bottom {
	width:824px;
	margin-top:10px;
}
.copyright {
	width:800px;
	line-height: 15px;
	font-size: 0.6em;
	text-align: center;
	color: #E4E4E4;	
	position:fixed;
	bottom: 0px;
}

/*CUSTOMS*/

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;	
}


/*GALLERY*/
.container_gallery_type {
	width: 820px;
	position:absolute;
	height:87px;
	/*display:none;*/
}
.gallery_type_description {
	position:absolute;
	width: 816px;
	top:71px;
	height: 15px;
	background-color:#000000;
	text-align:center;
	padding:2px;
	z-index:2000;
}
.gallery_people, .gallery_backdrops, .gallery_landscape, .gallery_animation {
	float:left;
	color:#FFFFFF;
	font-size:0.6em;
	line-height:15px;
}
.gallery_people {
	width:305px;
}
.gallery_backdrops {
	width:100px;
}
.gallery_landscape {
	width:215px;
}
.gallery_animation {
	width:190px;
}
.gallery_type_arrow_up, .gallery_type_arrow_down {
	width: 815px;
	text-align:center;
	position: absolute;
	z-index:1000;
}
.gallery_type_arrow_up {
	top:122px;
	display:none;
}
.gallery_type_arrow_down {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}

/*GALLERY NAVIGATION*/
.border_gallery {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000;
}
.border_gallery_corner_right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #c6c656;
}
.border_gallery_corner_left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #c6c656;
}
.back_color{
	background-color: #c6c656;
}
#nav_gallery ul{
	font-size: 0.8em;
	/*text-align: center;*/
	width: 842px;
	list-style-type: none;
	margin-left:-20px;
	position:absolute;
	z-index:12;	
}
#nav_gallery ul li{
	display:inline;
}
#nav_gallery ul li a {	
	color:#000;
	width: 12%;
	height:71px;
	float: right;		
	text-decoration: none;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
}
#nav_gallery ul li a#animation_pink {
	background-image: url(../images/gallery_pink.jpg);
}
#nav_gallery ul li a#animation_cbut {
	background-image: url(../images/gallery_cbut.jpg);
}
#nav_gallery ul li a#landscape_paint {
	background-image: url(../images/gallery_paint.jpg);
}
#nav_gallery ul li a#landscape_digital {
	background-image: url(../images/gallery_digital.jpg);
}
#nav_gallery ul li a#backdrops {
	background-image: url(../images/gallery_backdrops.jpg);
}
#nav_gallery ul li a#people_western {
	background-image: url(../images/gallery_western.jpg);
}
#nav_gallery ul li a#people_musicians {
	background-image: url(../images/gallery_musicians.jpg);
}
#nav_gallery ul li a#people_portrait {
	background-image: url(../images/gallery_portrait.jpg);
}

#nav_gallery ul li a:hover#animation_pink,
#nav_gallery ul li a:focus#animation_pink,
#nav_gallery ul li a:hover#animation_cbut,
#nav_gallery ul li a:focus#animation_cbut,
#nav_gallery ul li a:hover#landscape_paint,
#nav_gallery ul li a:focus#landscape_paint,
#nav_gallery ul li a:hover#landscape_digital,
#nav_gallery ul li a:focus#landscape_digital,
#nav_gallery ul li a:hover#backdrops,
#nav_gallery ul li a:focus#backdrops,
#nav_gallery ul li a:hover#people_western,
#nav_gallery ul li a:focus#people_western,
#nav_gallery ul li a:hover#people_musicians,
#nav_gallery ul li a:focus#people_musicians,
#nav_gallery ul li a:hover#people_portrait,
#nav_gallery ul li a:focus#people_portrait
 {
	color: #fff;
	opacity:0.5;
}
/*END GALLERY NAVIGATION*/
