/* Marcus and Sarah's website style sheet v.1.0 */
/* copyright Marcus Riedner 2007 */
/* http://www.marcusandsarah.ca */
/* questions? comments? looking to get in touch with us? wedding@marcusandsarah.ca */
/* feel free to use any of the CSS, but do not feel free to steal the images, artwork, or content of the site. */

/* layout items and primary containers */

html 	{
	margin: 0px;
	padding: 0px;
	}


body	{
	margin: 0px;
	padding: 0px;
	background: rgb(120,16,43)  url('images/background.jpg') no-repeat top left;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: rgb(250,231,214);
	}


#holder	{
	margin: 0px;
	padding: 0px;
	background: transparent;
	width: 613px;
	}


#site-wrap 	{
	margin: 80px 0px 0px 100px;
	padding: 0px;
	width: 611px;
	}


#masthead	{
	margin: 0px;
	padding: 0px;
	background: transparent url('images/masthead.jpg') no-repeat top left;
	border: 1px rgb(250,231,214) solid;
	width: 611px;
	height: 85px
	}


#masthead-inner	{
	margin: 0px;
	padding: 10px;
	width: 100%;
	}


#page	{
	margin: 10px 0px 50px 0px;
	padding: 0px;
	background: url('images/contentbg.jpg') no-repeat top left;
	border: 1px solid rgb(250,231,214);
	width: 611px;
	float: left;
	position: relative;
	}


#page-left	{
	margin: 0px;
	padding: 10px;
	width: 357px;
	min-height: 400px;
	float: left;
	}


#page-right	{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 180px;
	float: right;
	}



#page.home #page-left	{
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 20px 20px;
	width: 357px;
	float: left;
	}


#page.home #page-right	{
	margin: 20px 0px 20px 0px;
	padding: 0px 20px 20px 20px;
	border-left: 1px solid rgb(250,231,214);
	width: 170px;
	float: right;
	}


#page.home #page-spanner	{
	margin: 0px;
	padding: 20px 13px 0px 13px;
	width: 591px;
	height: 200px;
	clear: both;
	}


#page.single  #page-left	{
	margin: 10px;
	padding: 10px;
	border: 1px solid rgb(250,231,214);
	width: 569px;
	float: left;
	}


#module-head	{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background: rgb(163,6,48);
	border-bottom: 1px solid rgb(250,231,214);
	height: 20px;
	text-align: center;
	}


#module.news	{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: rgb(145,3,41);
	min-height: 100px;
	}


#module.info	{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background: rgb(145,3,41);
	min-height: 100px;
	}

#profiles	{
	margin: 0px 0px 50px 0px;
	padding: 0px;
	}


/* typography, links, and images */	

p	{
	margin: 0px 0px 20px 0px;	padding: 0px;	}

#module p	{
	margin: 0px 0px 5px 0px;	padding: 0px;	}


h1	{
	margin: 5px 0px 10px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 5px;
	color: rgb(250,231,214);
	}


h2	{
	margin: -7px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: rgb(250,231,214);
	}

h3	{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: rgb(250,231,214);
	}


#module-head h2	{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: rgb(250,231,214);
	}




ul	{
	margin: 10px 0px 0px 300px;
	padding: 0px 0px 0px 5px;
	letter-spacing: 0px;
	list-style: none;
	}


li	{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#masthead-inner ul	{
	margin: 50px 20px 0px 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-align: right;
	list-style: none;
	}


#masthead-inner li	{
	margin: 0px;
	display: inline;
	}



#module ul	{
	margin: 10px 0px 0px 10px;
	padding: 0px 10px 5px 5px;
	letter-spacing: 0px;
	list-style: none;
	}


#module li	{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}




#masthead a:link	{
	font-weight: bold;
	text-decoration: none;	color: rgb(220,195,172);	}

#masthead a:active	{
	font-weight: bold;
	text-decoration: none;	color: rgb(220,195,172);	}

#masthead a:visited	{
	font-weight: bold;
	text-decoration: none;	color: rgb(220,195,172);	}

#masthead a:hover		{
	font-weight: bold;
	text-decoration: none;	color: rgb(250,231,214);	}




a:link	{
	font-weight: bold;
	text-decoration: none;	color: rgb(210,165,125);	}

a:active	{
	text-decoration: none;	color: rgb(210,165,125);	}

a:visited	{
	text-decoration: none;	color: rgb(210,165,125);	}

a:hover		{
	text-decoration: none;	color: rgb(250,231,214);	}


img	{
	margin: 0px 5px 0px 5px;
	padding: 0px;
	border:  1px solid rgb(250,231,214);
	} 


img.page	{
	margin: 0px 10px 80px 0px;
	padding: 0px;
	border:  1px solid rgb(250,231,214);
	float: left;
	} 




/* forms */

form	{
	margin: 0px;
	padding: 0px;
	width: 357px;
	}


form fieldset	{
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border: 0px;
	border-top: 1px solid rgb(250,231,214);
	}


legend	{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}


label	{
	float: left;
	width: 100px;
	padding: 6px 5px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	}


fieldset div	{
	margin-bottom: 10px;
	padding: 0px;
	display: block;
	}


fieldset div input, fieldset div textarea	{
	width: 200px;
	background: rgb(145,3,41);
	color: rgb(250,231,214);
	border-top: 1px solid rgb(250,231,214);
	border-right: 1px solid rgb(250,231,214);
	border-left: 1px solid rgb(250,231,214);
	border-bottom: 1px solid rgb(250,231,214);
	padding: 5px;
	}

#form-submit 	{ 	clear: both;
	margin: 0px 0px 0px 65px;	padding-top: 5px;	text-align: center;	}

#form-submit input	{    	border: 1px solid rgb(250,231,214);    	padding: 3px;    	background: rgb(250,231,214);    	color: rgb(0,0,0);	}

input:focus, textarea:focus 	{    	background: rgb(163,6,48);    	color: rgb(250,231,214);	}	


