/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img  
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* layout.css */
html {
text-align : center;
background-color: #996666;
background :url(../images/bg-images/html-bg.jpg) repeat;
}
div#container { 
position : relative; 
width : 899px; 
margin : 0 auto; 
text-align : left;
border-bottom: 2px solid #a3a3a5;
}
div#content {
position : relative; 
width: 100%;
background: url(../images/bg-images/bg.png) repeat-y;
}
div#sidebar {
position: absolute;
width: 270px;
top: 15px;
left: 5px;
}
div#content-main {
width: 60%;
margin: 2em 0;
margin-top:  0;
padding: 0;
margin-left: 340px;
min-height:600px;
height:auto !important;
height:600px;
}
#branding {
display: block;
width: 100%;
height: 154px;
background: url(../images/bg-images/logo.jpg) no-repeat;
clear:both;
}
h1#logo a {
float:right;
display: block;
width: 450px;
height: 150px;
margin-right:200px;
text-indent: -5000px;
outline: none;
} 
#branding_image {
height: 257px;
width:100%;
background: url(../images/bg-images/branding-image.jpg) no-repeat;
margin:0 auto;
text-indent: -5000px;
}
#top-contact-info {
position: absolute;
top: 120px;
left: 50px;
width: 250px;
height: 180px;
outline: none;
} 
#top-contact-info p {
font-size: 125%;
font-weight: bold;
padding: 0;
padding-left: 43px;
color: #858b85;
}
#top-contact-info a:link, #top-contact-info a:visited{
display:block;
font-size: 100%;
color: #858b85;
}
#top-contact-info a:hover {
color: #af7a7a;
}


/* * * home page style * * * * * * * * * * * * * * * * * * * * * * * * * * */
#hp-call-outs {
width: 253px;
margin-top: 30px;
margin-left: 70px;
text-align: left;
}
#hp-call-contact, #hp-call-let-us-hear {
margin-top: 20px;
padding-top: 25px;
background: url(../images/bg-images/embellish.jpg) 32% 0 no-repeat;
}
#hp-call-outs p {
padding: 0;
font-weight: bold;
font-size: 90%;
}
#hp-call-outs h3 {
padding: 0;
width: 220px;
height: 40px;
text-indent: -9999px;
background: url(../images/bg-images/h3-full-service-planning.jpg) no-repeat;
}
#hp-call-contact h3 {
background: url(../images/bg-images/h3-free-consulations.jpg) no-repeat;
}
#hp-call-let-us-hear h3 {
background: url(../images/bg-images/h3-let-us-hear-from-you.jpg) no-repeat;
}
#hp-call-outs p {
padding: 0;
padding-left: 5px;
padding-right: 15px;
}
#hp-call-full-service a:link, #hp-call-full-service a:visited,
#hp-call-contact a:link, #hp-call-contact a:visited,
#hp-call-let-us-hear a:link, #hp-call-let-us-hear a:visited {
display: block;
color: #af7a7a;
text-decoration: none;
}
#hp-call-full-service a:hover,
#hp-call-contact a:hover, 
#hp-call-let-us-hear a:hover {
color: #333;
}

/* * * general styles * * * * * * * * * * * * * * * * * * * * * * * * * * */
.more {
text-align: right;
}
.breadcrumb {
font-size:85%;
padding-left: 32px;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}
ul {
margin-left: 25px;
}
li {
padding-bottom: 5px;
margin-left: 25px;
margin-right: 25px;
list-style: disc;
}
ol {
padding: 14px 25px;
padding-left: 50px;
}
ol li {
margin: 0 0 6px;
}
.small {
font-size: 85%;
}
.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* * * =tables * * * * * * * * * * * * * * * * * * * * * * * * * * */
table {
margin: 5px;
margin-left: 32px;
}

/* * * =form * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
width: 37em;
margin-left: 25px;
}
form p{
font-size: 100%;
padding: 2px;
}
/* fieldset styling */
fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #e2e2e2;
}
/* legend styling */
legend {
font-weight: bold;
color: #af7a7a;
}
/* style for  labels */
label {
float: left;
width: 14em;
}
/* style for required labels */
label .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
input {
width: 225px;
}
input.radio, input.submit {
width: auto;
}
textarea {
width: 225px;
height: 100px;
} 
/* submit */
form div input {
width: 100px;
margin-left: 170px;
padding: 0 .25em;
color: #000;
text-transform: uppercase;
font-size: 80%;
}

/* * * =copyright * * * * * * * * * * * * * * * * * * * * * * * * * * */
#copyright {

clear: both;
height: 50px;
background-color: #fff;
color: #999;
text-align: center;
font-family: "Times New Roman", Times, serif;
font-size : 80%;
padding-top: 5px;
border-right: 4px solid #848587;
border-left: 3px solid #848587;
}
#copyright p {
padding-left: 0px;
padding-right: 0px;
padding-bottom:10px;
}
#copyright a:link, #copyright a:visited {
color: #999;
text-decoration: none;
}
#copyright a:hover {
color : #464747;
text-decoration: underline;
}






/* * * =nav main * * * * * * * * * * * * * * * * * * * * * * * * * * */
.nav {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 90%;
background: url(../images/bg-images/menu-scroll.jpg) no-repeat 25% 50%;
height: 200px;
}
ul.sf-menu {
margin-top: 15px;
padding-left:135px;
}
ul.sf-menu li {
}

/* * * =nav current * * * * * * * * * * * * * * * * * * * * * * * * * * */
body#home_page ul.sf-menu li#home a {
color:	#af7a7a;
cursor: default;
}
body#complete-wedding-planning-services_page ul.sf-menu li#complete-wedding-planning-services a {
color:	#af7a7a;
cursor: default;
}
body#why-hire-a-planner_page ul.sf-menu li#why-hire-a-planner a {
color:	#af7a7a;
cursor: default;
}
body#portfolio_page ul.sf-menu li#portfolio a {
color:	#af7a7a;
cursor: default;
}

body#travel-services_page ul.sf-menu li#travel-services a {
color:	#af7a7a;
cursor: default;
}
body#custom-dresses_page ul.sf-menu li#custom-dresses a {
color:	#af7a7a;
cursor: default;
}
body#contact_page ul.sf-menu li#contact a {
color:	#af7a7a;
cursor: default;
}


/* * * =anchor links * * * * * * * * * * * * * * * * * * * * * * * * * * */
a:link, a:visited {
color : #464747;
outline: none;
text-decoration: none;
}
a:hover{
color: #af7a7a;
text-decoration: underline;
}

