/* @override 
	http://dev.volutionmedia.com/lvmakungfu.com/wp-content/themes/lvma/style.css
	http://www.lvmakungfu.com/wp-content/themes/lvma/style.css
*/

/*Theme Name: Lehigh Valley Martial Arts Template
Theme URI: http://www.lvmakungfu.com/
Description: This is the default for LVMA
Version: 1.0
Author: Theodore Colegrove
Author URI: http://www.x24d.com/

	LVMA Site Template
	http://www.lvmakungfu.com/

	This theme was designed and built by Theodore Colegrove,
	whose blog you will find at http://www.x24d.com/blog
*/
/* CSS Document */
/*HTML ELEMENTS */
body {
background: #000000;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #c9b789;
font-size: 12px;
}

ol,ul,li {
list-style: none;
}

img {
	border-collapse: collapse;
	border: none;
}



/* DIVS */

#container {
margin: 0 auto;
width: 980px;
height: 768px;
}

	#header {
	width: 980px;
	height: 200px;
	background: url('images/header.png') top left no-repeat;
	margin: 0px;
	}
	
	#content {
	width: 980px;
	height: 570px;
	margin: 0px;
	}
	
		#left {
		width: 408px;
		height: 556px;
		background: url('images/left_bottom.png') top left no-repeat;
		float: left;
		}
		
			.menu {
			height: 556px;
			float: left;
			padding: 0;
			}
				#menu_left {
				width: 142px;
				height: 31px;			
				background: url('images/menu_top.png') top left no-repeat;
				}
				
				#menu_bottom {
				width: 144px;
				height: 524px;
				background: #000000;
				margin-top: 1px;
				}
				
					#menu_bottom li {
					line-height: 40px;
					border-bottom: #19140f dotted 1px;
					width: 142px;
					}
					
					#menu_bottom li ul {
						display: none;	
					}
										
					#menu_bottom a:link, #menu_bottom a:hover, #menu_bottom a:visited {
					color: #c9b789;
					display: block;
					height: 40px;
					width: 142px;
					font-size: 12px;
					padding-left: 50px;
					line-height: 40px;
					background: url('images/menu_dot.png') top left no-repeat;
					text-decoration: none;
					}

#menu_bottom ul.drop {
	position: absolute;
	z-index: 100;
}

#menu_bottom ul.drop a{
	line-height: 24px;
	width: 120px;
	height: 25px;
	margin:0 0 0 30px;
	padding: 0 0 0 10px;
	background-color: #d7c294;
	color: #000;
   	background-image: none;
}

#menu_bottom ul.drop a:hover{
	line-height: 24px;
	width: 120px;
	height: 25px;
	margin:0 0 0 30px;
	padding: 0 0 0 10px;
	background-color: #e7dab7;
	color: #000;
   	background-image: none;
}


					#menu_bottom a:hover {
					color: #000000;
					background: url('images/menu_hover.png') top left no-repeat;
					text-decoration: none;
					}
		
			
			#events {
			width: 184px;
			height: 556px;
			float: left;
			margin-left: 25px;
			}
			
				#events_top {
				margin-top: 100px;
				width: 196px;
				height: 31px;
				background: #000 url('images/events_top.png') no-repeat left;
				}
				
				#events_bottom {
				margin-top: 1px;
				width: 176px;
				height: 380px;
				background: #000000;
				padding: 10px;
				}
				
					#events_bottom a:link, #events_bottom a:hover, #events_bottom a:visited {
					color: #c9b789;
					}
					
					#events_bottom a:hover {
					text-decoration: none;
					}
				
		#center {
		width: 492px;
		height: 556px;
		background: url('images/center_bottom.png') top left no-repeat;
		float: left;
		}
		
			#text_content {
			width: 450px;
			height: 500px;
			overflow: auto;
			margin: 20px;
			color: #000000;
			font-size: 12px;
			}
				#text_content h1 {
				color: #4c0c0c;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 30px;
				}
				#text_content h2 {
	font-weight: normal;
				font-size: 14px;
				}
								#text_content img {
				background: #e6d9b5;
				margin: 5px;
				padding: 5px;
				border: 1px #aca188 solid;
				}
				
				#text_content a:link, #text_content a:hover, #text_content a:visited {
				color: #000000;
				}
				
				#text_content a:hover {
				text-decoration: none;
				}
				
			
		#right {
		width: 80px;
		height: 556px;
		background: url('images/right_bottom.png') top left no-repeat;
		float: left;
		}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


		
.hidden{
	display:none;
}


a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#00f;
    text-decoration:none;
}

a.info:hover{z-index:25;}

a.info span.calendar-popup{display: none}

a.info:hover span.calendar-popup{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:10px;
    left:10px;
    width: 150px;
    margin:0;
    padding: 10px;
    background-color: #75684e;
    color: #fff;
    text-align: left;
    border: 2px solid #000;
}

span.calendar-date-title{
	font-weight: bold;
	display: block;
	clear: both;
}
#calendarprev, #calendarnext {
 cursor: pointer; 
}

#calendartitle {
 text-align: center;
 font-weight: bold;
}

#calendartable {
 width: 176px; 
}

#calendartable td {
text-align: center;
}

#calendartable td.hasevents {
  background-color: #75684e;
}
#calendartable td.hasevents a {
  color: #c2ab7f;
}
/* @group Calendar */
.calendar-wrapper{
	width:176px;
	padding:47px 0 15px;
	position:relative;
	margin-bottom: 10px;
}
.calendar-wrapper .calendar{
	width:176px;
	overflow:visible;
	
}
.calendar-wrapper .calendar img{
	float:left;
}

#calendarprev, #calendarnext {
 cursor: pointer; 
}
	div#calendarregion{
   	background: #000;
}

table#calendartable{
		   	background: #e9dbb7 no-repeat;

	position: relative;
	margin: 0 auto;
	width: 176px;
	border: none;
	padding: 5px;
}
table#calendartable td{
	color: #000;
	background-color: #c5af86;
	border: none;
	border-collapse: collapse;
	padding: 2px;
}
table#calendartable th{
	border: none;
	border-collapse: collapse;
	color: #202020;
	padding: 0;
}
div#calendartitle{
	font-size: 14px;
	padding: 4px;
	color: #c5af86;
}
span#calendarprev, span#calendarnext{
}
/* @end */
.facebook{
	display: block;
	position: relative;
	float: right;
	top: 121px;
	right: 25px;
}

