/*
Theme Name: Artvault 2011
Theme URI: 
Author: Pexicon
Author URI: 
Description: New theme for Artvault
Version: 1.0
*/

body {
	margin: 0;
	padding: 0;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background: #fff url("images/bg.gif") repeat-x;
}
/*html {
}*/
h1{
  font-family: arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
h1 span{
  font-family: arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
#navtop {
  color: #fff;
  height: 22px;
	/*background: red;
	background: #231f20;
	background: grey;*/
  text-align: right;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  padding: 5px 0 0 0;
  text-transform: uppercase;
}
#navtop a {
  color: #fff;
  text-decoration: none;
}
#navtop span a{
  color: #efd048;
}
#navtop ul {
  list-style: none;
  padding: 0;
}
#navtop ul li {
  display: inline;
  list-style: none;
  margin: 0 0 0 20px;
}
#navtop ul li.current_page_item {
	font-weight: bold;
}


#branding {
  float: left;
  /*height: 102px;*/
  height: 82px;
  margin: 25px 0 0 10px;
}
#branding-events {
  float: left;
  height: 35px;
  margin: 25px 0 0 10px;
}
.block {
  height: 270px;
  width: 100%;
  background: #fff url("images/block-bg.jpg") repeat-x;
  margin-bottom: 20px;
  color: #333;
}
/*ul#artworks {
	margin: 0;
	padding: 0;
}*/
/* omega */
ul#artworks li {
  margin-left: 10px;
  margin-right: 0;
}
/* alpha */
ul#artworks li:nth-child(2n+1) {
	margin-left: 0;
  margin-right: 10px;
}
ul#artworks li:nth-child(2n+0) {
	/*background: pink;*/
}
/* original values
 .alpha {
  margin-left: 0;
}
*/
.block h2 {
  font-size: 15px;
  font-weight:bold;
  color: #333;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 6px;
}
.block h2.marketplace-collection {
  margin-left: 15px;
  margin-bottom: 26px;
  color: #666;
}
.block h2.artwork {
  font-size: 13px;
  font-weight:bold;
  color: #666;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 10px;
  padding-left: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
} 
.block table.artworkdetails {
  font-size: 12px;
  color: #333;
  line-height: 13px;
}

.block table.artworkdetails tr {
  width: 220px;
}
.block table.artworkdetails tr td.rowname {
  margin-right: 10px;
  text-align: right;
  width: 60px;
}
.block table.artworkdetails tr td.rowvalue {
  padding-left: 10px;
  width: 160px;
}
/* for artist formatting */
.block_artist table.artworkdetails tr td.rowname_artist {
  padding-left: 10px;
  margin-right: 10px;
  text-align: right;
  width: 80px;
}
.block_artist table.artworkdetails tr td.rowvalue_artist {
  padding-left: 10px;
	width: 345px;
}
.block_artist {
  background: #f1f2ed url("images/block-artist-bg.jpg") repeat-x;
	padding-bottom: 15px;
}
.block_artist table.artworkdetails {
  font-size: 12px;
  line-height: 13px;
}

a.emaillink {
	padding: 1px 3px;
	background: #fff;
	/*background: #efd048;*/
	font-weight: bold;
	color: #dab618;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a:hover.emaillink {
	padding: 1px 3px;
	background: #dab618;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
}
/*
.block h2 span.artist {
  font-size: 14px;
  font-weight:bold;
  color: #333;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 6px;
  line-height: 16px;
}

.block p {
  font-size: 12px;
  line-height: 15.2px;
  margin-left: 15px;
}


.homepage_slider {
  margin: 0 0 0 10px;
  padding: 0;
}
/*  ------------  SEE FURTHER DOWN THE PAGE ------------>
.slider-content {
  height: 375px;
  width: 220px;
  background: #fff url("images/slider-bg.jpg") repeat-x;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.slider-content h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 0 13px;
  color: #333;
}
.slider-content h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 6px 0 0 13px;
  color: #333;
}
.slider-content p {
  font-size: 11px;
  line-height: 14px;
  width: 195px;
  margin: 0 0 0 13px;
  color: #333;
}
#pagetitle {
  height: 28px;
}
#pagetitle-home {
  height: 38px;
}
#yellowbar {
  height: 10px;
  margin-bottom: 20px;
  background: #efd048;
}*/
#ads {
	height: 75px;
}
.ad {
  height: 55px;
  width: 220px;
  background: #cac9c2;
  margin-bottom: 20px;
}

#footer {
  background: #171615 url("images/footer-bg.jpg") repeat-x;
  padding: 0 20px 0 0;
}
#footer-links {
  position: relative;
}

#searchbox {
  width: 220px;
  float: right;
  /*border: solid 1px #666;
  padding: 2px 4px;*/
  margin: 0;
}
#search {
	padding-left: 4px;
	width: 210px;
	color: #6d6e71;
	border: 1px solid #6d6e71;
}


#footer ul.footer-block {
  list-style: none;
  height: 190px;
  float: right;
  margin: 15px 0 20px 20px;
  color: #cac9c2;
  color: #b6b5b0;
  text-transform: uppercase;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 9px;
}
#footer ul.footer-block a {
  color: #b6b5b0;
  text-decoration: none;
}
#footer ul.footer-block a:hover{
  color: #fff;
  text-decoration: none;
}
.heading {
  font-size: 11px;
  color: #efd048;
  font-weight: bold;
}




/*------------------------------------------------------------------------------
		  =Fred carousel
------------------------------------------------------------------------------*/

.list_carousel {
  margin: 0;
  width: 940px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel li {
  width: 220px;
  height: 385px;
  padding: 0;
  margin: 0 10px;
  display: block;
  float: left;
}
.list_carousel li:first-child {
  margin: 0 10px 0 0;
}
.list_carousel li.firstitem {
  margin: 0 10px 0 0;
}



.slider-content {
  height: 375px;
  width: 220px;
  background: #fff url("images/slider-bg.jpg") repeat-x;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.slider-content h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 0 13px;
  color: #333;
}
.slider-content h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 6px 0 0 13px;
  color: #333;
}
.slider-content p {
  font-size: 11px;
  line-height: 14px;
  width: 195px;
  margin: 0 0 0 13px;
  color: #333;
}
#pagetitle {
  height: 38px;
}
#pagetitle-home {
  height: 38px;
}
#yellowbar {
  height: 10px;
  margin-bottom: 20px;
  background: #efd048;
}

/* to cover the edge bit of the carousel */
#strip {
  position: absolute;
  right: -30px;
  top: 0;
	display: block;
  background: white;
  width: 30px;
  height: 375px;
  z-index: 699;
}
/* -----------------------------------------*/

a.prev, a.next {
	background: url(images/miscellaneous_sprite.png) no-repeat transparent;
	/*width: 45px;
	height: 50px;*/
  width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 155px;
}
a.prev {
  left: 5px;
  background: url("images/prev.png") 0 0 no-repeat transparent;
  /*background-position: 0 0;*/
}
a.prev:hover {
  /*background-position: 0 -50px;*/
}
a.next {
  right: 8px;
  background: url("images/next.png") 0 0 no-repeat transparent;
	/*background-position: -50px 0;*/
}
a.next:hover {
  /*background-position: -50px -50px;*/
  }

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	/*background: url(images/miscellaneous_sprite.png) 0 -100px no-repeat transparent;*/
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -100px;
	cursor: default;
}
.pagination a span {
	display: none;
}





#copyright-area {
  bottom: 0;
	height: 30px;
  left: 90px;
}

.copyright {
  font-size: 9px;
  float: left;
  color: #666;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

/*------------------------------------------------------------------------------
		  =events
------------------------------------------------------------------------------*/
.event {
  text-align: right;
  float: right;
  width: 250px;
  margin: 20px 0 0 0;
}

.event table.eventdetails {
  float: left;
  font-size: 12px;
  color: #333;
  line-height: 19px;
  margin: 0 0 20px 14px;
}

.event table.eventdetails tr td.rowname {
  margin-right: 10px;
  text-align: left;
  width: 80px;

}
.event table.eventdetails tr td.rowvalue {
  padding-left: 10px;
  width: 270px;
}
.featuredevent {
  background: url("images/featuredevent-bg.gif") repeat-x;
}
.featuredevent h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 18px 0 12px 18px;
  color: #666;
}
.featuredevent p {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 20px 18px;
  color: #333;
}
.eventsidebar {
  margin: 0;
}

h2{
  font-family: arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #444;
  margin: 20px 0 20px 20px
}
.listing {
  background: #e9e9e7;
}
.listing table.listingdetails {
  font-size: 13px;
  color: #333;
  line-height: 18px;
	margin-bottom: 18px;
}
.listing table.listingdetails img {
  float:right;
}
.listing table.listingdetails tr td.rowname {
  margin-right: 15px;
  text-align: right;
  width: 60px;
	color: blue;
}
.listing table.listingdetails tr td.rowvalue {
  padding-left: 20px;
  width: 60px;
}
.listing table.listingdetails tr td.rowvalue a {
  color: #000;
  text-decoration: none;
}


#selectbox {
  width: 220px;
  float: right;
  /*border: solid 1px #666;
  padding: 2px 4px;*/
}


/*------------------------------------------------------------------------------
		  =Modal login
------------------------------------------------------------------------------*/

a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:350px; 
  height:225px;
  padding:10px;
  background-color:#ffffff;
	-moz-border-radius: 15px;
border-radius: 15px;
}
#boxes #dialog .close {
	width: 16px;
	height: 16px;
	float: right;
}
#loginmanager {
	margin: 0 0 0 40px;
}
#loginmanager span.data {
	margin: 2px 50px 20px 0;
}

#loginmanager span.login {
	font-size: 14px;
	padding: 4px 0 0 0;
	width: 90px;
	float: left;
}

#loginmanager form input {
	margin: 2px 0 0 0;
}

#loginmanager span.title {
	font-weight: normal;
}

#loginmanager #title {
	font-weight: bold;
/* 	color: #FDC503; */
	padding-bottom: 3px;
}
#loginmanager span.small{
	height: 30px;
	padding: 15px 0 0 0;
	font-size: 11px;
	margin: 10px 0 0 0;
}


.entry {
	min-height: 500px;
}

p {
	margin-bottom: 15px;
}

#featured-event_fixed {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 602;
}
#featured-event-search_fixed {
	position: absolute;
	top: 50px;
	right: 0px;
	background: white;
	z-index: 603;
	
}

div span.pagenumbers span.currentpage a {
	background: #999;
	padding: 2px 4px;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	font-weight: bold;
	color: #fff;
}
div span.pagenumbers a {
	color: #333;
}
div span.pagenumbers a:hover {
	color: #999;
	text-decoration: underline;
}

span #pagenumbers span.page {
	color: red;
}

/*
 
	background: #999;
	padding: 2px 4px;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	font-weight: bold;
	color: #fff;
*/






.styled-select select {
        background: transparent;
        width: 248px;
        font-size: 13px;
        font-family: Helvetica, Arial, sans-serif;
        border: 1px solid #6d6e71;
        height: 21px;
        -webkit-appearance: none;
        color: #818285;
        margin-top: 2px;
        padding-top: 2px;
        padding-right: 5px;
    
     }
     .styled-select {
        width: 220px;
        height: 25px;
        overflow: hidden;
        background: url('images/arrow.jpg') no-repeat right #fff;
     }
		 
		 
		 
#clear_filter {
	position: absolute;
	top: -22px;
	right: 32px;
}
		 
		 