﻿/* HTML Tag CSS Styles */

body {
	margin: 0;
	padding: 0;
	/* text-align: justify; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image:url(http://www.wingchunde.com/images/WCTileBackground2.jpg);
}

h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	/* text-transform: lowercase; */
	letter-spacing: -1px;
	font-size: 26px;
	font-weight: normal;
	color:  #660000;
	margin: 10px;
}

h2 em {
	font-weight: bold;
	font-style: normal;
}

h3 {
	height: 25px; /* background: #0077A7 url(Images/img3.gif) repeat-x left bottom; */;
	background-color: #410505;
	padding: 13px 0 0 20px;
	font-size: 14px;
	color: #FFFFFF;
}


p, ol, ul {
	line-height: 180%;
}

p:first-line {
	text-indent: 5%;
}

/*
ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}
*/

a {
	color: navy;
	/* color: #6B6B6B; */
}

a:hover {
	text-decoration: none;
}

/* Class CSS Styles */

.centerSite {
	margin-right: auto;
	margin-left: auto;
}


.image {
	float: left;
	margin: 0 20px 0 0;
}

.imageRight {
	float: right;
	margin: 0 0 0 20px;
}

.bg1 {
	padding: 0 20px 20px 20px;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF url('images/img3.gif') repeat-x;
}

.bg2 {
	padding: 20px;
	border-top: 1px solid #CBE1EF;
	background-color: white;
}


ul.sf_newsList p {
	color: #660000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h2.sf_newsTitle {
	color: #410505;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;

}

h2.sf_newsTitle a {
	color: navy;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;

}

p.sf_newsDate {
	color: #660000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}


h2.sf_listTitle {
	height: 25px;
	background: #0A3653 url('images/img3.gif') repeat-x left bottom;
	padding: 13px 0 0 20px;
	font-size: 14px;
	background-color: #410505;
	color: #FFFFFF;
	margin: 0;
}
	

.csi_newsTitle {
	color: #660000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p.sf_back {
	
	display: none;
	visibility: hidden;
}

.rmText:hover {
	cursor: pointer;
}


ol.sf_photoListLightbox {
	background-color: white;
}

/* ID CSS Styles */
/* Wrapper */

#wrapper {
	width: 801px;
	background-color: white;
	margin: 0 auto;
}

/* Header */

#header {
	width: 801px;
	height: 150px;
	margin: 0 auto;
}

#header * {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 70px 0 0 10px;
	font-size: 33px;
}

#header h2 {
	float: left;
	padding: 91px 0 0 10px;
	font-size: 14px;
	font-weight: normal;
}

#header ul {
	float: right;
	margin: 0;
	padding: 82px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 20px 0 20px;
	background: #ABBA47 url('images/img2.gif') repeat-x;
	text-decoration: none;
	font-weight: bold;
}

/* Menu */
#menu {
	width: 801px;
	margin: 0 auto;
}

/* Content */

#content {
	width: 801px;
	margin: 0 auto;
}

#maincontent1 {
	float:right;
	margin: 0 3px 0px 3px;
}

#colOne {
	float: left;
	width: 186px;
	text-align: left;
	
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none none outside;
}

/*
#colOne ul {
	padding-left: 0;
	list-style: none none outside;
}
*/

#colOne li {
	padding: 5px 0;
	background: url('images/img6.gif') repeat-x;
}

#colOne li.first {
	background: none;
}

#colTwo {
	float: right;
	width: 594px;
	padding: 0px 5px 0px 5px;
}

/* Single Column */
#singleCol {
	background-color: white;
	width: 700px;
	margin: 0 auto;	
}

/*
#singleCol ul {
	padding-left: 0;
	list-style: disc none outside;
	text-align: center;
}
*/

/* Page Wrapper */
#pageWrapper {
	width: 801px;
	background-image: url(http://www.wingchunde.com/images/WCPageBackground.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
}

/* Footer */

#footer {
	clear: both;
	width: 801px;
	margin: 0 auto;
	padding: 0px 0;
	text-align: center;
	text-transform: lowercase;
	background: url('images/img7.gif') repeat-x;
}

/*
#footer p {
	margin: 0;
}
*/
