/* CSS Document */

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
img {
	border: 0;
}
.clear { clear: both; }

.banner { font-size: 20px; text-align: left; font-weight: bold; color: #fff; background: #ddd; text-shadow: 1px 1px #777; padding: 4px 10px 4px 10px; margin-bottom: 20px; }

.clickOn { color: #000; }
.clickOff { color: #ccc; }

.btn {
	background: #F90;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	width: 300px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #f60;
}
.btn:hover {
	background: #000;
}

#header {
	width: 920px;
	padding: 20px 0;
	margin: 0 auto;
	margin-bottom: 20px;
}

/** Logo **/

#header .logo {
	float: left;
	margin-left: 20px;
	width: 120px;
}
#header .logo a {
	background: url(/images/logo.png) no-repeat center top;
	color: #000;
	display: block;
	font: 15px/30px Tahoma, Geneva, sans-serif;
	text-align: center;
	height: 20px;
	padding-top: 75px;
	text-decoration: none;
	text-transform: uppercase;
}

/** Navigation **/

#top-nav {
	width: 640px;
	overflow: hidden;
	*zoom: 1;
	margin: 10px 20px 10px 0;
	float: right;
}
#top-nav li {
	text-shadow: 1px 1px #777;
	display: block;
	float: left;
	height: 26px;
}
#top-nav li a {
	display: inline-block;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
}
#top-nav li a:hover {
	color: #6C3;
	text-decoration: underline;
}
#top-nav li.active a {
	color: #9e0b0f;
}

#bot-nav {
	width: 600px;
	padding: 10px 20px 10px 20px;
	margin: 10px 20px 0 20px;
	background: #fff;
	*zoom: 1;
	float: right;
}
#bot-nav li {
	display: block;
	float: left;
}
#bot-nav li a {
	display: inline-block;
	color: #818181;
	font-size: 15px;
	text-decoration: underline;
}
#bot-nav li a:hover {
	color: #6C3;
}
#bot-nav li.active a {
	color: #9e0b0f;
}

/** Box **/

#box > div {
	width: 880px;
	height: 300px;
	margin: 0;
	background: url(/images/bigLady.jpg) no-repeat center top;
}
#box h1, #box h2 {
	color: #2c2c2c;
	font-size: 30px;
	margin: 0;
	padding-bottom: 20px;
}
#box h2 {
	font-size: 30px;
	line-height: 36px;
	text-transform: none;
}
#box p {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}

#box .msg1 {
	float: left; margin: 10px 0 0 10px; font-size: 35px; line-height: 55px; color: #eee; text-shadow: 1px 1px #333; font-weight: bold;
}

#box .msg1 div { float: left; padding: 0 10px 0 10px; margin-bottom: 10px; background: transparent url(/images/boxBG.png) repeat; }

#box .msg2 {
	width: 210px; padding: 10px; float: right; margin: 10px 10px 0 0; font-size: 25px; background: transparent url(/images/boxBG2.png) repeat; text-align: center;
}

#box .msg2 span { color: #444; text-shadow: 1px 1px #F60; font-weight: bold; }

#contents {
	width: 880px;
	margin: 0 auto;
}

#sub .main {
	float: left;
	width: 275px;
	margin: 0;
}

#sub .main .text {
	float: left;
	width: 253px;
	padding: 10px;
	margin: 0;
	border: 1px solid #ccc;
}

#sub .main .text p { font-size: 14px; line-height: 20px; margin: 0; }

#sub .main .link {
	width: 253px;
	float: right;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: right;
}

#sub .main .link p { margin: 0; }

#contents .features {
	width: 810px;
	margin: 0 auto;
}
.features > div {
	display: inline-block;
	margin: 0 0 30px;
}
.features > div img {
	float: left;
	margin-right: 20px;
	margin-top: 36px;
}

h1 {
	color: #3e3e3e;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 30px;
}

h1 a { color: #f99500; }
h1 a:hover { color: #585858; }

h2 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 10px;
}

h2 a { color: #f99500; }
h2 a:hover { color: #585858; }

p {
	color: #585858;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

ul {
	color: #585858;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

p a { color: #f99500; }
p a:hover { color: #585858; }

p.small { color: #666; margin: -15px 0 20px 0; font-size: 12px; } 

#test p { float: left; margin-bottom: 0; }
#test .cat { float: left; width: 180px; }
#test .cat h2 { font-weight: bold; }
#test .foods { float: right; width: 700px; margin-bottom: 15px; }
#test .foods .food { float: left; width: 400px; }
#test .foods .food div { float: left; }
.info { float: left; width: 15px; height: 15px; margin: 2px 0 0 10px; background: url(/images/info.png) top center; }
#test .foods .amount { float: right; width: 300px; }
#test .foods .amount input { width: 40px; margin-right: 12px; text-align: center; border: 1px solid #333; color: #333; }

.left { float: left; }
.right { float: right; }
.nobot { margin-bottom: 0; }
.red { color: #ff0000; }
.orange { color: #F60; }
.green { color: #6c3; }
.lightgrey { color: #aaa; }
.line { width: 880px; height: 2px; background: #9e0b0f; margin: 30px auto; }
.line2 {width: 880px; height: 2px; background: #eee; margin: 30px 0; }

/*---------Contact-------------*/

.section {
	width: 350px;
}
.section p { margin-top: 0; }
.section h1 {
	margin-bottom: 18px;
}
.message input[type='text'], .message textarea {
	color: #000;
	font-size: 13px;
	height: 33px;
	line-height: 33px;
	width: 340px;
	border: 1px solid #d5d5d5;
	margin: 0 0 6px;
	padding: 0 4px;
}
.message textarea {
	height: 175px;
	overflow: auto;
	resize: none;
}
.message input[type='submit'] {
	float: right;
	background-color: #f99500;
	color: #333;
	cursor: pointer;
	font: 13px/30px Arial, Helvetica, sans-serif;
	height: 30px;
	border: 0;
	margin: 0;
	padding: 0 10px;
}
.contact {
	background-color: #f8f8f8;
	width: 350px;
	padding: 74px 60px;
	text-align: center;
}
.contact p span {
	color: #2c2c2c;
	display: block;
	font-size: 30px;
	line-height: 36px;
	padding: 40px 0;
}


/*------------------------------ FOOTER ------------------------------*/

#footer {
	width: 920px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}
#footer p {
	font-size: 15px;
	padding-left: 20px;
}
#connect {
	float: right;
	margin-right: 10px;
}
#connect a {
	background: url(/images/icons.png) no-repeat;
	display: inline-block;
	height: 30px;
	width: 30px;
	margin: 0 10px;
}
#connect a.googleplus {
	background-position: 0 -40px;
}
#connect a.twitter {
	background-position: 0 -80px;
}
#connect a.tumbler {
	background-position: 0 -120px;
}
#connect a.facebook:hover {
	background-position: -40px 0;
}
#connect a.googleplus:hover {
	background-position: -40px -40px;
}
#connect a.twitter:hover {
	background-position: -40px -80px;
}
#connect a.tumbler:hover {
	background-position: -40px -120px;
}

/*--------Feed-----------*/

#feedContent .postTitle {
	font-size: 12px;
	font-size: bold;
	line-height: normal;
	margin: 0;
}

#feedContent .entry { margin-bottom: 15px; }

#feedContent a { color: #F60; }

/*--------jQuery----------*/

div#jkit-tooltip {
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	position: absolute;
}

.mytooltip {
	background: #fff;
	color: #333;
	padding: 6px;
	padding-bottom: 5px;
	
	font-size: 12px;
	max-width: 300px;
	
	border: 1px #333 solid;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow:0 0 5px #aaa; 
	-moz-box-shadow: 0 0 5px #aaa; 
	box-shadow:0 0 5px #aaa;
}
