@charset "UTF-8";
body  {
	margin: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-image: url(../image-files/romantic-gift-ideas-headerside.png);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #F5F5F5;
}

.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
} 
.twoColFixRtHdr #header {
	background-image: url(../image-files/romantic-gift-ideas-header.png);
	padding: 0px;	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 138px;
	width: 900px;
	margin: 0px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixRtHdr #header h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 35px;
	width: 550px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	clear: both;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	margin-top: 40px;
	padding-top: 10px;
	font-size: 15px;
	display: inline;
	overflow:hidden;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	background-image: url(../image-files/sidebar3.png);
	background-repeat: repeat-y;
	color: #6F6F6F;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #D70000;
	height:120px;
	width: 900px;
	clear: both;
	background-image: url(http://www.romanticraft.com/images/footer.png);
	background-repeat: repeat-x;
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	padding-top: 3em;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thumbnail
{
	float: left;
	padding-right: 12px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link { color: #E41B17; text-decoration: none }
a:visited { color: #E41B17; text-decoration: none }
a:hover {
	color: #AEAEAE;
	text-decoration: underline
}
a:active { color: #CC0000; text-decoration: none } 

#navcontainer ul
{
	color: #ffffff;
	float: right;
	width: 490px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	z-index: 750;
	height: 40px;
}

#navcontainer ul li
{
	display: inline;
	right: 20px;
}

#navcontainer ul li a
{
	color: #ffffff;
	text-decoration: none;
	float: right;
	font-weight: bold;
	font-size: 18px;
	padding-top: 3.7em;
	padding-right: 1.1em;
	padding-left: 1.1em;
	padding-bottom: 2em;
}

#navcontainer ul li a:hover
{
	color: #C5C5C5;
	background-image: url(http://www.romanticraft.com/images/nav-background.png);
	background-repeat: repeat-x;
}

#footernavcontainer ul
{
	color: #ffffff;
	float: left;
	width: 600px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	z-index: 100;
	height: 20px;
}

#footernavcontainer ul li
{
	display: inline;
	right: 20px;
}

#footernavcontainer ul li a
{
	color: #ffffff;
	text-decoration: none;
	float: left;
	font-weight: bold;
	font-size: 14px;
	padding-left: .5em;
	padding-bottom: 2em;
	padding-right: 1em;
}

#footernavcontainer ul li a:hover
{
	color: #DDDDDD;
}

#sitemap 
{
	list-style-position: inside;
	list-style-type: disc;
	color: #B5B5B5;
}
#sitemap  li  {
	padding-top: .4em;
}
.centeredImage
    {
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    }
#centered
	{
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.centeredtext
	{
	text-align: center;
	
	}
#buttons
	{
	text-align: center;
	padding-bottom: 3px;
	}
#home
	{
	float: none;
	z-index: 1;
	height: 100px;
	width: 350px;
	}

#search
{
	text-align:center;
}

#newblog
{
	text-align: left;
	height: 100px;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #848484;
	border-left-style: solid;
	border-left-color: #C5C5C5;
	margin-right: auto;
	margin-left: auto;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #E3E4E5;
	border-bottom-color: #DDDDDD;
}


#postslist  
{
	text-align: left;
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	margin-top: 5px;
}

#postslist ul li  
{
	list-style: none;
	margin-top: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

.instructions
{
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 12px;
}
#newsletter {
	text-align: center;
}
.smalltext {
	font-size: 10px;
}
.newsicon {
	float: left;
}
.sideicon {
	float: left;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
.centered {
	margin-right: auto;
	margin-left: auto;
	display: block;	
}
.rightimage {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
 
.sbi {
	padding-bottom: 10px;
	text-align: center;
}

#RSS {
	text-align: center;
	padding-bottom: 7px;
	padding-top: 15px;
}
 
.titleimage {
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 0px;
	float: left;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.homepagetext {
	font-size: 1.2em;
}
.homepageimage {
	padding-top: 15px;
	padding-right: 15px;
	float: right;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bottom-gifts {
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-position: center;
	padding-left: 16px;
}
.back {
	padding-right: 20px;
}
.next {
	padding-left: 20px;
}

ul#gift-nav {font-family:verdana,arial,sans-serif;margin:0;padding:0;float:left;width:100%;}

ul#gift-nav li {margin:0;padding:0;list-style:none;float:left;margin:0 0.1em 0 0;}

ul#gift-nav li a {
	text-decoration:none;
	display:block;
	padding:0.3em 0.5em;
	color:white;
	border-bottom:0.5em solid #E6E6E6;
	background-color: #CD0000;
}

ul#gift-nav li a:hover {color: #6E6E6E;background:#E6E6E6;border-bottom:0.5em solid #E41B17;}

.homeicon {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.steps {
	height: 29px;
	width: 275px;
	padding-bottom: 2px;
}
.textgrey {
	color: #B0B0B0;
}
#copyright {
	float: right;
	padding-right: 15px;
	padding-bottom: 10px;
	height: 50px;
	width: 240px;
	text-align: center;
	padding-top: 40px;
}
#line {
	background-color: #D70000;
	color: #E60000;
	text-decoration: underline;
	font-size: 4px;
}
tr.c1 td {
	background-color: #E9E9E9;
	color: black;
}
.formbody {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}.style10 {color: #999999}
.style11 {color: #CF0000}
.homesmall {
	font-size: 75%;
	color: #9D9D9D;
	text-align: center;
}
.subheading {
	font-size: 1.5em;
	color: #959595;
	text-align: center;
	font-weight: bold;
}
.button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #e41b17;
	border: thin solid #999999;
}
#mainContent hr {
	border-color: #E8E8E8;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
div.feedburnerFeedBlock ul {
	margin-left:0;
	padding-left:0;
	list-style-type: none;
	font-size: 12px;
}

.romanticgifts {
	float: left;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
	}

#socialmedia
{
	text-align: center;
	display: block;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	width: 250px;
	position: relative;
	left: auto;
	right: auto;
	float: left;
}

#rating
{
	text-align: center;
	display: block;
}

#facebook
	{
	position: absolute;
	top: 127px;
	left: 665px;
	}
#listspace li
{
	margin-top: 1em; 
	}
	
.photocontent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 35px;
	width: 550px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	clear: both;
}
.sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	margin-top: 40px;
	padding-top: 10px;
	font-size: 15px;
	display: inline;
	overflow:hidden;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	background-image: url(../image-files/sidebar3.png);
	background-repeat: repeat-y;
	color: #6F6F6F;
	font-family: Arial, Helvetica, sans-serif;
}

