/*
Theme Name: Celerity2
Description: Re-design of the Celerity website
Version: 2.0
Author: Tomas Salfischberger
*/

body {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}

h1, h2, h3 {
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 11px;
	margin-bottom: 5px;
}

.post h2:first-child {
	margin-top: 0;
	margin-bottom: 0.1em;
}

h1 { font-size: 22px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

p {
	margin-bottom: 0.8em;
}

a, a:visited, a:active, a:hover {
	text-decoration: underline;
	color: #0000ff;
}

#container {
	position: relative;
	width: 960px;
	margin: 20px auto 20px auto;
}

#header {
	width: 100%;
	height: 85px;
}

#logo {
	float: left;
}

#menu {
	float: right;
	display: block;
}
#menu li {
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 5px;
	padding-bottom: 1px;
	border-bottom: 2px solid #083643;
}
#menu li a {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #222222;
}
#menu li.current_page_item {
	border-bottom: 2px solid #b1e001;
}
#menu li:hover {
	border-bottom: 2px solid #01b0e0 !important;
}

#colorBlockIndex {
	width: 960px;
	height: 220px;
	background-image:url("images/box.png");
}

#colorBlock {
	width: 960px;
	height: 75px;
	background-image:url("images/box-small.png");
}
#colorBlock h1 {
	margin: 0;
	margin-left: 15px;
	line-height: 70px;
	letter-spacing: 2px;
	color: #f5f5f5;
}

#headers {
	margin-top: 14px;
	width: 100%;
}

#headers div {
	float: left;
	height: 16px;
}
#leftHeader {
	width: 306px;
}
#midHeader {
	width: 306px;
	margin-left: 21px;
}
#rightHeader {
	width: 306px;
	margin-left: 21px;
}
#leftHeader-wide {
	width: 659px;
}
#rightHeader-small {
	width: 281px;
	margin-left: 20px;
}

#content {
	clear: both;
	margin-top: 5px;
}

.column {
	width: 306px;
	margin-left: 21px;
	float: left;
	text-align: justify;
}

.column:first-child {
	margin-left: 0px;
}

.column-frontpage {
	width: 319px;
	margin-left: 21px;
	float: left;
	text-align: justify;
}
.column-frontpage:first-child {
	margin-left: 0px;
}

.wide-column {
	width: 659px;
	float: left;
	text-align: justify;
	padding-top: 0.8em;
}

.itemDetails {
	float: left;
	line-height: 16px;
	font-size: 11px;
	color: #292929;
}
.itemDetails img {
	margin-left: 5px;
	margin-bottom: 1px;
	vertical-align: middle;
}
.itemDetails img:first-child {
	margin-left: 0;
}
.itemDetails a {
	text-decoration: none;
	color: inherit;
}

pre, .quote {
	font-size: 11px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #f3f5e9;
	margin: 15px 0px 15px 0px;
	overflow: auto;
	color: #333333;
}
.quote {
	margin: 15px 10px 15px 10px;
}

pre .commented {
	color: #009922;
}

#blog {
	width: 280px;
}
#blog {
	text-align: left;
}
#blog a {
	color: #000000;
	text-decoration: none;
}
#blog li li {
	padding-bottom: 2px;
}
#blog .newslistdate {
	color: #777777;
	font-size: 11px;
}

.post {
	margin-bottom: 15px;
}

#post-info td {
	height: 22px;
	line-height: 16px;
}
#post-info img {
	vertical-align: middle;
	margin-right: 3px;
}

.block {
	position: relative;
	width: 306px;
	height: 200px;
	margin: 21px 0px;
	text-align: center;
}

.block-blue {
	background-image: url("images/blueBlock.png");
}
.block-red {
	background-image: url("images/redBlock.png");	
}
.block-green {
	background-image: url("images/greenBlock.png");
}

.blue {
	background-color: #01b0e0;
}
.red {
	background-color: #e03101;
}
.green {
	background-color: #b1e001;
}

.block .textContents {
	text-align: justify;
	padding: 8px 20px 0px 20px;
	height: 192px;
}

.block .tech {
	position: absolute;
	bottom: 8px;
	left: 20px;
	color: #555560;
	font-size: 12px;
}

.block h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.clear {
	clear: both;
	width: 100%;
	height: 0px;	
}
#footer {
	width: 100%;
	height: 10px;
	margin-top: 15px;
	padding: 2px;
	border-top: 2px solid #807e77;
	
	font-size: 10px;
	color: #aca9a1;
}
#footer span {
	float: left;
	margin-top: 2px;
}
#footer img {
	float: right;
}

.newsitemsubline {
	line-height: 16px;
	font-size: 11px;
	color: #777777;
}
.newsitemsubline a {
	color: #777777;
	text-decoration: none;
}
.newsitemsubline img {
	vertical-align: bottom;
}
