/* Typography */

abbr, acronym {
	border-bottom: .1em dotted;
	cursor: help;
}

hr {
	margin: 15px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}
hr.spacer {
	border-top:0;
	border-bottom:0;
}
hr:before,
hr:after {
	display: table;
	content: " ";
}
hr:after {
	clear: both;
}

ul {
	list-style-type: square;
}
ul.unstyled,
ol.unstyled {
	margin-left: 0 !important;
	list-style: none;
}

.table {
	width:100%;
	margin-bottom: 10px;
}
.table thead th,
.table tbody td {
	padding: 5px 8px;
	text-align: left;
}
.table thead th {
	font-weight: 300;
	font: italic 14px/22px Georgia, serif;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	background-color: #96B7DD;
	border-color: #556C88;
	color: #1F3858;
}
.table tbody td {
	border-color: #C7C7C7;
	vertical-align: top;
}
.table tbody tr td > * {
	margin-top:0 !important;
	padding-top:0 !important;
}
.table tbody tr td > *:last-child {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
.table tbody tr:nth-child(even) td {
	background-color: #F5F5F5;
}
.table tbody tr th {
	text-align: left;
	background-color: #E5E5E5;
	border-color: #B7B7B7;
}


/* Horizontal image boxes */

ul.horizontal-boxes {
	margin-left: 0 !important;
}
ul.horizontal-boxes .box {
	padding: 5px;
	margin: 0 6px 6px 0;
	width: 150px;
	min-height: 240px;
	list-style-type: none;
	background-color: #EEE;
	border: 1px #CACACA solid;
	border-radius: 3px;
	float: left;
	transition: all .2s linear;
}
ul.horizontal-boxes.boxes-short .box {
    min-height: 200px;
}
ul.horizontal-boxes .box > *:last-child {
	margin-bottom:0 !important;
}
ul.horizontal-boxes .box:hover {
    background-color: #E5E5E5;
    border-color: #AAA;
}
ul.horizontal-boxes .box:hover img {
    box-shadow: 0 0 .1em rgba(0,0,0,.4);
}
ul.horizontal-boxes .box h3,
ul.horizontal-boxes .box h3 a {
	color:#333;
}
ul.horizontal-boxes .box h3 {
    margin-top: 5px;
	font-weight: 300;
	font: italic 16px/20px Georgia, serif;
}
ul.horizontal-boxes .box h3 a {
	text-decoration: none;
}
ul.horizontal-boxes .box h3 a:hover {
	text-decoration: underline;
}


/* Flagships */

ul.flagships {
	margin:10px 0 !important;
	padding:0 !important;
	font-size:0;
}
ul.flagships .flagship {
	margin: 0 0 5px 0;
	padding: 5px 10px 5px 5px;
	border: 1px #CCC solid;
	background-color: #F5F5F5;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
ul.flagships .flagship img {
	float:left;
}
ul.flagships .flagship .details {
	margin-left: 160px;
}
ul.flagships .flagship .title {
	margin: 5px 0 0 0 !important;
	color:#333;
	font-weight: 300;
	font: italic 20px/25px Georgia, serif;
}
ul.flagships .flagship .desc {
	color:#777;
	font-size: 12px;
	line-height:14px;
	text-align: justify;
	display: block;
}
ul.flagships .flagship .desc p {
	margin:6px 0 !important;
	padding:0;
}
ul.flagships .flagship .desc *:first-child {
	margin-top:0 !important;
	padding-top:0 !important;
}

img.float-right {
	margin: 0 0 10px 15px;
	float: right;
}

/* Showcase projects */

ul.showcase-projects {
	margin:10px 0 !important;
	padding:0 !important;
	font-size:0;
}
ul.showcase-projects .project {
	margin: 0 0 5px 0;
	padding: 5px 10px 5px 5px;
	border: 1px #CCC solid;
	background-color: #F5F5F5;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
ul.showcase-projects .project img {
	float:left;
}
ul.showcase-projects .project .details {
	margin-left: 160px;
}
ul.showcase-projects .project .title {
	margin: 5px 0 0 0 !important;
	color:#333;
	font-weight: 300;
	font: italic 16px/22px Georgia, serif;
}
ul.showcase-projects .project .desc {
	color:#777;
	font-size: 12px;
	line-height:14px;
	text-align: justify;
	display: block;
}
ul.showcase-projects .project .desc p {
	margin:6px 0 !important;
	padding:0;
}
ul.showcase-projects .project .desc *:first-child {
	margin-top:0 !important;
	padding-top:0 !important;
}

img.float-right {
	margin: 0 0 10px 15px;
	float: right;
}

/* Boxed list items */

.boxed-items {
	margin: 10px 0 !important;
	padding: 0 !important;
	font-size:0;
}
.boxed-items .item {
	margin: 0 0 5px 0;
	padding: 5px 10px 5px 5px;
	border: 1px #CCC solid;
	background-color: #F5F5F5;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.boxed-items .item figure {
	float: left;
}
/*.boxed-items .item .item-content {
	margin-left: 160px;
}*/
.boxed-items .item h3,
.boxed-items .item h4,
.boxed-items .item .item-title {
	margin: 5px 0 0 0 !important;
	color: #333;
	font-weight: 300;
	font: italic 20px/25px Georgia, serif;
}
.boxed-items .item .item-content {
	padding-left: 5px;
	color: #444;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
	display: block;
}
.boxed-items .item .item-content p {
	margin: 6px 0 !important;
	padding: 0;
}
.boxed-itemss .item .item-content *:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}