/* @override 
	http://masuga.com/css/default.css
*/
/*
Site:           masuga.com
File:           default.css [main stylesheet, all browsers]
Last Modified:  Aug 29 2009 
-----------------------------------------------------------
ryan masuga, masugadesign.com :: ryan@masugadesign.com
=========================================================== */
html {
	background: transparent url('/images/site/bg_texture.png') 0 0 repeat;
	height: 100%;
	width: 100%;
	}

body {
	background: transparent url('/images/site/bg_monkey.png') 85% 95% no-repeat;
	height: 100%;
	width: 100%;
	}

body#wedding {
	/*background: transparent url('/images/uploads/wedding_invite.png') 95% 45% no-repeat;*/
	background-image: none;
	}

h1 {
	font-size: 8em;
	line-height: 1.2;
	margin-bottom: .25em;
	}

h2 {
	font-size: 20px;
	line-height: 1.2;
	margin-top: 1em;
	margin-bottom: 5px;
	}


a {outline: none; text-decoration: none;}
a:link, a:visited 
	{
	color: red; 
	text-decoration: none;
	}
a:hover, a:active 
	{
	color: #800;
	text-decoration: none;
	}

#wedding a:link, #wedding a:visited 
{
	color: #0058aa;
	}

#wedding a:hover, #wedding a:active
{
	color: #3281ca;
	text-decoration: underline;
	}


h1 a:link, h1 a:visited {
	color: #000;
	}

h1 a:hover, h1 a:active 
	{
	color: #800;
	text-decoration: none;
	}

p, dt, dd, li {
	font-size: 12px;
	line-height: 1.3;
	}

#wedding #content p {
  margin-bottom: 2em;
  }

#container {
	background: transparent;
	width: 520px;
	margin-left: 20em;
	}

#wedding #container {
	background: transparent;
	width: 800px;
	margin-left: 10%;
	padding-top: 3em;
	}

#wedding h1 {
	font-size: 6em;
	line-height: 1.1;
	margin-bottom: .25em;
	}

dl {
	margin-top:  1em;
	margin-bottom: 2em;
	margin-left: .5em;
	}

dt {
	font-weight: bold;
	font-size: 14px;
	}

dd {
	margin-bottom: .5em;
	color: #333;
	margin-left: 5px;
	}

ul {
	margin-top:  1em;
	margin-bottom: 2em;
	list-style-type: none;
	}

li {
	font-size: 14px;
	font-weight: bold;
	margin-left: .5em;
	}


#wedding ul {
	margin-top:  1em;
	margin-bottom: 2.5em;
	list-style-type: disc;
	margin-left: 2em;
	}

#wedding li {
	font-size: 12px;
	font-weight: normal;
	margin-left: 0em;
	margin-bottom: .5em;
	}

#wedding li a {
	font-weight: bold;
	}

#wedding #wedding-invite {
  background: #efefef;
  width: 800px;
  height:  600px;
  margin-bottom: 1em;
  background: transparent url('/images/uploads/wedding_book_p8.png') 0 45% no-repeat;
  }


#footer p {
	font-size: 11px;
	font-family: georgia, times, serif;
	color: #999;
	font-style: italic;
	padding-top: 3em;
	padding-bottom: 3em;
	}
	
	
	