/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#fff;
	font:12px Trebuchet MS, arial, verdana, sans-serif;
	color:#666;
	}
	
#container {
	background:#fff;
	}

#index-body #inside-container {
	height:580px;
	background:url(images/inside-bg.gif) bottom repeat-x;
	}

#inside-container {
	padding:0 0 50px 0;
	background:url(images/inside-bg.gif) bottom repeat-x;
	}


#content-inside {
	width:888px;
	margin:0 auto;
}
	
#header {
	height:186px;
	padding-top:20px;
	margin-bottom:30px;
	text-align:right;
	border-bottom:2px solid #eee;
	}
	
	#index-body #header {
		margin-bottom:60px;
		}

#content-container {
	width:888px;
	}

	
#sidebar-left {
	float:left;
	width:284px;
	padding-top:68px;
	}
	
#main-content {
	float:right;
	width:570px;
	}

	
#footer {
	width:888px;
	margin:0 auto;
	padding:10px 0;
	text-align:right;
	color:#bebebe;
	}
	
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/


	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/



#sidebar-left ul {
	height:138px;
	margin-bottom:30px;
	border-bottom:2px solid #eee;
	}

#sidebar-left li {
	margin-bottom:3px;
	}

#sidebar-left li a {
	display:block;
	padding:3px 0 3px 8px;
	border-left:6px solid #eee;
	font-weight:normal;
	letter-spacing:0px;
	height:1%;
	}
	
	html>body #sidebar-left li a {
	height:auto;
	}

#sidebar-left li a:hover,
#sidebar-left li#active a {
	border-left:6px solid #626262;
	color:#4f4f4f;
	}

.project-types,
.project-types a {
	color:white;
	margin:0 5px;
	}

.project-types {
	margin-bottom:22px;
	}

.project-types a:hover,
.project-types a#active {
	color:#4f4f4f;
	border-bottom:3px solid #626262;
	padding-bottom:4px;
	}

.project-thumbnails img {
	margin:0 3px 10px 0;
	}

p.pagination {
	color:#666;
	}

p.pagination a {
	color:#666;
	}

p.pagination a:hover,
p.pagination a#active {
	color:#4f4f4f;
	text-decoration:underline;
	}

#flashcontent {
	width:266px;
	height:246px;
	}
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/


a,
a:link,
a:visited {
	color:#838b94;
	font-weight:normal;
	}

a:hover {
 
	}


h1,h2,h3,h4,h5,h6 {
	
	}
	
h1 {
	font-size:20px;
	color:#4f4f4f;
	margin-bottom:10px;
	font-weight:normal;
	}
	
h1.index-h1 {
	font-size:30px;
	color:#666;
	margin-bottom:20px;
	font-weight:normal;
	text-align:right;
	letter-spacing:1px;
	}

h1.index-h1-large {
	font-size:36px;
	color:#4f4f4f;
	margin-bottom:10px;
	font-weight:normal;
	text-align:right;
	letter-spacing:1px;
	}
	
h2 {
	font-size:14px;
	color:#333;
	padding: 0 10px 0px 20px;
	letter-spacing: .5pt;
	font-weight:normal;
	background: url('images/check.gif') no-repeat left top;
	}
	
h3 {
	font-size:16px;
	color:#4f4f4f;
	margin-bottom:10px;
	font-weight:normal;
	}

p {
	line-height:1.8;
	margin-bottom:20px;
	}
	

img {
	border:none;
	}

.the-project-img {
	margin-bottom:15px;
	}

.client-uls  {
	padding:20px 0 0 10px;
	}

.client-uls ul {
	float:left;
	width:275px;
	}

.client-uls ul li {
	margin-bottom:5px;
	}

#contact-form label {
	display:block;
	margin-bottom:3px;
	}

#contact-form input {	
	border:1px solid #D6D6D6;
	background:white url(images/input-bg.png) repeat-x;
	margin-bottom:10px;
	width:220px;
	}
	
	#contact-form input.submit-button {
	border:0;
	background:none;
	margin-bottom:0;
	width:117px;
	height:43px;
	}

#contact-form textarea {
	display:block;
	border:1px solid #D6D6D6;
	background:white url(images/textarea-bg.png) repeat-x;
	margin-bottom:10px;
	width:420px;
	height:150px;
	}



/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/



/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	



