@charset "UTF-8";
/* CSS Document */


.obiweb_form input[type=text], .obiweb_form input[type=password], .obiweb_form textarea {
	font-size:  200%;
	font-weight: bold;
	color: #222;
	width:  100%;
	border: 5px solid #ccc;
	margin-bottom: 10px;
}

#announcements-list {
   padding: 5px;
}

#header {
   padding-bottom: 10px;
}

#contact-form {
	width: 550px;
	height: 480px;
	overflow: auto;
}

#contact-form fieldset {
	padding: 20px;
}

#contact-form h1 {
	font-size: 2.5em;
	margin: 20px;
}

#contact-form p {
	font-size: 1.6em;
	margin: 10px;
}

form.obiweb_form label {
	display: block;
	font-size: 1.4em;
}


.standard-block {
	background-color: #f9f9f9;
	border: 1px solid #eeeeee;
	padding: 40px;
	margin: 20px;
}

/* About page */

ul#about {
	list-style-type: none;
	display: block;
}

ul#about li {
	display: block;
}

ol.blogsitesummary li span.author {
	display: none;
}

ol.blogsitesummary li span.date {
	font-size: 0.7em;
	display: block;
}

ol.blogsitesummary li a {
	font-size: 1.2em;
}

div.announcement-list {
	font-size: 1.2em;
}

.fancybox-outer {
	background-color: #2A3031;
}

.hilite {
	color: #000;
}

.action {
	text-align: center;
	margin: 10px;
}

.announce {
	width: 450px;
	text-align: center;
	margin: 15px;
	padding: 5px;
	  margin-left: auto ;
  margin-right: auto ;
  margin-bottom: 30px;

	background-color: #eee;
	border: 1px solid silver;
}

div.excerpt {
	position: relative;
}

div.excerpt a {
	position: absolute;
	right: 20px;
	bottom: 0px;
	font-size: 120%;
}

.post-details {
	font-size: 100% !important;
}

.page_stream {
	height: inherit !important;
}

.full_widget {
	border: 0px !important;
}

#idc-container a {
	line-height: 1em;
}

/** Portfolio */

#portfolio {
	overflow: hidden;
	padding-top: 50px;
}

#portfolio-list {
	float: left;
	width: 780px;
}

.works .portfolio-entry, .works .post-entry {
  background-color: #000000;
  float: left;
  height: 220px;
  margin-left: 20px;
  overflow: hidden;
  position: relative;
  width: 318px;
}

#portfolio-list .portfolio-entry {
	margin: 0 65px 60px 0;
	border: 1px solid #eee;
}
.works .entry-title {
	background-color: #000000;
	left: 0;
	padding: 15px 10px 20px 20px;
	position: absolute;
	width: 290px;
}

.works .entry-title span.industry {
  color: #B2B2B2;
  display: block;
  font-size: 14px;
}

.works .entry-title a {
  color: #FFFFFF;
  font-size: 18px;
}

.works .more-link {
	background: url("../images/plus-mini.png") no-repeat scroll 17px 11px #000000;
	display: block;
	height: 40px;
	left: 0;
	line-height: 30px;
	padding: 0 0 0 20px;
	position: absolute;
	width: 318px;
}

.works .extra {
	display: none;
	background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 62px;
	left: 129px;
	position: absolute;
	top: 94px;
	width: 62px;
}

.horiz-list li {
	list-style: none outside none;
}
