/*
Theme Name: FeelGoods
Theme URI: http://www.feelgoodscafe.com
Description: FeelGoods Website.
Version:
Author: Sarah Brenner
Author URI: web2.0freelance@gmail.com

*/

/* Reset global properties
----------------------- */
* {
	margin: 0px;
	padding: 0px;
 }

html, body, p, form, input, label, 
div, span, h1, h2, h3, h4, h5, h6, h7,
br, a, table, tr, td, ul, ol, li, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	list-style-type: none;
 }
 
h1, h2, h3 ,h4 ,h5 ,h6 ,h7 {
	display: inline;
 }
 
/* Basic HTML tags
--------------- */
a, #nav li a:hover {
	font-family: Tahoma;
	font-size: 12px;
color: #c67291;
 }

a:hover {
	color: #333333;
 }

#nav li a {
	color: #0e5631;
}
 
p {
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
 }
 
p.large {
	font-weight: normal;
	font-size: 17px;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
 }
 
p.large a {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 17px;
 }
 
p.large a:hover {
	text-decoration: underline;
	color: #c67291;
 }
 
.header {
	font-size: 20px;
	line-height: 23px;
 }
 
h2 {
	font-weight: normal;
	font-size: 22px;
	color: #cad374;
 }
 
 .email {
	vertical-align: text-bottom;
}

.logo a {
	text-indent:-9999em;
	width: 347px;
	height: 67px;
	display:block;
	background-image: url(../images/feelgoodslogonew.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
  }
 
 .left {
	float: left;
}
 
 .right {
	float: right;
}
 
/* Start Website in Sequence */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background: #FFFFFF;
 }

#wrapper {
	width: 890px;
	height: 695px;
	margin: auto;
	margin-top: 00px;
	background: url(../images/bkgrnd_wrapper3.jpg) no-repeat top center;
 }

#container {
	width: 710px;
	padding: 65px 0 0 79px;
 }

#main {
	width: 695px;
	height: 570px;
	margin: auto;
	margin-top: 7px;
	background: url(../images/bkgrnd_main.jpg) no-repeat top center;
 }

#top {
	width: 695px;
	height: 80px;
	padding-top: 10px;
 }

#left_sidebar {
	width: 233px;
	height: 370px;
	float: left;
	padding: 50px 0 0 27px;
 }

#right {
	width: 405px;
	height: 470px;
	float: right;
 }

#bestofLI {
	width: 210px;
	margin-top: 27px;
 }

#content {
	width: 225px;
	height: 260px;
	color: #FFFFFF;
	padding: 00px 160px 10px 20px;
 }
#contentNew {
	color: #FFFFFF;
	padding-top:195px;
	padding-right:180px;
 }


#content_interior {
	width: 365px;
	height: 260px;
	color: #FFFFFF;
	padding: 100px 20px 10px 20px;
 }

#callout {
	width: 154px;
	height: 123px;
	margin-top: 305px;
	position: absolute;
	background: url(../images/callout.gif) no-repeat;
	margin-left: 635px;
	padding: 20px 20px 50px 20px;
	text-align: center;
	color: #FFFFFF;
 }

.navbackground {
	background-image: url(../images/clear.jpg);
}
#navnew {
	width: 206px;
	height: 150px;
	padding-left:1px;
	padding-top:8px;
		background-image: url(../images/clear_r1_c2.jpg);
	background-repeat: no-repeat;
 }

   
 /* End Center */
 
/* Start Nav
--------- */
 /*hold*
#nav {
	width: 160px;
	height: 150px;
	padding: 10px;
	background-image: url(../images/clear_r1_c2.jpg);
	background-repeat: no-repeat;
 }


 
 #nav ul {
	list-style: none;
}

#nav li {
	position: relative;
	text-align: left;
	cursor: default;
	border-bottom: solid #999999 1px;
	font-size: 15px;
	padding: 5px 0;
}

/end hold


*/
 /* End Nav */
 

/* Start Bottom */



/* End Bottom */

/* Start Footer */

#footer {
	width: 690px;
	height: 23px;
	margin: auto;
	color: #FFFFFF;
	margin-top: 0px;
	background: #c67291;
	padding: 00px 00px 10px 0px;
	background-image: url(../images/bottombar.jpg);
	margin-left: 90px;
 }
 
 /* End Footer */
 
 /* Start Forms */

input, textarea {
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 2px;
	font-size: 12px;
 }

form td {
	color: #434132;
	font-weight: bold;
	font-size: 12px;
 }

.submit {
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #434132;
	color: #FFFFFF;
	margin-left: 20px;
 }
 
.reset {
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #434132;
	color: #FFFFFF;
 }
/* End Forms */


/* Clear Fix Code */
.ClearFix:after{
      content:".";
      display:block;
      height:0;
      clear:both;
      visibility:hidden;
}

/* WinIE7 only */
*:first-child+html .ClearFix{
      height:1%;
 }

/* WinIE6 and below */
* html .ClearFix{
      height:1%;
}

/* MacIE only */
/*¥*//*/
.ClearFix{
	display:inline-table;
 }
/**/
