/*
Theme Name: Velvet Monroe
Theme URI: http://www.velvetmonroe.com/
Description: Wordpress theme for Velvet Monroe website.
Version: 1.0
Author: Velvet Monroe
Author URI: http://www.velvetmonroe.com/
*/

/*
thumbnails: 154x103
*/

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
  font-family: Tahoma, 'Times New Roman', serif;
  letter-spacing: 0px;
  *text-align: center;
}

#sidebar-wrap {
  position: fixed;
  left: 44px;
  top: 0;
  width: 357px;
  height: 100%;
  padding-bottom: 50px;
  background: url(img/bg-sidebar-light.png) top repeat-y;
  z-index: 4;
}

#header {
  width: 357px;
  height: 62px;
  margin-top: 45px;
  background: url(img/bg-header.png) no-repeat;
}

#sidebar {
  position: relative;
  float: left;
  width: 237px;
  height: 100%;
  margin: 23px 0 0 60px;
  margin: 23px 0 0 60px;
  text-align: center;
}

#main-bg {
  position: fixed;
  left: 379px;
  width: 582px;
  height: 100%;
  background: url(img/bg-content.png) repeat-y;
  z-index: 10;
}

#main {
  position: absolute;
  *left: 379px;
  width: 482px;
  margin: 0 0 0 379px;
  *margin: 0 0 0 0;
  padding: 48px 50px 30px 50px;
  z-index: 10;
}

#content {
  height: 100%;
  color: #222;
  text-align: left;
}

#content h1, #content h2, #content h3, .page h1 {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

#content h1, .page h1 {
  font-size: 20px;
}

#content h2 {
  font-size: 18px;
}

#content p {
  letter-spacing: 1px;
  line-height: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

#content a {
  color: #000;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: underline;
}

#content .post h1, #content .post h2 {
  text-align: left;
  margin-bottom: 0;
}

#content .post h1 span, #content .post h2 span {
  float: right;
  font-size: 80%;
}

#content .post h2 a {
  font-style: normal;
  text-decoration: none;
}

#nav ul {
  list-style: none;
}

#nav ul li {
  margin: 10px;
  font-size: 13px;
  text-transform: uppercase;
}

#nav ul li a {
  color: #000;
  text-decoration: none;
  padding: 5px 30px;
}

#nav ul li a#selected, #nav ul li a:hover {
  background: url(img/bg-nav-selected.png) no-repeat;
}

#nav ul li#home a#selected, #nav ul li#home a:hover {
  background-position: -49px 2px;
}

#nav ul li#gallery a#selected, #nav ul li#gallery a:hover {
  background-position: -40px -28px;
}

#nav ul li#biography a#selected, #nav ul li#biography a:hover {
  background-position: -32px -58px;
}

#nav ul li#faq a#selected, #nav ul li#faq a:hover {
  background-position: 0px -90px;
}

#nav ul li#contact a#selected, #nav ul li#contact a:hover {
  background-position: -38px -119px;
}

#nav ul li#donations a#selected, #nav ul li#donations a:hover {
  background-position: -30px -149px;
}

#nav ul li#blog a#selected, #nav ul li#blog a:hover {
  background-position: -51px -180px;
}

#callme {
  position: absolute;
  /**position: relative;
  *bottom: -45px;*/
  left: 0;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

#callme p {
  font-size: 20px;
  letter-spacing: 0;
}

#callme p span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

p#footer-content {
  display: none;
}

#gallery-wrap {
  width: 400px;
  z-index: 100;
}

#slider {
  width: 400px;
  height: 453px;
  *margin-top: 40px;
  margin: 0 0 0 43px;
  position: relative;
  text-align: left;
}

.scroll {
  width: 400px;
  height: 544px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollcontainer .panel {
  width: 420px;
  height: 544px;
}

.panel .thumbnail {
  position: relative;
  width: 171px; /*184px*/
  height: 122px; /*136px*/
  padding: 14px 0 0 15px;
  margin-right: 20px;
  float: left;
  background: url(img/bg-thumbnail.png) no-repeat;
}

.panel .thumbnail .overlay {
  position: absolute;
  left: 50px;
  top: 48px;
  width: 86px;
  height: 35px;
}

.overlay .download {
  display: block;
  width: 43px;
  height: 35px;
  float: left;
  background: url(img/bg-thumbnail-over.png) no-repeat;
}

.overlay .download:hover {
  background-position: 0 -35px;
}

.overlay .preview {
  display: block;
  width: 43px;
  height: 35px;
  float: left;
  background: url(img/bg-thumbnail-over.png) no-repeat;
  background-position: -43px 0;
}

.overlay .preview:hover {
  background-position: -43px -70px;
}

.panel .thumbnail img {
}

.scrollButtons {
  position: absolute;
  top: 233px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -47px;
}

.scrollButtons.right {
  right: -37px;
}

.clear {
  clear: both;
}

.aligncenter {
  display: block;
  margin: 0px auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #333;
	}

img.alignright {
	padding: 1px;
	margin: 4px 0 2px 7px;
	display: inline;
	background-color: #333;
	}

img.alignleft {
	padding: 1px;
	margin: 4px 7px 2px 0;
	display: inline;
	background-color: #333;
	}

form {
  margin: 10px auto 0 auto;
  width: 482px;
  font-size: 12px;
  letter-spacing: 0px;
  font-family: Tahoma, 'Times New Roman', serif;
}

form label {
  width: 175px;
  margin: 6px 0 0 0;
  display:-moz-inline-box; /*for mozilla*/
  display:inline-block; /*for Opera & IE*/
  text-align: left;
  vertical-align: top;
	font-size: 12px;
}

form label span {
  color: #f00;
}

form input,
form textarea,
form select {
  padding: 1px;
  background: #f9f9f9; 
  border: 1px solid #888888; 
  vertical-align: top;
}

form input:hover,
form textarea:hover,
form select:hover	{
  background:#ecd0d0; 
}

form input:focus,
form textarea:focus,
form select:focus	{ 
  background:#f9ebeb; 
}

form textarea,
form input {
  width:200px;
  font-family: arial, san-serif;
  font-size: 16px;
  padding: 5px;
}

form select {
  width:250px; /* attempt to have equal length */
  padding:5px 0;
  font-size: 16px;
}  

form textarea {
  width:290px;
  height:150px;
  overflow:auto;
}

form input.radio {
  width: 10px;
  margin: 8px 0 0 0;
}

form input.checkbox {
  width: 10px;
  margin: 8px 5px 0 0;
}

form span.radio, form span.checkbox {
  padding: 0;
  margin: 6px 5px 0 0;
  display:-moz-inline-box; /*for mozilla*/
  display:inline-block; /*for Opera & IE*/
}

form span.checkbox {
  margin-top: 7px;
  font-size: 14px;
}

form input.sendbutton	{ 
  width:200px;  
  padding:5px; 
  margin: 10px 0 0 0;
  font-size:16px;
  font-weight: bold;
  color: #222;
  background-color: #ecd0d0;
}

span.reqtxt { 
  margin: 6px 0 0 4px;
  display:-moz-inline-box; /*for mozilla*/
  display:inline-block; /*for Opera & IE*/
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

/*Supersize Plugin Styles*/
#loading {
  position: absolute;
  top: 49.5%; 
  left: 49.5%;
  z-index: 3;
  width: 24px; 
  height: 24px;
  text-indent: -999em;
  background-image: url(images/progress.gif);
}
#supersize{
  position:fixed;
  *left: -49.5%;
}
#supersize img, #supersize a{
  height:100%;
  width:100%;
  position:absolute;
  z-index: -10;
}
#supersize a{
  cursor:default;
}
#supersize .prevslide, #supersize .prevslide img{
  z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
  z-index: 2;
}
