/**
 * Page Layout
 */
body {
	background:#333 url('images/layout/bg-header.gif') repeat-x top left;
	font-size:12px;
	font-family:tahoma, arial, sans-serif;
	color:#ccc;
	scrollbar-face-color: #3f3f3f;
	scrollbar-highlight-color: #1c1c1c;
	scrollbar-shadow-color: #3f3f3f;
	scrollbar-3dlight-color: #8b8b8b;
	scrollbar-arrow-color: #8b8b8b;
	scrollbar-track-color: #808080;
	scrollbar-darkshadow-color: #3f3f3f;
	padding: 0;
	margin: 0;
}

#doc {
	margin: 0 auto 20px auto;
	width:1000px;
	text-align:left;
}

#hd {
	height:30px;
	margin-bottom:15px;	
}

#logo {
	position:absolute;
	top:40px;
}

#hd #menu {
	float:right;
	height:30px;
	width:518px;
	margin-right:20px;
}

#hd #menu ul { 
	list-style-type:none; 
	padding:0;
	margin:0;
}

#hd #menu ul li {
	background:none;
	display:block;
	float:left;
	height:28px;
	width:86px;
	font-family:verdanna, arial, tahoma;
	padding:0;
	margin:0;
}

#hd #menu a {
	height:28px;
	width:86px;
	display:block;
	text-align:center;
	line-height:28px;
	color:#999;
	text-decoration:none;
	font-size:13px;
}

#hd #menu a.selected { background:transparent url('images/layout/tab-selected.gif') repeat-x; color:#fff; }
#hd #menu a:hover { text-decoration:underline; }


#bd {
	background:transparent url('images/layout/bd-bg.gif') repeat-y;
}

/**
 * Left column classes
 */
#bd #lcont {
	float:left;
	width:629px;
	clear:left;
	min-height:727px;
	_height:727px;
	position:relative;
}

#bd #lcont .lspacer {
	min-height:600px;
}

/**
 * Right column classes
 */
#bd #rcont {
	float:right;
	width:370px;
}

#bd #rcont #rcol {
	overflow:hidden;
}

#bd #rcont #rcol #stablize {
	width:370px;
	height:490px;
}

#ft {
	clear:both;
	margin-top:1em;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#999;
	font-size:10px;
	background-color:#1C1C1C;
}

/**
 * Element Classes
 */
p {
	line-height:18px;
}

h1.title {
	background:transparent url('images/layout/bg-module.gif') repeat-x;
	height:33px;
	line-height:26px;
	padding:0 0 0 18px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	margin:0;
}

h2 {
	color:#fff;
	font-size:14px;
	margin:0 0 1em 0;
}

h3 {
	color:white;
	font-size:11px;
	font-weight:bold;
	margin-bottom:1em;
}

h4 {
	font-size:11px;
	font-weight:bold;
	color:#ddd;
}

h5 {
	color:#999;
	font-size:12px;
	font-weight:normal;
}

strong {
	color:white;
}


ul.inverted li {
	color:white;
	list-style:none;
	padding:4px 0 2px 15px;
}

ul.inverted2 { margin-left:6px; margin-top:0; }
ul.inverted2 li {
	color:white;
	list-style:none;
	padding:2px 0 2px 15px;
}

ul li {
	list-style-type:disc;
	list-style-position:outside;
	padding:3px 9px;
}

a, a:visited, a:active {
}

a:hover {
	color:#ff6600;
}

.form-field {
	background-color:#8b8b8b;
	border:1px solid #2a2a2a;
	padding:4px;
	width:320px;
}

.form-field.shorter {
	width:235px;
}

.select-field {
	background-color:#8b8b8b;
	border:1px solid #2a2a2a;
	padding:2px;
	width:330px;
}

/**
 * Custom Classes
 */
div.statement-container {
	padding:20px 30px;
	line-height:30px;
	font-family:tahoma, arial, sans-serif;
	font-size:14px;
	background-color:#1c1c1c;
	color:#ccc;
	margin-bottom:30px;
}

div.statement-container strong {
	color:#fff;
	font-weight:normal;
}

div.statement-container img {
	margin-left:60px;
}

#case-study {
	background-color:#3f3f3f;
	padding:15px 0;
	text-align:center;
	margin-bottom:30px;
}

#case-study.full {
	margin-bottom:0px;
}

#case-detail {
	text-align:left;
	margin:10px 20px;
	overflow:hidden;
}

.challenge, .solution {
	margin-bottom:20px;
	line-height:16px;
}

ul.info-links a {
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

ul.info-links a:hover {
	border-bottom:1px solid transparent;
}

ul.info-links a.selected {
	border-bottom:1px solid transparent;
	color:#ff6600;
}

div.heading {
	margin-bottom:10px;
}

#ihistory {
  position:absolute;
  top:0; left:0;
  width:1px; height:1px;
  visibility:hidden;
}

#full-client-list {

}

#client-list {
	width:385px;
	height:1px;
	text-align:left;
	background-color:#1c1c1c;
	position:absolute;
	overflow:hidden;
	display:none;
	border-left:5px solid #3f3f3f;
	border-bottom:5px solid #3f3f3f;
	border-right:5px solid #3f3f3f;
}

#client-list .padding {
	padding:4px 4px 16px 4px;
}

#client-list li {
	float:left;
	width:44%;
	background:transparent url(images/layout/big-bullet.gif) no-repeat scroll 0px 4px;
	padding-left:18px;
}

.wo-icon {
	margin-top:5px;
}

/**
 * Thumbnail slider
 */
.thumb-slider {
	height:93px;
	background:#3f3f3f url('images/layout/clients-bg.gif') repeat-x;
	width:440px;
	margin:0 auto;
}
 
.thumb-slider .left {
	width:7px;
	height:93px;
	background:#3f3f3f url('images/layout/clients-left.gif') no-repeat top left;
	float:left;
}

.thumb-slider .right {
	width:7px;
	height:93px;
	background:#3f3f3f url('images/layout/clients-right.gif') no-repeat top left;
	float:right;
}

.thumb-slider .content {
	height:78px;
	width:426px;
	float:left;
	margin-top:15px;
	
}

/**
 * Newsdesk
 */
#newsdesk {
	border-top:1px solid #585858;
	border-bottom:1px solid #585858;
	padding:10px 40px;
}

/**
 * Standard Module
 */
.module {
	background-color:#3d3d3d;
}

.module .title {
	background:transparent url('images/layout/bg-module.gif') repeat-x;
	height:33px;
	line-height:26px;
	padding-left:18px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}

.module .content {
	padding:10px 30px 20px 30px;
}

/**
 * Contact Info Box
 */
#contact-info {
	background-color:#1c1c1c;
	padding:10px 15px;
}

#contact-info .content {
	margin-left:10px;
}

#contact-info .content .item {
	background:transparent url('images/layout/big-bullet.gif') no-repeat 0px 3px;
	float:left;
	width:165px;
}

#contact-info .content .item p {
	margin-left:20px;
}

/**
 * Core Capabilities
 */
#core-capabilities { 
	margin-bottom:3em;
	height:450px;
}

#core-capabilities .left {
	float:left;
	width:46%;
}

#core-capabilities .right {
	float:right;
	width:54%;
}

#capability-defined {
	background-color:#3d3d3d;
	border:1px solid #6d4529;
	height:400px;
	margin-left:14px;
	padding:6px;
}

#capability-defined p {
	padding:6px;
	font-size:12px;
}

#cc-selector {
	position:absolute;
	top:139px;
}

/**
 * Testimonial
 */
.testimonial {
	padding:6em 4em;
}

#testimonial {
	background:transparent url(images/quote.gif) no-repeat scroll left 5px;
	padding-left:26px;
	font-size:14px;
	line-height:24px;
	margin-bottom:20px;
}

#signature {
	text-align:right;
	color:#999;
	line-height:20px;
}

.side-statement {
	padding-left:26px;
	font-size:14px;
	line-height:24px;
	margin-bottom:20px;
	padding:6em 4em;
}

/**
 * Contact
 */
#contact {
	background-color:#3f3f3f;
	padding:15px 0;
}

table.contact th {
	text-align:right;
	font-weight:normal;
	border:0;
	vertical-align:top;
	line-height:22px;
}

table.contact td {
	border:0;
	padding-bottom:5px;
}

div.contact-spacer {
	height:490px;
}

#confirm-modal {
	height:148px;
	width:400px;
}

#confirm-modal.yui-panel {
	border:none;
}

#confirm-modal.yui-panel .container-close {
}

.send-resume {
	padding:150px 0 0 40px;
	font-size:18px;
}

div#capability-defined h4 {
	margin-left:6px;
}

div.col-third {
	float:left;
	width:25%;
}

div.chk-input {
	padding:2px;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}


div.fakefile input, div.fakefile img { float:left; }

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

a.rfp {
	font-weight:bold;
}



#content {
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #555;
}

.even, .alt {

	border-left: 3px solid #555;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#sidebar h2 {
	}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

a:hover {
	color: #FF6701;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 20px;
	margin: 0px 0 0;
	width: 589px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 20px 20px;
	width: 905px;
	}

.post {
	margin: 0 0 40px;
	}
	


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	}

#sidebar h2 {
	margin: 0;
	padding: 0;
	
	
	
	background:transparent url(images/layout/bg-module.gif) repeat-x scroll 0 0;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
height:33px;
line-height:26px;
padding-left:18px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

.entry li {
	margin: 7px 0 8px 10px;
	}
/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 0 0 15px 0;
	background-color:#3D3D3D;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px 17px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 10px 0 0 0;
	padding: 0 0 0 19px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 268px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px;
	list-style: none;
	background-color: #333;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 80px 0;
	margin: -63px 0 0 629px;
	width: 370px;
	border-left: 1px solid #565656;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.sociable {
	
}
	.sociable .sociable_tagline {
		float: left;
		padding-top: 4px;
	}
	.sociable ul {
		list-style-type: disc !important;
	}
	.sociable ul li {
		display: block;
		float: left;
		padding-left: 5px;
	}
	
.post h3 {
	margin: 10px 0 0;
	}
.post h3 a{
	color: #FF6600;
	font-size: 18px;
	margin: 0;
	text-decoration: none;
}

.post h2 {
	margin: 10px 0 0;
	color: #FF6600;
	}
.post h2 a{
	color: #FF6600;
	font-size: 18px;
	margin: 0;
	text-decoration: none;
}

#webonyxLogo {
	background: transparent url(images/logo.gif) no-repeat;
	margin: 0 auto 23px;
	width: 240px;
	height: 58px;
}

#title {
	float: left;
	padding-left: 20px;
}
	#title h1 {
		margin: 16px 0 2px;
	}
	#title h1 a{
		font-weight: normal;
		text-decoration:none;
	}
	#title .description {
		margin-left: 40px;
		color: #777777;
		font-family: serif;
		font-style: italic
	}
#sidebar ul li.searchForm {
	background-color: transparent
}
