/*
 ******************************************
 **  Equal Voice - Vote for MMP!         **
 **  Created and Changed by Xingtao Zhu. **
 **  TakingITGlobal org.                 **
 **  July 13, 2007 Friday                **
 ******************************************
*/

html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: #486377;
}

a:hover {
	color: #5B125E;
}

.more {
	text-align: right;
}

.clear {
	clear: both;
}

/* body control */
body {
	background: #E8DCEA url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #000000;
	padding-bottom: 10px;
}

/* wrapper for the entire body */
#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
    position: relative;
    background: url(images/body_bg.jpg) repeat-y;
}

/* main content gap before the header*/
#main {
  margin-left: 10px;
  margin-top: 34px;
}

#maincontent {
	padding-right: 10px;
	font: 14px verdana, arial, sans-serif;

}

#maincontent ul {
  padding: 7px 0 0 15px;
}

#maincontent li {
  padding: 7px 0 0 15px;
}

#maincontent ol {
  padding: 15px 0 0 40px;
}
 
/* left bar width */
#left {
  float: left;
  width: 250px;
}

/* left logo control */
#logo {
  width: 250px;
  height: 193px;
  background: url(images/logo.jpg) no-repeat;
  text-align: center;
}

/* navigation */
#nav {
	background: url(images/nav_left.jpg) no-repeat;
	font-weight: bold;
}

#nav ul {
  margin-left: 12px;
  padding-bottom: 32px;
  background: #2A2A2A bottom left url(images/nav_bot.jpg) no-repeat;
}

#nav li {
  list-style: none;
  font: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-top: 1px solid #959595;
  background: 188px 10px url(images/arr_white.gif) no-repeat;
  padding: 7px 0 0 31px;
}

#nav a {
  color: #FFFFFF;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 1px 0 6px 8px;
}

#nav a:hover {
  text-decoration: underline;
}

/* which sibe bar is been select, which should provide it */
#nav .important {
  border: none;
  background: 188px 10px url(images/arr_orange.gif) no-repeat;
}

#nav .important a {
  color: #E9C379;
}

/* resources and latest news sections */
#news {
  background: url(images/news_bg.jpg) repeat-y;
  padding-left: 37px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: left;
}

#newsNopad {
  background: url(images/news_bg.jpg) repeat-y;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 3px;
  text-align: left;
  font-size: 12px;
}

#news h2, #newsNopad h2 {
	padding-top: 10px;
	font-size: 14px;
	color: #5B125E;
	font-variant: small-caps;
}

#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}

#news ul {
  padding: 7px 0 0 15px;
}

.resrc {
	padding: 5px;
	background: #E8DCEA;
}

#newsNopad ul {
	padding: 7px 5px 0 5px;
	border: 1px solid #FFF;
}

#newsNopad ul li {
	list-style: none;
	padding: 5px;
	border-bottom: 1px dashed #fff;
}

#newsNopad a {
	text-decoration: none;
}

#newsNopad a:hover {
	text-decoration: underline;
}

#news a {
  color: #DA43E0;
  text-decoration: underline;
}

#news a:hover {
  color: #5B125E;
}

#news .more {
  font-size: 9px;
}

/* become an equal voice member image */
#member {
  height: 97px;
}

/* main content */
#right {
  float: right;
  width: 550px;
  padding-right: 9px;
  padding-top: 301px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}

#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

/* spacer before the copyright */
#spacer {
  height: 2em;
}

/* copyright line */
#footer {
  background: url(images/footer_bg.jpg) repeat-y;
}

#copyright {
  text-align: center;
  padding: 5px 0px 10px 5px;
  font-size: 9px;
  color: #486377;
  font-weight: bold;
}

/* footerline below the copyright */
#footerline{
	background: url(images/footerline.jpg) no-repeat;
	height:11px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

/* THE END OF THE CODE */

