
.hidden {
	display:none;
}

.clear {
	height: 0px;
	clear: both;
}


/********************************************************
 * Body
 *
 **/


body {
	font-size: 76%;
	font-family: helvetica, sans-serif;
}

#page {
	margin:50px;
}


/********************************************************
 * Page Top
 *
 **/


#page-top {
	border-top-style: solid;
	border-top-color:rgb(221,221,221);
	border-bottom-style: solid;
	border-bottom-color:rgb(221,221,221);
	border-width: 1px;
	
	height:76px;
}

#title {
	/*display:inline;*/
	float:left;
}

#title h1 {
	display:none;
}

#title p {
	display:none;
}

#title img {
	border-style:none;
	
}

#title a:link {
	text-decoration:none;
}
	

#sitemenu-container {
	
	display:inline;

	position:relative;
	bottom:-50px;

}

#sitemenu {
	display:inline;


}

#sitemenu-content {
	display:inline;

	
}

#sitemenu-content ul {
	display:inline;
	padding-left:0px;
}

.currentPage {
	font-weight:bolder;
}

#sitemenu ul li {
	display:inline; 
	padding-left:20px; 
	color:rgb(255,102,0);
}

#sitemenu-content a:link {
	text-decoration:none;
	color:rgb(255,102 ,0);
}

#sitemenu-content a:visited {
	text-decoration:none;
	color:rgb(255,102,0);
}

#sitemenu-content a:hover {
	text-decoration:underline;
}



/********************************************************
 * Page Content
 *
 **/
 
#page-content {
 
	margin-top:40px; 
	margin-left:0px;
	color:rgb(88,88,88);
}

a:link, a:visited {
	color:rgb(255,102,0);
}


#main-content h2 {
	color:rgb(255,102,0); 
	font-size:35px; 
	font-weight:100;
}

#main-content h2 a:link {
	text-decoration:none;
}

.article h3 {
	color:rgb(255,102,0); 
	font-size:35px;
	font-weight:100;
}


.callout-container {
	float:right;
	margin-left:30px;
	padding:0px;
	border-style:none;
	border-width: 0px;
	border-color:rgb(221,221,221);
	
}

.callout h4 {
	margin-top:0px;
	font-weight:100;
}

/**
 * Sidebar
 **/

	/* Not supported yet */


/**
 * Pagelets
 **/

.pagelet h4 {
	color:rgb(255,102,0);
	text-align:center;	
}

.pagelet {
	padding-bottom:10px;
	margin-bottom:10px;
	width:240px;
}

.bordered {
	border-bottom-style:solid;
	border-bottom-color:rgb(221,221,221);
	border-width: 1px;

}




/********************************************************
 * Page Bottom
 *
 **/

#page-bottom {

	color:rgb(88,88,88);
	border-top-style:solid;
	border-top-color:rgb(221,221,221);
	border-width: 1px;
	
	margin-top:50px;
	padding-top:10px;
	clear:both;
}



/********************************************************
 * Special pages
 *
 **/


/**
 * Photos
 */

.photo-navigation div{
	display:inline;
	padding:10px;
}

.photogrid-index .gridItem {
	float:left;
	padding:10px;
}

.photogrid-index h3 {
	width:200px;
}

