/*
Company:	JIJUE
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/ft-bkg.gif) no-repeat 0 100% #577a07;
}
body {
	
}
/* @end */

/* @group Layout */
div#wrap {
	background: url(../images/hd-bkg.gif) no-repeat 0 0;
}
/* Head */

/* Body */
div#bd {
	width: 905px;
	overflow: hidden;
	padding: 21px 0 0 0;
}

/* Footer */
div#ft {
	height: 410px;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 700px;
	height: 221px;
	text-indent: -9000px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Main */
div.main {
	width: 564px;
	margin: 0 0 0 25px;
	padding: 60px 0 0 0;
	float: left;
	display: inline;
}
body.inside div.main {
	padding-bottom: 20px;
}
div.main-pad {
	padding: 0 0 10px 40px;
}

/* Side */
div.side {
	width: 298px;
	margin: 0 0 0 0;
	overflow: hidden;
	float: right;
	display: inline;
}


/* Did Know */
div.did-know {
	width: 248px;
	margin: 0 0 0 50px;
	padding: 20px 0 0 220px;
	background: url(../images/did-you-know.gif) no-repeat 0 8px;
	height: 150px;
	float: left;
	display: inline;
}
div#did-you-know {
	height: 90px!important;
}
div.did-know p {
	font-size: 123.1%;
	color: #fff;
}
div.did-know p.more {
	text-align: right;
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 77%;
}

/* Footer Spacer */
div.ft-spacer {
	clear: both;
	height: 150px;
	overflow: hidden;
}

/* Footer Styles */
div#ft-logo {
	width: 70px;
	height: 46px;
	background: url(../images/jijue-ft-logo.gif) no-repeat 0 0;
	margin: 0 30px 0 60px;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#ft-logo a {
	display: block;
	height: 100%;
}

div#ft-nav {
	padding: 13px 0 0 0;
}
div#ft-nav p {
	font-size: 85%;
	color: #fff;
	font-weight: bold;
	margin: 0 0 2px 0;
}
div#ft-nav p a {
	padding: 0 10px;
}
div#ft-nav p a.first {
	padding-left: 0;
}
div#ft p.copyright {
	font-size: 85%;
	color: #fff;
	font-style: italic;
}
div#ft p.copyright span {
	padding: 0 5px;
}
div#ft p.copyright a {
	font-weight: bold;
	font-style: normal;
}

/* Social Links */
div.social-links {
	width: 292px;
	padding: 20px 0 0 0;
	margin: 0 0 0 90px;
	float: left;
	display: inline;
}
div.social-links a.link-twitter {
	display: block;
	height: 39px;
	background: url(../images/twitter-link.gif) no-repeat 0 0;
	margin: 0 0 5px 0;
	text-indent: -9000px;
}
div.social-links a.link-facebook {
	display: block;
	height: 39px;
	background: url(../images/facebook-link.gif) no-repeat 0 0;
	text-indent: -9000px;
}

/* Events */
div.events {
	background: url(../images/events-bkg.gif) no-repeat 0 0;
	overflow: hidden;
	width: 298px;
	height: 463px;
	padding: 40px 0 0 0;
}
div#event-box {
	padding: 10px 0;
	width: 296px;
	height: 435px;
	overflow: auto;
}
div#event-box h2.events-hd {
	margin: 0;
	background: url(../images/events-hd.gif) no-repeat 0 100%;
	height: 43px;
	padding: 5px 0 0 0;
	text-indent: -9000px;
}
.jScrollPaneDrag {
	background: url(../images/scroller-box.gif) no-repeat!important;
}
.jScrollPaneTrack {
	background-color: transparent!important;
}
div.events-pad {
	padding: 10px 10px 0 31px;
}
div.events-pad h2 {
	font-size: 123.1%;
	margin: 0 0 3px 0;
	color: #fff;
	font-weight: bold;
}
div.events-pad h3 {
	font-size: 93%;
	margin: 0 0 3px 0;
	color: #c9ee72;
}
div.events-pad a:link, div.events-pad a:visited {
	color: #c9ee72;
	text-decoration: none;
}
div.events-pad a:hover {
	text-decoration: underline;
}
div.events-pad p.more {
	font-weight: bold;
	text-align: right;
}
div.events-pad p.more a:link, div.events-pad p.more a:visited {
	color: #fff;
	text-decoration: none;
}
div.events-pad p.more a:hover {
	text-decoration: underline;
}

/* Blog Cols */
div.blog-left {
	width: 226px;
	float: left;
	display: inline;
}
div.blog-right {
	width: 226px;
	float: right;
	display: inline;
}
div.main div.blog-left p, div.main div.blog-right p {
	font-size: 93%;
}
div.main div.blog-right p.more {
	text-align: right;
	font-weight: bold;
}

/* Side Blog */
div.blog {
	background: url(../images/blog-top.gif) no-repeat 0 0 #5f820f;
	overflow: hidden;
	width: 285px;
}
div.blog-btm {
	background: url(../images/blog-btm.gif) no-repeat 0 100%;
	overflow: hidden;
	padding: 15px 15px;
}
div.blog h2.side-blog-hd {
	height: 35px;
	background: url(../images/blog-side-hd.gif) no-repeat 0 0;
	margin: 0 0 10px 0;
	text-indent: -9000px;
}
div.blog h2 {
	margin: 0 0 3px 0;
	color: #fff;
	font-size: 123.1%;
}
div.blog p {
	color: #d9eab0;
	font-size: 93%;
}
div.blog p.more {
	font-weight: bold;
	text-align: right;
}

/* Share Links */
div.share-links {
	float: right;
	display: inline;
}
/* @end */

/* @group Nav */
div#nav {
	width: 676px;
	height: 46px;
	background: url(../images/nav.gif) no-repeat 0 0;
	margin: 0 0 0 62px;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	height: 46px;
	text-indent: -9000px;
}
div#nav ul li#n-home a {
	width: 56px;
	margin-right: 10px;
}
div#nav ul li#n-about a {
	width: 175px;
	margin-right: 10px;
}
div#nav ul li#n-events a {
	width: 62px;
	margin-right: 16px;
}
div#nav ul li#n-get a {
	width: 104px;
	margin-right: 10px;
}
div#nav ul li#n-blog a {
	width: 44px;
	margin-right: 13px;
}
div#nav ul li#n-find a {
	width: 174px;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 277%;
	line-height: 90%;
}
h2.blog-hd {
	background: url(../images/blog-hd.gif) no-repeat 0 0;
	margin: 0 0 20px 0!important;
	height: 42px;
	text-indent: -9000px;
}
div.main h2 {
	margin: 0 0 5px 0;
	font-size: 123.1%;
	color: #fff;
}
div.main h3 {
	margin: 0 0 5px 0;
	font-size: 108%;
	font-weight: normal;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #d9eab0;
}
div.main p {
	font-size: 108%;
	line-height: 140%;
}
div.main p.bc {
	font-size: 93%;
	color: #cfec85;
}
div.main p.bc a:link, div.main p.bc a:visited {
	color: #cfec85;
	text-decoration: none;
}
div.main p.bc a:hover {
	text-decoration: underline;
}
div.main p.top {
	font-size: 93%;
	font-weight: bold;
}

div.side p {
	font-size: 93%;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





	/* Form Styles */
	div.formRow { width: 450px; overflow: hidden; clear: both; margin: 0 0 3px 0; padding: 5px 0; font-size: 12px; }
	
	.over { background: #6e9a09 !important; }
	
		div.formRow span.formLabel { width: 100px; font-weight: bold; text-align: right; float: left; }
	
		div.formRow span.formControl { width: 330px; text-align: left; float: right;  } 
	
		div.formRow textarea { width: 255px; height: 120px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
	
		div.formRow input.formButton { cursor: pointer; border: 1px solid #577a07; padding: 2px; background: #6c8f1b; font-weight: normal; color: #fff; }
	
		div.formRow label { display: inline !important; }
	
		div.formRow label.error { display: block !important; font-weight: bold; color: #000;  }
	
		div.formRow input.error { border: 1px dotted #f00; }
		div.formRow select.error { border: 1px dotted #f00; }
		div.formRow textarea.error { border: 1px dotted #f00; }



/* @end */