/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: 'Terminal Dosis',Arial,sans-serif;
	color: white;
	height: 100%;
	background: #333;
	}
a { text-decoration: none; color: darkorange; padding: 0 }
a:hover { text-decoration: underline; color: darkorange;}
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

h1, h2, h3, h4, h5, h6 {
	color: white;
}

.label {
	background-color: #222;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	padding-top: 10px;
	position: relative;
	text-align: center;
	min-width: 620px;
	}	

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	max-width: 920px !important;
	max-width: 920px;			
	margin: 0 auto;
	margin-top: 100px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	text-align: left;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}

#page-content {
	margin-top: 100px;
}

.img-polaroid {
	margin: 2px;
	padding: 0px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	border: 1px solid #ddd;
}

.embedded-gallery .item, .embedded-gallery .cover-photo {
	float: left;
	text-align: center;
	width: 75px;
}

.embedded-gallery .cover-photo {
	margin-right: 8px;
}

.embedded-gallery img {
	max-width: 75px;
	max-height: 75px;
}

.featured-photo img {
	margin: auto;
	max-height: 180px;
}

.featured-photo .set-title {
	text-align: center;
}

.featured-photo .description {
	padding-left: 10px;
}

.featured-photo h6 {
	margin-top: 0;
	margin-bottom: 0;
}

.embedded-gallery .set-title {
	display: none;
	margin: 0;
}

#showcase-link {
	text-align: center;
}

#detailedStats .thumbnail-title {
	width: 83px;
	margin-bottom: 0;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0 10px;
	clear: both;
	padding: 20px 0px 0px 50px;
	text-align: left;
	}	

#content table {
	width: 840px;
}

ul.fancy {
	margin: 10px 0;
	padding: 0 0 0 10px;
}	

ul.fancy > li {
	list-style-type: none;
	padding: 0 0 2px 6px;
	line-height: 1.5em;
	text-align: left; 
}

.inline-header h2 {
	margin-bottom: 0px;
	text-align: center;
}

.inline-header > p:first-of-type {
	font-weight: bold;
	text-align: center;
}

.inline-header p {
	text-align: left;
}

.table-sorter {
	cursor: pointer;
}

#archives .label {
	margin-right: 4px;
}

#stats-refresh {
	margin-right: 8px;
}

#totals, #archives {
	margin-left: auto;
    margin-right: auto;
    width: 100%;
	margin-bottom: 20px;
}

#totals div {
	display: inline-block;
	padding: 0;
	width: 19%;
	text-align: center;
	cursor: pointer;
}

#totals div span {
	font-size: 3em;
}

/*------------------------------------------------------------*
**  Bootstrap overrides
**------------------------------------------------------------*/	
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #222;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #444;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #555;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	color: white;
}