/* Content Stylesheet, www.shouyuliang.com */

/*****************************************************************************************
**
**	Global Style Rules
**
***/

body, p, td, li
{
	color: #444444;
	font-family: "arial", sans-serif;
	font-size: 12px;
	line-height: 19px;
}

body
{
	background: url(/images/backgrounds/chevrons.gif) top left repeat-y;
    color: #444444;
    background-color: #ffffff;
    padding:0px;
    margin:0px;
}

p
{
	margin: 12px 0px;
}

.small
{
	font-size: 10px;
	line-height: 15px;
}

.homepageDate
{
	font-size: 11px;
	border-bottom: solid 1px #efefef;
}

a:link, a:visited, a:active
{
	color: #0000ff;
	text-decoration: none;
}
a:hover
{
	color: #ff0000;
	text-decoration: none;
}

a.picture:link, a.picture:visited
{
	padding:2px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}
a.picture:hover, a.picture:active
{
	padding:2px;
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
}

h1, h2, h3, h4, h5
{
	padding: 0px;
	margin: 0px;
}

/* Section and Page Titles */
h1.title
{
	color: #ff0000;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 2px;
	clear: both;
	border-bottom: solid 1px; #ff0000;
	margin-right: 300px;
}

h1.idiom
{
	color: #aaaaaa;
	font-size: 18px;
	margin-top: 5px;
	clear: both;
}

/* Section and Page SubTitles */
h2
{
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	clear: both;
}

/* Paragraph Titles */
h3
{
	font-size: 16px;
	clear: both;
}
h4
{
	font-size: 14px;
	font-weight: bold;
}

/* Padding for all content.  We don't need padding-right because of inherent 10px padding of right border */
.paddingBody
{
	padding-left: 10px;
	padding-right: 0px;
}

/* Paragraph for related articles */
p.relatedArticles
{
	font-size: 11px;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 4px;
}

/* Page Icon for related articles */
img.relatedArticles
{
	margin-top: 2px;
	margin-right: 5px;
}


/*****************************************************************************************
**
**	Header definitions
**
***/

table.headerMenu
{
	background-color: #efefef;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
}

a.headerMenu:link, a.headerMenu:visited
{
	font-size: 10px;
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
a.headerMenu:hover, a.headerMenu:active
{
	color: #ffffff;
	background-color: #ff0000;
	font-size: 10px;
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

td.header
{
	border-top: solid 1px #ff0000;
	border-bottom: solid 1px #ff0000;
}

h1.header
{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
}

h2.header
{
	color: #888888;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	letter-spacing: 1px;
}

a.header:link,a.header:visited
{
	color: #666666;
	text-decoration: none;
	display: block;
}
a.header:hover,a.header:active
{
	color: #ffffff;
	background-color: #ff0000;
	text-decoration: none;
	display: block;
}


/*****************************************************************************************
**
**	Side Menu style definitions
**
***/

/* Block definition for OPs */
.op
{
	background-color: #FFEFCF;
	font-size: 11px;
}

.op1
{
	background-color: #FFEFCF;
	font-size: 11px;
	line-height:15px;
	padding:5px;
}

.menuText
{
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;
}

h4.menuFirstItem
{
	padding-left: 20px;
}

.menuFirstItem
{
	border-top: dotted 1px #bbbbbb;
	padding-left: 10px;
}

td.menu
{
	padding-right: 10px;
}

p.menu
{
	border-top: dotted 1px #cccccc;
	padding-left: 10px;
}

p.submenu
{
	font-size: 11px;
	padding-left: 20px;
	line-height:15px;
}

a.menu:link, a.menu:visited
{
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover, a.menu:active
{
	display: block;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

/*****************************************************************************************
**
**	NEWSLETTER style definitions
**
***/

.firstLetter
{
	font-size: 25px;
	line-height: 27px;
}
p.issueDate
{
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
.issueTitle
{
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	letter-spacing: 1px;
}
p.issueQuote
{
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;
}

/* Text definition for article titles */
h1.articleTitle
{
	color: #ff0000;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	clear: both;
	border-bottom: solid 1px; #ff0000;
}


/*****************************************************************************************
**
**	BOOKS style definitions
**
***/

/* Text definition for book titles */
.bookTitle
{
	color: #000000;
	font-weight: bold;
	font-style: none;
	font-size: 18px;
}

.bookSubTitle
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.bookAuthor
{
	color: #000000;
	font-size: 12px;
}


/**************************** EVERYTHING BELOW THIS LINE IS LEGACY *********************************/

.subheading
{
	color: #ff0000;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
}



/*****************************************************************************************
**
**	NEWSLETTER style definitions
**
***/



/* Text definition for SYL Wushu Newsletter title in menu column */
p.newsletterTitle
{
	color: #000000;
	font-size: 25px;
	text-align: center;
}


/* Text definition for section titles - Insights/Forces/Changes in menu column */
p.sectionTitle
{
	color: #000000;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}