/* © 2007 Wing Chun NYC site CSS
   created by buckethead studio
                                 */

/* Normalize site elements
-----------------------------------------------------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5 {
	font-size: 100%;
}

/* Removes list-style from lists */
ol, ul {
	list-style: none;
}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Removes list-style from lists */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
}

/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content: '';
}


/* Position content
-----------------------------------------------------*/

body {
	background-color: #eee;
	color: #444;
}

div#header {
	height: 70px; 
	background:#383838 url(images/wc_top_bg.gif) top center repeat-x;
}

.wrapper {
	width: 770px;
	margin: 0 auto;
}

div#content {
	position: relative;
	background: #eee url(images/top_fade.gif) top left repeat-x;
	width: 100%;
}

div#schoolname {
	float: left;
	background: transparent url(images/schoolname.gif) top left no-repeat;
	height: 50px;
	width: 197px;
	margin-top: 12px;
	text-indent: -9999px;
}

div#branding {
	height: 194px;
	padding-top: 20px;
	padding-bottom:20px;
	margin: 0;
}

div#content_main {
	float: left;
	width: 502px;
	margin: 20px 0 18px 0;
}

div#content_sub {
	width: 226px;
	float: right;
	margin: 20px 0 18px 0;
	/*border-left: 1px solid #dadada;*/
}

.article_summary {
	padding-top: 8px;
	border-bottom: 1px solid #dadada;
}

.article_info {
	width: 125px;
	float: left;
}

div.article_content {
	width: 357px;
	float: right;
	padding-bottom: 8px;
}

div#bottom {
	clear:both;
	padding:26px 0 18px 0;
	margin:0;
	height:auto;
	color: #333;
	font-size: 95%;
	background: #e0e0e0 url(images/bottom_bg.gif) top left repeat-x;
	border-bottom: 2px solid #ccc;
}

div#footer { 	
	height:34px;
	padding:5px 0 9px 0;
	clear:left;
}


/* Typography
-----------------------------------------------------*/

body {
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
}

a:link, a:active, a:visited  {
	color:#29900c;
	padding-bottom: 0;
	text-decoration: none;
	border-bottom: 1px solid #a8a8a8;	
}
		
a:hover {
	color:#2b571f;
	padding-bottom: 0;
	border-bottom: 2px solid #a8a8a8;
}
		
div#branding blockquote {
	position: absolute;
	text-indent: -9999px;
}

h2 {
	font-size: 160%;
	color: #2b571f;
	padding: 0 0 0 0;
	margin: 0 0 9px 0;
}

h2#home_h2 {
	background: url(images/home_h2.gif) no-repeat;
	text-indent: -9999px;
	height: 22px;
	width: 453px;
}

h3 {
	color: #2b571f;
	font-size: 100%;
}

p {
	color: #333;
	margin: 0 0 7px 0;
	font-size: 90%;
	line-height: 1.5em;
}

hr {
	border: none;
	border-bottom: 2px solid #dadada;
	background-color: #eee;
	color: #eee;
	height: 5px;
}

strong {
	//color: #2b571f;
        color: #000000;
	font-weight: bold;
}

#footer p {
	height:27px;
	font-size: 100%;
	color:#333;
	padding:7px 0 0 0;
}

#footer a {
	color:#29900c; 
	text-decoration:none;
}
	
#footer a:hover {
	color:#2b571f; 
}

h6 {
	color: #2b571f;
	font-size: 100%;
}


/* Navigation
-----------------------------------------------------*/

div#schoolname a {
	display:block;
	background:url(images/schoolname.gif) no-repeat; 
	height: 50px;
	width: 197px;
	border: none;
	text-indent:-9999px;
	overflow:hidden;
}

#nav_features {
	margin:23px -10px 0 0;
	float:right; 
	padding:0; 
	height:27px;
	list-style:none;
	display:inline;
	overflow:hidden;
}

#nav_features li {
	display:inline; 
	margin:0 0 0 0;
	padding:0;
	list-style:none;
}

#nav_features a {
	float:left;
	margin:0 10px 0 0;
	padding:27px 0 0 0;
	overflow:hidden;
	height: 0px !important;
	text-indent:-9999px;
}

#nav_features a:hover { 
	background-position: 0 -27px;
}
	
#nav_features a:active, #nav_features a.selected {
	background-position: 0 -54px;
}

li#home a, li#about a, li#sifu a, li#classes a, li#articles a, li#gallery a, li#videos a {
	display: block;
	height: 27px;
	text-indent: -9999px;
}
	
li#home a {
	width: 46px;
	background: url(images/nav_home.gif) top left no-repeat;
}

li#about a {
	width: 110px;
	background: url(images/nav_about.gif) top left no-repeat;
}

li#sifu a {
	width: 59px;
	background: url(images/nav_sifu.gif) top left no-repeat;
}

li#classes a {
	width: 59px;
	background: url(images/nav_classes.gif) top left no-repeat;
}

li#articles a {
	width: 63px;
	background: url(images/nav_articles.gif) top left no-repeat;
}

li#gallery a {
	width: 61px;
	background: url(images/nav_gallery.gif) top left no-repeat;
}

li#videos a {
	width: 53px;
	background: url(images/nav_videos.gif) top left no-repeat;
}
li#links a {
	width: 45px;
	background: url(images/links.gif) top left no-repeat;
}


/* Articles
-----------------------------------------------------*/

.article_info ul {
	overflow: hidden;
	width: 125px;
}

.article_info li {
	border-bottom: 1px dotted #dadada;
	font-size: 90%;
	padding: 3px 0;
}

.article_date {
	color: #29900c;
}

#article img {
	border: none;
	margin: 6px 0;
}

#article h2 {
	color: #333;
}

#article h3 {
	border-bottom: 1px solid #dadada;
	margin: 16px 0 4px 0;
	padding: 0 0 3px 0;
}

#article h5 {
	font-size: 90%;
	margin: 8px 0 0 0;
	color: #444;
	font-weight: normal;
}

#article ol {
	margin: 0 0 9px 0;
	padding: 0;
}

#article li {
	margin: 1px 0;
	padding: 0;
}

#totop {
	text-align: right;
	margin-top: 15px;
	font-size: 90%;
}

#totop a, #totop a:link, #totop a:visited {
	background: url(images/to_top.gif) no-repeat 0 3px;
	overflow: hidden;
	padding: 0 0 0 14px;
}

/* Sub Content
-----------------------------------------------------*/

#content_sub h3 {
	font-size: 93%;
	font-weight: bold;
	color: #2b571f;
	padding-bottom: 5px;
	line-height: 1em;
	text-transform: uppercase;
	border-bottom: 1px solid #dadada;
	margin: 20px 0 5px 15px;
}

#content_sub p {
	color: #333;
	margin: 0 15px 7px 15px;
	font-size: 90%;
}

div#side_gallery_wrap {
	display:block;
	margin:0 0 15px 15px;
}

a.side_gallery_img:link, a.side_gallery_img:visited, a.side_gallery_img:active {
	margin:0 10px 12px 0; 
	float:left;
	width: 50px;
	height: 50px;
	padding: 2px;
	border: 3px solid #a8a8a8;
	background: #fff;
}

a.side_gallery_img:hover {
	border:3px solid #fff;
}

/* Search & Article list
-----------------------------------------------------*/
		
#search_div {
	margin:5px 0 10px 0;
}

#keywords {
	margin:0; 
	padding:1px 0 1px 3px; 
	height:18px;
	width:150px; 
	color:#555;
	float: left;
	border: 1px solid #a8a8a8;
	background:#fcfcfc;
}

#searchsubmit {
	margin:2px 0 0 5px; 
	float:left;
}

#bottom ul.list {
	margin:0 0 7px 0; 
	padding:0;
	font-size: 90%;
	line-height: 1.4em;
	list-style: none;
}

#bottom ul.list li { 
	margin: 0 0 6px 0;
	padding: 0 0 0 16px;
	background: url(images/bullet.gif) no-repeat 0 1px;
}


/* Bottom
-----------------------------------------------------*/

div.bottom_col {
	float:left;
	width:226px;
	margin:0 46px 0 0;
}

div#bottom_gallery_wrap {
	display:block;
	margin:0 0 7px 0;
}

.bottom_col h3 {
	margin-bottom: 9px;
	font-size: 93%;
	text-transform: uppercase;
}

.vcard {
	display:block;
	margin:0 0 7px 0;
	padding-bottom: 8px;
	font-size: 90%;
}

.vcard img {
	float: left;
	margin-right: 8px;
}

.bottom_col h4 {
	font-size: 110%;
	color:#fafafa;
	padding:0 0 3px 0 ;
	margin:0 0 9px 0;
	text-indent: -9999px;
}

a.bottom_gallery_img:link, a.bottom_gallery_img:visited, a.bottom_gallery_img:active {
	margin:0 20px 12px 0; 
	float:left;
	width: 50px;
	height: 50px;
	padding: 2px;
	border: 3px solid #a8a8a8;
	background: #fff;
}

a.bottom_gallery_img:hover {
	border:3px solid #fff;
}

a.getdirections:link, a.getdirections:visited, a.getdirections:active {
	background: url(images/home_icon.gif) no-repeat 0 2px;
	overflow: hidden;
	padding: 0 0 0 14px;
}


/* Schedule
*************************************/

#schedule {
	background-color: #fff;
}

#schedule td {
	border: 1px solid #dadada;
	padding: 3px;
}

#schedule th {
	border: 1px solid #dadada;
	padding: 3px;
}


/* Slideshow
*************************************/

#slideshow	{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
}

#slideshow h3 {
	font-size: 130%;
	font-weight: bold;
	color: #333;
	padding-bottom: 5px;
	line-height: 1em;
	border-bottom: 1px solid #dadada;
	margin: 0;
}

#slideshow h2 {
	color: #333;
	margin: 0;
	padding: 0;
}

#slideshow h4 {
	font-size: 110%;
	margin: 0;
	color: #444;
	font-weight: normal;
}

#slideshow h5 {
	font-size: 90%;
	margin: 0;
	color: #444;
	font-weight: normal;
}

a.slideshow_img:link, a.slideshow_img:visited, a.slideshow_img:active {
	margin:0 10px 12px 0; 
	float:left;
	padding: 2px;
	border: 3px solid #a8a8a8;
	background: #fff;
}

a.slideshow_img:hover {
	border:3px solid #fff;
}

div.paginate	{
	margin-top: 15px;
}

a.gallery_lnk:link, a.gallery_lnk:visited, a.gallery_lnk:active {
	background: url(images/gallery_lnk.gif) no-repeat 0 2px;
	overflow: hidden;
	padding: 0 0 0 18px;
}
