/* rules for navigation menu */
 /* ==============================================*/
#navmenu {
    list-style-type: none;
    font-size: 9pt;
    width: 931px;
    margin-left: 19px;
    margin-right: 19px;
}  
#navmenu li {  
    width: 125px;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 4px;     
}
#navmenu a {
    text-decoration: none;
    display: block;
    width: 125px;
    height: 12px;
    line-height: 12px;
    background-color: #BBB;
    color: black;
    border: 1px solid #BBB;
}     
#navmenu ul.sub1 li {
    outline: 1px solid black;
}
#navmenu .sub1 a {
    margin-top: 1px;
    background-color: #BBB;
    font-family: verdana;
}
#navmenu li:hover > a {
    background-color: #999;
}
        
#navmenu li:hover a:hover {
    background-color: #999;
}
        
#navmenu ul.sub1 {
    list-style-type: none;
    display: none;
    position: absolute;
    top: 28px;
    left: 0px;
}
        
#navmenu li:hover .sub1 {
    display: block;
}
.darrow {
    font-size: 18;
    color: black;
    position: absolute;
    top: 15px;
    right: 3px;
}     
#container {
        font-family: 'Cabin', Arial, Helvetica, Verdana, sans-serif;
        background: #584838;
        margin: 8px auto;
        width: 100%;
       /* background-image: url('arabesque.png');*/
        opacity: 0.9;
}   
body {
    background: #584838;
     /*background-image: url('arabesque.png');
    background-image: url("Picture1.jpg");*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #c8bfaf;
	text-shadow: none;
	font-size:inherit;
    padding-left: 1%;
    padding-right: 1%;
}
h1 {
	color: #F2EEB3;
	font-size: 25pt;
	font-style: normal;
	font-family: 'Corben', Arial, Helvetica, Verdana, sans-serif;
	text-shadow: none;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 2%;
}
h2 {
	color: #c8bfaf;
	font-size: 16pt;
	font-style: normal;
	font-family: 'Corben', verdana, arial, sans-serif;
}
h3 {
	color: #c8bfaf;
	font-size: 14pt;
	text-decoration: none;
	font-family: 'Corben', Verdana, Arial, sans-serif;
}
h4 {
    color: #c8bfaf;
	font-size: 11pt;
	text-decoration: none;
	font-family: 'Corben', Verdana, Arial, sans-serif;
}
p {
	color: #c8bfaf;
	font-size: 14pt;
	font-family: 'Cabin', verdana, arial, sans-serif;
}
a {
	background: transparent;
	padding: 10px 0;
	text-decoration:none;
}
a:link {
	background: transparent;
	color: #c8bfaf;
	text-decoration: none;
}
a:visited {
	background: transparent;
	color: #c8bfaf;
	text-decoration: none;
}
.footer a:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	background: transparent;
	color: #857250;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
}

table{
    /*width: 931px;*/
    /*margin: 0px auto;*/
    background: #584838;
    /*background-image: url('arabesque.png');*/
}

.text{
    margin-left: 9%;
    margin-right: 5%;
}

.purchase {
    padding-left: 470px;
}

.forms{
    padding-left: 150px;
}

input[type=text] {
    width: 63%;
    padding: 12px 20px;
    margin: 8px 0;
    border-radius: 5px;
}

textarea {
    width: 63%;
    margin: 8px 0;
    height: 200px;
    padding: 12px 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    resize: none;
}

input[type=submit] {
  border-radius: 5px;
  background-color: white;
  padding: 5px 5px;
}

.artist{
    padding-left: 20px;
}

.tablesize{
    float: none;
}

.list{
    text-align: center; 
    list-style-position:inside;
}

.size{
    float: none;
}

.fancybox-title{
    text-align: center;
}

@media only screen and (max-width: 931px){
    body{
        background: #584838;
        /*background-image: url('arabesque.png');*/
    }
}

@media only screen and (max-device-width: 480px) {
    body{
        background: #584838;
        /*background-image: url('arabesque.png');*/
    }
}



/*@media only screen and (max-width: 931px){
    #navmenu{
        display: block;
        position: relative;
        float: none;
        padding: 0 20px;
        color: white;
        width: auto;
        size: 100%;
        /*text-transform: uppercase;
        letter-spacing: 0.1em;
        line-height: 2em;
        height: 2em;*/
    /*}
    .text{
        float: none;
    }
    table{
        width: auto;
    }
}

@media only screen and (max-device-width: 480px) {
    #navmenu{
        display: block;
        position: relative;
        float: right;
        width: auto;
        size: 100%;
        padding: 10px 20px;
        padding-bottom: 30px;
        margin-left: 20%;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        line-height: 2em;
    }
    #navmenu a{
        border: 1px solid #000;
        border-spacing: 5px;
    }
    .text{
        float: none;
    }
    table, thead, tbody, th, td, tr { 
    	display: block; 
	}
    
    td { 
		border: none;
		position: relative;
        width: 10px;
	}
    th{
        width: 10px;
        height: 50px;
    }

}*/

    