/*

	CSS Stylesheet created by Matthew Vogt http://mattvogt.com, for http://rosesandrutabagas.com Year 2010

---------------------------------------
---------------------------------------
--- Table of Contents:				---
---									---
--- =General						---
--- =Header						    ---
--- =Menu  						    ---
--- =Footer						    ---
--- =Content						---
---------------------------------------
---------------------------------------

*/

		/* =General --------------------------------------------------------------
		------------------------------------------------------------------------*/

@charset "utf-8";

html {height: 100%;}


body {
	background-color: #e5dfdc;
	background-image: url(../images/backgroundBottom.jpg);	
	background-position:center;
	height: 100%;
	font: 80% Verdana, Arial, Helvetica, sans-serif;	
	padding: 0;
	margin: 0; 
	width: 100%;
	height: 100%;
		}


.RosesAndRutabagas h1 {
	/*font-family: Garamond, serif;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:25px;	
}

.RosesAndRutabagas h2 {
/*	font-family: Garamond, serif;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:20px;
	padding-top: 5px;	
	margin-bottom: -5px;	
}

.RosesAndRutabagas p {
/*	text-indent: 30px;   */
	padding-left: 10px;
	margin-top: 15px;
}

.RosesAndRutabagas p#indent {
	text-indent: 30px;
	padding-left: 10px;
	margin-top: 15px;
}


.RosesAndRutabagas a:link {
	color: #595552;	
	text-decoration: none;
}
.RosesAndRutabagas a:visited {
	color: #5c5754;	
	text-decoration: none;
}
.RosesAndRutabagas a:hover {
	color: #eae1dc;	
	text-decoration: none;
}

.RosesAndRutabagas #backgroundBottom {
	background-image: url(../images/backgroundBottom.jpg);	
	background-position:center;
	height: 100%;
	z-index:10;
		}		
				
.RosesAndRutabagas #backgroundMain {
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat:repeat-x;
	/*height: 100%;*/

	z-index:20;

		}

.RosesAndRutabagas #columnContainer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 100%;
	padding: 0;	
		}
	

		/* =Header --------------------------------------------------------------
		------------------------------------------------------------------------*/

.RosesAndRutabagas #header {
	background: url(../images/header-bg.jpg);
	height: 242px;
	border-left: 5px solid #8c8886;
	border-right: 5px solid #8c8886;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align:center;
		}
		
#headerWords, #headerWords span{  
	width: 489; 
	height: 134px; 
	background-image: url(../images/logo.jpg)  ;
	background-repeat: no-repeat;  
		}

#headerWords span { 
	margin-bottom: -75px;
		}  


h1 span {
	position:relative;
	display: block;  
 /* place the span on top */  
 	z-index: 1;
		}

.RosesAndRutabagas #logoShift {
	margin-left: 155px;
	margin-top: 35px;
		}
	
	
	/* =Menu --------------------------------------------------------------
		------------------------------------------------------------------------*/
		
#menuStyle { 
}

#menuStyle ul{
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: -35px;
		}

#menuStyle ul li{
	display:inline;
	padding: 10px;	
	font-family: Garamond, serif;
	font-size:18px;	
}

#menuStyle a:link {
	color: #524e4b;	
	text-decoration: none;
}
#menuStyle a:visited {
	color: #524e4b;	
	text-decoration: none;
}
#menuStyle a:hover {
	color: #95867b;	
	text-decoration: none;
}
#menuStyle a:active {
	color: #fff;
	text-decoration:none;

}

	
		/* =Footer --------------------------------------------------------------
		------------------------------------------------------------------------*/

.RosesAndRutabagas #footer {
	/*padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
	background: url(../images/footer-bg.jpg);
	clear:both;
	height: 242px;
	border-left: 5px solid #8c8886;
	border-right: 5px solid #8c8886;
	padding-top: 1px;
	padding-bottom: 1px;
}
.RosesAndRutabagas #footer-swirly {	
	background:url(../images/swirly.jpg);
	width: 443px;
	height: 154px;
	margin-left: 170px;
	margin-top: 30px;
}
.RosesAndRutabagas #copyright {
	text-align:center;
	font-size:10px;
	padding-top: 15px;
}


		/* =Content --------------------------------------------------------------
		------------------------------------------------------------------------*/

.RosesAndRutabagas #contentBox {
	min-height: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #e5dfdf;
	border-left: 5px solid #8c8886;
	border-right: 5px solid #8c8886;
	border-top: 3px solid #8c8886;
	border-bottom: 3px solid #8c8886;
	background-image:url(../images/contentBox-BG.jpg);
				}

.RosesAndRutabagas #mainContent{
		padding-top: 1px;
		padding-bottom: 1px;
		margin-left: 70px;
		margin-right: 70px;
			}

.RosesAndRutabagas #mainContent h1{	
	color:#524e4b;	
	}
	
.RosesAndRutabagas #mainContent h2, #mainContent{	
	color:#66615e;	
	}
	
.RosesAndRutabagas #homePicture {
	margin-left: 35px;
	margin-top: 20px;	
	border: 5px solid #5d5b59;
}

#homeCurly {
	margin-left: 175px;
	margin-top: 5px;
}


#homeWritings {
	margin-left:-30px;
	padding-bottom: 15px;}

p#girlyNoInline  {text-indent: 0px;
margin-left: 30px;
/*margin-top: -20px;*/
}

p#homeCenter{
	margin-left: 275px;
}

#homeList {margin-left: 30px;}

.RosesAndRutabagas h1#homeDecor {
	margin-left: 400px;
}

h1#locationHeader {
	text-align:center;
padding-right:20px;
}

.RosesAndRutabagas #locationMap {
	height: 400px;
	width: 550px;
	margin-left: 35px;
	margin-top: 20px;
	border: 5px solid #5d5b59;
	background-color: #e5dfdc;
}

#decorParagraph p{
		text-indent:  0px;
	}
	
#decorScrap {background-image:url(../images/paperScrap.jpg);
background-repeat:no-repeat;
}

#decorScrap02 {background-image:url(../images/paperScrap02.jpg);
background-repeat:no-repeat;
height:250px;}

#decorClockQuote {
	padding-top:30px;
	padding-left:40px;
	width: 230px;
	font-family:"Comic Sans MS", cursive;}
	
#decorParagraphQuotePush {margin-left: 150px;
padding-top:1px;
font-family:"Comic Sans MS", cursive;
font-weight:bold;


}

#decorQuote01Push {
	padding-top: 30px;
margin-left: 35px;
font-family:"Comic Sans MS", cursive;
}

.RosesAndRutabagas #decorLamp {
	float:right;
	margin-right: 20px;
	border: 5px solid #5d5b59;
}

#decorLightQuote {margin-left: 90px; }


.RosesAndRutabagas #decorAntiques {
	width: 320px;
	height: 170px;
	}
.RosesAndRutabagas #decorLighting {
	margin-left: 5px;
	border: 5px solid #5d5b59;
}


	
.RosesAndRutabagas #decorChair {
	float:left;
	border: 5px solid #5d5b59;
	margin-top: 90px;
	margin-left: 20px;
	margin-right: 10px;	
	}	
	
.RosesAndRutabagas #decorFurnitureSpacer {
	height: 275px;
}

	
#decorLightingHeader{
	font-family:Tahoma, Geneva, sans-serif;
/*	margin-left: 250px;*/
text-align:center;
	font-size: 20px;
}

#decorClockHeader{
	font-family:Tahoma, Geneva, sans-serif;
	margin-left: 100px;
	margin-top: 30px;
	font-size: 20px;
}

#decorShowRoomHeader{
		font-family:Tahoma, Geneva, sans-serif;
/*	margin-left: 120px;*/
text-align:center;
	margin-top: 15px;
	font-size: 20px;
}
#decorLightingWords {margin-top: 160px;}

#decorFurnitureHeader { font-family:Tahoma, Geneva, sans-serif;
font-size: 20px;
padding-left: 420px;
}

.RosesAndRutabagas #decorFurniture {
	/*padding-top: 200px;*/
	}

.RosesAndRutabagas #decorClock {
		border: 5px solid #5d5b59;
		float: right;
		margin-right: 15px;
		margin-top: 30px;
	}
	
.RosesAndRutabagas #decorTimeworks { width: 300px;
	height: 500px;}
	
#decorShowroom {border: 5px solid #5d5b59;
margin-left: 35px;}

	
.RosesAndRutabagas #locationContactAlignment {
	margin-left: 40px;	
	margin-top: 15px;}
	


#contactBox {width:250px;
height:500px;}

#contactPhoto {
	float: right;
margin-right: 15px;
margin-top: 10px;
border: 5px solid #5d5b59;}

h1#contactMainHeader
{
margin-left:70px;
}

h2#contactHeaders {font-family:Tahoma, Geneva, sans-serif;
font-weight:normal;
margin-left:40px;
}

h1#girlyHeader {
	text-align:right;
	padding-right: 80px;
	}
	
#girlyPurseHeader {
	font-family:Tahoma, Geneva, sans-serif;
font-size:20px;
padding-top: 15px;
text-align:center;
padding-right: 20px;
}

#girlyLongQuote {background-image:url(../images/paperScrapWide.jpg);
background-repeat:no-repeat;
height: 157px;
margin-left:30px;}

#girlyLongQuoteWords {font-family:"Comic Sans MS", cursive;
padding-left: 30px;
padding-top: 35px;

}
#girlyRuleShift {	
	font-family:"Comic Sans MS", cursive;
	margin-left: 350px;
	padding-top:20px;
	font-weight:bold;}
	
	#girlyParagraphQuotePush {margin-left: 150px;
	font-family:"Comic Sans MS", cursive;
	font-weight:bold;
	margin-top: -10px;
	padding-bottom: 50px;

}

#girlyBed {
border: 5px solid #5d5b59;
margin-left: 20px;}

#girlyPurse {
border: 5px solid #5d5b59;}

#girlyCups{
border: 5px solid #5d5b59;
margin-left: 25px;}

#girlyPurseList { 
margin-left: -3px;}

#girlyPurseList ul{
	list-style: none;}

#girlyPurseList ul li{
	display:inline;		
}

#girlyBracelet {
	border: 5px solid #5d5b59;
	margin-left: 30px;
}

#girlyLotionQuote {font-family:"Comic Sans MS", cursive;
padding-top: 10px;
padding-left: 20px;
width:250px; 

}
#girlyLotionHeader {
	font-family:Tahoma, Geneva, sans-serif;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	padding-top: 15px;
	padding-left: 65px;
}

#girlyGreenLotion {
	float:right;
	margin-top: -20px;
	margin-right: 35px;
	margin-bottom: 50px;
	border: 5px solid #5d5b59;
}
#girlyRedLotion {
/*	margin-top: 20px;*/
	margin-left: 35px;
	border: 5px solid #5d5b59;
}

#roseBudsList01 { 
margin-left: 0px;
}

#roseBudsList01 ul{
	list-style: none;
	}

#roseBudsList01 ul li{
	display:inline;	
}

#roseBuds {		
	border: 5px solid #b46969;
}

#roseBudsRight {
	margin-left: 15px;
	border: 5px solid #b46969;
}

h1.roseBuds#roseBudsHeader {
	font-family:"Comic Sans MS", cursive;
	color: #e57373;
	text-align:center;
	font-size: 30px;
}

h2.roseBuds#roseBudsHeader02 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#e57373;
	text-align:center;
	margin-top: -20px;
	}
#roseBudsParagraph {width: 500px;
/*text-align:center;*/
margin-left: 60px;
padding-bottom: 20px;
}

span#roseBudsBlue {
	color:#4083B9;
	font-family:"Comic Sans MS", cursive;
}

p#roseBudsIndent {text-indent:30px;}

img.avatar {float:left;
margin-left:-40px;
padding-right: 30px;
}

#blogListing {
/*	float:left;*/
		width: 460px;
		/*display:inline;*/
		
	/*border: solid;*/
	position:relative;
/*	margin-top: -500px;}*/}

#blogLinks img {
	border:none;
	width: 150px;
}

#blogLinks {
	float:right;
	display:inline;
	list-style:none;	
	/*border: solid;*/
	width: 140px;
	
	}
	
	
#blogComment {margin-left:60px;
padding-right:20px;}


#linkcat-2 h2 {
		display:none;		
/*      font-size:12px;*/
/*		font-weight:bold;*/
/*		margin-left:50px;*/
	}
	
#linkcat-2 ul{ 
/*  	margin-left: 60px;*/
/*	margin-left:10px;*/
	list-style:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	margin-left: -55px;
	
	}

#linkcat-2 li{
	margin-top:20px;}

#blogLinksImage {
	background-image:url(../images/blogSightseeing.jpg);
	background-repeat:no-repeat;
	  width:150px;
	  height:65px;
	  margin-top: 15px;
	  margin-left: -10px;
/*	  margin-left: 95px;*/

}

#blogButton {
	background-image: url(../images/blogButton.jpg);
	background-repeat:no-repeat;
	width:150;
	height:62px;
	margin-top: 15px;
	/*margin-left: 95px;*/
	padding-bottom: 5px;
	margin-left: -10px;
	
}

#blogButtonImage {
	background-image: url(../images/RosiesButton.jpg);
	  width:152px;
	  height:220px;
	  margin-top: 15px;
	  margin-left: -15px;

/*	  margin-left: 100px;*/
	  
}

#blogButtomHowTo{
	text-align:right;
	padding-right:50px;
}

#blogLogin {
	float:right;
	display:inline;
	text-align:right;
	margin-left: 590px;
	font-size: 10px;
	padding-bottom: 50px;
	
}
#blogGravatar {margin-left: 0px;
font-family: Tahoma, Geneva, sans-serif;
font-weight: bold;
font-size: 15px;
text-align:center;
line-height:200%
/*	font-family: Arial, Helvetica, sans-serif;*/
}

#blogGoogleFriendConnect {
/*	margin-left: 100px;*/
margin-left: -15px;
	}

#blogPleasantries {
	background-image: url(../images/blogPleasantries.jpg);
	background-repeat:no-repeat;
	  width:150px;
	  height:67px;
	  margin-top: 15px;		
/*	  margin-left: 92px;*/
	  padding-bottom: 7px;
	  margin-left:-12px;
}

#blogPleasantriesBump {
/*margin-left: 97px;*/
margin-left: -12px;
text-align:center;
padding-bottom: 50px;
}

#blogPleasantriesBump img {
	margin-top:20px;
	width: 150px;}
	
#blogBlankLinkCat {
/*	background-image: url(../images/blogPleasantries.jpg);*/
	background-repeat:no-repeat;
	  width:150px;
	 /* height:67px;*/
	  margin-top: -25px;		
/*	  margin-left: 92px;*/
	 /* padding-bottom: 7px;*/
	  margin-left:-12px;
}

#blogBlankLinkCatBump {
/*margin-left: 97px;*/
margin-left: -12px;
text-align:center;
/*padding-bottom: 50px;*/
}

#blogBlankLinkCatBump img {
	margin-top:20px;
	width: 150px;}
