@charset "UTF-8";
/* CSS Document */

body {
	background: url(../img/bkgd_tile.jpg) TOP #FFF repeat-x;
	}

#container {
	position: relative;
	width: 960px; margin-bottom: 50px;
	background: #FFF;
	padding: 0;}

#header {
	color: #FFF; padding: 0;}

#topBar {
	width: 918px; color: #000;
	position: absolute; top: 200px; right: 30px; z-index: 10;}

#topBar a:link {
	font-size: 1.25em;
	color: #000;
	text-decoration: none;
}
#topBar a:hover {
	color: #FFF;
}
#topBar a:hover {
	color: #FFF;
}
#topBar a:active {
	color: #FFF;
}

#main {
	text-align: left;
	position: relative;
	padding: 40px 20px 40px;
	margin: 0;}

#confirmBox {
	padding: 5px; margin: 20px 0;
	background: #F47A3B;
	color: #FFF;
	text-align: center;
	/*display: none;*/
	}

	#confirmBox a:link {
		color: #FFF;}
	#confirmBox a:visited {
		color: #FFF;}
	#confirmBox a:hover {
		color: #CCC;}
	#confirmBox a:active {
		color: #000;}

a:link {
	text-decoration: underline;}
a:visited {
	text-decoration: underline;}
a:hover {
	text-decoration: underline;}
a:active {
	text-decoration: underline;}

.pagination {
	clear: both; padding: 10px; height: 8px;
	margin: 10px 20px;
	color: #000;
	background: #FFF;}
	
	.pagination a:link {
		color: #000;}
	.pagination a:visited {
		color: #000;}
	.pagination a:hover {
		color: red;}
	.pagination a:active {
		color: #999;}
		
.pagination li {
	font-size: .75em;
	float: left;
	padding: 0 5px;
	border-right: 1px SOLID #CCC;
	}

.pagination .selected {
	font-weight: bold;}

#searchForm {
	text-align: right;}

#footer {
	color: #000;
	background: #FFF;
	padding: 5px 0; position: absolute; bottom: 0; left: 0;
	width: 960px;}

#footer a:link {
	color: #000;}
#footer a:visited {
	color: #000;}
#footer a:hover {
	color: red;}
#footer a:active {
	color: #000;}
	
.bt {
	outline: none;}
	
#btLogout {
	position: absolute; top: 0; right: 50px;
	display: block; padding: 2px 5px;
	background: #073273;
	color: #FFF;
	font-size: .6em;}
	#btLogout:link {
		text-decoration: none;}
	#btLogout:hover {
		background: #F57636;
		color: #FFF;}

#btBack {
	position: absolute; top: 0; left: 0px;
	display: block; padding: 2px 5px;
	background: #CCC;
	color: #FFF;
	font-size: .6em;}
	#btBack:link {
		text-decoration: none;}
	#btBack:hover {
		background: #F57636;
		color: #FFF;}
/* message */
#message {
	}
#message.error {
	background: red;}


/* ENTRIES */

.entry {
	position: relative; float: left;
	height: 190px; width: 152px;
	overflow: none;
	margin: 0 30px 25px 0;
	color: #000;
	background: #FFF;}

.entry .entryNum {
	font-size: .7em;}
	
.entry .thumb {
	margin: 0px; border: 1px SOLID #000; z-index: 4; position: absolute; top: 0; left: 0;}

.entry h3{
	font-size: 1.15em; margin: 0; padding: 0; color: #00aeef;}

.entry .tab {
	position: absolute; bottom: 0; right: 0; z-index: 1; text-align: right;
	height: 15px; padding: 5px 0; width: 152px; background: #FFF;}

.entry .info {
	width: 152px; padding: 125px 10px 0;}

.entry .tab a { margin: 0 2px;}
	
/* MODALS */

.share {
	background: #FFF;
	}
