<?php include("xml.php"); ?>
/*
Design by medesin
http://www.medesin.com
Inspired by freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Title      : Medesin
Version    : 0.1
Released   : 20101101
Description: A single-column, fixed-width template.

*/



body,html {
	/* background: url(images/bg_2.png) repeat left top; /* #101A1C; */
	
}

#container {
	position:relative;
	width: 841px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Myriad Web", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
   
}

#test {
	position: absolute;
	top:144px;
	width: 941px;
	margin-left:11px;
	height: 477px;
	border: 1px solid #ff00ff;
	
}

#myGallery, #myGallerySet, #flickrGallery
{
	border: 1px solid #000;
	width: 600px;
	height: 300px;
	position: absolute;
	top: 250px;
	margin-left: 120px;
	z-index:5;

}

/*---------------------------------------------------------------- primaryNavigation ------------------------------------------------*/

#primaryNavigation {
	width: inherit;
	height:59px;
	/* border-top:1px dotted #99CCCC; /* #C5E7F0; /* EL Blue */
	/* border-bottom:1px dotted #99CCCC; /* #C5E7F0; /* EL Blue */
	margin-bottom:2px;
	
}

#primaryNavigation ul {
	
	margin: 0;
    list-style: none;
    line-height: normal;
    
    }

#primaryNavigation li {
    
	display: block;
    float: left;
    
    
    }

#primaryNavigation a {
   display: block;
   
   float: left;
   padding: 19px 18px;
   text-decoration: none;
   /* text-transform: lowercase; */
   font-size: 18px;
   font-weight:bold;
   color: #7B99C5 /*mid-sky blue */ /* color: #C4A77B;  compliment of #99CCC; */
   
   }

       
#primaryNavigation a:hover { 
	text-decoration: none;
	
	font-weight: bold;
	color: #99CCCC; /* Goldenrod; */
	/* color: #FFF2DD; #FFD9A0; #6B5B43; #DA1C1C; #C7B91B; #C2B520; #CCCC99; red; */ 
	/*color: #FFFFFF;*/
	
}

#primaryNavigation .current-page-item a {
	color: #99CCCC; /*#14A822; /* Goldenrod;  /* #FF676B; */
	
}

/*------------------------------------------------------------*/

#page-content {
	height:635px;
    margin-bottom: 10px;
	
}

#logo{
	background-image: url("images/Medesin_2010_Background_1.jpg"); /*alt=""  841 x 695 */
    background-repeat:no-repeat;
    height:695px;
    margin-bottom:15px;
   
} 

#spacer {
	min-height:1px;
	
}

#move {
	position: absolute;
	border-top:1px dotted #14A822; /* #99CCCC;  /* EL Blue2 */ /* #28A9B8; /* EL Blue1 */
	border-bottom:1px dotted #14A822; /* #99CCCC;  /* EL Blue2 */ /* #28A9B8; /* EL Blue1 */
    border-left:1px dotted #555; /* EL Blue */
    border-right:1px dotted #555; /* EL Blue */
	cursor:pointer;
	height: 0px;
	left: 704px;
	overflow: hidden;
	top: 417px;
	width:0px;

}

#move p {
	font-family: Terminal, Chicago, "Courier New", "Trebuchet MS", Verdana, monospace, sans-serif;
	font-size: 14pt;
	font-weight:bold;
    color: #14A822; /* #19D32B; brt green  #99CCCC; el blue #C5E7F0;; #A7DDE9; #28A9B8; #E1F5F7; #28A9B8; #28A9B8; #248090; */
	padding-left: 14px;
	padding-right: 14px;
	text-align:left;
	line-height: 120%;

}

#videoDiv {
	display:hidden; /* NOT FUNCTIONING IN IE7  - Still shows an image 1px sq */
	
}
 
#videoInfo {
	margin-left: 3px;      	
	font-size: 10px;
	text-align: center;
	color: #777; /* grey */
	
}

   
#videoInfo  a {
	text-transform: lowercase;
	color: #777; /* grey */
	
}

#videoInfo a:hover {
	color: #CCC; /* grey */;
	
}

#footer {
	/* border-top:1px dotted #777; /* #99CCCC; /* #C5E7F0; /* EL Blue */ /* #7E4E2A; orange */ /* #C07640;*/  /* dark orange */
	margin-bottom: 20px;
	
}           

#footer p {
	font-size: 10px;
	text-align: center;
	color: #777; /* grey */
	
}
   
#footer a {
/*text-transform: lowercase; */
color: #777; /* grey */

}

#footer a:hover {
color: #CCC; /* grey */;

}






/* img.clickimage {
	cursor: pointer;
	
}
*/               
