/*  
Theme Name: Over Easy
Theme URI: http://www.woothemes.com/
Description: Over Easy by WooThemes
Version: 2.0.8
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(images/bgr.png) #f8f9cf repeat-x top !important;
	color: #555555;
	font: 13px "Trebuchet MS", Arial, Helvetica, Tahoma;
	padding: 0 0 20px;
	line-height:1.8em;
}
a{
	color: #a4b92e;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #e6e6e6 1px solid;
	font-size: 12px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #262625;
	font-size: 1.8em;
	letter-spacing: -1px;
	margin: 0 0 10px
}
h2 a{
	color: #262625
}
h3{
	color: #262625;
	font-size: 1.5em;
	margin: 0 0 5px;
}
h4{
	color: #444444;
	font-size: 1em;
	margin: 0 0 0.25em
}
p{
	padding: 0 0 10px;
}
/*=== Intro ===*/
.intro {
	line-height:1.3em;
	z-index:0;
	display: block;
	height: 150px;
}
.intro a {
	color:#FFFFFF;
	text-decoration:underline;
}
.intro a:hover {
	color:#222222;
	text-decoration:underline;
}
.intro object {
  /*margin: -36px 0 0;
  _margin: 0;
  /margin: 0;*/
}
.intro object, x:-moz-any-link, x:default {margin: -36px 0 0;} 
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 940px
}
/*=== Header ===*/
#header{
	height: 144px;
	position:relative;
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header #logo {
  overflow: hidden;
  width: 266px;
  float: left;
}
#header h1{
	float: left;
	_width:414px;
}
#header h1 a{
	display: block;
	height: 144px;
}
#header h1 a:hover{
	text-decoration: none
}

/*=== Buttons ===*/
.btn-rounded{
	line-height: 30px;
	font-weight:bold;
	float: left;
}
.btn-rounded a{
	background: url(images/btn-rounded.gif) no-repeat left;
	color: #ffffff;
	padding: 0 0 0 13px;
	display: block;
	float: left;
}
.btn-rounded a span{
	background: url(images/btn-rounded.gif) no-repeat right;
	height: 30px;
	padding: 0 13px 0 0;
	display: block;
	float: left;
}

.btn {
	margin:0; 
	padding:5px 10px;
	background:url(images/btn.gif) repeat-x;
	border:1px solid #98ac2b;
 	color:#FFFFFF;
	font-weight:bold;
}


/*=== Navigation ===*/
/*- Nav1 -*/

/*=== Page Nav ( alternative with dropdowns) == */

#nav1 {
	font-size:16px;
	font-weight:bold;
	height:30px;
	letter-spacing:-1px;
	float:right;	
	margin:43px 0 0;
	text-transform:uppercase;
}
#nav1, #nav1 ul {
	padding: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
	overflow: hidden;
	width: 660px;
}

/*#nav1 a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	z-index: 100;
}*/

#nav1 ul li {
	float: left;
	margin: 0 4px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 78px;
}

#nav1 li a {
  display: block;
  width: 78px;
  height: 27px;
  background-image: url("images/nav.png");
	background-repeat: no-repeat;
}

#nav1 li.page-item-382 a { background-position: 0 0;}
#nav1 li.page-item-393 a { background-position: -83px 0;}
#nav1 li.page-item-3 a { background-position: -166px 0;}
#nav1 li.page-item-9 a { background-position: -249px 0;}
#nav1 li.page-item-11 a { background-position: -332px 0;}
#nav1 li.page-item-13 a { background-position: -415px 0;}
#nav1 li.page-item-157 a { background-position: -498px 0;}
#nav1 li.page-item-2 a { background-position: -581px 0;}

#nav1 li.page-item-382 a:hover { background-position: 0 -27px;}
#nav1 li.page-item-393 a:hover { background-position: -83px -27px;}
#nav1 li.page-item-3 a:hover { background-position: -166px -27px;}
#nav1 li.page-item-9 a:hover { background-position: -249px -27px;}
#nav1 li.page-item-11 a:hover { background-position: -332px -27px;}
#nav1 li.page-item-13 a:hover { background-position: -415px -27px;}
#nav1 li.page-item-157 a:hover { background-position: -498px -27px;}
#nav1 li.page-item-2 a:hover { background-position: -581px -27px;}

#nav1 li.page-item-382.current_page_item a { background-position: 0 -27px;}
#nav1 li.page-item-393.current_page_item a { background-position: -83px -27px;}
#nav1 li.page-item-3.current_page_item a { background-position: -166px -27px;}
#nav1 li.page-item-9.current_page_item a { background-position: -249px -27px;}
#nav1 li.page-item-11.current_page_item a { background-position: -332px -27px;}
#nav1 li.page-item-13.current_page_item a { background-position: -415px -27px;}
#nav1 li.page-item-157.current_page_item a { background-position: -498px -27px;}
#nav1 li.page-item-2.current_page_item a { background-position: -581px -27px;}

#nav1 ul li ul li {
	text-indent: 0;
  width: 300px;
  padding: 0 5px;
}

/*#nav1 li a{
	color: #3f3f3f;
	padding: 0 0 0 13px;
	text-decoration: none
}
#nav1 li a span{
	display: inline-block;
	height: 30px;
	padding: 0 13px 0 0;
}

#nav1 li a:hover,
#nav1 li.active a, 
#nav1 li.current_page_item a{
	background: url(images/btn-rounded.gif) no-repeat left;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
	background: url(images/btn-rounded.gif) no-repeat right; 
}*/


/* Style drop down list */

#nav1 li ul {
	position: absolute;
	left: -999em;
	width: 168px;
	font-weight:normal;
	letter-spacing:0;
	text-transform:none;
}
#nav1 li ul li {
	background: #FFF;
	float: none;
}

#nav1 li.current_page_item ul li a,
#nav1 li ul li a {
	background: #FFF;
}

#nav1 li ul li a:hover,
#nav1 li ul li.active a, 
#nav1 li ul li.current_page_item a{
	background: #F6F6F6;
}

#nav1 li ul li a span,
#nav1 li ul li.active a span,
#nav1 li ul li.current_page_item a span,
#nav1 li ul li a:hover span {
	background:none !important;
	color: #000;
}

#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}

#nav1 li ul li a span{
	display:inline;
	height: 30px;
	padding: 0 13px 0 0
}

#nav1 li ul li a {
	line-height: 30px;
	font-size: 12px;
	color: #555555;
	width: 180px;
	border-bottom: 1px solid #ccc;
}

#nav1 li ul li ul li a {

}
#nav1 li ul ul {
	margin: -31px 0 0 163px;
}

#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}


#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav1 li:hover, #nav1 li.hover {  
	position: static;
	visibility:visible
}

html>body #nav1 li ul li { *margin-top:-2px; }

/*- Nav2 -*/
.nav2 li, .widget li{
	background: url(images/ico-next.gif) no-repeat left 10px;
	border-bottom:1px dotted #ccc;
	padding: .5em 0 .5em 20px;
	}
.nav2 li a, .widget li a{
	color: #555555;
}
.nav2 li a:hover, .widget li a:hover{
	color: #a4b92e;
	text-decoration: none
}
#rightcol .widget .textwidget ul { margin:0; padding:0; }

/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 0 0 10px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 620px;
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	margin: 20px 0 0;
	width: 320px
}
#rightcol h3{
	color: #ffffff;
	font-size: 1em;
	height: 2.4em;
	margin-top:10px;
}
#rightcol h3 span{
	background: #ceccbb;
	display: block;
	float: left;
	line-height: 2.4em;
	padding: 0 10px;
}
#rightcol .widget ul, #rightcol .textwidget {
	background: #F3F2E7 !important;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}
.widget text-7 .textwidget {margin: 0;}

/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 115px;
	margin:0 0 1em;	
}
.col1 a{
	color: #555555;
	text-decoration: underline
}
.col2{
	float: right;
	width: 425px
}
.col3{
	float: left;
	padding: 0 35px 0 0;
	width: 273px
}
.col3.last, .col6.last{
	padding: 0
}
.col3.nav2, .col6.nav2{
	background: none;
	padding: 0
}
.col3 h2{
	color: #464646;
	margin: 0 0 .5em
}
.col3 p{
	padding: 0
}
.col4{
	float: left;
	width: 335px
}
.col5{
	float: right;
	width: 415px
}
.col5 img{
	border: 10px solid #f6f5ed;
}
.col6{
	float: left;
	padding: 0 20px 20px 0;
	width: 300px
}
* html .col6{
	width: 290px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 1em;
	width: 620px
}
.box .top,.box .bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box .bot{
	background: url(images/box-bot.gif) no-repeat top
}
.box .spacer{
	background: #ffffff;
	height: 1%;
	padding: 15px 30px
}
/*- Box2 -*/
.box2{
	margin: 20px 0 1em;
	width: 320px
}
.box2 .top,.box2 .bot{
	background: url(images/box2-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box2 .bot{
	background: url(images/box2-bot.gif) no-repeat top
}
.box2 .spacer{
	background: #e5e3d1;
	height: 1%;
	padding: 10px 25px
}
/*- Box3 -*/
.box3{
	margin: 0 0 1em;
	width: 425px
}
.box3 .top,.box3 .bot{
	background: url(images/box3-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box3 .bot{
	background: url(images/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #f0eee1;
	height: 1%;
	padding: 0 20px;
	min-height:100px;
}
.box3 p{
	padding: 0
}
/*- Box4 -*/
.box4{
	color: #ffffff;
	font-size: 1.8em;
	width: 940px;
	margin-top: -36px;
}
.box4 .top,.box4 .bot{
	clear: both;
	height: 10px;
	overflow: hidden;
	display: none;
}
.box4 .bot{
}
/*.box4 .spacer{
	height: 1%;
	padding: 5px 25px
}*/
.box4 p{
	padding: 0
}
/*- Box5 -*/
.box5{
	margin: 0 0 30px;
	width: 940px
}
.box5 .top,.box5 .bot{
	background: url(images/box5-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box5 .bot{
	background: url(images/box5-bot.gif) no-repeat top
}
.box5 .spacer{
	background: url(images/box5-bgr.gif) repeat-y top;
	height: 1%;
	padding: 15px 25px
}
.box5 .post img {
	border:0;
}
/*- Box6 -*/
.box6{
	margin: 0 0 20px;
	width: 940px
}
.box6 .top,.box6 .bot{
	background: url(images/box6-top.png) no-repeat top !important;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box6 .bot{
	background: url(images/box6-bot.png) no-repeat top !important;
}
.box6 .spacer{
	background: #EAE8D9 !important;
	height: 1%;
	padding: 10px 25px
}
#footer .box6 .spacer{
	color: #747264;
	overflow: hidden;
}

.logo_footer {float: left; height: 85px;}
.logo_footer span a {
	float: left;
	background: url("images/logo_footer.png") no-repeat;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
}
.logo_footer .greenmarket a {
	width: 85px;
}
.logo_footer .suan-spirit a {background-position: -85px 0; width: 110px;}

/*- Wrapper -*/
.wrapper{
	float: left;
	padding: 0 0 0 20px;
}
/*- Date -*/
.date{
	color: #898989;
	margin: -15px 0 10px;
	position: relative
}
/*=== Styling Forms ===*/
/*- Search -*/
#search{
	height: 32px;
	margin: 0px;
	padding: 0 0 0 25px
}
#search input.keyword{
	background: #d5d3c4;
	border-bottom: 1px solid #628039;
	border-top: 1px solid #628039;
	border-left: 1px solid #628039;
	color: #628039;
	float: left;
	font-size: 11px;
	padding: 6px 5px 7px;
	width: 190px
}
	
/*- Form1 Setup -*/
.form1 div{
	margin: 0 0 15px
}
.form1 label{
	padding: 7px 0 0 15px
}

/* Form1 Textarea */
.form1 textarea{
	height: 165px;
	overflow: auto;
	width: 550px
}
/*=== Link Buttons ===*/
.btn-cat {
	margin: 1em 0 1.5em;
}
.btn-continue{
	margin: 0 0 2em;
}
.btn-general{
	background: #a4b92e;
	padding: 5px 10px;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-continue a{
	background: url(images/ico-more2.gif) no-repeat left;
	padding: 0 0 0 20px
}
.btn-arr a{
	background: #bdbbac;
	color: #ffffff;
	line-height: 25px;
	padding: 5px 10px
}
.btn-arr2{
	float: left;
	padding: 130px 0 0;
	width: 27px
}
/*=== Pics, Ads etc. ===*/
.ads{
	margin: 0 0 10px
}
.ads img{
	margin: 0 8px 5px 0
}
/*=== Footer ===*/
#footer a{
	color: #949387;
	text-decoration: underline
}
#footer img{
	position: relative;
	vertical-align:middle
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left;
	line-height: 16px;
	margin: 5px 0 0 5px;
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

/*=== Posts ===*/

/*.post {
  min-height: 650px;
}*/

.post img {	
	border:8px solid #f6f5ed;
}
.post ul, .post ol{
	padding: 0 0 1.2em 2em;
}
.post ul li{
	color: #555555;
	background: url(images/ico-bullet.gif) no-repeat left 4px;
	padding: 0 0 0 20px;
}
.post ol li{
	list-style-type:decimal;
	margin: 0 0 0 20px;
}	
.post li a:hover{
	color: #a4b92e;
	text-decoration: none
}

.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#F0EEE1 url(images/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #E5E3D1;
	border-bottom:1px solid #E5E3D1;	
	width:80%; height:auto;
	margin:0 0 15px 10px; padding:15px 25px 0px 55px;
	display:block;
}

/*=== Comments ===*/

#comments .box3 p { padding-bottom:10px; }
#respond { margin: 1em 0 0; }

/*=== Widget styling ===*/

.widget #recentcomments li{
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding: .5em 0
}
.widget #recentcomments li a{
	background:none;
	color: #a4b92e;
	text-decoration:none;
}
.widget #recentcomments li a:hover{
	color: #a4b92e;
	text-decoration: underline;
}

.widget #searchform, .widget #calendar_wrap{
	background: #f0eee1;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}

.widget #searchform, .widget #calendar_wrap{
	clear: both;
	height: 1%;
	margin: 0 0 14px;
}

.widget #wp-calendar caption {
	font-size:1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:5px;
	color:#333333;
}

.widget #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:240px;
}

.widget #wp-calendar thead th {
	color:#333333;
}


.widget #wp-calendar tfoot td {
	padding:10px 0 10px 0;
	text-align:left;
}

.widget #wp-calendar tfoot td#next {
	text-align:right;
}

.widget #wp-calendar td {
	width:auto;			
}

.widget #wp-calendar td a {
	padding:2px;
	text-decoration:underline;
}

.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(images/ico-quote.gif) no-repeat top left;
	margin:9px 0 0;
	width:37px;
	height:29px;
}
.flickr_badge_image img{
	margin: 0 3px 8px;
	padding: 0 7px 5px 0;
	float:left;
}
.flickr img{
	vertical-align:middle;
	margin:6px 0 8px;	
}
.subscribe img{
	vertical-align:middle;
	margin:6px 0 8px;	
}

/*=== Slider ===*/

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 795px;
height: 300px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px; /*margin around each panel*/
width: 770px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/*=== THREADED COMMENTS == */

ol.commentlist li.threaded .box3 { width:auto; margin:0px; }
ol.commentlist li.threaded .col1 { width:90px; }
ol.commentlist li.threaded .box3 .spcr { padding:10px 15px 0; margin:0; }
ol.commentlist li.threaded .children { margin-left:20px; }
ol.commentlist li.threaded .col2 { float:none; width:auto; margin-left:115px; }

/* Fixes 2.0 */
#nav1 li ul li.cat-item a { color:#555; }


#rightcol .widget ul li.page_item ul {
  margin: 0 0 10px 13px;
  padding: 0;
}
#rightcol .widget ul li.page_item ul li {
  border-bottom: none;
}
#rightcol .widget ul li.page_item ul li {
  border-bottom: none;
  background: none;
  list-style: circle;
  padding: 0;
}


/* Widget Frontpage */

.text-3, .text-4, .text-5, .text-6, .text-9, .text-10, .text-11 {
  background: url(images/widget-front-bg.png) no-repeat;
  width: 280px;
  height: 250px;
  padding: 10px;
  overflow: hidden;
}

.text-3, .text-5, .text-10, .text-11 {
  margin-bottom: 20px;
}
/*.text-5 .textwidget {
  font-size: 12px;
}*/

#rightcol .text-7 .textwidget {
  background: none;
  padding: 7px 0 15px;
}

a.more-gallery {
  color: #949387;
  text-align: right;
}

/* Splash page */
#splash-page {
  background: #f8f8d0 url("images/bg-splash.png") repeat-x;
  margin: 20px auto 0 auto;
  width: 960px;
}

#splash-content {
  background: #fff;
  border: 1px solid #c2dfe2;
  -moz-border-radius: 5px;
  height: 700px;
  text-align: center;
  padding: 30px 59px 0;
}

img#logo-splash {
  float: left;
}

#bt-entersite a {
  display: block;
  float: right;
  width: 111px;
  height: 27px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("images/bt-entersite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 19px 0;
}

#bt-entersite a:hover {
    background-position: 0 -27px;
}

.generalstats-output {
  float: left;
}

/* nav */
#navmenu {
	font-size:16px;
	font-weight:bold;
	height:30px;
	letter-spacing:-1px;
	float:right;	
	margin:43px 0 0;
	text-transform:uppercase;
}
#navmenu, #navmenu ul {
	padding: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
	overflow: hidden;
	width: 660px;
}

#navmenu ul li {
	float: left;
	margin: 0 4px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 78px;
}

#navmenu li a {
  display: block;
  width: 78px;
  height: 27px;
  background-image: url("images/nav.png");
	background-repeat: no-repeat;
}

#navmenu li.nav01 a { background-position: 0 0;}
#navmenu li.nav02 a { background-position: -83px 0;}
#navmenu li.nav03 a { background-position: -166px 0;}
#navmenu li.nav04 a { background-position: -249px 0;}
#navmenu li.nav05 a { background-position: -332px 0;}
#navmenu li.nav06 a { background-position: -415px 0;}
#navmenu li.nav07 a { background-position: -498px 0;}
#navmenu li.nav08 a { background-position: -581px 0;}

#navmenu li.nav01 a:hover { background-position: 0 -27px;}
#navmenu li.nav02 a:hover { background-position: -83px -27px;}
#navmenu li.nav03 a:hover { background-position: -166px -27px;}
#navmenu li.nav04 a:hover { background-position: -249px -27px;}
#navmenu li.nav05 a:hover { background-position: -332px -27px;}
#navmenu li.nav06 a:hover { background-position: -415px -27px;}
#navmenu li.nav07 a:hover { background-position: -498px -27px;}
#navmenu li.nav08 a:hover { background-position: -581px -27px;}

#navmenu li.nav01 a.current_page_item { background-position: 0 -27px;}
#navmenu li.nav02 a.current_page_item { background-position: -83px -27px;}
#navmenu li.nav03 a.current_page_item { background-position: -166px -27px;}
#navmenu li.nav04 a.current_page_item { background-position: -249px -27px;}
#navmenu li.nav05 a.current_page_item { background-position: -332px -27px;}
#navmenu li.nav06 a.current_page_item { background-position: -415px -27px;}
#navmenu li.nav07 a.current_page_item { background-position: -498px -27px;}
#navmenu li.nav08 a.current_page_item { background-position: -581px -27px;}

/* submenu */
#navmenu li ul {
	position: absolute;
	left: -999em;
	width: 168px;
	font-weight:normal;
	letter-spacing:0;
	text-transform:none;
}
#navmenu li ul li {
	background: #FFF;
	float: none;
}

/* navigation menu */
#menu, #menu ul {padding:0; margin:0; list-style:none; height:30px; background:#ddd;border-bottom:1px solid #fff;}
#menu {padding-left:20px; width:680px;}
#menu li.first {border-left:1px solid #fff;}
#menu table {border-collapse:collapse; width:0; height:0; padding:0; margin:-1px;}
#menu ul {position:absolute; left:-9999px;}
#menu li {float:left; border-right:1px solid #fff;}
#menu li a {white-space:nowrap; background:#ddd; display:block; float:left; height:30px; line-height:30px; font-family:georgia, serif; font-size:16px; text-decoration:none; color:#000; padding:0 20px 0 10px;}
#menu li a.drop {background:#ddd url(images/down.gif) no-repeat right center;}
#menu li a:hover {position:relative; color:#069; background-color:#ccc;}
#menu li:hover {position:relative;}
#menu li:hover > a {color:#080;}

#menu :hover ul {left:-1px; top:30px; width:120px; background:url(trans.gif); padding-top:1px; border-bottom:0;}
#menu :hover ul li a {border-left:1px solid #fff; height:20px; line-height:20px; width:120px; border-bottom:1px solid #fff; font-size:12px;}
#menu :hover ul li a.right {background:#ddd url(images/right.gif) no-repeat 135px center;}

#menu :hover ul ul {left:-9999px; padding-top:0;}
#menu :hover ul li.fly a:hover {padding-left:161px; border-bottom-color:#000; background:#ccc url(images/down.gif) no-repeat right center;}
#menu :hover ul li.fly:hover > a {padding-left:160px; border-bottom-color:#000; background:#ccc url(images/down.gif) no-repeat right center;}
#menu :hover ul :hover ul {left:150px; top:21px;}
#menu :hover ul :hover ul ul {left:-9999px;}

#menu :hover ul :hover ul li a:hover {padding-left:10px; border-color:#fff; background:#ccc;}
#menu :hover ul :hover ul li.fly a:hover {padding-left:161px; border-bottom-color:#000; background:#ccc url(images/down.gif) no-repeat right center;}
#menu :hover ul :hover ul li.fly:hover > a {padding-left:160px; border-bottom-color:#000; background:#ccc url(images/down.gif) no-repeat right center;}

#menu :hover ul :hover ul :hover ul {left:150px;}
#menu :hover ul :hover ul :hover ul li a:hover {padding-left:10px; border-color:#fff; background:#ccc;}

#mygallery .h2 {margin: 5px 0 0 10px;}

/* footer */
#sponsor {background: #EAE8D9; border-bottom: 1px solid #c8c4ad; padding-bottom: 10px;}
#sponsor ul {padding: 0 0 15px; margin: 0 15px; overflow: hidden; width: 910px; height: 36px;}
#sponsor ul.row1 {border: none; padding: 0; width: 800px; margin: 0 auto;}
#sponsor ul.row2 {border: none; padding: 0; width: 565px; margin: 0 auto;}
#sponsor li {float: left; margin: 0 16px 10px 0;}

#sponsor li a {height: 36px; display: block; text-indent: -9999px; overflow: hidden;}

#sponsor li.logo1 a {background-image: url(images/logo-thaihealth.gif); background-repeat: no-repeat; background-position: 0 0; width: 60px;}
#sponsor li.logo2 a {background-image: url(images/logo-greenquality.gif); background-repeat: no-repeat; background-position: 0 0; width: 101px;}
#sponsor li.logo3 a {background-image: url(images/logo-sharing.gif); background-repeat: no-repeat; background-position: 0 0; width: 60px;}
#sponsor li.logo4 a {background-image: url(images/logo-greenworld.gif); background-repeat: no-repeat; background-position: 0 0; width: 36px;}
#sponsor li.logo5 a {background-image: url(images/logo-bcst.gif); background-repeat: no-repeat; background-position: 0 0; width: 60px;}
#sponsor li.logo6 a {background-image: url(images/logo-newspnn.gif); background-repeat: no-repeat; background-position: 0 0; width: 85px;}
#sponsor li.logo7 a {background-image: url(images/logo-mannature.gif); background-repeat: no-repeat; background-position: 0 0; width: 66px;}
#sponsor li.logo8 a {background-image: url(images/logo-tota.gif); background-repeat: no-repeat; background-position: 0 0; width: 66px;}
#sponsor li.logo9 a {background-image: url(images/logo-jidasa.gif); background-repeat: no-repeat; background-position: 0 0; width: 115px;}
#sponsor li.logo10 a {background-image: url(images/logo-enlaw.gif); background-repeat: no-repeat; background-position: 0 0; width: 93px;}
#sponsor li.logo11 a {background-image: url(images/logo-bn3d.gif); background-repeat: no-repeat; background-position: 0 0; width: 32px;}
#sponsor li.logo12 a {background-image: url(images/logo-scg.gif); background-repeat: no-repeat; background-position: 0 0; width: 49px;}
#sponsor li.logo13 a {background-image: url(images/logo-lemonfarm.gif); background-repeat: no-repeat; background-position: 0 0; width: 70px;}
#sponsor li.logo14 a {background-image: url(images/logo-changefusion.gif); background-repeat: no-repeat; background-position: 0 0; width: 105px;}
#sponsor li.logo15 a {background-image: url(images/logo-opendream.gif); background-repeat: no-repeat; background-position: 0 0; width: 118px;}


#sponsor li.logo1 a:hover {background-image: url(images/logo-thaihealth.gif); background-repeat: no-repeat; width: 60px; background-position: 0 -36px; width: 60px;}
#sponsor li.logo2 a:hover {background-image: url(images/logo-greenquality.gif); background-repeat: no-repeat; background-position: 0 -36px; width: 101px;}
#sponsor li.logo3 a:hover {background-image: url(images/logo-sharing.gif); background-repeat: no-repeat; background-position: 0 -36px; width: 60px;}
#sponsor li.logo4 a:hover {background-image: url(images/logo-greenworld.gif); background-repeat: no-repeat; background-position: 0 -36px; width: 36px;}
#sponsor li.logo5 a:hover {background-image: url(images/logo-bcst.gif); background-repeat: no-repeat; background-position: 0 -36px; width: 60px;}
#sponsor li.logo6 a:hover {background-image: url(images/logo-newspnn.gif); background-repeat: no-repeat; background-position: 0 -36px; width: 85px;}
#sponsor li.logo7 a:hover {background-image: url(images/logo-mannature.gif); background-repeat: no-repeat; background-position: 0 -36px; width: 66px;}
#sponsor li.logo8 a:hover {background-image: url(images/logo-tota.gif); background-repeat: no-repeat; background-position: 0 -36px; width: 66px;}
#sponsor li.logo9 a:hover {background-image: url(images/logo-jidasa.gif); background-repeat: no-repeat; background-position: 0 -36px; width: 115px;}
#sponsor li.logo10 a:hover {background-image: url(images/logo-enlaw.gif); background-repeat: no-repeat; background-position: 0 -36px; width: 93px;}
#sponsor li.logo11 a:hover {background-image: url(images/logo-bn3d.gif); background-repeat: no-repeat; background-position: 0 -36px; width: 32px;}
#sponsor li.logo12 a:hover {background-image: url(images/logo-scg.gif); background-repeat: no-repeat; background-position: 0 -36px; width: 49px;}
#sponsor li.logo13 a:hover {background-image: url(images/logo-lemonfarm.gif); background-repeat: no-repeat; background-position: 0 -36px; width: 70px;}
#sponsor li.logo14 a:hover {background-image: url(images/logo-changefusion.gif); background-repeat: no-repeat; background-position: 0 -36px; width: 105px;}
#sponsor li.logo15 a:hover {background-image: url(images/logo-opendream.gif); background-repeat: no-repeat; background-position: 0 -36px; width: 118px;}

/*tuck*/
#mygallery h2 {font-size: 1.4em;}
#mygallery ul {padding: 0;}
