body {
	background: url(../../images/background_wood.jpg);
	font-family: Rokkitt, 'Times New Roman', serif;
}

/* Start Header */

header {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

header p {
	font: normal 2.5em/1.5em 'Leckerli One', Helvetica, Arial, sans-serif;
	color: #730;
}

header img {
	display: block;
	max-width: 400px;
	margin: auto;
	margin-top: 10px;
}

header nav {
	margin: 18px 0;
	border-bottom: 4px solid #000;
	padding-bottom: 5px;
}

header li {
	display: inline;
	border-right: 1px solid #000;
}

header li:last-child {
	border-right:none;
}

header nav li a {
	font-size: 1.8em;
	color: #A21;
	text-decoration: none;
	padding: 0 10px;
}

header nav li a:hover {
	color: #E41;
}


/* Start Footer */

footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}

footer nav {	
	margin: 18px 0;
	padding-top: 10px;
	border-top: 4px solid #000;
}


footer li {
	display: inline;
	border-right: 1px dotted;
}

footer li:last-child {
	border: none;
}

footer li a {
	color: #af2411;
	padding: 0 10px;
}

footer nav li a:hover {
	color: #FFF;
	background-color:#666;
}


/* End Footer */

#pages {
	width: 960px;
	margin: 0 auto;
	margin-top: 30px;
}

.handheld, #tabs {
	display: none;
}


.painting-list {
	float: left;
	width: 320px;
}

.painting-list img {
	width: 80px;
	height: 80px;
	border: 4px solid #FFF;
	position: relative;
	float: left;
    -webkit-box-shadow:0 5px 10px #000;
    -moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.7);
    box-shadow:0 5px 10px rgba(0, 0, 0, 0.7);
}

.painting-list h2 {
	font: normal 2.2em/1em 'Leckerli One',Helvetica, Arial, sans-serif;
	color: #A21;
	display: block;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.painting-list p {
	padding: 5px 50px 10px 0;
	font: bold 1em/1.1em Rokkitt, 'Times New Roman', serif;
	font-weight: bold;
	font-style: italic;
	color: #540502;
}

painting-list li {
	padding: 10px;
	margin-bottom:10px;
}

.painting-list li:hover {
	cursor: pointer;
}

.painting-list li:hover img {
	padding-left: 0px;
}

.painting-list .info {
	width: 200px;
	float:left;
}

.painting-list .info .photoname {
	font: normal 1.3em/1em 'Luckiest Guy',Helvetica, Arial, sans-serif;
	color: #674;
	display: block;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	padding-left: 10px;
}

.painting-list .info .description {
	display: block;
	padding-left: 10px;
	font-size: 1.1em;
	line-height: 1em;
}

.painting-list .info .price {
	font: normal 1.2em/1.3em 'Luckiest Guy',Helvetica, Arial, sans-serif;
	color: #A21;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	display: block;
	padding: 5px 0 10px 10px;
	display:none;
}

.painting-list .info .status {
	font: normal 1.2em/1.3em 'Luckiest Guy',Helvetica, Arial, sans-serif;
	color: #A21;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	display: block;
	padding: 5px 0 10px 10px;
}
.painting-list li:hover .photoname {
	color: #A21;
}

#oil-on-canvas,#sides {
	-webkit-transform:rotate(0);   
	-moz-transform:rotate(0);  
	-ms-transform:rotate(0);  
	-o-transform:rotate(0);
	transform:rotate(0);
}

#entrees {
	-webkit-transform:rotate(0);   
	-moz-transform:rotate(0);  
	-ms-transform:rotate(0);  
	-o-transform:rotate(0);
	transform:rotate(0);
}

#aboutus img {
	width: 400px;
	display: block;
	float: left;
	border: 10px solid #FFF;
	-webkit-transform:rotate(0);
	-moz-transform:rotate(0);
	-ms-transform:rotate(0);
	-o-transform:rotate(0);
	transform:rotate(0);
	-webkit-box-shadow:0 5px 10px #000;
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.7);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.7);
}

#aboutus .content {
	width: 540px;	
	float: left;
}

#aboutus h2 {
	font: normal 1.8em/1em 'Luckiest Guy',Helvetica, Arial, sans-serif;
	color: #A21;
	display: block;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	padding-left: 20px;
}

#aboutus p {
	float: left;
	padding: 5px 20px;
}

/* End Profile Page */

/* Start Contact Page */

#contact {
	position: relative;
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

#contact p {
	font-size: 1.7em;
	line-height: 1.3em;
	padding-bottom: 10px;
}

#contact img{
	border: 10px solid #FFF;
	-webkit-box-shadow:0 5px 10px #000;
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.7);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.7);
}
#contact h3{
	margin-top:10px;
	}
/* End Contact Page */

#spinner {
	position: absolute;
	left:0;
	top:0;
	display:block;
	height:100%;
	width:100%;
	background: url(../../images/icons/spinner.gif) no-repeat center center;
}

#clicktoreturn {
	position: absolute;
	left:0;
	top:0;
	display:block;
	height:100%;
	width:100%;
	background: url(../../images/clicktoreturn.png) no-repeat center center;
}


#overlay {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#overlay img {
	display:block;
	margin:0 auto;
	max-height: 100%;
	max-width: 100%;
}

#overlay .info {
	display: block;
	width:100%;
	margin:0 auto;
	position: absolute;
	left:0;
	bottom:0;
	color:#FFF;
	background-color: rgba(0,0,0,0.7);
}

#overlay .photoname {
	display: block;
	width:380px;
	margin:0 auto;
	font-size: 1.8em;
	font-weight:bold;
	display: block;
	color: #FFE486;
}
 
#overlay .description {
	display: block;
	width:380px;
	margin:0 auto;
}

#overlay .price {
	display: block;
	width:380px;
	margin:0 auto;
	font-weight:bold;
	font-size: 1.5em;
	text-align:right;
	display:none;
}
#overlay .status {
	display: block;
	width:380px;
	margin:0 auto;
	font-weight:bold;
	font-size: 1.5em;
	text-align:right;
}

/* End Utlities */

/* Start Tabs Control */

#pages nav#tabs ul {
	padding-top: 5px;
	position: relative;  /* Center the list */
	float: left;
	left:50% ;
}

#pages nav#tabs li {
	float: left;
	background: #fe9;
	height: 30px;
	padding: 10px 15px 0 15px;
	border: 1px inset #666;

	background: #ffee99; /* Old browsers */
	background: -moz-linear-gradient(top, #ffee99 0%, #bb8800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffee99), color-stop(100%,#bb8800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffee99 0%,#bb8800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffee99 0%,#bb8800 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffee99 0%,#bb8800 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffee99', endColorstr='#bb8800',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffee99 0%,#bb8800 100%); /* W3C */

	-webkit-box-shadow: 2px 2px 2px #666; 
    -moz-box-shadow: 2px 2px 2px #666; 
    box-shadow: 2px 2px 2px #666;

	font: bold 13pt/16px Helvetica, Arial, sans-serif;
	color: #020000;
	text-shadow: 1px 1px 1px #FFF;
	position: relative; /* Center the list */
	right:50% ;
}	

#pages nav#tabs li.tapped {
	background: #900;
	background: -webkit-gradient(linear,
		left top,
		left bottom,
		from(#F00),
		to(#400)
	);

	-webkit-box-shadow: inset 2px 2px 2px #A00; 
	-moz-box-shadow: inset 2px 2px 2px #A00; 
	box-shadow: inset 2px 2px 2px #A00; 
	color: #FFF;
	text-shadow: none;
}

#pages nav#tabs li:first-child,
#pages nav#tabs li:first-child a:hover {
	-webkit-border-radius: 10px 0 0 10px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 10px 0 0 10px; /* FF1-3.6 */
	border-radius: 10px 0 0 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

#pages nav#tabs li:last-child,
nav#tabs li:last-child a:hover {
	-webkit-border-radius: 0 10px 10px 0; 
	-moz-border-radius: 0 10px 10px 0; 
	border-radius: 0 10px 10px 0; 
 	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}
.group li img{
	margin-bottom:20px;
	}
/* End Tabs Control */
