/* 
	CSS for wendyputt.com
	Author: Addison Hall
	Last updated: 1-22-2010

	Font sizes are handled via Owen Brigg's method:
	http://www.thenoodleincident.com/tutorials/typography/css/real.css
	
	Colors:
	-------
	switched to black and white
*/

/*-----------------------------------------------------------------------
RESET STYLES
-----------------------------------------------------------------------*/

@import url("reset.css");

/*-----------------------------------------------------------------------
BASIC TAG STYLES
-----------------------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 76%;
    /* Enter nothing smaller than 76% */
    line-height: 1.6em;
	background-color: #ffffff;
    }

body#home {
    background-color: #ffffff;
    }

body#page {
    background-color: white;
    text-align: center;
    }

hr {
	display: none;
	}

p {
    font-size: 1em;
    }

li {
    font-size: 1em;
    }

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Garamond, "Hoefler Text", serif;
    font-weight: normal;
    font-size: 2em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.15em;
    margin: 0 0 1em 0;
    padding: 1em 0;
	border-bottom: 1px solid #cccccc;
    }

h2 {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 2em;
    margin: 0 0 12px 0;
    padding: 0;
    color: #333333;
    background-color: transparent;
    }

h3 {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.8em;
    margin: 0 0 12px 0;
    padding: 0;
    color: #666666;
    background-color: transparent;
    }

h4 {
    font-size: 1.2em;
    margin-bottom: 0;
    color: #000000;
    background-color: transparent;
    }

a:link, a:visited {
    color: ;
    text-decoration: none;
    color: #006;
    }

a:hover {
    color: black;
    text-decoration: none;
    }

a:active {
    color: #ccc;
    text-decoration: none;
    }

a img {
    border: 0px;
    }

img {
    }

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    }

input, textarea {
    font-size: 1em;
    }

#content ul, ol {
  margin-bottom: 1em;
}

#content ul li {
  list-style: disc;
  margin: 0 0 0 2em;
}

#content ol li {
  list-style: decimal;
  margin: 0 0 0 2.5em;
}

/*-----------------------------------------------------------------------
PAGE HEADERS
-----------------------------------------------------------------------*/

#head_home {
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 0;
    background: #999999 url(../images/bg_head_page_gray.png) repeat 0 0;
    }

#slideshow,
#slideshow_object {
	width: 760px;
	height: 400px;
	margin: 0 auto;
	display: block;
	}

#head_page {
    position: relative;
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 0;
    background: #999999 url(../images/bg_head_page_gray.png) repeat 0 0;
    }

#pageheader {
    position: relative;
    margin: 0 auto;
	padding: 0;
	text-align: left;
    width: 760px;
    height: 130px;
    }

/*body#map-and-directions #pageheader {
    background: transparent url(../images/hdr_directions.gif) no-repeat 0 0;
    }
body#brides-and-bridesmaids #pageheader {
    background: transparent url(../images/hdr_bridesmaids.gif) no-repeat 0 0;
    }
body#receptions #pageheader {
    background: transparent url(../images/hdr_receptions.gif) no-repeat 0 0;
    }
body#church-florals #pageheader {
    background: transparent url(../images/hdr_churchflorals.gif) no-repeat 0 0;
    }
body#special-events #pageheader {
    background: transparent url(../images/hdr_specialevents.gif) no-repeat 0 0;
    }
body#menu-selections #pageheader {
    background: transparent url(../images/hdr_menu.gif) no-repeat 0 0;
    }
body#policies #pageheader {
    background: transparent url(../images/hdr_policies.gif) no-repeat 0 0;
    }*/

/*-----------------------------------------------------------------------
NAVIGATION
-----------------------------------------------------------------------*/

#nav {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 13px 0;
	font-size: 12px;
	line-height: 14px;
    text-align: center;
    width: 100%;
    background-color: #000000;
	/*border-bottom: 3px solid #aca608;*/
	border-top: 1px solid #ffffff;
    }

ul#nav_367551 {
    margin: 0 auto;
    padding: 0;
    width: auto;
    list-style: none;
    }

ul#nav_367551 li {
    display: inline;
    text-transform: lowercase;
    margin: 0;
    padding: 0;
    list-style: none;
    }

ul#nav_367551 li a {
	display: inline;
    margin: 0;
    padding: 11px;
    color: #ffffff;
    background: transparent;
    }

ul#nav_367551 li a:hover {
    background-color: #121212;
    }

ul#nav_367551 li.selected a,
body#home ul#nav_367551 li.b_home a,
body#map-and-directions ul#nav_367551 li.b_map a,
body#brides-and-bridesmaids ul#nav_367551 li.b_brides a,
body#receptions ul#nav_367551 li.b_receptions a,
body#ceremonies ul#nav_367551 li.b_ceremonies a,
body#special-events ul#nav_367551 li.b_special_events a,
body#menu-selections ul#nav_367551 li.b_menu a,
body#policies ul#nav_367551 li.b_policies a {
    background-color: #333333;
    }

/*-----------------------------------------------------------------------
CONTENT AND COLUMN DIVS
-----------------------------------------------------------------------*/

#home_content {
    position: relative;
    clear: both;
    text-align: center;
    margin: 0 auto 1em auto;
    padding: 1.6em 0 0 0;
    width: 760px;
    }

#home_logo {
	text-align: center;
	padding-top: 1em;
	}

#content {
    position: relative;
    clear: both;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 20px 0;
    width: 760px;
    }

#content p,
#home_content p {
	margin-bottom: 1em;
	}

#column1 {
    float: left;
    width: 370px;
    margin: 0;
    padding: 0;
    text-align: left;
    }

#column2 {
    float: right;
    width: 370px;
    margin: 0;
    padding: 0;
    text-align: left;
    }

/*-----------------------------------------------------------------------
GALLERY LIGHTBOX STYLES
-----------------------------------------------------------------------*/

a#nextBLink, a#prevBLink {
	display: none;
	}

table.photogalleryTable {
  width: 100%;
  border: 1px dashed #cccccc;
  margin-top: 1em;
}

td.photogalleryItem {
	text-align: center;
	vertical-align: middle;
	}


/*-----------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------*/

#foot {
    clear: both;
    text-align: center;
    font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
    margin: 0;
    padding: 36px;
    }

#foot address {
    font-size: 0.9em;
    font-style: normal;
    margin: 0;
    padding: 0;
    }

#foot address a {
    color: #000000;
    }

body#home #foot {
	padding-top: 12px;
	color: #333333;
	background-color: transparent;
	}

body#home #foot address a {
    color: #333333;
    }

/*-----------------------------------------------------------------------
OTHER CLASSES
-----------------------------------------------------------------------*/

img.right {
    margin: 4px 0 0 6px;
    padding: 0;
    float: right;
    }

img.left {
    margin: 4px 12px 0 0;
    padding: 0;
    float: left;
    }

img.directions_map {
    margin: 4px 0 0 1em;
    padding: 0;
    float: right;
    }

img.dropcap {
    float: left;
    }

img.display {
    margin: 0 0 20px 0;
    padding: 3px;
	background-color: #ffffff;
    border: 1px solid #ccc;
    }

/* -------------------------------------
CLEAR STYLES
Clears floats without extra markup.
------------------------------------- */

div#div_name:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}