/*
 * Title: Main Style Sheet
 * For: html
 * Site: amberlyrobinson.com
 * Author: John Cole
 * Last Modified: 08.25.2009
*/

/* @group global reset */
/* Don't forget to set a foreground and background color on the 'html' or 'body' element! For more information on the current state of Global Reset visit http://meyerweb.com/eric/thoughts/2007/04/12/reset-styles */

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, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
  content: "";
}

/* @end global reset */

/* @group base html */

body {
  background: #3c5150;
  color: #3c5150;
  margin: 0;
  padding: 0;
  font-family: Lucida Sans Unicode ,Arial, Verdana, Myriad, Helvetica, Geneva, sans-serif;
  text-align: center;/*this is in place to center in older browsers*/
  font-size: 14px;
  line-height: 18px;
}
a {
text-decoration: none;
color: #d45141;
}
a:link {/* unvisited link */
 color: #d45141;
}     
a:visited {/* visited link */
 color: #d45141;
}  
a:hover { /* mouse over link */
 color: #d45141;
 text-decoration: underline;
}  
a:active {/* selected link */
 color: #d45141;
}

/* @end base html */

/* @group wrappers */
#page_wrapper {
background-color: #f1fcfe;
width: 100%;
background: url('images/bg_image.jpg') top center no-repeat;


}
#page {
width: 960px;
margin: 0 auto;
}
/* @end group wrappers */

/* @top nav */
#top_nav {
height: 50px;
}
/* @end top nav */

/* @header */
#header {
width: 285px;
height: 304px;
padding-top: 20px;
padding-left: 675px;
background-image: url('images/amberly_logo.jpg');
background-repeat: no-repeat;
}
/* @end header */


/* @content */
#content {
width: 600px;
height: 705px;
background-color: #ffffff;
border: 1px solid #90c0be;
position: relative;
top: -62px;
float: left;
}

#content h1 {
margin-left: 10px;
margin-top: 10px;
margin-bottom: 8px;
}

#content p {
margin-left: 10px;
font-size: 18px;
line-height: 24px;
width: 580px;
margin-bottom: 24px;
}

#content p.inside {
font-size: 14px;
line-height: 20px;
margin-bottom: 18px;
width: 560px;
}

p.inside strong {
line-height: 20px;
}

#content p.quotes {
font-size: 11px;
line-height: 12px;
margin-bottom: 8px;
}

#content p.amberly {
font-size: 13px;
line-height: 15px;
margin-bottom: 8px;
}

.scroll-pane {
height: 645px;
}


/* @end content */

#sidebar {
margin-left: 610px;
width: 350px;
}

#sidebar p {
font-size: 13px;
line-height: 18px;
margin-bottom: 18px;
text-align: justify;
}

#sidebar h1 {
margin-top: 10px;
margin-bottom: 18px;
}

#clear {
clear: both;
}

/* @footer */
#footer_left {
float: left;
width: 600px;
font-size: 12px;
height: 50px;
position: relative;
top: -62px;
font-family: georgia, palatino linotype, times new roman, serif;
}

#footer_left p {
text-align: right;
color: #85b3b1;
line-height: 18px;
font-style: italic;
}

#footer_left a {
color: #85b3b1;
}

#footer_right {
margin-left: 600px;
width: 360px;
text-align: right;
position: relative;
top: -77px;
}
/* @end footer */

strong {
font-weight: bold;
}

ul {
margin-left: 10px;
margin-right: 10px;
margin-bottom: 18px;
}

ul li {
margin-bottom: 6px;
font-size: 12px;
}

h2 {
font-size: 16px;
padding-top: 6px;
margin-bottom: 12px;
margin-left: 10px;
font-weight: bold;
}

form {
margin-left: 10px;
}

form input, textarea{
color: #3c5150;
background-color: #ffffff;
border: 1px solid #3c5150;
}

.pink {
color: #d45141;
}

.italic {
font-style: italic;
}

em {
font-style: italic;
}