.ui-tabs .ui-tabs-panel {
    overflow-y: auto;
}

#tabs {
    margin-top: 1em;
}

#tabs li .ui-icon-close {
    float: left;
    margin: 0.4em 0.2em 0 0;
    cursor: pointer;
}

body {
	margin: 0;
	padding: 0;
	font-family: "arial";
}

#screen {
	margin: 20px auto;
	width: 90%;
}

#header {
	position: relative;
	background-color: black;
	background: url("../images/pheasant_flying_jeff_carney.jpg") left top repeat;
	color: white;
	height: 60px;
	width: 100%;
}

#main {
	padding-left: 1em;

	margin-top: 0;
	padding-top: 0;
}

#links-bar {
	float: left;
	margin-right: 0;
	padding: 4px;
}

#footer {
	clear: both;
	/*border-top: 2px dashed black;*/
	padding-top: 10px;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

.pretty-p {
	/*text-indent: 2em;
	text-align: justify;*/
}

.pageTitle {
	font-family: "lucidia" serif;
	font-size: xx-large;
}

a.top-link {
	color: black;
	font-family: "impact";
	letter-spacing: 0.02em;
}

.side-link {
	margin-bottom: 0.5em;
}

.header-text {
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 2em;
	margin-right: 15px;

}

.entry {
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    float: left;
    height: 230px;
    padding: 0.25em;
    margin: 1.5em;
    width: 210px;
}

.photo-text {
    text-align: center;
    font-family: Arial;
}

.photo {
    margin-bottom: 0.5em;
}

.photo-year-container {
   margin-bottom: 2em;
   float: left;
   margin-right: 2em;
   width: 20em;
}

.photo-year-title {
   font-weight: bold;
}

.standout-text {
	font-size: xx-large;
	text-align: center;
}

.huntingPlan {
	font-weight: bold;
	text-decoration: underline
}

.my-tab-panel {
    width: 100%;
    /* padding: 1em; */	
}

