/* Body
------------------------------------- */

html, body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url(/img/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #152234;
}

img {
	border: 0px;
}

/* Middle Content
------------------------------------- */

#imgPreviewWithStyles {
    background: #222;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    z-index: 999;
    border: none;
}


#slideshow {
	min-height: 310px;
	height: 310px;
	border: solid 4px #bcbbbb;
	background-color: #000;
	margin: 0 auto;
}

a:focus, a:hover, a:visited:hover {
	color:#fff;
	text-decoration:underline;
}

a {
	color:#fff;
	text-decoration:none;
}

.inactive {
	display: none;
}

.active {
	display: block;
}

#contentmiddleb {
	background-repeat: repeat-y;
	background-image: url(/img/background_center.gif);
	min-height: 80%;
	width: 925px;
	margin-left: auto;
	margin-right: auto;
}

#headerbg {
	background-repeat: repeat-x;
	background-image: url(/img/header_background.gif);
}

.offcentercontent {
	margin-left: 110px;
}

.centercontent {
	text-align: left;
	margin-left: 110px;
}

.centerhome{
	margin: 0 auto;
}

.offcentercontent table {
	background-color: white;
	padding: 5px;
	border: 1px solid #666;
}

.offcentercontent table td {
	border: 1px solid #666;
	padding: 5px;
}

.offcentercontent table a:focus, .offcentercontent table a:hover, .offcentercontent table a:visited:hover {
	color:#390300;
	text-decoration:underline;
}

.offcentercontent table a {
	color:#fcffb5;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}

.offcentercontent table {
	color: #e6e6e6;
	background-color: #005b99;
	border: 5px solid #002b48;
}

.offcentercontent table th,.offcentercontent table td,.offcentercontent table tr {
	border: 1px solid #002b48;
}




/* SORTABLE TABLES STYLES - LEAVE IN */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 10pt;
	width: 99%;
	text-align: left;
	border: 1px solid #eee;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #fffbd2;
	border: 1px solid #eee;
	font-size: 10pt;
	padding: 6px;
	color: #000;
}
table.tablesorter thead tr .header {
	background-image: url(../img/tsbg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 6px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#EFECD1;
}
table.tablesorter tbody tr.over td {
	background-color: #bcd4ec;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
table.tablesorter a:focus, table.tablesorter a:hover, table.tablesorter a:visited:hover {
	color:#333366;
	text-decoration:underline;
}

table.tablesorter a {
	color:#000;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
/* SORTABLE TABLES STYLES - LEAVE IN */


ul {
	list-style: circle;
	color: #f15c22;
}

li {
	margin-bottom: 10px;
}

ul a {
	color: #fcffb5;
}

/* Fonts 
------------------------------------- */

h1 {
	font-size: 22px;
	color: white;
}

h2 {
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
	color: #f3a308;
}

h3 {
	margin-top: 0px;
	color: white;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

p {
	font-size: 12px;
	color: white;
}


/* Profile Page
------------------------------------- */

.lightbox {
	border: solid 4px #bcbbbb;
	background-color: #000;
	margin: 0px 25px 0px 0;
	float: left;
}

.lightbox-admin {
}

.photorepeat {
	border: solid 4px #bcbbbb;
	background-color: #000;
	margin: 25px 22px 0px 0;
	width: 123px;
	float: left;
}

.photorepeatodd {
	border: solid 4px #bcbbbb;
	background-color: #000;
	margin: 25px 0px 0px 0;
	width: 123px;
	float: left;
}

.photofullsize {
	border: solid 4px #bcbbbb;
	background-color: #000;
	margin: 0px 0px 25px 25px;
	float: right;
}

.projectrepeat {
	margin: 25px 31px 0px 0;
	width: 95px;
	float: left;
}

.projectrepeatodd {
	margin: 25px 0px 0px 0;
	width: 95px;
	float: left;
}

.photobreaker {
	margin-top: 25px;
	clear: both;
}

.tab-nav {
	height: 33px;
	width: 925px;
}

#projects_menu, #press_menu, #profiles_menu {
	width: 566px;
}
.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	text-decoration: none;
	color: #fff;
	border: 4px solid #333;
}