
html,body {
	background: #CCC url(../i/tearney_02.jpg) repeat-x;
}

strong {
	font-weight: bold;
}

#doc {
	width: 800px !important;
}

#hd {
	height: 227px;
}

	#hd ul#menu {
		text-align: center;
		padding-left: 50px;
	}
	
	#hd ul li {
		position: relative;
		float: left;
	}
 
	#hd ul li a {
		display: block;
		color: #fff;
		font-size: 85%;
		text-decoration: none;
		line-height: 37px;
		padding: 0 25px;
	}

	#hd ul li a:hover,
	#hd ul li.on a {
		background: #fff url(../i/mn-f.jpg) repeat-x;
		color: #fff;
		text-decoration: underline;
	}
	
	#hd ul li.index {
		margin-left: 50px;
	}

	/* menu selectors */
		body#index #hd ul li.index a {
			color: yellow;
		}
	
		body#staff #hd ul li.staff a {
			color: yellow;		
		}
	
		body#services #hd ul li.services a {
			color: yellow;
		}
	
		body#gallery #hd ul li.gallery a {
			color: yellow;
		}

		body#karate #hd ul li.karate a {
			color: yellow;
		}		

		body#kickboxing #hd ul li.kickboxing a {
			color: yellow;
		}

		body#contact #hd ul li.contact a {
			color: yellow;
		}

	/* END : menu selectors */


	#hd h1 {
		clear: left;
		width: 100%;
		overflow: none;
		text-align: center;
		padding-top: 20px;
	}

	#hd h1 a {
		background: url(../i/logo.gif) no-repeat;
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		outline: none;
		margin: 0 auto;
		width: 220px;
		height: 135px;		
		padding: 20px 0 0 30px;		
	}

#bd {
	height: auto;
}

	.indexmain {
		padding: 15px 10px 0;
	}

	#bd #yui-main {
		background: #efefef;	
		height: auto;
		min-height: 185px;
		border: solid 1px #fff;
	}
	
	#bd #yui-main:after { content:".";display:block;height:0;clear:both;visibility:hidden; }

	#bd .yui-gc .yui-gc.first {
		padding: 5px 0 0 35px;
	}

	#bd h2 {
		font-size: 220%;
		font-weight: bold;
		font-family: "Times New Roman";
		color: #333366;
	}

	.indexmain p {
		font-family: verdana;
		font-size: 85%;
		line-height: 1.5em;
		padding: 7px 5px;
	}

	#bd .fade {
		background: url(../i/tearney_07.jpg) repeat-x;
		margin: 0 10px;
		padding: 20px;
		clear: both;
	}

	#bd .yui-gd {
		font-family: verdana;
		font-size: 90%;
		line-height: 1.5em;
		color: #666;
	}

	#bd .yui-gd.first {
		width: 40%;
	}

	#bd .yui-gd ul li {
		padding: 2px 0;
	}
		
#ft {
	padding-top: 30px;
	font-size: 80%;
	font-family: verdana;
}

	#ft ul {
		width: 95%;
		padding: 0 20px;
	}

	#ft ul li {
		position: relative;
		float: left;
		width: 25%;
		text-align: center;
		color: #666;
		margin-bottom: 20px;
		line-height: 1.5em;
	}

	#ft ul li.copyright {
		width: 50%;
	}

	#ft ul li a {
		display: block;
		color: #666;
		text-decoration: none;
	}

	#ft ul li a {
		display: inline !important;
	}


/* Services */
	
	.about-us-left {
		position: relative;
		float: left;
		width: 530px;
		padding-left: 10px;
	}

		.about-us-left h2 {
			padding: 10px 0 0 10px;
		}

	.about-us-right {
		position: relative;
		float: left;
		width: 220px;
	}
	
	ul.services-list {
		position: relative;
		float: left;
		width: 140px;
		list-style: disc;
		font-size: 95%;
		color: #333;
		padding: 5px 0 5px 20px;
		border-right: solid 1px #ccc;
	}
	
	ul.services-list.first {
		width: 310px !important; 
		border:	none;
		margin: 0 5px;
	}
	
	ul.services-list li	{
		padding: 3px 0; 
		color: #111;
	}
	
	ul.services-list li.h {
		list-style: none;
		font-weight: bold;
	}

	body#services .about-us-right h3 {
		padding: 5px 0 0 0;
		font-size: 110%;
		color: #111;
	}
	
	body#services .about-us-right blockquote {
		margin-right: 35px;
		font-style: italic;	
		color: #111;
	}
	
	body#services .yui-gc blockquote p {
		padding: 7px 5px;
	}
	
	body#services .yui-gd.fade h3 {
		font-weight: bold;
	}
	
	body#services .yui-gd.fade p {
		padding: 2px 0 10px 0;
	}
/* END : Services */

/* Staff */

	body#staff #bd .yui-gc {
		padding: 5px 10px;
	}

	ul.staff-list {
		clear: both;
		margin-top: 10px;
	}
	
	ul.staff-list li {
		position: relative;
		float: left;
		width: 14%;
		text-align: center;
		margin: 0 1px 10px ;
	}

	ul.staff-list li img {
		opacity: .8;
		*filter: alpha(80%);
	}

	ul.staff-list li a {
		display: block;
		color: #111;
		text-decoration: none;
		font-size: 90%;
	}

	ul.staff-list li a:hover,
	ul.staff-list li.on a {
		color: #333366;
	}

	ul.staff-list li a:hover img,
	ul.staff-list li.on a img {
		opacity: 1;
		*filter: alpha(100%);
	}

	div#staff-info {
		position: relative;
		clear: both;
		height: 400px;
		overflow: hidden;
	}

	ul.staff-info {
		margin-top: 20px;
		clear: both;
		position: relative;
	}
	
		ul.staff-info li {
			height: 400px;
		}

		ul.staff-info li h3 {
			font-weight: bold;
			font-size: 110%;
			padding-bottom: 5px;
		}

/* END : Staff */


/* Schedules */

	.schedules-main {
		padding: 10px 10px;
	}
	
	.schedules-main h2 {
		padding-bottom: 10px;
	}
	
	.schedules-main a {
		color: #333;
	}
	
	.schedules-main h3 {
		padding: 5px;
		border-bottom: solid 1px #fff;
		margin: 15px 0 5px 0;
		background: #888;
		font-weight: bold;
		color: #fff;
		clear: both;
	}
	
	.schedules-main ul {
		padding-left: 10px;
	}
	
	.schedules-main ul li {
		position: relative;
		float: left;
		width: 50%;
	}
		
		.schedules-main ul li p {
			padding: 5px 0;
		}
		
		.schedules-main ul li strong {
			font-weight: bold;
		}
	

/* END : Schedules */

table {
	margin-left: 10px;
}

table th {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 3px;
}


.page {
	padding: 10px 40px;	
}




/* photo gallery */
ul.gallery_thumb li {
	position: relative;
	float: left;
	border: solid 1px #ccc;
	padding: 5px;
	background: #fff;
	width: 75px;
	margin: 5px;
}
	
	ul.gallery_thumb li a {
		display: block;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
	}
	
div.b_photo img {
	border: solid 10px #fff;
}

div.b_photo div {
	position: relative;
}

	
h2.admin {
	font-family: "Trebuchet MS" !important;
	background: red;
	color: #fff !important;
	padding: 5px; 
	font-weight: normal !important;
}	

div._admin_menu {
	padding: 5px 0;
	color: #000;
}

div._admin_menu a {
	color: #000;
}

div._admin h3 {
	margin-top: 20px;
	font-weight: bold;
	background: #fff;
	padding: 5px;
	margin-bottom: 5px;
	position: relative;
	left: -5px;
	
}

h2.admin a {
	color: #fff;
	text-decoration: none;
}

div._admin table {
	width: 95%;
}

div._admin table th,
div._admin table th a {
	text-align: center;
	color: #333;
}

div._admin table td {
	padding: 5px;
	border: solid 1px #ccc;
}

a.prev,
a.next {
	position: absolute;
	display: block;
	width: 30px;
	height: 44px;
	overflow: hidden;
	text-indent: -999em;
	top: 30px;
	right: -30px;
	background: url(../i/arrows.png) no-repeat;
}

.prev {
	background-position: 0px -45px !important;
	left: -30px;
}

.news {
	position: relative;
	float: right;
	width: 200px;
	padding: 5px;
	border: solid 1px #333366;
	margin: 10px 0 10px 10px;
	background: #fff;
}

	.news h3 {
		background: #333366;
		color: #fff;
		padding: 5px;
		font-weight: bold;
		font-size: 108%;
	}
	
	.news div {
		padding: 5px;
		color: #333;
	}
	
		
/* module */
div.mod {
	font-size: 13px;
	_overflow:hidden;
}

	div.mod .hd {
		background: url(http://assets.ms-cdn.com/static/moviestring/images/v3/mod_02.png) repeat-x;
		height: 11px;
		margin: 0 11px;
		position: relative;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://assets.ms-cdn.com/static/moviestring/images/v3/mod_02.png", sizingMethod="scale");
		_background: none;
	}
	
		div.mod .hd b {
			display: block;
			position: absolute;
			width: 11px;
			height: 11px;
			background: url(http://assets.ms-cdn.com/static/moviestring/images/v3/mod_03.png) no-repeat;
			right: -11px;
			top: 0;

		}

		div.mod .hd b.l,	
		div.mod .hd b:first-child {
			top: 0;
			right: auto;
			left: -11px;
			background-image: url(http://assets.ms-cdn.com/static/moviestring/images/v3/mod_01.png);
		}
		
	div.mod .bd {
		background: url(http://assets.ms-cdn.com/static/moviestring/images/v3/mod_06.png) repeat-y center right;
		position: relative;				
		z-index: 2;
	}
	
		div.mod .bd div.cnt {
			background: #fff;
			margin: 0 11px;
			padding: 5px;
			text-align: left;
		}
		
		div.mod .bd b.cnt {
			display: block;
			background: url(http://assets.ms-cdn.com/static/moviestring/images/v3/mod_04.png) repeat-y;
			width: 11px;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0px;
			_left: -16px;
			_height: 100em;
			_margin-bottom: 11px;
		}
		
	div.mod .ft {
		background: url(http://assets.ms-cdn.com/static/moviestring/images/v3/mod_08.png) repeat-x;
		height: 11px;
		margin: 0 11px;
		position: relative;
	}
	
		div.mod .ft b {
			display: block;
			position: absolute;
			width: 11px;
			height: 11px;
			background: url(http://assets.ms-cdn.com/static/moviestring/images/v3/mod_09.png) no-repeat;
			right: -11px;
			top: 0;
		}

		div.mod .ft b.l,
		div.mod .ft b:first-child {
			top: 0;
			right: auto;
			left: -11px;
			background-image: url(http://assets.ms-cdn.com/static/moviestring/images/v3/mod_07.png);
		}					

/* reset any mods inside the mod  */
div.mod .bd .hd,
div.mod .bd .bd,
div.mod .bd .ft {
	background: none;
	height: auto;
}	

.mod-hp {
	position: relative;
	float: right;
	width: 300px;
	right: -44px;
	top: -34px;
	margin-bottom: -24px;
}

.mod-hp .news {
	float: none;
	border: none;
	width: auto;
	margin: 15px 0 0 0;
}

.mod-hp .news div {
	padding: 5px 10px;
	color: #444;
}

#bd .mod-hp h2 {	
	display: block;
	text-align: center;
	color: #333366;
	text-decoration: none;
	font-size: 18px;
	background: #eee;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#bd .mod-hp h2 a {
	position: relative;
	float: left;
	display: block;
	padding: 5px 10px;
	margin: 10px 5px 5px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: solid 1px #ccc;
}

#bd .mod-hp h2 a:hover {
	background: #ccc;
	color: #fff;
}

#bd .mod-hp h2 a.f {
	margin-left: 25px;
}

ul.share {
	width: 300px;
	margin: 20px auto 0;
}

ul.share li {
	position: relative;
	float: left;
	margin: 0 5px;	
}

ul.share li a {
	display: block;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 5px 5px 20px;
}

ul.share li.fb a {
	background: url(/assets/i/facebook.png) no-repeat left center;
}

ul.share li.tw a {
	background: url(/assets/i/twitter.png) no-repeat left center;
}

ul.share li.yt a {
	background: url(/assets/i/youtube.png) no-repeat left center;
}

.cf {zoom: 1;}
.cf:after { content:".";display:block;height:0;clear:both;visibility:hidden;} 	
