@charset "UTF-8";
*  {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #161616;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/back/bodyBack.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
h1, h1 a{
	font-size: 26px;
	font-weight: bold;
	color: #FF0071;
	margin-top: 10px;
	margin-bottom: 10px;
}
.container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.container .siteTitle {
	background-image:url(../images/portablelogo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	height:100px;
	left:430px;
	position:absolute;
	top:45px;
	width:120px;
}

a.siteTitle span {
	display: none;
}

.container .headImg {
	background-color: #666666;
	width: 740px;
	height: 165px;
	position: absolute;
	left: 238px;
}
.siteTitle a {
	height: 200px;;
	width: 220px;
	display: block;
	cursor: pointer;
	color: #282827;
	padding-left: 10px;
}
a {
	color: #FF9700;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
 a img {
border:none; 
 }
ul {
	list-style-type: none;
}

ul.globalNav {
	width: 760px;
	height: 30px;
	position: relative;
	margin: auto;
	top: 135px;
	background-repeat: no-repeat;
	background-position: 10px bottom;
	background-image: url(../images/navigation/globalNavBack.gif);
}
ul.globalNav li a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 20px;
	height: 30px;
	display: block;
	width: 130px;
	background-repeat: no-repeat;
	background-position: center center;
}
ul.globalNav  li  span {
	display: none;
}
ul.globalNav li {
	position: absolute;
	height: 30px;
	width: 130px;
	display: block;
}
ul.globalNav  li.active, ul.globalNav li:hover{
	background-repeat: no-repeat;
	background-position: center center;
}
ul.globalNav  li.active.navwhoweare a, ul.globalNav li.navwhoweare a:hover{
	background-image: url(../images/navigation/menu_bt/who-we-are-on.png);
}
ul.globalNav  li.active.navwhatwedo a, ul.globalNav li.navwhatwedo a:hover{
	background-image: url(../images/navigation/menu_bt/what-we-do_on.png);
}
ul.globalNav  li.active.navprojects a, ul.globalNav li.navprojects a:hover{
	background-image: url(../images/navigation/menu_bt/project_on.png);
}
ul.globalNav  li.active.navclients a, ul.globalNav li.navclients a:hover{
	background-image: url(../images/navigation/menu_bt/clients_on.png);
}
ul.globalNav  li.active.navcontact a, ul.globalNav li.navcontact a:hover{
	background-image: url(../images/navigation/menu_bt/contact_on.png);
}
ul.globalNav li.active.navblog a, ul.globalNav li.navblog a:hover{
	background-image: url(../images/navigation/menu_bt/blog_on.png);
}

ul.globalNav  li {
		/*background-image: url(../images/navigation/nonActiveBack.png);
	background-repeat: no-repeat;
	background-position: center center;*/
}
ul.globalNav li.navwhoweare a {
	background-image: url(../images/navigation/menu_bt/who-we-are-off.png);

}

ul li.navwhoweare  {
left: 500px;
}

ul.globalNav li.navwhatwedo a{
	background-image: url(../images/navigation/menu_bt/what-we-do_off.png);
}

ul li.navwhatwedo {
	left: 250px;
}
ul.globalNav li.navprojects a{
	background-image: url(../images/navigation/menu_bt/project_off.png);
}
ul li.navprojects {
	left: 125px;
}

ul.globalNav li.navclients a{
	background-image: url(../images/navigation/menu_bt/clients_off.png);
}
ul li.navclients{
	left: 375px;
}
ul.globalNav li.navcontact a{
	background-image: url(../images/navigation/menu_bt/contact_off.png);
}

ul li.navcontact{
	left: 625px;
}
ul.globalNav li.navblog a{
	background-image: url(../images/navigation/menu_bt/blog_off.png);

}

		
		
		
.container .content {
	margin-top: 150px;
	padding-left: 17px;
	padding-right: 16px;
	float: left;
	width: 684px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
}
.container .sidebar {
	float: right;
	width: 245px;
	padding-right: 0px;
	padding-left: 15px;
	margin-top: 150px;
}
.container h2 {
	padding: 3px;
	font-style: normal;
	color: #fff;
	font-size: 13px;
}
h2 div {
	float: right; padding-right: 5px;
}
h2 div.date {
	float: left; width: 550px; padding-left: 5px;
}

.container h2.pink {
	background-color: #FF0071;
}
.container h2.purple {
	background-color: #A538AD;
}
.container h2.green {
	background-color: #58AA00;
}

.container h2.lightGreen {
	background-color: #00AA78;
}

.container h2.blue {
	background-color: #0470AB;
}
.container   h2.orange {
	background-color: #FF9700;
}
.post {
	margin-bottom: 30px;
}
.post  p, p {
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.comment {
	background-color: #282828;
	background-image: url(../images/post/commentBack.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 10px;
	color: #B2B2B2;
	
}
.comment p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 20px;
}
 .comment  .commenter {
	font-weight: bold;
	color: #FFFFFF;
}
.content h3 , h2.commentsHeader{
	color: #FF9700;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer {
	width: 100%;
	clear: both;
	text-align: center;
}
hr {
	height: 1px;
	margin-bottom: 20px;
	border: 1px solid #161616;
}
img {
	margin: 5px;
	border: 1px solid #fff;
	max-width:675px;
	
}
.sidebar  .search {
	background-image: url(../images/sideBar/searchBack.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	margin-bottom: 10px;
}
.sidebar .search input.searchInput, input.searchInput{
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 170px;
	height: 18px;
	color: #999999;
	margin-right: 10px;
	font-size: 13px;
	line-height: 16px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 2px;
	font-weight: normal;
}
.sidebar .search input.searchSubmit, input.searchSubmit {
	background-color: #2A2A2A;
	/*padding-right: 5px;
	padding-left: 5px;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999999;
	height: 16px;
	margin-left: 5px;
	cursor: pointer;
	line-height: 15px;
}
.clearAll {
	clear: both;
}
.sidebar ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.sidebar ul li {
	margin-bottom: 5px;
}
.sidebar hr {
	background-image: url(../images/sideBar/plusLine.gif);
	background-repeat: repeat-x;
	height: 6px;
}
.sidebar .loginMeta {
	color: #FF0071;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.sidebar .loginMeta a {
	color: #FF0071;
}
.container .sidebar img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #fff;
	
}
h5 {
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.pagination {
	font-size: 18px;
	color: #58AA00;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pagination ul {
}
.pagination ul li {
	float: left;
	padding: 0 10px;
}

.pagination ul li.nextPage {
	float: right;
	padding-right: 0px;
	padding-left: 10px;
} 

.pagination ul li.prevPage {
	padding-right: 30px;
	padding-left: 0px;
} 

.footer {
	font-size: 18px;
	color: #636467;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 50px;
	padding-bottom: 70px;
}
.small {
width:500px;
}

filedset {
border:none;
}


	.details label{
		clear: both;
		width: 100%;
		float: left;
		margin-bottom:10px;
		margin-left:10px;
		margin-top:10px;	
	}
	label {
			font-size:14px;

	}
	
	.details {
	margin-bottom:10px;
	}
	  label input#comment_author_url,   label input#comment_author_name,  label input#comment_author_email,   label input.tickBox, 
	  input#from_name,
	  input#from_email {
		width:68%;
		height:18px;
		border:solid #2A2A2A 1px;
		float: right;
		margin-right:7%;
		font-size:14px;
		color:#888888;
		padding:2px;
		background-color:#161616;
	}
	
	 label textarea.areaText,
	 label textarea.areaTextContact {
	 	width:70%;
		border:solid #2A2A2A 1px;
		margin-left:8%;
		font-size:14px;
		color:#888888;
		padding:2px;
		height:100px;
		margin-top:10px;
		background-color:#161616;
	}
	label textarea.areaTextContact {
		margin-left:2%;
	}
	 label input.tickBox {
	width:20px;
	height:20px;
	float: left;
	margin-left:1.5%;

	}
	
	 label span {
		float:left;
		margin-left: 0%;
		text-align:right;
		width:21%;
		padding:2px;
	}
	.comment label span {
	float:none;
	margin-left:11.5%;
	}
	.comment .submit {
	
	margin-left:25%;
	}
	.project {
	
	width:320px;
	float:left;
	margin-left:3px;
	margin-right:19px;
	margin-bottom:20px;
	height:330px;
	}
	.project a img{
	margin:0px;
	margin-bottom:10px;
	border: 1px solid #fff;
	
	
	}
	.project h3,.project h3 a  {
	font-weight:normal;
	font-size:14px;
	color:#fff;
	}
	.project a {
	color:#888888;
	}

.row { margin:25px 0px 25px 0px; }

blockquote {
	margin-left: 10px; 
}

.captioned blockquote {
	font-size: 10px; 
}
.captioned blockquote p{
	margin-top: 0pt;
}
