/* 
Title:		troveboutiques.com screen styles
Author: 	gordon@slickfishstudios.com
*/

html, body, table { 
	height: 100%;
	width: 100%; 
	margin: 0; 
	padding: 0;

	font-size: small;
	font-family: Helvetica, Verdana, sans-serif;
	color: #343434;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
body {
	background: #fff;
}

td {vertical-align: middle;}

a:link, a:hover, a:visited, a:active {
	outline: none;
}
h2 {
	color: #4d7888;
	font-size: 1.75em;
	font-style: italic;
	font-family: Georgia, serif;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
a {
	color: #659baf;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #dc3878;
}


/* ***************//*************** */
/* ***************WRAPPERS*************** */
/* wrapper etc */
#wrapper { 
	margin: 0 auto;
	width: 950px;
}

/* banner */
#banner {
	width: 100%;
	height: 85px;
	background: #fff;
}
#banner #logo {
	width: 510px; 
	height: 85px;
	float: left;
	padding: 0 0 0 80px;
	margin: 0;
}
#banner #nav {
	width: 360px;
	height: 85px;	
	float: left;
}

/* rowtop and rowbottom */
#rowtop, #rowbottom {
	width: 100%;
	height: 60px;
	background: #fff url(../images/rowtop-bkg.png) no-repeat left top;
}
#rowbottom {
	height: 40px;
	background: #fff url(../images/rowbottom-bkg.png) no-repeat left top;
}

/* container */
#container {
	width: 100%;
	height: 320px;
	background: #fff url(../images/container-bkg.png) no-repeat left top;
}
#container #main, #container #main-wide {
	width: 510px; 
	height: 320px;
	float: left;
	padding: 0 0 0 80px;
	margin: 0;
}
#container #main-wide {
	width: 790px; 
}
#container #vertbox {
	width: 360px;
	height: 320px;	
	float: left;
}

/* ***************//*************** */
#hebbie {
	width: 160px;
	height: 320px;
	float: left;
}
#scroll-content {
	background: url(../images/hebbie-bkg.png) no-repeat right top;
}
#scroll-content p {
	padding: 0 10px 0 10px;
	margin: 0 0 15px 0;
	color: #666;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 145%;
}

/* ***************//*************** */
#footer { 
	width: 950px;
	height: 120px;
	clear: both;
	font-size: .80em;
	color: #999;
	border: 0;
	margin: 0;
	padding: 0;
	background: #fff url(../images/footer-bkg.gif) no-repeat left top;
}
#footleft { 
	margin: 0 0 0 70px;
	padding: 0;
	width: 275px;
	float: left;
}
#footleft p {
	margin: 0;
	padding: 10px 0;
}
#footmiddle { 
	float: left;
	margin: 0;
	padding: 0;
	width: 255px;
	display: inline;
	text-align: center;
}
#footmiddle p {
	margin: 0;
	padding-top: 3px;
}
#footright { 
	margin: 0 70px 0 0;
	padding: 0;
	width: 280px;
	float: left;
	text-align: right;
}
#footright .position {
	margin: 0;
	padding: 10px 0;
}
#footer a {
	border-bottom: none;
	color: #999;
	text-decoration: none;
	outline: none;
}
#footer a:hover {
	border-bottom: 1px dotted #48b8c1;
	color: #48b8c1;
	text-decoration: none;
}

/* Facebook& Twitter Social Media */
#footright .social-media-box {
	float: right;
	width: 48px;
	height: 20px;
	margin: 2px 0 0 5px;
}
#footright .social-media-box a.social-media {
	width: 20px;
	height: 20px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	margin: 0 2px;
	border: none;
	float: right;
}
#footright .social-media-box a.social-media:hover {
	border: none;
}
#footright .social-media-box .facebook {
	background: url(../images/facebook.gif) no-repeat left top;
}
#footright .social-media-box .facebook:hover {
	background: url(../images/facebook.gif) no-repeat left -20px;
	border: none;
}
#footright .social-media-box .twitter {
	background: url(../images/twitter.gif) no-repeat left top;
}
#footright .social-media-box .twitter:hover {
	background: url(../images/twitter.gif) no-repeat left -20px;
	border: none;
}