*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

HTML {
	BACKGROUND: url('images/bg.gif') #dadada repeat-y center top;
}

body
{
	font-family:"Lucida Sans", Arial, Georgia, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000;
	BACKGROUND: url('images/bg.gif') #dadada repeat-y center top;

}

a
{
	color: #046DB3; /* blue 0066DE      red F0341A */
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
	color: #F0341A;   /*green 669933*/
}

/* Outer */

#outer
{
	MIN-HEIGHT: 100%; 
	MARGIN: 0px auto; 
	WIDTH: 978px; 
	POSITION: relative; 
	HEIGHT: 100%; 
	TEXT-ALIGN: left
}

/* Header */

#header
{
	position: relative;
	background: #dedede url('images/d7b.jpg') bottom left repeat-x;
	height: 71px;  // was 89px
	padding-left: 2em;
}

#header_menu
{
	position: relative;
	background: #0589E0 url('images/menu.jpg') bottom left repeat-x;
	height: 43px;
	padding-left: 2em;
}

#header h1
{
	position: absolute;
	top: 13px;
	font-size: 2.2em;
	letter-spacing: -0.05em;
	left: 28px;
	font-family:"Lucida Sans", "Trebuchet MS", Arial, Georgia, sans-serif;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
	font-family:"Lucida Sans","Trebuchet MS";
	letter-spacing:-1.5px;
	font-size: 25px;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 41px;
	color: #FFFFFF;
	left: 31px;
	font-family:Arial,"Trebuchet MS";
}


/* Menu */

#menu
{
	position: relative;
	background: #fefefe url('images/menu.jpg') bottom left repeat-x;
	height: 41px;
	padding-left: 2em;
	line-height: 37px;
/*	position: absolute;
	top: 30px;
	right: 3em;
*/
}

#menu ul
{
	list-style: none;
}

#menu li
{
	line-heght: 4em;
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #000;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #000;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#content
{
	line-height: 1.6em;
}


#content p
{
	margin-bottom: 1.5em;
}

#content h1
{
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
	color: #000000;
	font-size: 1.7em;
}

#content h2,h3,h4,h5,h6,h7
{
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
	color: #000000; /* blue 0589E0 */
	font-family:"Lucida Sans", "Trebuchet MS";
	letter-spacing:-0.05em;
}

#content h2
{
	font-size: 1.8em;
}


#content h3
{
	font-size: 1.4em;
}

#content h4
{
	font-size: 1.1em;
/*	margin-top: -0.6em;
	margin-bottom: 0.8em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.5em;
	color: #000000;
	font-family: "Trebuchet MS";
	font-weight: normal;
*/
}

#content h5
{
	font-size: 1.5em;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial;
	border: 0px;
	margin-bottom: 0.4em;
	padding-bottom: 0em;



}

#content h6
{
	font-size: 1.9em;
	border-bottom: none;
	margin-bottom: 0.4em;
	padding-bottom: 0em;
}

#content h7
{
	font-size: 1em;
	color: #000000;
	border-bottom: none;
}


#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1.5em;
	list-style: square;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}


#navlist2 ul
{
	margin-bottom: 1.5em;
	padding-left: 0em;
	list-style: square;
}
#navlist2 li
{
display: block;
margin: 0;
padding: 0;
list-style-type: none;
/*padding-right: 5px;*/
}

#navlist3 ul
{
float:right;
margin: 0;
padding: 0;
list-style-type: none;
}

#navlist3 li { margin: 0 0 .2em 0;}

#navlist3 a
{
display: block;
color: #FFF;
background-color: #777777;
width: 9em;
padding: .2em .8em;
text-decoration: none;
}

#navlist3 a:hover
{
background-color: #BBBBBB;
/*	background: #004778 url('images/d7.jpg') bottom left repeat-x;*/
color: #FFF;
}



#active
{
color:#888888;
}



#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #cecece;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 1em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table.vocabulary
{
	padding:0px 0px 0px 0px;
}


#content table.vocabulary td
{
	padding:0.3em;
	/* border: solid 1px #efefef; */
	/* vertical-align: bottom; */
}


#content table.verbs
{
	padding:0px 0px 0px 0px;
}

#content table.verbs td
{
	padding:0.18em;
	border: solid 1px #efefef;
}

#content table.verbs td.title
{
	font-size: 14px;
	font-family:"Lucida Sans", Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
}

#content table.verbs tr.rowA
{
	background: #efefef;
}


/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 1.5em 1.3em 0 0em;  // top, right, bot, left
/*	margin: 0em -19em 0em -19em;*/
	width: 580px;
}

#primaryContent
{
/*	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em; */
	width: 580px;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 10px;
/*	padding: 2.5em 2em 1.5em 2em;*/
	background: #fff url('images/a1.gif') top right repeat-y;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('images/a3.gif') top right no-repeat;
	height: 64px;
	width: 10px;
}

#secondaryContent ul
{
	font-family:"Lucida Sans", Arial, Georgia, "Trebuchet MS", sans-serif;
	font-size: 9pt;
	color: #000;

}

#secondaryContent h3
{
	font-family:"Lucida Sans", Arial, Georgia, "Trebuchet MS", sans-serif;
	font-size: 10pt;
	color: #666666;

}


/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 360px;
	margin: 1.5em 0 0 0;
/*	padding: 3em 2em 1.5em 2em; */
	background: #fff;

}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff; /*url('images/a4.gif') top left no-repeat; */
	height: 64px;
	width: 360px;

}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}

.word
{
	font-weight: bold;
	color: #000;
	font-size: 13x;
}
.style1 {
	color: #009900;
	font-weight: bold;
}
.style2 {
	color: #0000FF;
	font-weight: bold;
}






/*

 SoundManager 2: In-page MP3 player example
 ------------------------------------------

 Clicks on links to MP3s are intercepted via JS, calls are
 made to SoundManager to load/play sounds. CSS classes are
 appended to the link, which are used to highlight the
 current play state and so on.

 Class names are applied in addition to "sm2_link" base.

 Default:

 sm2_link

 Additional states:

 sm2_playing
 sm2_paused

 eg.

 <!-- default -->
 <a href="some.mp3" class="sm2_link">some.mp3</a>

 <!-- playing -->
 <a href="some.mp3" class="sm2_link sm2_playing">some.mp3</a>


 Note you don't require ul.graphic / ul.flat etc. for your use
 if only using one style on a page. You can just use .sm2_link{}
 and so on, but isolate the CSS you want.

 Side note: Would do multiple class definitions eg.

 a.sm2_default.sm2_playing{}

 .. except IE 6 has a parsing bug which may break behaviour,
 applying sm2_playing {} even when the class is set to sm2_default.


 If you want to make your own UI from scratch, here is the base:

 Default + hover state, "click to play":

 a.sm2_link {}
 a.sm2_link:hover {}

 Playing + hover state, "click to pause":

 a.sm2_playing {}
 a.sm2_playing:hover {}

 Paused + hover state, "click to resume":

 a.sm2_paused {}
 a.sm2_paused:hover {}


*/

/* two different list types */

ul.flat {
 list-style-type:none;
 padding-left:0px;
}

ul.flat li,
ul.graphic li {
 padding-bottom:1px;
}

ul.flat li a {
 display:inline-block;
 padding:2px 4px 2px 4px;
}

ul.graphic {
 list-style-type:none;
 padding-left:0px;
 margin-left:0px;
}

/* background-image-based CSS3 example */

ul.graphic {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

ul.graphic li {
 margin-bottom:2px;
}

ul.graphic li a,
ul.graphic li a.sm2_link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 display:inline-block;
 padding-left:22px;
 min-height:16px;
 border:3px solid #666;
 background-color:#666;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 padding:0px 3px 0px 20px;
 min-width:19em;
 _width:19em;
 text-decoration:none;
 font-weight:bold;
 color:#fff;
 text-shadow: 0 0 0 #000; /* stupid Safari "fat" font rendering tweak */
}

ul.graphic li a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

ul.graphic li a.sm2_paused:hover,
ul.graphic li a.sm2_link:hover {
 background:#333 url(../image/icon_play.png) no-repeat 0px 50%;
 _background-image:url(../image/icon_play.gif); /* IE 6 */
 border-color:#333;
}

ul.graphic li a.sm2_paused {
 background-color:#999;
 border-color:#999;
}

ul.graphic li a.sm2_paused:hover {
 background:#999 url(../image/icon_play.png) no-repeat 0px 50%;
 _background-image:url(../image/icon_play.gif);
 border-color:#999;
}

ul.graphic li a.sm2_playing,
ul.graphic li a.sm2_playing:hover {
 background:#336699 url(../image/icon_pause.png) no-repeat 0px 50%;
 _background-image:url(../image/icon_pause.gif);
 border-color:#336699;
 text-decoration:none;
}

/* hide button while playing?
ul.graphic li a.sm2_playing {
 background-image:none;
}
*/
/* flat CSS example */

ul.flat a.sm2_link {
 /* default state: "a playable link" */
 border-left:6px solid #999;
 padding-left:4px;
 padding-right:4px;
}

ul.flat a.sm2_link:hover {
 /* default (inactive) hover state */
 border-left-color:#333;
}


ul.flat a.sm2_playing {
 /* "now playing" */
 border-left-color:#6666ff;
 background-color:#000;
 color:#fff;
 text-decoration:none;
}

ul.flat a.sm2_playing:hover {
 /* "clicking will now pause" */
 border-left-color:#cc3333;
}

ul.flat a.sm2_paused {
 /* "paused state" */
 background-color:#666;
 color:#fff;
 text-decoration:none;
}

ul.flat a.sm2_paused:hover {
 /* "clicking will resume" */
 border-left-color:#33cc33;
}



/* sidebar START */
#sidebar {
	background:#FFF url(img/main_shadow.gif) top repeat-x;
/*	background:#FFF url(img/sidesepe.gif) top repeat-y;*/
	width:360px;
	float:right;
	font-size:95%;
	line-height:145%;
	overflow:hidden;
	padding-top:0px;
}
#sidebar li {
	padding-left:0px; /*22px*/
	list-style:none;
	margin-top:5px;
	/*font-size:95%;*/
}
#sidebar .content, 
#sidebar li {
	font-size:12px;
}
#sidebar li a {
	text-decoration: none;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#centersidebar, 
#northsidebar .widget, 
#southsidebar .widget {
	background: #FFF url(images/widgetsepb.png) bottom no-repeat;
	padding:0px 5px 5px;
}
#centersidebar {
	padding-bottom:6px;
}
#northsidebar, 
#southsidebar {
	font-size:95%;
}
#northsidebar .widget h2, 
#southsidebar .widget h2 {
	margin-bottom:10px;
}
#northsidebar .widget .content p, 
#southsidebar .widget .content p {
	margin-bottom:10px;
}
#westsidebar {
	width:121px;
	float:left;
	padding-right:5px;
	font-size:95%;
	overflow:hidden;
}
#eastsidebar {
	width:129px;
	float:right;
	font-size:95%;
	overflow:hidden;
}
#westsidebar h3, 
#eastsidebar h3 {
	margin-bottom:5px;
}
#westsidebar .widget, 
#eastsidebar .widget {
	margin-bottom:15px;
}
#sidebar .widget_feeds {
	padding:5px 15px 15px;
}
#sidebar #feedrss, 
#sidebar #feedemail, 
#sidebar #followme {
	height:25px;
	line-height:25px;
	display:block;
	padding:5px 5px 5px 36px;
	float:left;
	text-decoration:none;
	font-size:11px;
}
#sidebar #feedrss {
	background: url(img/feeds.gif) 5px 5px no-repeat;
}
#sidebar #feedemail {
	background: url(img/feeds.gif) 5px -45px no-repeat;
	margin-left:10px;
}
#sidebar #followme {
	background: url(img/feeds.gif) 5px -95px no-repeat;
	margin-left:10px;
}
#subscribe ul {
	display:none;
	position:absolute;
	background:#F4F5F7;
	border:1px solid #B7B7B7;
	width:180px;
	padding:5px;
}
#subscribe li {
	background:transparent;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	display:block;
}
#subscribe li a span {
	background:url(img/readers.gif) no-repeat;
	height:20px;
	width:80px;
	display:block;
	text-indent:-999em;
}
#subscribe li#google_reader a span {
	background-position:0 0;
}
#subscribe li#youdao_reader a span {
	background-position:0 -20px;
}
#subscribe li#xianguo_reader a span {
	background-position:0 -40px;
}
#subscribe li#zhuaxia_reader a span {
	background-position:0 -60px;
}
#subscribe li#yahoo_reader a span {
	background-position:0 -80px;
}
#subscribe li#newsgator_reader a span {
	background-position:0 -100px;
}
#subscribe li#bloglines_reader a span {
	background-position:0 -120px;
}
#subscribe li#inezha_reader a span {
	background-position:0 -140px;
}
#subscribe li a {
	display:block;
	padding:5px;
	text-decoration:none;
	width:80px;
	font-size:12px;
}
#subscribe li a:hover {
	background:#EEDDCC;
}
#tag_cloud a {
	line-height:130%;
}
/* sidebar END */

#box
{
	float: left;
	width: 200px;
	height: 100px;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
	padding: 6px;
	background-color: #F7F7F7;
	border: 1px solid #EAEAEA;
}

#boxAuthor
{
	float: left;
	width: 325px;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 6px;
	background-color: #FFF;
}


#box_divider
{
	float: left;
	width: 5px;
	height: 100px;
	margin-bottom: 25px;
	padding: 8px;
	background-color: #FFFFFF;
	border: none;
}
