/********************************************
   changunga.com
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #333333;
	text-align: center;
	margin: 0 0 0 0;
	background-color: #cccc33;
	background-image: url(/public/themes/changunga/images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/* links */
a:link {  color: #FF6600; text-decoration: none}
a:visited {  color: #FF6600; text-decoration: none}
a:active {  text-decoration: underline; color: #FF6600;}
a:hover {  text-decoration: underline; color: #FF9900;}


/* headers */
h1, h2, h3, h5 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #369;
}
h1 {
	font-size: 230%;	
	font-weight: 600;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	font-weight: 600;
}
h3 {
	font-size: 150%;	
	font-weight: 600;	
}

h4 {
	font-size: 125%;	
	font-weight: 600;
	margin: 0;
	margin-bottom: -10px;
	padding: 0;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link {
	color: #369;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #369;
	text-decoration: underline;
}

h1, h2, h3, p {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}
ul, ol {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
ul {
	list-style: none;
}

hr {
	color: #9e9e1f;
}

/* images */
#decorative img {
	background: #fafafa;
    border: 1px solid #dcdcdc;
	padding: 5px;
}
#decorative img.noborder {
	background: none;
    border: none;
	padding: 0px;
}
#decorative img.float-right {
  	margin: 5px 0px 10px 10px;  
}
#decorative img.float-left {
  	margin: 5px 10px 10px 0px;
}
/* */

#product h4 {
	font-size: 12px;
	font-weight:900;
	padding-top: 3px;
}

#product h4 a:link, #product h4 a:visited {
	text-decoration: none;
	color:#F60;
}

#product h4 a:active, #product h4 a:hover {
	text-decoration: underline;
	color:#F60;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
    border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(/public/themes/changunga/images/quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #976957;
}

/* start - table */
/*
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(/public/themes/changunga/images/nav.png) repeat-x;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
}
tr {
	height: 32px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
*/
/* end - table */

/* form elements */
form {
	margin: 0px; 
	padding: 0px;
	/*border: 1px solid #f1f1f1; 
	background-color: #f5f5f5;*/
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(/public/themes/changunga/images/nav.png) repeat-x 0 0;
	border: 1px solid #88AD0C;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: url(/public/themes/changunga/images/wrap-bg.png) repeat-y;
	width: 980px;	
	margin: 0 auto 0 auto;
	text-align: left;
	clear: left;
}
#wrap-cap {
	position: relative;
	background: url(/public/themes/changunga/images/wrap-cap.png) no-repeat;
	width: 980px;
	height: 40px;
	margin: 15px auto 0 auto;
}
#wrap-bot {
	position: relative;
	background: url(/public/themes/changunga/images/wrap-bot.png) no-repeat;
	width: 980px;
	height: 44px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 950px;
	padding: 0;
	margin-left: 15px;
	display: inline;
	background-color: #eeee78;
	background-image: url(/public/themes/changunga/images/content-bg.png);
	background-repeat: repeat-x;
}
#header {
	position: relative;
	width: 950px;
	height: 178px;
	padding: 0;
	margin-top: 15px;
	margin: 0px auto;
	background-color: #F90;
	background-image: url(/public/themes/changunga/images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #logo {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 8px;
	height: 175px;
	width: 175px;
	background-image: url(/public/themes/changunga/images/Changungadotcom_logo.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#leaderboard {
	position: absolute;
	z-index: 50;
	top: 20px;
	right: 15px;
	width: 728px;
	height: 90px;
	border: 1px solid #f56000;
	/*background-color: #f56000;*/
}

#search {
	position: absolute;
	z-index: 55;
	top: 125px;
	right: 10px;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #5b4a29;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
}
#header #header-links a {	
	color: #5b4a29;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #111;		
}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 5px auto;
	padding: 0;		
	height:206px; 
	width: 950px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 43px;	
}
#nav ul {
	float: left;
	list-style: none;
	background: url(/public/themes/changunga/images/nav.png) repeat-x;	
	width: 950px;		
	height: 43px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #747416;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height: 43px;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #960;
	border-left-color: #FF9;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #ffc;
	background: url(/public/themes/changunga/images/nav-hover.png) repeat-x;	
}
#nav ul li a.current{	
	color: #ffc;
	background: url(/public/themes/changunga/images/nav-current.png) repeat-x;	
}

/* Main Column */
#main {
	float: right;
	width: 600px;
	display: inline;
	margin: 0;
	/*margin-left: 15px;*/
	margin-right: 15px;
	padding-top: 38px;
	/*padding-right: 15px;
	padding-bottom: 10;
	padding-left: 15px;*/
}

#main h2 {
	margin-bottom: 8px;
}

#main ul li {
	list-style-image: url(/public/themes/changunga/images/bullet.gif);
}

/* Call outs */
#callout {
	background-color: #e2e260;
	border: 1px solid #bfbf42;
	text-align:center;
	padding: 10px;
}
#callouthome {
	background-color: #e2e260;
	border: 1px solid #bfbf42;
	text-align:center;
	padding: 10px;
}
#calloutmerchant {
	background-color: #f5f58b;
	border: 1px solid #bfbf42;
	text-align:center;
	padding: 10px;
}
.tip {
	color: #76760c;
	font-style:italic;
}

.warning {
	background-color: #ffbe3c;
	border: 1px solid #f56000;
	padding: 10px;
}

.notice {
	background-color: #e2e260;
	border: 1px solid #bfbf42;
	text-align:center;
	padding: 10px;
}

/* Sidebar */	
#sidebar {
	float: left;
	/*display: inline;*/
	width: 270px;
	margin: 0;
	margin-right: 15px;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #9e9e1f;
}	
#sidebar h3 {
	color: #336699;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: 700;
}
#sidebar ul.sidemenu {
	text-align: left;
	/*margin: 7px 10px 8px 0px;*/ 
	padding: 0;
	margin: 5;
	margin-top: 15px;
	text-decoration: none;		
	border-top: 1px solid #993;
}
#sidebar ul.sidemenu li {
	list-style: none;
	display: block;
	margin: 0;
	color: #333;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	display: block;
	text-decoration: none;
	background-image: none;
	color: #F60;
	padding: 5px;
}
#sidebar ul.sidemenu li a:hover {	
	color: #F60;
	background-color: #eeee78;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* Accordian Menu */
ul.maketree, ul.maketree ul, ul.maketree li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.maketree ul { padding-left: 0.3em; }
ul.maketree li {
  border-left: 1px dotted #000;
  padding-left: 13px;
  background: url(dotted.gif) scroll no-repeat 1px 0.8em;
}
ul.maketree li.last {
  border-left-width: 0px;
  padding-left: 14px;
  background: url(dottedangle.gif) scroll no-repeat left top;
}

/* old one */
.arrowlistmenu{
width: 160px; /*width of accordion menu*/
padding: 0px;
margin: 0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: black;
background: #bfbf42 url(/images/titlebar.png) repeat-x center left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
/* text-transform: uppercase; */
padding: 4px 0 4px 6px; /*header text is indented 10px*/
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
/*width: auto;*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 12px Arial;
color: white;
background: #FF6600 url(/images/titlebar-active.png) repeat-x center left;
}

.arrowlistmenu .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
text-align: right;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 3px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #FF6600;
background: url(/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 1 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
font-weight: 400;
border-bottom: 1px solid #bfbf42;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #FF6600;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FF9900;
background-color: #e5e55f;
}

.arrowlistmenu h3{
padding-bottom: 0px; /*bottom spacing between menu items*/
margin-bottom: 0px;
}
/* End Accordian Menu */

/* MultiNav */
#level2nav, #level3nav, #level4nav, #level5nav {
	float: left;
	border-left: 1px solid #993;
	padding: 5px;
	font-size: 7pt;
}
#level2nav ul, #level3nav ul, #level4nav ul, #level5nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#level2nav ul li, #level3nav ul li, #level4nav ul li, #level5nav ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#level2nav a, #level3nav a, #level4nav a, #level5nav a {
	font-weight: normal;
}
#level2nav a .current, #level3nav a .current, #level4nav a .current, #level5nav a .current {
	font-weight: bold;
}
/* End MultiNav */

/* footer */
#footer-wrap {
	position: relative;
	width: 950px;
	padding: 0;
	margin-left: 15px;
	/*display: inline;*/
	clear: both;
	background-color: #fafaa2;
	/*border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;*/
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #369;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}

/* footer columns */
#footer-column-header {
	background-image:url(../images/footer-column-header.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 52px;
	clear: both;
}

#footer-columns {
	/*display: inline;*/
	clear: both;
	color: #333;
	background-color: #fafaa2;
	padding: 0px;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 950px;		
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #dfdf59;
}
#footer-columns li {
	border-bottom: 1px solid #dfdf59;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	background-image: url(/public/themes/changunga/images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ff6902;
	clear: both;
	/*display: inline;*/
	color: #ffc;	
	margin: 0 auto; 
	width: 950px;
	padding: 0 0 0 0;
	text-align: center;	
}
#footer-bottom  a {
	color: #FFC;
}

/* postmeta */
.postmeta {	
	padding: 5px; 
	/*margin: 10px 5px 10px 5px;*/	
	font-size: 90%;	
	color: #797913;
	border: 1px solid #b1b11e;
	background: #dfdf59;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* Site wrapper & site footer */
#sitewrapper {
	background: #dfdf59;
	border-top: 1px solid #b1b11e;
}

#sitefooter {
	width: 950px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
}

#sitefooter a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

#sitefooter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitefooter li {
	display: block;
	float: left;
	width: 300px;
	padding-left: 20px;
}

#sitefooter li.first {
	padding-left: 0;
}

#sitefooter li ul {
	margin: 0;
	margin-bottom: 30px;
}

#sitefooter li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #b1b11e;
}

#sitefooter li li a {
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6CF;
	background-color: #369;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #264E75;
}

#legal a {
	text-decoration: none;
	color: #CFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6CF;
}

