/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #000 url(images/bg.jpg) top no-repeat;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #999999; 
	text-align: center;
	margin: 0 0 0 0;
}

/* links */
a, a:visited {	
	color: #cccccc;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #ffffff;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
h1 {
	font-size: 1.8em;	
	letter-spacing: 0pt;
}
h2 {
	font-size: 1.7em;
	color: #ff9900;
	letter-spacing: 0pt;

}
h3 {
	font-size: 1.1em;		
}

h1, h2, h3, p {
	padding: 0;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */

.newsitem img {
border: 1px solid #535353;
margin: 10px 0 0 0;
}

img.float-right {
  	margin: 5px 0px 10px 10px;
   border: 1px solid #535353;
	padding: 0px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
   border: 1px solid #535353;
	padding: 0px;
}

code {
  	margin: 5px 0 0 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #535353; 
	background: #1C1C1C;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}

blockquote {
	margin: 10px;
 	padding: 5px 0 0 40px;  
	background:  url(images/quote.jpg) no-repeat 7px 10px; 
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color: #666666;
}

/* start - table */
table {
	border-collapse: collapse;
    margin: 10px 0 10px 0;
	
}
th strong {
	color: #fff;
}
th {
	background: #1C1C1C;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #000000;
	border-bottom: solid 1px #000000;
}
tr {
	height: 32px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #2e2e2e;
}
tr.row-b {
	background: #1C1C1C;		
}
/* end - table */

/* form elements */
form {
	margin:10px 0 0 0; padding: 10px; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #535353;
	font: normal 1em Verdana, sans-serif;
	color:#FFF;
	background: #1C1C1C;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #535353;
	height:100px;
	display:block;
	color:#FFF;
	background: #1C1C1C;
}
input.button { 
	font: bold 11px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 0 3px; 
	color: #FFF;
	background: #1C1C1C;
	border: 1px solid #535353;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0px;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0; }

.searchform input.textbox { 
	width: 170px;
	color: #ffffff; 
	height: 18px;
	padding: 2px;	
	background-color: #131a1e;
	border: 1px solid #414548;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 870px;	
	margin: 0 auto 0 auto;
	text-align: left;
background:url(images/contbg.jpg) top center no-repeat;
}

#content-wrap {
	position: relative;
	clear: both;
	float:left;	
	width: 870px;	
	padding: 0 0 20px 0; 			
	margin-left: 0px;	
	display: inline;
background:url(images/mainbg.jpg) top center no-repeat;
}
#header {
	position: relative;
	width: 870px;	
	height: 77px;	
	padding: 0;	
	margin: 0px auto;
}
#header #www  {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px; left: 30px;	
}


/* header links */
#header #menu {
	position: absolute;
	top: 24px;
	right: 79px;
	height:52px;
	width:554px;

}

/* header-photo */
#header-photo {
	clear: both;
	background:url(images/bannerbk.jpg) top no-repeat;
	margin: 0 auto;
	padding: 0;		
	height:290px; 
	width: 870px;
}

#header-collage {
	clear:both;
	border: none;
	margin: 0; padding: 45px 0 0 20px;
	height: 204px;
} 

#header-rss {
	clear: both;
	margin: 0;
	padding: 0 0 0 450px;		
}


/* Main Column */
#main {
	float: left;
	width: 470px;
	padding: 0 0 0 0; margin: 0 0 0 31px;
	display: inline;	
}

#main h1, h2, h3, p {
	padding: 5px 0 5px 0;

}

#main h2 {
	margin-top: 5px;
	padding-bottom: 3px;
	font: bold 150% Arial, Helvetica, sans-serif;
	color: #ffffff; 
	letter-spacing: 0px;	
	text-transform: none;
}
#main h2 a {
	color: #ffffff; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(images/bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 274px;
	padding: 0 10px 0 0; margin: 0 38px 0 0;		
}	

#sidebar h3 {
	margin-top: 5px;
	padding: 5px 5px; 
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #ff9900; 			
}

#sidebar p {
 padding: 3px 0 3px 0;
 margin: 0;
}

#sidebar .line { background: #2e2e2e url(images/line.gif) no-repeat center bottom;
margin: 20px 0 20px 0;
height: 0px;
}


/* footer */
#footer-wrap {
	clear: both;
	width: 870px;
	font-size: 95%;	
	text-align: left;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;		
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
}

#footer-bk {
 background: url(images/footerbk.jpg) #202020 top repeat-x;
	width:100%;
	clear:both;
}

#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #ff9900;  
	margin: 0;
	padding: 0 0; 
	text-transform: uppercase;
	font-weight: bold;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0 0 0 30px;	
	width: 870px;			
}
#footer-columns a {
	text-decoration: none;
	color: #ffffff;
}

#footer-columns a:hover {
	text-decoration: none;
	color: #6e6e6e;
}

#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
border-top: 1px solid #414141;
}

#footer-columns li {
	border-bottom: 1px solid #414141;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 0;
	width: 96%;
}

#footer-columns .col1 {
	float: left;
	width: 222px;
}
#footer-columns .col2 {
float: left;
	width: 276px;
}

#footer-columns .col3-center { 
	margin: 0 30px; 
	float: left;
	width: 237px;
}


/* bottom */
#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 850px;
	padding: 20px 0 15px 40px;
	text-align: left;
}
#footer-bottom  a {
	color: #ffffff;
}

#footer-bottom  .social {
	padding: 0 0 0 27px;
}

#footer-bottom  a:hover {
	color: #999999;
}

/* postmeta */
.postmeta {	
	font-size: 95%;	
	color: #999999;

}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }



/* featured projects */

#featured {
background: url(images/line.gif) top left repeat-x;
padding: 15px 0 0 0 ;
}

#featured .feat1 {
	float: left;
	width: 220px;
	padding: 20px 0 0 0;
}

#featured .feat2 {
	float: right;
	width: 220px;
	padding: 20px 0 0 0;
}

.featimg img {
border: 1px solid #535353;
margin: 0 0 10px 0;
}

.feattitle{
margin: 0 0 4px 0;
color: #FFFFFF;
}

.feattext{
margin: 0 0 4px 0;
font-size: 90%;
}


.featurl{
text-align:right;
font-size: 86%;
}

.feattech{
margin: 0 0 4px 0;
font-size: 86%;
}

.sitesearch form {
	margin:0; padding: 5px 0 5px 0;
	border: 0px solid ; 
	background-color: #000; 	
}

.newsitem {
padding: 0 0 15px 0;
}

.paginate {
font-size: 86%;
padding: 10px 0 10px 0;
}

.testimonials {
font-size: 90%;
padding: 0 0 10px 0;
}

.testimonialsname {
font-size: 90%;
padding: 0 0 0 0;
}

#contactform form
{ margin:0; padding: 5px 0 5px 0;
	border: 0px solid ; 
	background-color: transparent; }

#contactform label
{ display:block;
	font-weight:bold;
	margin:0; }

.portitem img {
border: 1px solid #535353;
margin: 10px 0 0 0;
}

.portname {
font-family: arial,sans-serif;
color: #fff;
font-size: 1.2em;
font-weight: bold;
padding:10px 0 0 0;
text-align: right;
}
.porttech {
font-family: arial,sans-serif;
color: #999;
font-size: 11px;
padding: 0;
margin: 0;
text-align: right;
}

.porturl {
font-family: arial,sans-serif;
color: #999;
font-size: 11px;
padding: 0;
margin: 0;
float: right;
clear: both;
}

.portheader {
font-family: arial,sans-serif;
color: #999;
font-size: 10px;
padding: 0 0 10px 0;
}

.line { background: #2e2e2e url(images/line.gif) repeat-x center bottom;
margin: 30px 0 20px 0;
height: 1px;
}

.compag {
	padding: 20px 0 0 0;
}
