/*  
Theme Name: CMC
Theme URI: http://corkmovementcentre.com
Description: Theme for the Cork Movement Centre.
Version: 2.0
Author: Eoin Murphy
Author URI: http://warbands.com/
*/

body{
margin: 0;
background-color: #edf6e3;
font-size: 16px;
line-height: 150%;
font-family: Cochin,Georgia,"New Century Schoolbook","Bitstream Vera Serif","Times New Roman",times,serif;
color: #000;
vertical-align: top;
background-image: url(img/800_380-grey.jpg);
background-repeat: repeat-y;
background-position: center top;
}

a:link, a:visited{
color: #000;
}

a:hover{
text-decoration: underline;
color: #009900;
}

#header{
height: 245px;
background-image: url(img/700x245-bright.jpg);
background-position: 0px 0px;
background-repeat: no-repeat;
}

h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
position: relative;
left: 15px;
}

#container{
background-image: url(img/elephant-trans.gif);
background-repeat: no-repeat;
background-position: 35% 285px;
position: relative;
float: center;
width: 700px;
text-align:left; 
}

#content{
clear: left;
padding-top: 10px;
font-style: strong;
}

#footer{
font-size= 10px
}

#copyright {
font-size= 10px
}

/* nav bar styling */

#nav-bar {
	width: 690px;
	height: 30px;
	border-width: 0;
	border-bottom-width: 2px;
	/*border-top-width: 2px;	*/
	padding-left: 10px;
	border-style: solid;
	border-color: #224400;
	background-color: #82e475;
	z-index: 99;
	padding-top: 1px;
	font-size: 14px;	
}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #82e475;
	z-index: 99;
}

#nav a {
	/*text-align: center;*/
	display: block;
	background-color: #82e475;
	text-decoration: none;
	z-index: 99;
	padding-left: 5px;
}

#nav a:hover{
	text-decoration:underline;
	z-index: 99;
}

#nav li {
	float: left;
	width: 300px;
	height: 30px;
	background-color: #82e475;	
	z-index: 99;
}

#nav li ul {
	position: absolute;
	width: 300px;
	left: -999em;
	margin-top:6px;
	background-color: #82e475;
	border-width: 2px;
	border-style: solid;
	border-color: #224400;	
	z-index: 99;
}
/* special formatting for the last drop down list, no long names -goes off side of small screens */
#nav li ul.end-list{
	position: absolute;
	width: 100px;
	left: -999em;
	margin-top:6px;
	background-color: #82e475;
	border-width: 2px;
	border-style: solid;
	border-color: #224400;	
	z-index: 99;
}

#nav li  ul.end-list li{
	float: left;
	width: 100px;
	height: 30px;
	background-color: #82e475;	
	z-index: 99;
}

#nav li:hover ul {
	left: auto;
	background-color: #82e475;		
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-color: #82e475;
	z-index: 99;
}


