/* 
    Document   : default.css
    Created on : 01-May-2009, 09:39:46
    Author     : Baris
    Description: Styling of the Sweet Fantasies project
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

*{
    margin: 0px;
    padding: 0px;
}
/* Structural div styles */
html{
    background: url("../img/backdrop.jpg");
}
body{
    background: url("../img/header.jpg") no-repeat;
    width: 980px;
    margin: 0px auto 0px auto;
    font-family: "arial", "helvetica", "courier", "courier new";
    text-align: center;
    position: relative;
    color: yellow; /* to be able to read debugging code */
    padding: 0px 0px 30px 0px;
    scrollbar-base-color: #AF0000;
    scrollbar-arrow-color: #ffcc00;
}
#content{
    text-align: left;
    min-height: 600px;
/*    padding: 20px 97px 186px 127px;
*/  padding: 20px 70px 186px 100px;
}
#content-two{
    background: url("../img/footer.jpg") no-repeat 0px 100%;
    height: 1%;
}
#content-three{
    background: url("../img/left-splatter.jpg") repeat-y 13px 0px;
    height: 1%;
}
#content-four{
    background: url("../img/right-splatter.jpg") repeat-y 918px 0px;
    height: 1%;
		margin-bottom: 15px;
}
/* Site navigation styling */
ul{
    list-style: none;
}
ul#navigation{
    position: absolute;
    top: 162px;
    left: 0px;
    width: 980px;
}
ul#navigation li a{
    display: block;
    width: 100%;
    height: 100%;
}
#navigation li{
    float: left;
    height: 43px;
    margin: 0px;
    padding: 0px;
}
#navigation li a{
  text-indent: -9999px;
    overflow: hidden;
}
li.home{
/*    background: url(../img/home.jpg);
  */  width: 108px;
}
li.gallery{
/*    background: url(../img/gallery.jpg) no-repeat;
  */  width: 110px;
}
li.three-star{
/*    background: url(../img/3-star.jpg) no-repeat;
  */  width: 118px;
}
li.four-star{
/*    background: url(../img/4-star.jpg) no-repeat;
  */  width: 130px;
}
li.five-star{
/*    background: url(../img/5-star.jpg) no-repeat;
  */  width: 154px;
}
li.employment{
/*    background: url(../img/employment.gif) no-repeat;
  */  width: 142px;
}
li.contact{
/*    background: url(../img/contact.gif) no-repeat;
  */  width: 106px;
}
li.links{
/*    background: url(../img/links.jpg) no-repeat;
*/    width: 112px;
}
/* end - Site navigation styling */
/* end - Structural div styles */
/* General content styles */
h1{
    overflow: hidden;
    width: 980px;
    height: 162px;
/*    padding: 0px 60px 0px 0px;
*/    margin-bottom: 43px;
  text-indent: -9999px;
}
p, h2, h3, h4, li, .gallery-item-name a, table, .location{
    color: #FFFF7F;
}
.location{
  text-transform: capitalize;
}
h2, h3{
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
}
p.instruction{
    font-family: "times new roman", "times", "courier", "courier new", "arial";
    font-style: italic;
    line-height: 1.4em;
    font-size: 1.5em;
    margin: 10px 15px 0px 15px;
		text-align: left !important;
}
div.reminder{
    height: 24px;
    margin: 0px 0px 15px 0px;
}
p.reminder{
    color: #333333;
    font-size: 0.8em;
    line-height: 24px;
    margin: 0px 0px 0px 30px !important;
}
.reminder img{
    float: left;
    margin-right: 10px;
}
.hidden-link{
    display: none;
}
/* Gallery pages */
.round-corner-wrapper{
    background: url("../img/notice-bg.gif");
    margin: 0px 30px 30px 0px;
}
.images .round-corner-wrapper{
    margin: 0px 30px 0px 0px;
}

.color-two .round-corner-wrapper{
    background: url("../img/notice-bg-2.gif") !important;
}
.top-left{
    background: url("../img/top-left.gif") no-repeat;
    background-position: top left;
}
.top-right{
    background: url("../img/top-right.gif") no-repeat;
    background-position: top right;
}
.bottom-right{
    background: url("../img/bottom-right.gif") no-repeat;
    background-position: bottom right;
}
.bottom-left{
    background: url("../img/bottom-left.gif") no-repeat;
    background-position: bottom left;
    padding: 30px;
}
.color-two .top-left{
    background: url("../img/top-left-2.gif") no-repeat;
    background-position: top left;
}
.color-two .top-right{
    background: url("../img/top-right-2.gif") no-repeat;
    background-position: top right;
}
.color-two .bottom-right{
    background: url("../img/bottom-right-2.gif") no-repeat;
    background-position: bottom right;
}
.color-two .bottom-left{
    background: url("../img/bottom-left-2.gif") no-repeat;
    background-position: bottom left;
    padding: 30px;
}
.top-left, .top-right, .bottom-right, .bottom-left{
    height: 100%;
}
.clear{
    clear:both;
    height: 1%;
		text-align: center;
}
.clear p{
	margin: 0px 0px 10px 0px;
}
/* end - General content styles */
/* Gallery selection styling */
ul#gallery-selection{
    margin: 60px 90px 0px 60px;
}
ul#gallery-selection li{
    height: 60px;
}
li.image{
    clear: both;
    float: left;
    width: 350px;
    margin: 0px 0px 30px 0px;
}
li.link{
    line-height: 60px;
    clear: right;
    float: right;
    width: 168px;
    margin: 0px 0px 30px 0px;
    padding-top: 10px;
    height: 50px !important;
}
li.link img{
    margin-top: 0px;
}
img{
    border: none;
}
/* end - Gallery selection styling */
/* Gallery page styling */
.gallery-item-wrapper{
    width: 220px;
    float: left;
}
img.profile-shot{
    margin: 0px;
    width: 160px;
    height: 240px;
}
p.gallery-item-name{
    text-align: center;
    font-family: "times new roman", "times", "courier", "courier new", "arial";
    font-style: italic;
    font-size: 1.1em;
    margin: 15px 0px 0px 0px;
    margin-bottom: -5px;
		text-transform: capitalize;
}
p.gallery-item-name a{
    text-decoration: none;
}
.location{
    margin: 5px 0px 0px 0px;
    text-align: center;
    font-size: 0.7em;
}
/* end - Gallery page styling */
/* Profile page styling */
.profile-info-wrapper{
    width: 220px;
}
.profile-info-wrapper p{
    margin-bottom: 15px;
}
.profile-info-wrapper table{
    border: 0px;
    margin: 0px 0px 0px 10px
}
.profile-info tr{
    height: 12px;
}
.profile-info th{
    width: 100px;
    font-size: 0.8em;
}
.profile-info td{
    width: 50px;
    font-size: 0.7em;
    text-transform: capitalize;
}
.profile-info-wrapper p {
    font-size: 0.8em;
    margin-left: 10px;
    margin-top: 10px;
}
.gallery-indicator {
    margin: 0px;
    border: none !important;
}
.profile-image-wrapper {
    width: 530px;
    float: left;
    margin: 0px !important;
    padding: 0px !important;
}
.images{
    float: right;
    margin: 0px 0px -44px 0px;
    padding: 0px 30px 0px 0px;
}
img.cards{
    border: none !important;
    margin: 0px 0px 5px 10px;
}
h4{
    text-align: center;
    font-family: "times new roman", "times", "courier", "courier new", "arial";
    font-style: italic;
    font-size: 3em;
    font-weight: normal;
		text-transform: capitalize;
}
/* end - Profile page styling */
/* Employment page styling */
p.footer-notes{
    color: #333333;
    margin-top: 10px;
    font-size: 0.8em;
}
/* end - Employment page styling */
/* Product view page styling */
.images img{
    margin: 0px 30px 30px 0px;
}
.images .bottom-left{
    padding: 30px 0px 0px 30px;
}
/* Product view page styling */

a:link, a:visited, h4{
    color: #FF9900;
}
#center{/* For center-aligning the gallery pages */
	margin-left: 30px;
}
.banner img{
}
.banner p{
	margin: 30px;
	text-align: center;
}
